Skip to content

Instantly share code, notes, and snippets.

@firemanxbr
Created April 3, 2018 14:54
Show Gist options
  • Save firemanxbr/82256596b7360d8b93260eed84c82fd2 to your computer and use it in GitHub Desktop.
Save firemanxbr/82256596b7360d8b93260eed84c82fd2 to your computer and use it in GitHub Desktop.
Test of contra-env-setup
2018-04-03 15:41:09,215 extension L0189 DEBUG| found extension EntryPoint.parse('journal = avocado.plugins.journal:JournalResult')
2018-04-03 15:41:09,215 extension L0189 DEBUG| found extension EntryPoint.parse('tap = avocado.plugins.tap:TAPResult')
2018-04-03 15:41:09,215 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:Human')
2018-04-03 15:41:09,216 extension L0189 DEBUG| found extension EntryPoint.parse('teststmpdir = avocado.plugins.teststmpdir:TestsTmpDir')
2018-04-03 15:41:09,216 extension L0189 DEBUG| found extension EntryPoint.parse('jobscripts = avocado.plugins.jobscripts:JobScripts')
2018-04-03 15:41:09,217 extension L0189 DEBUG| found extension EntryPoint.parse('human = avocado.plugins.human:HumanJob')
2018-04-03 15:41:09,219 extension L0189 DEBUG| found extension EntryPoint.parse('json_variants = avocado.plugins.json_variants:JsonVariants')
2018-04-03 15:41:09,219 extension L0189 DEBUG| found extension EntryPoint.parse('yaml_to_mux = avocado_varianter_yaml_to_mux:YamlToMux')
2018-04-03 15:41:09,220 extension L0189 DEBUG| found extension EntryPoint.parse('json_variants = avocado.plugins.json_variants:JsonVariants')
2018-04-03 15:41:09,220 extension L0189 DEBUG| found extension EntryPoint.parse('yaml_to_mux = avocado_varianter_yaml_to_mux:YamlToMux')
2018-04-03 15:41:09,222 sysinfo L0392 DEBUG| File /etc/avocado/sysinfo/commands does not exist.
2018-04-03 15:41:09,222 sysinfo L0403 DEBUG| File /etc/avocado/sysinfo/files does not exist.
2018-04-03 15:41:09,222 sysinfo L0430 DEBUG| File /etc/avocado/sysinfo/profilers does not exist.
2018-04-03 15:41:09,222 sysinfo L0488 INFO | System log file not found (looked for ['/var/log/messages', '/var/log/syslog', '/var/log/system.log'])
2018-04-03 15:41:09,238 job L0327 INFO | Command line: /usr/bin/avocado run test_contra_env_setup.py -m test_contra_env_setup.yaml
2018-04-03 15:41:09,238 job L0328 INFO |
2018-04-03 15:41:09,238 job L0362 INFO | Avocado version: 59.0
2018-04-03 15:41:09,238 job L0363 INFO |
2018-04-03 15:41:09,238 job L0367 INFO | Config files read (in order):
2018-04-03 15:41:09,238 job L0369 INFO | /home/firemanxbr/.local/lib/python2.7/site-packages/avocado/etc/avocado/avocado.conf
2018-04-03 15:41:09,238 job L0369 INFO | /home/firemanxbr/.local/lib/python2.7/site-packages/avocado/etc/avocado/conf.d/gdb.conf
2018-04-03 15:41:09,238 job L0369 INFO | /home/firemanxbr/.local/lib/python2.7/site-packages/avocado/etc/avocado/conf.d/result_upload.conf
2018-04-03 15:41:09,238 job L0369 INFO | /home/firemanxbr/.local/lib/python2.7/site-packages/avocado/etc/avocado/conf.d/resultsdb.conf
2018-04-03 15:41:09,238 job L0369 INFO | /home/firemanxbr/.local/lib/python2.7/site-packages/avocado/etc/avocado/conf.d/jobscripts.conf
2018-04-03 15:41:09,238 job L0369 INFO | /home/firemanxbr/.config/avocado/avocado.conf
2018-04-03 15:41:09,238 job L0374 INFO |
2018-04-03 15:41:09,238 job L0376 INFO | Avocado config:
2018-04-03 15:41:09,239 job L0385 INFO | Section.Key Value
2018-04-03 15:41:09,239 job L0385 INFO | datadir.paths.base_dir /var/lib/avocado
2018-04-03 15:41:09,239 job L0385 INFO | datadir.paths.test_dir /usr/share/avocado/tests
2018-04-03 15:41:09,239 job L0385 INFO | datadir.paths.data_dir /var/lib/avocado/data
2018-04-03 15:41:09,239 job L0385 INFO | datadir.paths.logs_dir ~/avocado/job-results
2018-04-03 15:41:09,239 job L0385 INFO | sysinfo.collect.enabled True
2018-04-03 15:41:09,239 job L0385 INFO | sysinfo.collect.commands_timeout -1
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collect.installed_packages False
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collect.profiler False
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collect.locale C
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collect.per_test False
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collectibles.commands /etc/avocado/sysinfo/commands
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collectibles.files /etc/avocado/sysinfo/files
2018-04-03 15:41:09,240 job L0385 INFO | sysinfo.collectibles.profilers /etc/avocado/sysinfo/profilers
2018-04-03 15:41:09,240 job L0385 INFO | runner.output.colored True
2018-04-03 15:41:09,240 job L0385 INFO | runner.output.utf8
2018-04-03 15:41:09,240 job L0385 INFO | remoter.behavior.reject_unknown_hosts False
2018-04-03 15:41:09,240 job L0385 INFO | remoter.behavior.disable_known_hosts False
2018-04-03 15:41:09,240 job L0385 INFO | job.output.loglevel debug
2018-04-03 15:41:09,240 job L0385 INFO | restclient.connection.hostname localhost
2018-04-03 15:41:09,240 job L0385 INFO | restclient.connection.port 9405
2018-04-03 15:41:09,240 job L0385 INFO | restclient.connection.username
2018-04-03 15:41:09,240 job L0385 INFO | restclient.connection.password
2018-04-03 15:41:09,240 job L0385 INFO | plugins.disable []
2018-04-03 15:41:09,240 job L0385 INFO | plugins.skip_broken_plugin_notification []
2018-04-03 15:41:09,240 job L0385 INFO | plugins.loaders ['file', '@DEFAULT']
2018-04-03 15:41:09,240 job L0385 INFO | gdb.paths.gdb /usr/bin/gdb
2018-04-03 15:41:09,240 job L0385 INFO | gdb.paths.gdbserver /usr/bin/gdbserver
2018-04-03 15:41:09,240 job L0385 INFO | plugins.jobscripts.pre /etc/avocado/scripts/job/pre.d/
2018-04-03 15:41:09,240 job L0385 INFO | plugins.jobscripts.post /etc/avocado/scripts/job/post.d/
2018-04-03 15:41:09,240 job L0385 INFO | plugins.jobscripts.warn_non_existing_dir False
2018-04-03 15:41:09,240 job L0385 INFO | plugins.jobscripts.warn_non_zero_status True
2018-04-03 15:41:09,240 job L0386 INFO |
2018-04-03 15:41:09,241 job L0389 INFO | Avocado Data Directories:
2018-04-03 15:41:09,241 job L0390 INFO |
2018-04-03 15:41:09,241 job L0391 INFO | base /home/firemanxbr/avocado
2018-04-03 15:41:09,241 job L0392 INFO | tests /home/firemanxbr/.local/lib/python2.7/site-packages/examples/tests
2018-04-03 15:41:09,241 job L0393 INFO | data /home/firemanxbr/avocado/data
2018-04-03 15:41:09,241 job L0394 INFO | logs /home/firemanxbr/avocado/job-results/job-2018-04-03T15.41-9ce5491
2018-04-03 15:41:09,241 job L0395 INFO |
2018-04-03 15:41:09,242 job L0401 INFO | Multiplex tree representation:
2018-04-03 15:41:09,242 job L0401 INFO | \-- run
2018-04-03 15:41:09,242 job L0401 INFO | |-- extra_command
2018-04-03 15:41:09,242 job L0401 INFO | \-- distros
2018-04-03 15:41:09,242 job L0401 INFO | #== fedora
2018-04-03 15:41:09,242 job L0401 INFO | #== centos
2018-04-03 15:41:09,242 job L0401 INFO |
2018-04-03 15:41:09,242 job L0401 INFO | Multiplex variants (2):
2018-04-03 15:41:09,242 job L0401 INFO | Variant fedora-extra_command-b1ad: /run/extra_command, /run/distros/fedora
2018-04-03 15:41:09,242 job L0401 INFO | Variant centos-extra_command-73f1: /run/extra_command, /run/distros/centos
2018-04-03 15:41:09,242 job L0405 INFO | Temporary dir: /var/tmp/avocado_dQoIj7
2018-04-03 15:41:09,242 job L0406 INFO |
2018-04-03 15:41:09,242 job L0319 INFO | Job ID: 9ce5491b84fc358accc67a7c912a03fb64379319
2018-04-03 15:41:09,242 job L0322 INFO |
2018-04-03 15:41:09,287 sysinfo L0392 DEBUG| File /etc/avocado/sysinfo/commands does not exist.
2018-04-03 15:41:09,287 sysinfo L0403 DEBUG| File /etc/avocado/sysinfo/files does not exist.
2018-04-03 15:41:09,287 sysinfo L0430 DEBUG| File /etc/avocado/sysinfo/profilers does not exist.
2018-04-03 15:41:09,288 sysinfo L0488 INFO | System log file not found (looked for ['/var/log/messages', '/var/log/syslog', '/var/log/system.log'])
2018-04-03 15:41:09,300 parameters L0146 DEBUG| PARAMS (key=timeout, path=*, default=None) => None
2018-04-03 15:41:09,300 test L0382 INFO | START 1-test_contra_env_setup.py:TestMinishift.test;fedora-extra_command-b1ad
2018-04-03 15:41:09,300 test L0400 DEBUG| Test metadata:
2018-04-03 15:41:09,300 test L0401 DEBUG| filename: /home/firemanxbr/GitHub/contra-env-setup/test/test_contra_env_setup.py
2018-04-03 15:41:09,300 parameters L0146 DEBUG| PARAMS (key=qemu_bin, path=*, default=None) => None
2018-04-03 15:41:09,300 parameters L0146 DEBUG| PARAMS (key=arch, path=*, default=None) => None
2018-04-03 15:41:09,300 parameters L0146 DEBUG| PARAMS (key=qemu_dst_bin, path=*, default=None) => None
2018-04-03 15:41:09,300 parameters L0146 DEBUG| PARAMS (key=image_user, path=*, default=avocado) => 'avocado'
2018-04-03 15:41:09,301 parameters L0146 DEBUG| PARAMS (key=image_pass, path=*, default=avocado) => 'avocado'
2018-04-03 15:41:09,305 parameters L0146 DEBUG| PARAMS (key=machine_type, path=*, default=None) => None
2018-04-03 15:41:09,305 parameters L0146 DEBUG| PARAMS (key=machine_accel, path=*, default=None) => None
2018-04-03 15:41:09,305 parameters L0146 DEBUG| PARAMS (key=machine_kvm_type, path=*, default=None) => None
2018-04-03 15:41:09,327 test L0286 DEBUG| DATA (filename=output.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 15:41:09,329 parameters L0146 DEBUG| PARAMS (key=distro, path=*, default=Fedora) => 'Fedora'
2018-04-03 15:41:09,329 parameters L0146 DEBUG| PARAMS (key=pkg_mgm, path=*, default=dnf) => 'dnf'
2018-04-03 15:41:09,329 parameters L0146 DEBUG| PARAMS (key=debug, path=*, default=False) => True
2018-04-03 15:41:09,330 parameters L0146 DEBUG| PARAMS (key=minishift_iso_src_path, path=*, default=~/.contra-env-setup/minishift) => '~/.contra-env-setup/minishift'
2018-04-03 15:41:09,330 parameters L0146 DEBUG| PARAMS (key=minishift_iso_dest_path, path=*, default=~/.contra-env-setup/minishift) => '~/.contra-env-setup/minishift'
2018-04-03 15:41:09,330 parameters L0146 DEBUG| PARAMS (key=command, path=*, default=None) => 'ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp'
2018-04-03 15:41:09,331 parameters L0146 DEBUG| PARAMS (key=extra_command, path=*, default=None) => None
2018-04-03 15:41:09,331 parameters L0146 DEBUG| PARAMS (key=repo, path=*, default=https://github.com/CentOS-PaaS-SIG/contra-env-setup.git) => 'https://github.com/CentOS-PaaS-SIG/contra-env-setup.git'
2018-04-03 15:41:09,331 parameters L0146 DEBUG| PARAMS (key=branch, path=*, default=master) => 'master'
2018-04-03 15:41:09,332 git L0092 DEBUG| Initializing new git repo at /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad for receiving git repo https://github.com/CentOS-PaaS-SIG/contra-env-setup.git
2018-04-03 15:41:09,332 process L0551 INFO | Running '/bin/git init'
2018-04-03 15:41:09,342 process L0395 DEBUG| [stdout] Initialized empty Git repository in /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/.git/
2018-04-03 15:41:09,342 process L0633 INFO | Command '/bin/git init' finished with 0 after 0.00281095504761s
2018-04-03 15:41:09,342 git L0114 INFO | Fetching git [REP 'https://github.com/CentOS-PaaS-SIG/contra-env-setup.git' BRANCH 'master'] -> /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad
2018-04-03 15:41:09,342 process L0551 INFO | Running '/bin/git fetch -q -f -u -t https://github.com/CentOS-PaaS-SIG/contra-env-setup.git master:master'
2018-04-03 15:41:12,044 process L0633 INFO | Command '/bin/git fetch -q -f -u -t https://github.com/CentOS-PaaS-SIG/contra-env-setup.git master:master' finished with 0 after 2.69822597504s
2018-04-03 15:41:12,045 git L0147 DEBUG| Checking out branch master
2018-04-03 15:41:12,045 process L0551 INFO | Running '/bin/git checkout master'
2018-04-03 15:41:12,064 process L0395 DEBUG| [stderr] Already on 'master'
2018-04-03 15:41:12,065 process L0633 INFO | Command '/bin/git checkout master' finished with 0 after 0.0130579471588s
2018-04-03 15:41:12,066 git L0157 DEBUG| Specific commit not specified
2018-04-03 15:41:12,066 process L0551 INFO | Running '/bin/git log --pretty=format:%H -1'
2018-04-03 15:41:12,074 process L0403 DEBUG| [stdout] 5c4c709f590fcbba135d08f465fbc8c0c5cbac1d
2018-04-03 15:41:12,074 process L0633 INFO | Command '/bin/git log --pretty=format:%H -1' finished with 0 after 0.00253701210022s
2018-04-03 15:41:12,075 process L0551 INFO | Running '/bin/git describe'
2018-04-03 15:41:12,080 process L0395 DEBUG| [stderr] fatal: No names found, cannot describe anything.
2018-04-03 15:41:12,080 process L0633 INFO | Command '/bin/git describe' finished with 128 after 0.00155401229858s
2018-04-03 15:41:12,080 git L0165 INFO | git commit ID is 5c4c709f590fcbba135d08f465fbc8c0c5cbac1d (no tag found)
2018-04-03 15:41:15,052 process L0551 INFO | Running '/bin/qemu-img create -f qcow2 -b /home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 /home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64-821db95d.qcow2'
2018-04-03 15:41:15,078 process L0395 DEBUG| [stdout] Formatting '/home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64-821db95d.qcow2', fmt=qcow2 size=4294967296 backing_file=/home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 cluster_size=65536 lazy_refcounts=off refcount_bits=16
2018-04-03 15:41:15,079 process L0633 INFO | Command '/bin/qemu-img create -f qcow2 -b /home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 /home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64-821db95d.qcow2' finished with 0 after 0.0193560123444s
2018-04-03 15:41:15,082 process L0551 INFO | Running '/bin/qemu-img resize /home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64-821db95d.qcow2 +20G'
2018-04-03 15:41:15,103 process L0395 DEBUG| [stdout] Image resized.
2018-04-03 15:41:15,103 process L0633 INFO | Command '/bin/qemu-img resize /home/firemanxbr/avocado/data/cache/Fedora-Cloud-Base-27-1.6.x86_64-821db95d.qcow2 +20G' finished with 0 after 0.0165848731995s
2018-04-03 15:41:15,108 process L0551 INFO | Running '/bin/genisoimage -output /var/tmp/tmpOlSh_x/cdrom.iso -volid cidata -joliet -rock /var/tmp/tmpOlSh_x/meta-data /var/tmp/tmpOlSh_x/user-data'
2018-04-03 15:41:15,118 process L0395 DEBUG| [stderr] I: -input-charset not specified, using utf-8 (detected in locale settings)
2018-04-03 15:41:15,120 process L0395 DEBUG| [stderr] Total translation table size: 0
2018-04-03 15:41:15,121 process L0395 DEBUG| [stderr] Total rockridge attributes bytes: 331
2018-04-03 15:41:15,121 process L0395 DEBUG| [stderr] Total directory bytes: 0
2018-04-03 15:41:15,121 process L0395 DEBUG| [stderr] Path table size(bytes): 10
2018-04-03 15:41:15,121 process L0633 INFO | Command '/bin/genisoimage -output /var/tmp/tmpOlSh_x/cdrom.iso -volid cidata -joliet -rock /var/tmp/tmpOlSh_x/meta-data /var/tmp/tmpOlSh_x/user-data' finished with 0 after 0.00802612304688s
2018-04-03 15:41:15,121 process L0395 DEBUG| [stderr] Max brk space used 0
2018-04-03 15:41:15,122 process L0395 DEBUG| [stderr] 183 extents written (0 MB)
2018-04-03 15:41:15,277 console L0068 INFO | Console: Waiting login prompt...
2018-04-03 15:41:34,185 console L0071 INFO | Console: Ready!
2018-04-03 15:41:34,267 console L0080 INFO | Console: Closed!
2018-04-03 15:41:34,269 process L0551 INFO | Running ' ansible localhost -i "localhost," --become -m raw -a " resize2fs /dev/sda1; dnf install -y python libselinux-python git; dnf update -y nettle; mkdir -p ~/.contra-env-setup/minishift; chown avocado:avocado ~/.contra-env-setup/minishift " --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" '
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] localhost | SUCCESS | rc=0 >>
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] resize2fs 1.43.5 (04-Aug-2017)
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] The filesystem is already 6291200 (4k) blocks long. Nothing to do!
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 0% [ ] --- B/s | 0 B --:-- ETA
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 6% [= ] 4.5 MB/s | 1.3 MB 00:04 ETA
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 18% [===- ] 4.7 MB/s | 4.0 MB 00:03 ETA
2018-04-03 15:42:57,216 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 30% [====== ] 5.0 MB/s | 6.5 MB 00:03 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 34% [======- ] 4.8 MB/s | 7.4 MB 00:02 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 36% [======= ] 4.6 MB/s | 7.9 MB 00:02 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 38% [=======- ] 4.4 MB/s | 8.3 MB 00:02 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 40% [======== ] 4.2 MB/s | 8.7 MB 00:03 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 42% [========- ] 4.1 MB/s | 9.2 MB 00:03 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 45% [========= ] 3.9 MB/s | 9.8 MB 00:02 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 45% [========= ] 3.7 MB/s | 9.8 MB 00:03 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 47% [========= ] 3.5 MB/s | 10 MB 00:03 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 47% [=========- ] 3.3 MB/s | 10 MB 00:03 ETA
2018-04-03 15:42:57,217 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 48% [=========- ] 3.1 MB/s | 10 MB 00:03 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 48% [=========- ] 2.9 MB/s | 10 MB 00:03 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 49% [=========- ] 2.8 MB/s | 11 MB 00:03 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 50% [========== ] 2.6 MB/s | 11 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 51% [========== ] 2.5 MB/s | 11 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 52% [========== ] 2.4 MB/s | 11 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 53% [==========- ] 2.3 MB/s | 11 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 54% [==========- ] 2.2 MB/s | 12 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 56% [=========== ] 2.2 MB/s | 12 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 58% [===========- ] 2.1 MB/s | 13 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 60% [============ ] 2.1 MB/s | 13 MB 00:04 ETA
2018-04-03 15:42:57,218 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 62% [============- ] 2.0 MB/s | 13 MB 00:03 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 65% [============= ] 2.0 MB/s | 14 MB 00:03 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 67% [=============- ] 2.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 70% [============== ] 2.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 73% [==============- ] 2.0 MB/s | 16 MB 00:02 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 76% [=============== ] 2.0 MB/s | 16 MB 00:02 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 79% [===============- ] 2.0 MB/s | 17 MB 00:02 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 82% [================- ] 2.1 MB/s | 18 MB 00:01 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 86% [================= ] 2.1 MB/s | 19 MB 00:01 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 91% [================== ] 2.2 MB/s | 20 MB 00:00 ETA
2018-04-03 15:42:57,219 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - 96% [=================== ] 2.3 MB/s | 21 MB 00:00 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 - Updates 2.0 MB/s | 21 MB 00:10
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 0% [ ] --- B/s | 0 B --:-- ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 2% [- ] 5.8 MB/s | 1.7 MB 00:09 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 6% [= ] 5.8 MB/s | 3.7 MB 00:09 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 9% [=- ] 5.8 MB/s | 5.5 MB 00:09 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 12% [==- ] 5.9 MB/s | 7.4 MB 00:08 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 15% [=== ] 5.9 MB/s | 9.2 MB 00:08 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 19% [===- ] 5.9 MB/s | 11 MB 00:07 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 22% [==== ] 5.9 MB/s | 13 MB 00:07 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 24% [====- ] 5.8 MB/s | 14 MB 00:07 ETA
2018-04-03 15:42:57,220 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 27% [=====- ] 5.8 MB/s | 16 MB 00:07 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 30% [====== ] 5.8 MB/s | 18 MB 00:06 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 34% [======- ] 5.9 MB/s | 20 MB 00:06 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 37% [======= ] 5.8 MB/s | 21 MB 00:06 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 39% [=======- ] 5.8 MB/s | 23 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 42% [========- ] 5.8 MB/s | 25 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 45% [========= ] 5.8 MB/s | 27 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 48% [=========- ] 5.8 MB/s | 28 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 49% [=========- ] 5.5 MB/s | 29 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 50% [========== ] 5.3 MB/s | 29 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 51% [========== ] 5.1 MB/s | 30 MB 00:05 ETA
2018-04-03 15:42:57,221 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 52% [==========- ] 5.0 MB/s | 31 MB 00:05 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 54% [==========- ] 4.8 MB/s | 32 MB 00:05 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 55% [=========== ] 4.7 MB/s | 32 MB 00:05 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 57% [=========== ] 4.6 MB/s | 33 MB 00:05 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 58% [===========- ] 4.5 MB/s | 34 MB 00:05 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 60% [============ ] 4.4 MB/s | 35 MB 00:05 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 62% [============ ] 4.4 MB/s | 36 MB 00:04 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 64% [============- ] 4.3 MB/s | 37 MB 00:04 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 66% [============= ] 4.3 MB/s | 39 MB 00:04 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 68% [=============- ] 4.3 MB/s | 40 MB 00:04 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 70% [============== ] 4.3 MB/s | 41 MB 00:03 ETA
2018-04-03 15:42:57,222 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 72% [==============- ] 4.3 MB/s | 42 MB 00:03 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 75% [=============== ] 4.3 MB/s | 44 MB 00:03 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 77% [===============- ] 4.3 MB/s | 45 MB 00:02 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 80% [================ ] 4.4 MB/s | 47 MB 00:02 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 82% [================ ] 4.3 MB/s | 48 MB 00:02 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 84% [================- ] 4.3 MB/s | 49 MB 00:02 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 86% [================= ] 4.3 MB/s | 50 MB 00:01 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 88% [=================- ] 4.3 MB/s | 52 MB 00:01 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 91% [================== ] 4.3 MB/s | 53 MB 00:01 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 93% [==================- ] 4.4 MB/s | 54 MB 00:00 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 96% [=================== ] 4.4 MB/s | 56 MB 00:00 ETA
2018-04-03 15:42:57,223 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 98% [===================-] 4.4 MB/s | 57 MB 00:00 ETA
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] Fedora 27 - x86_64 4.5 MB/s | 58 MB 00:13
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] Last metadata expiration check: 0:00:15 ago on Tue 03 Apr 2018 01:42:00 PM UTC.
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] Dependencies resolved.
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] Package Arch Version Repository Size
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] Installing:
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] git x86_64 2.14.3-3.fc27 updates 1.1 M
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] libselinux-python x86_64 2.7-3.fc27 updates 250 k
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] python2 x86_64 2.7.14-10.fc27 updates 101 k
2018-04-03 15:42:57,224 process L0395 DEBUG| [stdout] Upgrading:
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] gdbm x86_64 1:1.13-6.fc27 updates 158 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] libselinux x86_64 2.7-3.fc27 updates 173 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] libselinux-python3 x86_64 2.7-3.fc27 updates 251 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] libselinux-utils x86_64 2.7-3.fc27 updates 162 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] libsepol x86_64 2.7-2.fc27 updates 332 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] Installing dependencies:
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] git-core x86_64 2.14.3-3.fc27 updates 4.1 M
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] git-core-doc x86_64 2.14.3-3.fc27 updates 2.2 M
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] libsecret x86_64 0.18.5-5.fc27 fedora 158 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] perl-Carp noarch 1.42-394.fc27 fedora 28 k
2018-04-03 15:42:57,225 process L0395 DEBUG| [stdout] perl-Data-Dumper x86_64 2.167-398.fc27 updates 56 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-Encode x86_64 4:2.94-16.fc27 updates 1.5 M
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-Errno x86_64 1.28-403.fc27 updates 72 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-Error noarch 1:0.17025-1.fc27 fedora 44 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-Exporter noarch 5.72-395.fc27 fedora 32 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-File-Path noarch 2.15-1.fc27 fedora 37 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-File-Temp noarch 0.230.400-394.fc27 fedora 61 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-Getopt-Long noarch 1:2.50-3.fc27 fedora 61 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-Git noarch 2.14.3-3.fc27 updates 68 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-HTTP-Tiny noarch 0.070-394.fc27 fedora 56 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-IO x86_64 1.38-403.fc27 updates 138 k
2018-04-03 15:42:57,226 process L0395 DEBUG| [stdout] perl-IO-Socket-IP noarch 0.39-4.fc27 fedora 45 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-MIME-Base64 x86_64 3.15-395.fc27 fedora 29 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Net-SSLeay x86_64 1.81-4.fc27 fedora 334 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-PathTools x86_64 3.74-1.fc27 updates 88 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Pod-Escapes noarch 1:1.07-394.fc27 fedora 19 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Pod-Perldoc noarch 3.28-395.fc27 fedora 87 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Pod-Simple noarch 1:3.35-394.fc27 fedora 211 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Pod-Usage noarch 4:1.69-394.fc27 fedora 33 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Scalar-List-Utils x86_64 3:1.48-1.fc27 fedora 65 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Socket x86_64 4:2.027-1.fc27 updates 57 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Storable x86_64 1:2.62-395.fc27 fedora 84 k
2018-04-03 15:42:57,227 process L0395 DEBUG| [stdout] perl-Term-ANSIColor noarch 4.06-395.fc27 fedora 44 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-Term-Cap noarch 1.17-394.fc27 fedora 21 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-TermReadKey x86_64 2.37-5.fc27 fedora 38 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-Text-ParseWords noarch 3.30-394.fc27 fedora 16 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-Text-Tabs+Wrap noarch 2013.0523-394.fc27 fedora 23 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-Time-Local noarch 1:1.250-394.fc27 fedora 30 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-URI noarch 1.72-1.fc27 fedora 114 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-Unicode-Normalize x86_64 1.25-395.fc27 fedora 80 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-constant noarch 1.33-395.fc27 fedora 24 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-interpreter x86_64 4:5.26.1-403.fc27 updates 6.2 M
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-libnet noarch 3.11-1.fc27 updates 119 k
2018-04-03 15:42:57,228 process L0395 DEBUG| [stdout] perl-libs x86_64 4:5.26.1-403.fc27 updates 1.5 M
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] perl-macros x86_64 4:5.26.1-403.fc27 updates 68 k
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] perl-parent noarch 1:0.236-394.fc27 fedora 18 k
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] perl-podlators noarch 4.09-395.fc27 updates 115 k
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] perl-threads x86_64 1:2.21-1.fc27 updates 60 k
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] perl-threads-shared x86_64 1.58-1.fc27 updates 46 k
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] python2-libs x86_64 2.7.14-10.fc27 updates 6.3 M
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] python2-pip noarch 9.0.1-14.fc27 updates 1.8 M
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] python2-setuptools noarch 37.0.0-1.fc27 updates 606 k
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] Installing weak dependencies:
2018-04-03 15:42:57,229 process L0395 DEBUG| [stdout] perl-IO-Socket-SSL noarch 2.051-1.fc27 fedora 271 k
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] perl-Mozilla-CA noarch 20160104-6.fc27 fedora 14 k
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] Transaction Summary
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] Install 51 Packages
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] Upgrade 5 Packages
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] Total download size: 30 M
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] Downloading Packages:
2018-04-03 15:42:57,230 process L0395 DEBUG| [stdout] (1/56): python2-2.7. 0% [ ] --- B/s | 0 B --:-- ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (1/56): python2-2.7.14-10.fc27.x86_64.rpm 944 kB/s | 101 kB 00:00
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (2-3/56): libselinux 0% [ ] 2.2 MB/s | 243 kB 00:13 ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (2/56): libselinux-python-2.7-3.fc27.x86_64.rpm 1.6 MB/s | 250 kB 00:00
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (3-4/56): git-2.14.3 2% [ ] 2.3 MB/s | 715 kB 00:12 ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (3-5/56): python2-li 13% [==- ] 2.8 MB/s | 4.0 MB 00:09 ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (3/56): git-2.14.3-3.fc27.x86_64.rpm 3.0 MB/s | 1.1 MB 00:00
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (4-5/56): git-core-2 14% [==- ] 2.9 MB/s | 4.2 MB 00:08 ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (4-6/56): python2-li 21% [==== ] 3.1 MB/s | 6.5 MB 00:07 ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (4-6/56): git-core-2 30% [====== ] 3.5 MB/s | 9.1 MB 00:05 ETA
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (4/56): git-core-doc-2.14.3-3.fc27.x86_64.rpm 2.6 MB/s | 2.2 MB 00:00
2018-04-03 15:42:57,231 process L0395 DEBUG| [stdout] (5-6/56): python2-li 36% [======= ] 3.7 MB/s | 11 MB 00:05 ETA
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (5/56): perl-Git-2.14.3-3.fc27.noarch.rpm 1.5 MB/s | 68 kB 00:00
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (6-7/56): python2-li 38% [=======- ] 3.7 MB/s | 11 MB 00:04 ETA
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (6/56): libsecret-0.18.5-5.fc27.x86_64.rpm 774 kB/s | 158 kB 00:00
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (7-8/56): python2-li 42% [========- ] 3.8 MB/s | 13 MB 00:04 ETA
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (7/56): perl-Error-0.17025-1.fc27.noarch.rpm 1.1 MB/s | 44 kB 00:00
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (8-9/56): python2-li 43% [========- ] 3.8 MB/s | 13 MB 00:04 ETA
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (8/56): perl-Getopt-Long-2.50-3.fc27.noarch.rpm 1.1 MB/s | 61 kB 00:00
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (9-10/56): python2-l 45% [========= ] 3.9 MB/s | 13 MB 00:04 ETA
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (9/56): perl-TermReadKey-2.37-5.fc27.x86_64.rpm 1.0 MB/s | 38 kB 00:00
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (10-11/56): python2- 46% [========= ] 3.9 MB/s | 14 MB 00:04 ETA
2018-04-03 15:42:57,232 process L0395 DEBUG| [stdout] (10/56): perl-Carp-1.42-394.fc27.noarch.rpm 834 kB/s | 28 kB 00:00
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (11-12/56): python2- 47% [========= ] 4.0 MB/s | 14 MB 00:03 ETA
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (11/56): git-core-2.14.3-3.fc27.x86_64.rpm 2.5 MB/s | 4.1 MB 00:01
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (12-13/56): python2- 47% [========= ] 3.9 MB/s | 14 MB 00:03 ETA
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (12/56): perl-Exporter-5.72-395.fc27.noarch.rpm 871 kB/s | 32 kB 00:00
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (13-14/56): python2- 47% [=========- ] 4.0 MB/s | 14 MB 00:03 ETA
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (13/56): perl-Scalar-List-Utils-1.48-1.fc27.x86 1.2 MB/s | 65 kB 00:00
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (14-15/56): python2- 48% [=========- ] 4.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (14/56): perl-Time-Local-1.250-394.fc27.noarch. 444 kB/s | 30 kB 00:00
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (15-16/56): python2- 48% [=========- ] 4.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (15/56): python2-libs-2.7.14-10.fc27.x86_64.rpm 3.3 MB/s | 6.3 MB 00:01
2018-04-03 15:42:57,233 process L0395 DEBUG| [stdout] (16-17/56): perl-Pod 49% [=========- ] 4.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (16/56): perl-Pod-Usage-1.69-394.fc27.noarch.rp 414 kB/s | 33 kB 00:00
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (17-18/56): perl-Tex 49% [=========- ] 4.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (17/56): perl-Text-ParseWords-3.30-394.fc27.noa 214 kB/s | 16 kB 00:00
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (18-19/56): perl-con 49% [=========- ] 4.0 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (18/56): perl-parent-0.236-394.fc27.noarch.rpm 642 kB/s | 18 kB 00:00
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (19-20/56): perl-con 49% [=========- ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (19/56): perl-constant-1.33-395.fc27.noarch.rpm 579 kB/s | 24 kB 00:00
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (20-21/56): perl-Fil 49% [=========- ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (20/56): perl-File-Temp-0.230.400-394.fc27.noar 1.0 MB/s | 61 kB 00:00
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (21-22/56): perl-HTT 50% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,234 process L0395 DEBUG| [stdout] (21/56): perl-HTTP-Tiny-0.070-394.fc27.noarch.r 1.1 MB/s | 56 kB 00:00
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (22-23/56): perl-Pod 50% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (22/56): perl-Pod-Perldoc-3.28-395.fc27.noarch. 946 kB/s | 87 kB 00:00
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (23-24/56): perl-Fil 50% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (23/56): perl-File-Path-2.15-1.fc27.noarch.rpm 824 kB/s | 37 kB 00:00
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (24-25/56): perl-MIM 50% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (24/56): perl-MIME-Base64-3.15-395.fc27.x86_64. 642 kB/s | 29 kB 00:00
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (25-26/56): perl-Pod 50% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (25/56): perl-Pod-Escapes-1.07-394.fc27.noarch. 589 kB/s | 19 kB 00:00
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (26-27/56): perl-Tex 51% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (26/56): perl-Text-Tabs+Wrap-2013.0523-394.fc27 528 kB/s | 23 kB 00:00
2018-04-03 15:42:57,235 process L0395 DEBUG| [stdout] (27-28/56): perl-int 51% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (27/56): perl-Pod-Simple-3.35-394.fc27.noarch.r 1.3 MB/s | 211 kB 00:00
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (28-29/56): perl-lib 51% [========== ] 3.9 MB/s | 15 MB 00:03 ETA
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (28/56): perl-Unicode-Normalize-1.25-395.fc27.x 1.3 MB/s | 80 kB 00:00
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (29-30/56): perl-lib 52% [==========- ] 3.9 MB/s | 16 MB 00:03 ETA
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (29/56): perl-Errno-1.28-403.fc27.x86_64.rpm 718 kB/s | 72 kB 00:00
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (30-31/56): perl-lib 56% [=========== ] 4.1 MB/s | 17 MB 00:03 ETA
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (30/56): perl-PathTools-3.74-1.fc27.x86_64.rpm 1.9 MB/s | 88 kB 00:00
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (31-32/56): perl-lib 58% [===========- ] 4.1 MB/s | 17 MB 00:03 ETA
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (31/56): perl-libs-5.26.1-403.fc27.x86_64.rpm 4.5 MB/s | 1.5 MB 00:00
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (32-33/56): perl-pod 60% [============ ] 4.2 MB/s | 18 MB 00:02 ETA
2018-04-03 15:42:57,236 process L0395 DEBUG| [stdout] (32/56): perl-Term-ANSIColor-4.06-395.fc27.noar 1.3 MB/s | 44 kB 00:00
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (33-34/56): perl-pod 61% [============ ] 4.2 MB/s | 18 MB 00:02 ETA
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (33/56): perl-podlators-4.09-395.fc27.noarch.rp 854 kB/s | 115 kB 00:00
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (34-35/56): perl-Ter 62% [============ ] 4.2 MB/s | 18 MB 00:02 ETA
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (34/56): perl-Term-Cap-1.17-394.fc27.noarch.rpm 435 kB/s | 21 kB 00:00
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (35-36/56): perl-Enc 62% [============ ] 4.2 MB/s | 19 MB 00:02 ETA
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (35/56): perl-Storable-2.62-395.fc27.x86_64.rpm 1.1 MB/s | 84 kB 00:00
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (36-37/56): perl-Enc 63% [============- ] 4.3 MB/s | 19 MB 00:02 ETA
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (36/56): perl-IO-1.38-403.fc27.x86_64.rpm 1.8 MB/s | 138 kB 00:00
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (37-38/56): perl-Enc 66% [============= ] 4.4 MB/s | 20 MB 00:02 ETA
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (37/56): perl-Socket-2.027-1.fc27.x86_64.rpm 721 kB/s | 57 kB 00:00
2018-04-03 15:42:57,237 process L0395 DEBUG| [stdout] (38-39/56): perl-Enc 69% [=============- ] 4.4 MB/s | 21 MB 00:02 ETA
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (38/56): perl-Encode-2.94-16.fc27.x86_64.rpm 3.3 MB/s | 1.5 MB 00:00
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (39-40/56): perl-int 75% [=============== ] 4.7 MB/s | 23 MB 00:01 ETA
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (39/56): python2-setuptools-37.0.0-1.fc27.noarc 3.2 MB/s | 606 kB 00:00
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (40-41/56): perl-int 81% [================ ] 4.8 MB/s | 24 MB 00:01 ETA
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (40/56): perl-macros-5.26.1-403.fc27.x86_64.rpm 1.0 MB/s | 68 kB 00:00
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (41-42/56): perl-int 82% [================- ] 4.8 MB/s | 25 MB 00:01 ETA
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (41/56): perl-threads-2.21-1.fc27.x86_64.rpm 669 kB/s | 60 kB 00:00
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (42-43/56): perl-int 84% [================- ] 4.9 MB/s | 25 MB 00:00 ETA
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (42/56): perl-threads-shared-1.58-1.fc27.x86_64 683 kB/s | 46 kB 00:00
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (43-44/56): perl-int 86% [================= ] 4.9 MB/s | 26 MB 00:00 ETA
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (43/56): perl-Mozilla-CA-20160104-6.fc27.noarch 449 kB/s | 14 kB 00:00
2018-04-03 15:42:57,238 process L0395 DEBUG| [stdout] (44-45/56): perl-int 86% [================= ] 4.9 MB/s | 26 MB 00:00 ETA
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (44/56): python2-pip-9.0.1-14.fc27.noarch.rpm 2.6 MB/s | 1.8 MB 00:00
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (45-46/56): perl-int 87% [================= ] 4.9 MB/s | 26 MB 00:00 ETA
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (45/56): perl-IO-Socket-IP-0.39-4.fc27.noarch.r 905 kB/s | 45 kB 00:00
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (46-47/56): perl-int 88% [=================- ] 4.9 MB/s | 26 MB 00:00 ETA
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (46/56): perl-IO-Socket-SSL-2.051-1.fc27.noarch 1.2 MB/s | 271 kB 00:00
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (47-48/56): perl-int 90% [================== ] 4.9 MB/s | 27 MB 00:00 ETA
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (47/56): perl-Net-SSLeay-1.81-4.fc27.x86_64.rpm 1.9 MB/s | 334 kB 00:00
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (48-49/56): perl-int 91% [================== ] 4.9 MB/s | 27 MB 00:00 ETA
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (48/56): perl-URI-1.72-1.fc27.noarch.rpm 1.2 MB/s | 114 kB 00:00
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (49-50/56): perl-int 92% [==================- ] 4.9 MB/s | 28 MB 00:00 ETA
2018-04-03 15:42:57,239 process L0395 DEBUG| [stdout] (49/56): perl-Data-Dumper-2.167-398.fc27.x86_64 959 kB/s | 56 kB 00:00
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (50-51/56): perl-int 93% [==================- ] 4.9 MB/s | 28 MB 00:00 ETA
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (50/56): perl-libnet-3.11-1.fc27.noarch.rpm 1.1 MB/s | 119 kB 00:00
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (51-52/56): perl-int 94% [==================- ] 5.0 MB/s | 28 MB 00:00 ETA
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (51/56): gdbm-1.13-6.fc27.x86_64.rpm 1.8 MB/s | 158 kB 00:00
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (52-53/56): perl-int 94% [==================- ] 5.0 MB/s | 28 MB 00:00 ETA
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (52/56): libselinux-2.7-3.fc27.x86_64.rpm 1.7 MB/s | 173 kB 00:00
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (53-54/56): perl-int 97% [=================== ] 5.0 MB/s | 29 MB 00:00 ETA
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (53/56): libsepol-2.7-2.fc27.x86_64.rpm 2.6 MB/s | 332 kB 00:00
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (54-55/56): libselin 98% [===================-] 5.0 MB/s | 29 MB 00:00 ETA
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (54/56): perl-interpreter-5.26.1-403.fc27.x86_6 3.2 MB/s | 6.2 MB 00:01
2018-04-03 15:42:57,240 process L0395 DEBUG| [stdout] (55-56/56): libselin 98% [===================-] 5.0 MB/s | 29 MB 00:00 ETA
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] (55/56): libselinux-utils-2.7-3.fc27.x86_64.rpm 1.1 MB/s | 162 kB 00:00
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] (56/56): libselinux- 99% [===================-] 5.0 MB/s | 30 MB 00:00 ETA
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] (56/56): libselinux-python3-2.7-3.fc27.x86_64.r 1.9 MB/s | 251 kB 00:00
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] --------------------------------------------------------------------------------
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] Total 4.1 MB/s | 30 MB 00:07
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] Running transaction check
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] Transaction check succeeded.
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] Running transaction test
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] Transaction test succeeded.
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout] Running transaction
2018-04-03 15:42:57,241 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [ ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [= ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [== ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [=== ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [==== ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [===== ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [====== ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [======= ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [======== ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [========= ] 1/1
2018-04-03 15:42:57,242 process L0395 DEBUG| [stdout] Preparing : [========== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [=========== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [============ ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [============= ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [============== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [=============== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [================ ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [================= ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [================== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [=================== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [==================== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [===================== ] 1/1
2018-04-03 15:42:57,243 process L0395 DEBUG| [stdout] Preparing : [====================== ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [======================= ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [======================== ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [========================= ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [========================== ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [=========================== ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [============================ ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [============================= ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [============================== ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [=============================== ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [================================ ] 1/1
2018-04-03 15:42:57,244 process L0395 DEBUG| [stdout] Preparing : [================================= ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [=================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [==================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [===================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [====================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [======================================= ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [======================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [========================================= ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [========================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [=========================================== ] 1/1
2018-04-03 15:42:57,245 process L0395 DEBUG| [stdout] Preparing : [============================================ ] 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Preparing : [============================================= ] 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Preparing : [============================================== ] 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Preparing : [=============================================== ] 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Preparing : [================================================ ] 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Preparing : [================================================= ] 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Preparing : 1/1
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.f [ ] 1/61
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.f [= ] 1/61
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.f [========= ] 1/61
2018-04-03 15:42:57,246 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.f [============= ] 1/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.f [====================== ] 1/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.f [======================== ] 1/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.72-395.fc27.noarch 1/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [ ] 2/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [= ] 2/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [== ] 2/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [=== ] 2/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [==== ] 2/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [===== ] 2/61
2018-04-03 15:42:57,247 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [====== ] 2/61
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [======= ] 2/61
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [======== ] 2/61
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [========= ] 2/61
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [========== ] 2/61
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [=========== ] 2/61
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [============ ] 2/61
2018-04-03 15:42:57,248 process L0633 INFO | Command ' ansible localhost -i "localhost," --become -m raw -a " resize2fs /dev/sda1; dnf install -y python libselinux-python git; dnf update -y nettle; mkdir -p ~/.contra-env-setup/minishift; chown avocado:avocado ~/.contra-env-setup/minishift " --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ' finished with 0 after 82.9698531628s
2018-04-03 15:42:57,248 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [============= ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [============== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [=============== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [================ ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [================= ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [================== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [=================== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [==================== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [===================== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [====================== ] 2/61
2018-04-03 15:42:57,249 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [======================= ] 2/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.f [======================== ] 2/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-libs-4:5.26.1-403.fc27.x86_64 2/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Running scriptlet: perl-libs-4:5.26.1-403.fc27.x86_64 2/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.42-394.fc27. [ ] 3/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.42-394.fc27. [== ] 3/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.42-394.fc27. [====== ] 3/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.42-394.fc27. [======================== ] 3/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.42-394.fc27.noarch 3/61
2018-04-03 15:42:57,250 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [ ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [==== ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [====== ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [======= ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [============= ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [================= ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [===================== ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [======================= ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3 [======================== ] 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 4/61
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,251 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.3 [ ] 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.3 [= ] 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.3 [==== ] 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.3 [========= ] 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.3 [========== ] 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.3 [======================== ] 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.30-394.fc27.noarch 5/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [ ] 6/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [= ] 6/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [== ] 6/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [==== ] 6/61
2018-04-03 15:42:57,252 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [===== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [======= ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [======== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [========== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [=========== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [============ ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [============= ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [=============== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [================ ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [================= ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [================== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [=================== ] 6/61
2018-04-03 15:42:57,253 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [==================== ] 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [===================== ] 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [====================== ] 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [======================= ] 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_6 [======================== ] 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Upgrading : gdbm-1:1.13-6.fc27.x86_64 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Running scriptlet: gdbm-1:1.13-6.fc27.x86_64 6/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [ ] 7/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [= ] 7/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [== ] 7/61
2018-04-03 15:42:57,254 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [=== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [==== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [===== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [====== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [======= ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [======== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [========= ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [========== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [=========== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [============ ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [============= ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [============== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [=============== ] 7/61
2018-04-03 15:42:57,255 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [================ ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [================= ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [================== ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [=================== ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [==================== ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [===================== ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [====================== ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [======================= ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.f [======================== ] 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Installing : python2-libs-2.7.14-10.fc27.x86_64 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout] Running scriptlet: python2-libs-2.7.14-10.fc27.x86_64 7/61
2018-04-03 15:42:57,256 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [ ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [= ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [=== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [==== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [===== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [====== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [======= ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [======== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [========= ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [========== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [=========== ] 8/61
2018-04-03 15:42:57,257 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [============ ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [============= ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [============== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [=============== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [================ ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [================= ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [================== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [=================== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [==================== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [===================== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [====================== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [======================= ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc2 [======================== ] 8/61
2018-04-03 15:42:57,258 process L0395 DEBUG| [stdout] Installing : python2-pip-9.0.1-14.fc27.noarch 8/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [ ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [= ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [== ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [=== ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [==== ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [===== ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [====== ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [======= ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [======== ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [========= ] 9/61
2018-04-03 15:42:57,259 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [========== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [=========== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [============ ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [============= ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [============== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [=============== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [================ ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [================= ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [================== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [=================== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [==================== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [===================== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [====================== ] 9/61
2018-04-03 15:42:57,260 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [======================= ] 9/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0. [======================== ] 9/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-setuptools-37.0.0-1.fc27.noarch 9/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x [ ] 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x [== ] 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x [============ ] 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x [=================== ] 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x [======================= ] 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x [======================== ] 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : python2-2.7.14-10.fc27.x86_64 10/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [ ] 11/61
2018-04-03 15:42:57,261 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [= ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [=== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [==== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [===== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [====== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [======= ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [======== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [========= ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [========== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [=========== ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [============ ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [============= ] 11/61
2018-04-03 15:42:57,262 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [============== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [=============== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [================ ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [================= ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [================== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [=================== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [==================== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [===================== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [====================== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [======================= ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x [======================== ] 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-2.14.3-3.fc27.x86_64 11/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [ ] 12/61
2018-04-03 15:42:57,263 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [= ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [=== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [==== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [===== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [====== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [======= ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [======== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [========= ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [========== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [=========== ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [============ ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [============= ] 12/61
2018-04-03 15:42:57,264 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [============== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [=============== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [================ ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [================= ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [================== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [=================== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [==================== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [===================== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [====================== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [======================= ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc [======================== ] 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : git-core-doc-2.14.3-3.fc27.x86_64 12/61
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,265 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [ ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [=== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [==== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [===== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [======= ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [======== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [=========== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [==================== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06 [======================== ] 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-Term-ANSIColor-4.06-395.fc27.noarch 13/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-macros-4:5.26.1-403 [ ] 14/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-macros-4:5.26.1-403 [======================== ] 14/61
2018-04-03 15:42:57,266 process L0395 DEBUG| [stdout] Installing : perl-macros-4:5.26.1-403.fc27.x86_64 14/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.f [ ] 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.f [==== ] 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.f [====== ] 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.f [======= ] 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.f [=========== ] 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.f [======================== ] 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-constant-1.33-395.fc27.noarch 15/61
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,267 process L0395 DEBUG| [stdout] Installing : perl-parent-1:0.236-394. [ ] 16/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-parent-1:0.236-394. [=========== ] 16/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-parent-1:0.236-394. [================= ] 16/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-parent-1:0.236-394. [======================== ] 16/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-parent-1:0.236-394.fc27.noarch 16/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [ ] 17/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [==== ] 17/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [===== ] 17/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [======= ] 17/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [=========== ] 17/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [================ ] 17/61
2018-04-03 15:42:57,268 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013 [======================== ] 17/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Text-Tabs+Wrap-2013.0523-394.fc27.noarch 17/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [ ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [== ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [=== ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [==== ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [===== ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [======= ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [======== ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [========= ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [=========== ] 18/61
2018-04-03 15:42:57,269 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [============ ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [============= ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [============== ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [================ ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [================= ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [================== ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [==================== ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [===================== ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [====================== ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [======================= ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1 [======================== ] 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout] Installing : perl-Unicode-Normalize-1.25-395.fc27.x86_64 18/61
2018-04-03 15:42:57,270 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.15-1.fc [ ] 19/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.15-1.fc [==== ] 19/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.15-1.fc [======== ] 19/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.15-1.fc [==================== ] 19/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.15-1.fc [======================== ] 19/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.15-1.fc27.noarch 19/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [ ] 20/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [=== ] 20/61
2018-04-03 15:42:57,271 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [==== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [===== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [======== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [========= ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [=========== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [============= ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [=============== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [================ ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [==================== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [===================== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [====================== ] 20/61
2018-04-03 15:42:57,272 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [======================= ] 20/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc [======================== ] 20/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.74-1.fc27.x86_64 20/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-Errno-1.28-403.fc27 [ ] 21/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-Errno-1.28-403.fc27 [================= ] 21/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-Errno-1.28-403.fc27 [======================== ] 21/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-Errno-1.28-403.fc27.x86_64 21/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [ ] 22/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [= ] 22/61
2018-04-03 15:42:57,273 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [===== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [====== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [======= ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [========= ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [=========== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [============== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [================== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [=================== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [==================== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [===================== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [====================== ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [======================= ] 22/61
2018-04-03 15:42:57,274 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x8 [======================== ] 22/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-IO-1.38-403.fc27.x86_64 22/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [ ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [====== ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [======= ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [============== ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [================ ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [================== ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [==================== ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [====================== ] 23/61
2018-04-03 15:42:57,275 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [======================= ] 23/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc [======================== ] 23/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-Socket-4:2.027-1.fc27.x86_64 23/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [ ] 24/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [======= ] 24/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [========= ] 24/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [================ ] 24/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [================= ] 24/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [=================== ] 24/61
2018-04-03 15:42:57,276 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [==================== ] 24/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [===================== ] 24/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc [======================== ] 24/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-1:2.21-1.fc27.x86_64 24/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [ ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [========== ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [============ ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [=================== ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [===================== ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [====================== ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58 [======================== ] 25/61
2018-04-03 15:42:57,277 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.58-1.fc27.x86_64 25/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [ ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [= ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [== ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [=== ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [==== ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [===== ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [====== ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [======= ] 26/61
2018-04-03 15:42:57,278 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [======== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [========= ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [========== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [=========== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [============ ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [============= ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [============== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [=============== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [================ ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [================= ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [================== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [=================== ] 26/61
2018-04-03 15:42:57,279 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [==================== ] 26/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [===================== ] 26/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [====================== ] 26/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [======================= ] 26/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26. [======================== ] 26/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-interpreter-4:5.26.1-403.fc27.x86_64 26/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [ ] 27/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [=== ] 27/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [===== ] 27/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [============== ] 27/61
2018-04-03 15:42:57,280 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [==================== ] 27/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [===================== ] 27/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [======================= ] 27/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-39 [======================== ] 27/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-MIME-Base64-3.15-395.fc27.x86_64 27/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [ ] 28/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [= ] 28/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [===== ] 28/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [======== ] 28/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [========= ] 28/61
2018-04-03 15:42:57,281 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [================= ] 28/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [=================== ] 28/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250- [======================== ] 28/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1:1.250-394.fc27.noarch 28/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [ ] 29/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [=== ] 29/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [====== ] 29/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [======= ] 29/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [========== ] 29/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [============ ] 29/61
2018-04-03 15:42:57,282 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [================= ] 29/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [======================= ] 29/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394 [======================== ] 29/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.070-394.fc27.noarch 29/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [ ] 30/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [=== ] 30/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [==== ] 30/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [===== ] 30/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [====== ] 30/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [============= ] 30/61
2018-04-03 15:42:57,283 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [=============== ] 30/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [================ ] 30/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.f [======================== ] 30/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-Error-1:0.17025-1.fc27.noarch 30/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [ ] 31/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [== ] 31/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [======= ] 31/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [======== ] 31/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [============ ] 31/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [============== ] 31/61
2018-04-03 15:42:57,284 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [=============== ] 31/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [======================= ] 31/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4 [======================== ] 31/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-IP-0.39-4.fc27.noarch 31/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [ ] 32/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [= ] 32/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [== ] 32/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [=== ] 32/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [==== ] 32/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [===== ] 32/61
2018-04-03 15:42:57,285 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [====== ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [======= ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [========= ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [========== ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [============= ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [=============== ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [================ ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [=================== ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [==================== ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [====================== ] 32/61
2018-04-03 15:42:57,286 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27. [======================== ] 32/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-libnet-3.11-1.fc27.noarch 32/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [ ] 33/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [= ] 33/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [== ] 33/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [=== ] 33/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [==== ] 33/61
2018-04-03 15:42:57,287 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [===== ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [====== ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [======= ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [======== ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [========= ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [========== ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [=========== ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [============ ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [============= ] 33/61
2018-04-03 15:42:57,288 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [============== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [=============== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [================ ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [================= ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [================== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [=================== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [==================== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [===================== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [====================== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [======================= ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.f [======================== ] 33/61
2018-04-03 15:42:57,289 process L0395 DEBUG| [stdout] Installing : perl-Net-SSLeay-1.81-4.fc27.x86_64 33/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [ ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [===== ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [============== ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [================= ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [==================== ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [======================= ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5. [======================== ] 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.37-5.fc27.x86_64 34/61
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,290 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [ ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [== ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [===== ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [========== ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [============ ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [================= ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [====================== ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400 [======================== ] 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.230.400-394.fc27.noarch 35/61
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,291 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07- [ ] 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07- [== ] 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07- [==== ] 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07- [======= ] 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07- [======== ] 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07- [======================== ] 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Pod-Escapes-1:1.07-394.fc27.noarch 36/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.f [ ] 37/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.f [== ] 37/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.f [=== ] 37/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.f [===== ] 37/61
2018-04-03 15:42:57,292 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.f [======== ] 37/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.f [======================== ] 37/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Term-Cap-1.17-394.fc27.noarch 37/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [ ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [==== ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [===== ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [========== ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [============== ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [================== ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [====================== ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [======================= ] 38/61
2018-04-03 15:42:57,293 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395 [======================== ] 38/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Storable-1:2.62-395.fc27.x86_64 38/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [ ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [= ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [== ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [=== ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [==== ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [===== ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [====== ] 39/61
2018-04-03 15:42:57,294 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [======= ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [======== ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [========= ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [=========== ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [============ ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [============== ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [=============== ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [================ ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [================= ] 39/61
2018-04-03 15:42:57,295 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [================== ] 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [=================== ] 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [===================== ] 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [====================== ] 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [======================= ] 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-3 [======================== ] 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Simple-1:3.35-394.fc27.noarch 39/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [ ] 40/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [== ] 40/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [==== ] 40/61
2018-04-03 15:42:57,296 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [===== ] 40/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [====== ] 40/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [========== ] 40/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-39 [======================== ] 40/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-4:1.69-394.fc27.noarch 40/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [ ] 41/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [=== ] 41/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [==== ] 41/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [===== ] 41/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [====== ] 41/61
2018-04-03 15:42:57,297 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [======= ] 41/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [========= ] 41/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [=============== ] 41/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [===================== ] 41/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50- [======================== ] 41/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-1:2.50-3.fc27.noarch 41/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [ ] 42/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [= ] 42/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [== ] 42/61
2018-04-03 15:42:57,298 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [=== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [==== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [===== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [====== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [======= ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [======== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [========= ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [========== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [=========== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [============ ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [============= ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [============== ] 42/61
2018-04-03 15:42:57,299 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [=============== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [================ ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [================= ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [================== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [=================== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [==================== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [===================== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [====================== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [======================= ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc [======================== ] 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout] Installing : perl-Encode-4:2.94-16.fc27.x86_64 42/61
2018-04-03 15:42:57,300 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [ ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [= ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [== ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [===== ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [====== ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [======= ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [======== ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [========= ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [========== ] 43/61
2018-04-03 15:42:57,301 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [=========== ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [============ ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [=============== ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [================== ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [=================== ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [==================== ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [======================= ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395. [======================== ] 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-podlators-4.09-395.fc27.noarch 43/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [ ] 44/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [== ] 44/61
2018-04-03 15:42:57,302 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [=== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [==== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [===== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [====== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [======= ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [============ ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [================= ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [================== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [==================== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [===================== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [====================== ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [======================= ] 44/61
2018-04-03 15:42:57,303 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-39 [======================== ] 44/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.28-395.fc27.noarch 44/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [ ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [======= ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [========== ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [================== ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [==================== ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [====================== ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-3 [======================== ] 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout] Installing : perl-Data-Dumper-2.167-398.fc27.x86_64 45/61
2018-04-03 15:42:57,304 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [ ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [=== ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [===== ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [====== ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [======= ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [======== ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [========= ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [============= ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [============== ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [=============== ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [================ ] 46/61
2018-04-03 15:42:57,305 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [================= ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [================== ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [=================== ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [==================== ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [===================== ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [====================== ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [======================= ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noa [======================== ] 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Installing : perl-URI-1.72-1.fc27.noarch 46/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [ ] 47/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [= ] 47/61
2018-04-03 15:42:57,306 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [=== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [==== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [===== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [====== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [======= ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [======== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [========= ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [=========== ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [============ ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [============= ] 47/61
2018-04-03 15:42:57,307 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [============== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [=============== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [================ ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [================= ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [================== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [=================== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [==================== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [====================== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [======================= ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_ [======================== ] 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout] Upgrading : libsepol-2.7-2.fc27.x86_64 47/61
2018-04-03 15:42:57,308 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Running scriptlet: libsepol-2.7-2.fc27.x86_64 47/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [ ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [=== ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [======= ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [========== ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [============== ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [================== ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [===================== ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x8 [======================== ] 48/61
2018-04-03 15:42:57,309 process L0395 DEBUG| [stdout] Upgrading : libselinux-2.7-3.fc27.x86_64 48/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Running scriptlet: libselinux-2.7-3.fc27.x86_64 48/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [ ] 49/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [= ] 49/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [== ] 49/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [=== ] 49/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [===== ] 49/61
2018-04-03 15:42:57,310 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [====== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [======== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [========== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [=========== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [============= ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [=============== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [================ ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [================== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [=================== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [==================== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [===================== ] 49/61
2018-04-03 15:42:57,311 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [====================== ] 49/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [======================= ] 49/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27. [======================== ] 49/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : libsecret-0.18.5-5.fc27.x86_64 49/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Running scriptlet: libsecret-0.18.5-5.fc27.x86_64 49/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.n [ ] 50/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.n [=== ] 50/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.n [==== ] 50/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.n [================= ] 50/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.n [======================= ] 50/61
2018-04-03 15:42:57,312 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.n [======================== ] 50/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : perl-Git-2.14.3-3.fc27.noarch 50/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [ ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [= ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [== ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [=== ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [==== ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [===== ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [====== ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [======= ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [======== ] 51/61
2018-04-03 15:42:57,313 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [========= ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [========== ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [=========== ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [============ ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [============= ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [============== ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [=============== ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [================ ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [================= ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [================== ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [=================== ] 51/61
2018-04-03 15:42:57,314 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [==================== ] 51/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [===================== ] 51/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [====================== ] 51/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [======================= ] 51/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 [======================== ] 51/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : git-2.14.3-3.fc27.x86_64 51/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [ ] 52/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [= ] 52/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [== ] 52/61
2018-04-03 15:42:57,315 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [=== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [===== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [====== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [======= ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [========= ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [========== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [=========== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [============ ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [============== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [=============== ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [================ ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [================= ] 52/61
2018-04-03 15:42:57,316 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [=================== ] 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [==================== ] 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [===================== ] 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [====================== ] 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [======================= ] 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3. [======================== ] 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Installing : libselinux-python-2.7-3.fc27.x86_64 52/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [ ] 53/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [== ] 53/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [=== ] 53/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [===== ] 53/61
2018-04-03 15:42:57,317 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [====== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [======== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [========= ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [=========== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [============ ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [============== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [=============== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [================= ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [================== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [=================== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [==================== ] 53/61
2018-04-03 15:42:57,318 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [===================== ] 53/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [====================== ] 53/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [======================= ] 53/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.f [======================== ] 53/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-utils-2.7-3.fc27.x86_64 53/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [ ] 54/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [= ] 54/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [== ] 54/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [==== ] 54/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [===== ] 54/61
2018-04-03 15:42:57,319 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [====== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [======== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [========= ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [========== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [=========== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [============= ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [============== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [=============== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [================= ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [================== ] 54/61
2018-04-03 15:42:57,320 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [=================== ] 54/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [===================== ] 54/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [====================== ] 54/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3 [======================== ] 54/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Upgrading : libselinux-python3-2.7-3.fc27.x86_64 54/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [ ] 55/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [= ] 55/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [== ] 55/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [=== ] 55/61
2018-04-03 15:42:57,321 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [==== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [===== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [====== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [======= ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [======== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [========= ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [=========== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [============ ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [============== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [=============== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [================ ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [================== ] 55/61
2018-04-03 15:42:57,322 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [=================== ] 55/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [==================== ] 55/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [====================== ] 55/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [======================= ] 55/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051 [======================== ] 55/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-IO-Socket-SSL-2.051-1.fc27.noarch 55/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-Mozilla-CA-20160104 [ ] 56/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-Mozilla-CA-20160104 [====== ] 56/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-Mozilla-CA-20160104 [=========== ] 56/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-Mozilla-CA-20160104 [================== ] 56/61
2018-04-03 15:42:57,323 process L0395 DEBUG| [stdout] Installing : perl-Mozilla-CA-20160104 [======================== ] 56/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Installing : perl-Mozilla-CA-20160104-6.fc27.noarch 56/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [ ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [== ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [==== ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [====== ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [======== ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [========== ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [============ ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [============== ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [================ ] 57/61
2018-04-03 15:42:57,324 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [================== ] 57/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [==================== ] 57/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2 [====================== ] 57/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-python3-2.7-2.fc27.x86_64 57/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [ ] 58/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [= ] 58/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [== ] 58/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [=== ] 58/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [==== ] 58/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [===== ] 58/61
2018-04-03 15:42:57,325 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [====== ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [======= ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [======== ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [========= ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [========== ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [=========== ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [============ ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [============= ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [============== ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [=============== ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [================ ] 58/61
2018-04-03 15:42:57,326 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [================= ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [================== ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [=================== ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [==================== ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [===================== ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [====================== ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [======================= ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.f [======================== ] 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-utils-2.7-2.fc27.x86_64 58/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [ ] 59/61
2018-04-03 15:42:57,327 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [==== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [====== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [========= ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [=========== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [============= ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [=============== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [================== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [==================== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x8 [====================== ] 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout] Cleanup : libselinux-2.7-2.fc27.x86_64 59/61
2018-04-03 15:42:57,328 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Running scriptlet: libselinux-2.7-2.fc27.x86_64 59/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_ [ ] 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_ [==== ] 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_ [======== ] 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_ [============ ] 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_ [================ ] 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_ [==================== ] 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : libsepol-2.7-1.fc27.x86_64 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Running scriptlet: libsepol-2.7-1.fc27.x86_64 60/61
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,329 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [ ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [= ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [=== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [==== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [===== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [====== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [======= ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [======== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [========= ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [========== ] 61/61
2018-04-03 15:42:57,330 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [=========== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [============ ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [============= ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [============== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [=============== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [================ ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [================= ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [================== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [=================== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [==================== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [===================== ] 61/61
2018-04-03 15:42:57,331 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [====================== ] 61/61
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [======================= ] 61/61
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [======================== ] 61/61
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 [========================= ] 61/61
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] Cleanup : gdbm-1.13-3.fc27.x86_64 61/61
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/vi/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/uk/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/sr/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/pt_BR/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/pl/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,332 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/ja/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/fr/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/fi/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/eo/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/de/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] warning: file /usr/share/locale/da/LC_MESSAGES/gdbm.mo: remove failed: No such file or directory
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] Running scriptlet: gdbm-1.13-3.fc27.x86_64 61/61
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] Verifying : python2-2.7.14-10.fc27.x86_64 1/61
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout] Verifying : python2-libs-2.7.14-10.fc27.x86_64 2/61
2018-04-03 15:42:57,333 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout] Verifying : libselinux-python-2.7-3.fc27.x86_64 3/61
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout] Verifying : git-2.14.3-3.fc27.x86_64 4/61
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout] Verifying : git-core-2.14.3-3.fc27.x86_64 5/61
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout] Verifying : git-core-doc-2.14.3-3.fc27.x86_64 6/61
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout] Verifying : perl-Git-2.14.3-3.fc27.noarch 7/61
2018-04-03 15:42:57,334 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout] Verifying : libsecret-0.18.5-5.fc27.x86_64 8/61
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout] Verifying : perl-Error-1:0.17025-1.fc27.noarch 9/61
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout] Verifying : perl-Getopt-Long-1:2.50-3.fc27.noarch 10/61
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout] Verifying : perl-TermReadKey-2.37-5.fc27.x86_64 11/61
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout] Verifying : perl-Carp-1.42-394.fc27.noarch 12/61
2018-04-03 15:42:57,335 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout] Verifying : perl-Exporter-5.72-395.fc27.noarch 13/61
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout] Verifying : perl-Time-Local-1:1.250-394.fc27.noarch 14/61
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout] Verifying : perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 15/61
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout] Verifying : perl-Pod-Usage-4:1.69-394.fc27.noarch 16/61
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout] Verifying : perl-Text-ParseWords-3.30-394.fc27.noarch 17/61
2018-04-03 15:42:57,336 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout] Verifying : perl-constant-1.33-395.fc27.noarch 18/61
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout] Verifying : perl-parent-1:0.236-394.fc27.noarch 19/61
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout] Verifying : perl-Pod-Perldoc-3.28-395.fc27.noarch 20/61
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout] Verifying : perl-File-Temp-0.230.400-394.fc27.noarch 21/61
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout] Verifying : perl-HTTP-Tiny-0.070-394.fc27.noarch 22/61
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,337 process L0395 DEBUG| [stdout] Verifying : perl-Pod-Simple-1:3.35-394.fc27.noarch 23/61
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout] Verifying : perl-File-Path-2.15-1.fc27.noarch 24/61
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout] Verifying : perl-MIME-Base64-3.15-395.fc27.x86_64 25/61
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout] Verifying : perl-Pod-Escapes-1:1.07-394.fc27.noarch 26/61
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout] Verifying : perl-Text-Tabs+Wrap-2013.0523-394.fc27.noarch 27/61
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout] Verifying : perl-interpreter-4:5.26.1-403.fc27.x86_64 28/61
2018-04-03 15:42:57,338 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout] Verifying : perl-libs-4:5.26.1-403.fc27.x86_64 29/61
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout] Verifying : perl-Unicode-Normalize-1.25-395.fc27.x86_64 30/61
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout] Verifying : perl-Errno-1.28-403.fc27.x86_64 31/61
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout] Verifying : perl-PathTools-3.74-1.fc27.x86_64 32/61
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout] Verifying : perl-podlators-4.09-395.fc27.noarch 33/61
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout] Verifying : perl-Term-ANSIColor-4.06-395.fc27.noarch 34/61
2018-04-03 15:42:57,339 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout] Verifying : perl-Term-Cap-1.17-394.fc27.noarch 35/61
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout] Verifying : perl-Encode-4:2.94-16.fc27.x86_64 36/61
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout] Verifying : perl-Storable-1:2.62-395.fc27.x86_64 37/61
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout] Verifying : perl-IO-1.38-403.fc27.x86_64 38/61
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout] Verifying : perl-Socket-4:2.027-1.fc27.x86_64 39/61
2018-04-03 15:42:57,340 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout] Verifying : python2-pip-9.0.1-14.fc27.noarch 40/61
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout] Verifying : python2-setuptools-37.0.0-1.fc27.noarch 41/61
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout] Verifying : perl-macros-4:5.26.1-403.fc27.x86_64 42/61
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout] Verifying : perl-threads-1:2.21-1.fc27.x86_64 43/61
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout] Verifying : perl-threads-shared-1.58-1.fc27.x86_64 44/61
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,341 process L0395 DEBUG| [stdout] Verifying : perl-Mozilla-CA-20160104-6.fc27.noarch 45/61
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout] Verifying : perl-IO-Socket-SSL-2.051-1.fc27.noarch 46/61
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout] Verifying : perl-IO-Socket-IP-0.39-4.fc27.noarch 47/61
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout] Verifying : perl-Net-SSLeay-1.81-4.fc27.x86_64 48/61
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout] Verifying : perl-URI-1.72-1.fc27.noarch 49/61
2018-04-03 15:42:57,342 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout] Verifying : perl-Data-Dumper-2.167-398.fc27.x86_64 50/61
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout] Verifying : perl-libnet-3.11-1.fc27.noarch 51/61
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout] Verifying : gdbm-1:1.13-6.fc27.x86_64 52/61
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout] Verifying : libselinux-2.7-3.fc27.x86_64 53/61
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout] Verifying : libsepol-2.7-2.fc27.x86_64 54/61
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout] Verifying : libselinux-utils-2.7-3.fc27.x86_64 55/61
2018-04-03 15:42:57,343 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout] Verifying : libselinux-python3-2.7-3.fc27.x86_64 56/61
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout] Verifying : libselinux-2.7-2.fc27.x86_64 57/61
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout] Verifying : libselinux-python3-2.7-2.fc27.x86_64 58/61
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout] Verifying : libselinux-utils-2.7-2.fc27.x86_64 59/61
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout] Verifying : libsepol-2.7-1.fc27.x86_64 60/61
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,344 process L0395 DEBUG| [stdout] Verifying : gdbm-1.13-3.fc27.x86_64 61/61
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] Installed:
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] git.x86_64 2.14.3-3.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] libselinux-python.x86_64 2.7-3.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] python2.x86_64 2.7.14-10.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] perl-IO-Socket-SSL.noarch 2.051-1.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] perl-Mozilla-CA.noarch 20160104-6.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] git-core.x86_64 2.14.3-3.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] git-core-doc.x86_64 2.14.3-3.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] libsecret.x86_64 0.18.5-5.fc27
2018-04-03 15:42:57,345 process L0395 DEBUG| [stdout] perl-Carp.noarch 1.42-394.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Data-Dumper.x86_64 2.167-398.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Encode.x86_64 4:2.94-16.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Errno.x86_64 1.28-403.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Error.noarch 1:0.17025-1.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Exporter.noarch 5.72-395.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-File-Path.noarch 2.15-1.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-File-Temp.noarch 0.230.400-394.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Getopt-Long.noarch 1:2.50-3.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-Git.noarch 2.14.3-3.fc27
2018-04-03 15:42:57,346 process L0395 DEBUG| [stdout] perl-HTTP-Tiny.noarch 0.070-394.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-IO.x86_64 1.38-403.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-IO-Socket-IP.noarch 0.39-4.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-MIME-Base64.x86_64 3.15-395.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Net-SSLeay.x86_64 1.81-4.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-PathTools.x86_64 3.74-1.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Pod-Escapes.noarch 1:1.07-394.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Pod-Perldoc.noarch 3.28-395.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Pod-Simple.noarch 1:3.35-394.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Pod-Usage.noarch 4:1.69-394.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Scalar-List-Utils.x86_64 3:1.48-1.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Socket.x86_64 4:2.027-1.fc27
2018-04-03 15:42:57,347 process L0395 DEBUG| [stdout] perl-Storable.x86_64 1:2.62-395.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-Term-ANSIColor.noarch 4.06-395.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-Term-Cap.noarch 1.17-394.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-TermReadKey.x86_64 2.37-5.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-Text-ParseWords.noarch 3.30-394.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-Text-Tabs+Wrap.noarch 2013.0523-394.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-Time-Local.noarch 1:1.250-394.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-URI.noarch 1.72-1.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-Unicode-Normalize.x86_64 1.25-395.fc27
2018-04-03 15:42:57,348 process L0395 DEBUG| [stdout] perl-constant.noarch 1.33-395.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-interpreter.x86_64 4:5.26.1-403.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-libnet.noarch 3.11-1.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-libs.x86_64 4:5.26.1-403.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-macros.x86_64 4:5.26.1-403.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-parent.noarch 1:0.236-394.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-podlators.noarch 4.09-395.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-threads.x86_64 1:2.21-1.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] perl-threads-shared.x86_64 1.58-1.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] python2-libs.x86_64 2.7.14-10.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] python2-pip.noarch 9.0.1-14.fc27
2018-04-03 15:42:57,349 process L0395 DEBUG| [stdout] python2-setuptools.noarch 37.0.0-1.fc27
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] Upgraded:
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] gdbm.x86_64 1:1.13-6.fc27 libselinux.x86_64 2.7-3.fc27
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] libselinux-python3.x86_64 2.7-3.fc27 libselinux-utils.x86_64 2.7-3.fc27
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] libsepol.x86_64 2.7-2.fc27
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] Complete!
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] Last metadata expiration check: 0:00:53 ago on Tue 03 Apr 2018 01:42:00 PM UTC.
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] Dependencies resolved.
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] Package Arch Version Repository Size
2018-04-03 15:42:57,350 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout] Upgrading:
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout] nettle x86_64 3.4-1.fc27 updates 292 k
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout] Transaction Summary
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout] Upgrade 1 Package
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,351 process L0395 DEBUG| [stdout] Total download size: 292 k
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] Downloading Packages:
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] nettle-3.4-1.fc27.x8 0% [ ] --- B/s | 0 B --:-- ETA
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] nettle-3.4-1.fc27.x86_64.rpm 1.3 MB/s | 292 kB 00:00
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] --------------------------------------------------------------------------------
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] Total 195 kB/s | 292 kB 00:01
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] Running transaction check
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] Transaction check succeeded.
2018-04-03 15:42:57,352 process L0395 DEBUG| [stdout] Running transaction test
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout] Transaction test succeeded.
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout] Running transaction
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout] Preparing : [========================= ] 1/1
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout] Preparing : 1/1
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,353 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [ ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [= ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [=== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [==== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [====== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [======= ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [========= ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [========== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [============ ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [============== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [=============== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [================= ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [================== ] 1/2
2018-04-03 15:42:57,354 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [==================== ] 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [===================== ] 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [====================== ] 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [======================== ] 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [========================= ] 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 [========================== ] 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Upgrading : nettle-3.4-1.fc27.x86_64 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Running scriptlet: nettle-3.4-1.fc27.x86_64 1/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Running scriptlet: nettle-3.3-5.fc27.x86_64 2/2
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,355 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [ ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [= ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [== ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [==== ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [===== ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [======= ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [======== ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [========== ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [=========== ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [============= ] 2/2
2018-04-03 15:42:57,356 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [============== ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [================ ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [================= ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [=================== ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [==================== ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [====================== ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [======================= ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 [========================= ] 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Cleanup : nettle-3.3-5.fc27.x86_64 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout] Running scriptlet: nettle-3.3-5.fc27.x86_64 2/2
2018-04-03 15:42:57,357 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] Verifying : nettle-3.4-1.fc27.x86_64 1/2
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] Verifying : nettle-3.3-5.fc27.x86_64 2/2
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] Upgraded:
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] nettle.x86_64 3.4-1.fc27
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] Complete!
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] Warning: Permanently added '[localhost]:12345' (ECDSA) to the list of known hosts.
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout] Shared connection to localhost closed.
2018-04-03 15:42:57,358 process L0395 DEBUG| [stdout]
2018-04-03 15:42:57,362 process L0551 INFO | Running ' ansible localhost -i "localhost," -m copy -a "src=~/.contra-env-setup/minishift/minishift.iso dest=~/.contra-env-setup/minishift/" --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" '
2018-04-03 15:43:13,834 process L0395 DEBUG| [stdout] localhost | SUCCESS => {
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "changed": true,
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "checksum": "8bc03f8d26134e3d526883883a51b50fd282fdb5",
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "dest": "/home/avocado/.contra-env-setup/minishift/minishift.iso",
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "gid": 1000,
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "group": "avocado",
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "md5sum": "5664091958cb2f0948b96ecfd140fded",
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "mode": "0664",
2018-04-03 15:43:13,835 process L0395 DEBUG| [stdout] "owner": "avocado",
2018-04-03 15:43:13,836 process L0395 DEBUG| [stdout] "secontext": "unconfined_u:object_r:user_home_t:s0",
2018-04-03 15:43:13,836 process L0395 DEBUG| [stdout] "size": 413138944,
2018-04-03 15:43:13,836 process L0395 DEBUG| [stdout] "src": "/home/avocado/.ansible/tmp/ansible-tmp-1522762977.91-201190174585977/source",
2018-04-03 15:43:13,836 process L0395 DEBUG| [stdout] "state": "file",
2018-04-03 15:43:13,836 process L0395 DEBUG| [stdout] "uid": 1000
2018-04-03 15:43:13,836 process L0395 DEBUG| [stdout] }
2018-04-03 15:43:13,864 process L0633 INFO | Command ' ansible localhost -i "localhost," -m copy -a "src=~/.contra-env-setup/minishift/minishift.iso dest=~/.contra-env-setup/minishift/" --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ' finished with 0 after 16.4992370605s
2018-04-03 15:43:13,867 process L0551 INFO | Running ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"'
2018-04-03 15:43:14,189 process L0395 DEBUG| [stdout] ansible-playbook 2.5.0
2018-04-03 15:43:14,190 process L0395 DEBUG| [stdout] config file = /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/test/ansible.cfg
2018-04-03 15:43:14,190 process L0395 DEBUG| [stdout] configured module search path = [u'/home/firemanxbr/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
2018-04-03 15:43:14,190 process L0395 DEBUG| [stdout] ansible python module location = /usr/lib/python2.7/site-packages/ansible
2018-04-03 15:43:14,190 process L0395 DEBUG| [stdout] executable location = /usr/bin/ansible-playbook
2018-04-03 15:43:14,190 process L0395 DEBUG| [stdout] python version = 2.7.14 (default, Mar 14 2018, 13:36:31) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
2018-04-03 15:43:14,190 process L0395 DEBUG| [stdout] Using /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/test/ansible.cfg as config file
2018-04-03 15:43:14,306 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/cleanup/tasks/cleanup.yml
2018-04-03 15:43:14,314 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/create/tasks/clone_repos.yml
2018-04-03 15:43:14,320 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml
2018-04-03 15:43:14,328 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml
2018-04-03 15:43:14,331 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml
2018-04-03 15:43:14,334 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml
2018-04-03 15:43:14,341 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml
2018-04-03 15:43:14,343 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/set_minishift_path.yml
2018-04-03 15:43:14,373 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml
2018-04-03 15:43:14,377 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/init_minishift.yml
2018-04-03 15:43:14,381 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/start_mcluster.yml
2018-04-03 15:43:14,384 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml
2018-04-03 15:43:14,387 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/login_to_cluster.yml
2018-04-03 15:43:14,389 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/get_set_project.yml
2018-04-03 15:43:14,392 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml
2018-04-03 15:43:14,397 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml
2018-04-03 15:43:14,401 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml
2018-04-03 15:43:14,403 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/login_to_cluster.yml
2018-04-03 15:43:14,408 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml
2018-04-03 15:43:14,488 process L0395 DEBUG| [stdout]
2018-04-03 15:43:14,488 process L0395 DEBUG| [stdout] PLAYBOOK: setup.yml ************************************************************
2018-04-03 15:43:14,488 process L0395 DEBUG| [stdout] 1 plays in playbooks/setup.yml
2018-04-03 15:43:14,493 process L0395 DEBUG| [stderr] [WARNING]: Found variable using reserved name: remote_user
2018-04-03 15:43:14,495 process L0395 DEBUG| [stdout]
2018-04-03 15:43:14,495 process L0395 DEBUG| [stdout] PLAY [all] *********************************************************************
2018-04-03 15:43:14,528 process L0395 DEBUG| [stdout]
2018-04-03 15:43:14,529 process L0395 DEBUG| [stdout] TASK [Gathering Facts] *********************************************************
2018-04-03 15:43:14,529 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/setup.yml:2
2018-04-03 15:43:15,682 process L0395 DEBUG| [stdout] ok: [localhost]
2018-04-03 15:43:15,682 process L0395 DEBUG| [stdout] META: ran handlers
2018-04-03 15:43:15,688 process L0395 DEBUG| [stdout]
2018-04-03 15:43:15,688 process L0395 DEBUG| [stdout] TASK [cleanup : Stop minishift if running] *************************************
2018-04-03 15:43:15,689 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/cleanup/tasks/cleanup.yml:5
2018-04-03 15:43:16,049 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift stop --profile minishift", "delta": "0:00:00.001518", "end": "2018-04-03 13:43:16.019968", "msg": "non-zero return code", "rc": 127, "start": "2018-04-03 13:43:16.018450", "stderr": "/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory", "stderr_lines": ["/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:16,049 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 15:43:16,057 process L0395 DEBUG| [stdout]
2018-04-03 15:43:16,057 process L0395 DEBUG| [stdout] TASK [cleanup : Delete minishift profile minishift] ****************************
2018-04-03 15:43:16,057 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/cleanup/tasks/cleanup.yml:9
2018-04-03 15:43:16,320 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift delete --profile minishift --force", "delta": "0:00:00.001610", "end": "2018-04-03 13:43:16.293712", "msg": "non-zero return code", "rc": 127, "start": "2018-04-03 13:43:16.292102", "stderr": "/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory", "stderr_lines": ["/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:16,320 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 15:43:16,329 process L0395 DEBUG| [stdout]
2018-04-03 15:43:16,329 process L0395 DEBUG| [stdout] TASK [cleanup : Cleanup files and directories /home/avocado/.contra-env-setup/minishift] ***
2018-04-03 15:43:16,329 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/cleanup/tasks/cleanup.yml:13
2018-04-03 15:43:16,690 process L0395 DEBUG| [stdout] ok: [localhost] => (item=minishift) => {"changed": false, "item": "minishift", "path": "/home/avocado/.contra-env-setup/minishift/minishift", "state": "absent"}
2018-04-03 15:43:16,934 process L0395 DEBUG| [stdout] ok: [localhost] => (item=LICENSE) => {"changed": false, "item": "LICENSE", "path": "/home/avocado/.contra-env-setup/minishift/LICENSE", "state": "absent"}
2018-04-03 15:43:17,244 process L0395 DEBUG| [stdout] ok: [localhost] => (item=README.adoc) => {"changed": false, "item": "README.adoc", "path": "/home/avocado/.contra-env-setup/minishift/README.adoc", "state": "absent"}
2018-04-03 15:43:17,497 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.minishift) => {"changed": false, "item": ".minishift", "path": "/home/avocado/.contra-env-setup/minishift/.minishift", "state": "absent"}
2018-04-03 15:43:17,732 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.kube) => {"changed": false, "item": ".kube", "path": "/home/avocado/.contra-env-setup/minishift/.kube", "state": "absent"}
2018-04-03 15:43:17,741 process L0395 DEBUG| [stdout]
2018-04-03 15:43:17,741 process L0395 DEBUG| [stdout] TASK [cleanup : Cleanup certain files and directories in /home/avocado/.contra-env-setup] ***
2018-04-03 15:43:17,741 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/cleanup/tasks/cleanup.yml:25
2018-04-03 15:43:18,065 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/.yml) => {"changed": false, "item": "/home/avocado/.contra-env-setup/.yml", "path": "/home/avocado/.contra-env-setup/.yml", "state": "absent"}
2018-04-03 15:43:18,304 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/.yaml) => {"changed": false, "item": "/home/avocado/.contra-env-setup/.yaml", "path": "/home/avocado/.contra-env-setup/.yaml", "state": "absent"}
2018-04-03 15:43:18,541 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/pipeline) => {"changed": false, "item": "/home/avocado/.contra-env-setup/pipeline", "path": "/home/avocado/.contra-env-setup/pipeline", "state": "absent"}
2018-04-03 15:43:18,835 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/contra-env-sample-project) => {"changed": false, "item": "/home/avocado/.contra-env-setup/contra-env-sample-project", "path": "/home/avocado/.contra-env-setup/contra-env-sample-project", "state": "absent"}
2018-04-03 15:43:19,082 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/loaded_pipelines) => {"changed": false, "item": "/home/avocado/.contra-env-setup/loaded_pipelines", "path": "/home/avocado/.contra-env-setup/loaded_pipelines", "state": "absent"}
2018-04-03 15:43:19,333 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.minishift) => {"changed": false, "item": ".minishift", "path": ".minishift", "state": "absent"}
2018-04-03 15:43:19,601 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.kube) => {"changed": false, "item": ".kube", "path": ".kube", "state": "absent"}
2018-04-03 15:43:19,608 process L0395 DEBUG| [stdout]
2018-04-03 15:43:19,608 process L0395 DEBUG| [stdout] TASK [create : Create contra-env-setup directories] ****************************
2018-04-03 15:43:19,609 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/create/tasks/main.yml:4
2018-04-03 15:43:19,892 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup) => {"changed": false, "gid": 1000, "group": "avocado", "item": "/home/avocado/.contra-env-setup", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000}
2018-04-03 15:43:20,129 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/minishift) => {"changed": false, "gid": 1000, "group": "avocado", "item": "/home/avocado/.contra-env-setup/minishift", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup/minishift", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000}
2018-04-03 15:43:20,377 process L0395 DEBUG| [stdout] changed: [localhost] => (item=/home/avocado/.contra-env-setup/loaded_pipelines) => {"changed": true, "gid": 1000, "group": "avocado", "item": "/home/avocado/.contra-env-setup/loaded_pipelines", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup/loaded_pipelines", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000}
2018-04-03 15:43:20,388 process L0395 DEBUG| [stdout]
2018-04-03 15:43:20,388 process L0395 DEBUG| [stdout] TASK [create : Is project repository present in /home/avocado/.contra-env-setup/pipeline] ***
2018-04-03 15:43:20,388 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/create/tasks/clone_repos.yml:5
2018-04-03 15:43:20,751 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "stat": {"exists": false}}
2018-04-03 15:43:20,758 process L0395 DEBUG| [stdout]
2018-04-03 15:43:20,759 process L0395 DEBUG| [stdout] TASK [create : Set http.sslVerify false] ***************************************
2018-04-03 15:43:20,759 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/create/tasks/clone_repos.yml:10
2018-04-03 15:43:21,018 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "git config --global http.sslVerify false", "delta": "0:00:00.002169", "end": "2018-04-03 13:43:20.988662", "rc": 0, "start": "2018-04-03 13:43:20.986493", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:21,029 process L0395 DEBUG| [stdout]
2018-04-03 15:43:21,029 process L0395 DEBUG| [stdout] TASK [create : checkout the project repo @ https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git to /home/avocado/.contra-env-setup/pipeline] ***
2018-04-03 15:43:21,029 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/create/tasks/clone_repos.yml:14
2018-04-03 15:43:26,618 process L0395 DEBUG| [stdout] changed: [localhost] => {"after": "91ff6bca77e7c4973027ac9091b496d9872f1447", "before": null, "changed": true}
2018-04-03 15:43:26,628 process L0395 DEBUG| [stdout]
2018-04-03 15:43:26,628 process L0395 DEBUG| [stdout] TASK [create : checkout the sample project repo @ https://github.com/CentOS-PaaS-SIG/contra-env-sample-project to /home/avocado/.contra-env-setup/contra-env-sample-project] ***
2018-04-03 15:43:26,628 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/create/tasks/clone_repos.yml:24
2018-04-03 15:43:26,641 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:43:26,647 process L0395 DEBUG| [stdout]
2018-04-03 15:43:26,648 process L0395 DEBUG| [stdout] TASK [prereqs : Check virtualization settings] *********************************
2018-04-03 15:43:26,648 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:5
2018-04-03 15:43:26,891 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cat /proc/cpuinfo | grep 'vmx\\|svm'", "delta": "0:00:00.002400", "end": "2018-04-03 13:43:26.862075", "rc": 0, "start": "2018-04-03 13:43:26.859675", "stderr": "", "stderr_lines": [], "stdout": "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves arat", "stdout_lines": ["flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves arat"]}
2018-04-03 15:43:26,899 process L0395 DEBUG| [stdout]
2018-04-03 15:43:26,899 process L0395 DEBUG| [stdout] TASK [prereqs : Output of cpuinfo from proc] ***********************************
2018-04-03 15:43:26,900 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:11
2018-04-03 15:43:26,937 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 15:43:26,938 process L0395 DEBUG| [stdout] "msg": "cpuinfo: flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves arat"
2018-04-03 15:43:26,938 process L0395 DEBUG| [stdout] }
2018-04-03 15:43:26,944 process L0395 DEBUG| [stdout]
2018-04-03 15:43:26,945 process L0395 DEBUG| [stdout] TASK [prereqs : Exit if virtualization is not turned on in the BIOS] ***********
2018-04-03 15:43:26,945 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:15
2018-04-03 15:43:26,960 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:43:26,967 process L0395 DEBUG| [stdout]
2018-04-03 15:43:26,967 process L0395 DEBUG| [stdout] TASK [prereqs : Check virtualization settings for Intel] ***********************
2018-04-03 15:43:26,967 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:19
2018-04-03 15:43:27,236 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": ["cat", "/sys/module/kvm_intel/parameters/nested"], "delta": "0:00:00.001713", "end": "2018-04-03 13:43:27.205495", "rc": 0, "start": "2018-04-03 13:43:27.203782", "stderr": "", "stderr_lines": [], "stdout": "N", "stdout_lines": ["N"]}
2018-04-03 15:43:27,243 process L0395 DEBUG| [stdout]
2018-04-03 15:43:27,243 process L0395 DEBUG| [stdout] TASK [prereqs : Output of kvm_intel nested] ************************************
2018-04-03 15:43:27,243 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:25
2018-04-03 15:43:27,283 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 15:43:27,283 process L0395 DEBUG| [stdout] "msg": "cpuinfo: N"
2018-04-03 15:43:27,283 process L0395 DEBUG| [stdout] }
2018-04-03 15:43:27,289 process L0395 DEBUG| [stdout]
2018-04-03 15:43:27,289 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization Intel - rmmod] *********************
2018-04-03 15:43:27,290 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:30
2018-04-03 15:43:27,562 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": ["rmmod", "kvm-intel"], "delta": "0:00:00.005774", "end": "2018-04-03 13:43:27.529352", "rc": 0, "start": "2018-04-03 13:43:27.523578", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:27,569 process L0395 DEBUG| [stdout]
2018-04-03 15:43:27,569 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization Intel - update dist.conf] **********
2018-04-03 15:43:27,570 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:35
2018-04-03 15:43:27,845 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "echo 'options kvm-intel nested=y' >> /etc/modprobe.d/dist.conf", "delta": "0:00:00.001877", "end": "2018-04-03 13:43:27.811321", "rc": 0, "start": "2018-04-03 13:43:27.809444", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:27,852 process L0395 DEBUG| [stdout]
2018-04-03 15:43:27,852 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization Intel - modprobe] ******************
2018-04-03 15:43:27,852 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:40
2018-04-03 15:43:28,138 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": ["modprobe", "kvm-intel"], "delta": "0:00:00.014946", "end": "2018-04-03 13:43:28.105150", "rc": 0, "start": "2018-04-03 13:43:28.090204", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:28,145 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,145 process L0395 DEBUG| [stdout] TASK [prereqs : Check virtualization settings for AMD] *************************
2018-04-03 15:43:28,146 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:45
2018-04-03 15:43:28,399 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["cat", "/sys/module/kvm_amd/parameters/nested"], "delta": "0:00:00.001497", "end": "2018-04-03 13:43:28.367401", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 13:43:28.365904", "stderr": "cat: /sys/module/kvm_amd/parameters/nested: No such file or directory", "stderr_lines": ["cat: /sys/module/kvm_amd/parameters/nested: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 15:43:28,399 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 15:43:28,407 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,407 process L0395 DEBUG| [stdout] TASK [prereqs : Output of kvm_amd nested] **************************************
2018-04-03 15:43:28,408 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:51
2018-04-03 15:43:28,424 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 15:43:28,431 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,431 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization AMD - rmmod] ***********************
2018-04-03 15:43:28,431 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:56
2018-04-03 15:43:28,446 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:43:28,454 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,454 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization AMD - update dist.conf] ************
2018-04-03 15:43:28,454 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:61
2018-04-03 15:43:28,471 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:43:28,477 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,478 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization AMD - modprobe] ********************
2018-04-03 15:43:28,478 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:66
2018-04-03 15:43:28,493 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:43:28,499 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,500 process L0395 DEBUG| [stdout] TASK [prereqs : Exit if nested virtualization is off] **************************
2018-04-03 15:43:28,500 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:71
2018-04-03 15:43:28,516 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:43:28,523 process L0395 DEBUG| [stdout]
2018-04-03 15:43:28,523 process L0395 DEBUG| [stdout] TASK [prereqs : Install pre-requesites for dnf support for Fedora] *************
2018-04-03 15:43:28,523 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2
2018-04-03 15:43:38,132 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "rc": 0, "stderr": "Shared connection to localhost closed.\r\n", "stdout": "Last metadata expiration check: 0:01:28 ago on Tue 03 Apr 2018 01:42:00 PM UTC.\r\nDependencies resolved.\r\n================================================================================\r\n Package Arch Version Repository Size\r\n================================================================================\r\nInstalling:\r\n python2-dnf noarch 2.7.5-2.fc27 updates 457 k\r\nUpgrading:\r\n dnf noarch 2.7.5-2.fc27 updates 350 k\r\n dnf-conf noarch 2.7.5-2.fc27 updates 68 k\r\n dnf-yum noarch 2.7.5-2.fc27 updates 50 k\r\n python3-dnf noarch 2.7.5-2.fc27 updates 454 k\r\nInstalling dependencies:\r\n pyliblzma x86_64 0.5.3-19.fc27 fedora 54 k\r\n python2-gpg x86_64 1.9.0-6.fc27 fedora 219 k\r\n python2-hawkey x86_64 0.11.0-1.fc27 fedora 56 k\r\n python2-iniparse noarch 0.4-26.fc27 fedora 46 k\r\n python2-libcomps x86_64 0.1.8-6.fc27 fedora 49 k\r\n python2-librepo x86_64 1.8.0-1.fc27 fedora 46 k\r\n python2-rpm x86_64 4.14.0-2.fc27 fedora 117 k\r\n python2-six noarch 1.11.0-1.fc27 fedora 36 k\r\nInstalling weak dependencies:\r\n rpm-plugin-systemd-inhibit x86_64 4.14.0-2.fc27 fedora 67 k\r\n\r\nTransaction Summary\r\n================================================================================\r\nInstall 10 Packages\r\nUpgrade 4 Packages\r\n\r\nTotal download size: 2.0 M\r\nDownloading Packages:\r\n(1/14): python2-dnf- 0% [ ] --- B/s | 0 B --:-- ETA\r(1/14): pyliblzma-0.5.3-19.fc27.x86_64.rpm 342 kB/s | 54 kB 00:00 \r\n(2-3/14): python2-gp 11% [== ] 1.4 MB/s | 232 kB 00:01 ETA\r(2/14): python2-gpg-1.9.0-6.fc27.x86_64.rpm 1.0 MB/s | 219 kB 00:00 \r\n(3-4/14): python2-in 26% [===== ] 1.5 MB/s | 540 kB 00:01 ETA\r(3/14): python2-iniparse-0.4-26.fc27.noarch.rpm 904 kB/s | 46 kB 00:00 \r\n(4-5/14): python2-li 27% [===== ] 1.5 MB/s | 563 kB 00:00 ETA\r(4/14): python2-librepo-1.8.0-1.fc27.x86_64.rpm 1.2 MB/s | 46 kB 00:00 \r\n(5-6/14): python2-li 37% [======= ] 1.5 MB/s | 771 kB 00:00 ETA\r(5/14): python2-libcomps-0.1.8-6.fc27.x86_64.rp 957 kB/s | 49 kB 00:00 \r\n(6-7/14): python2-si 39% [=======- ] 1.5 MB/s | 813 kB 00:00 ETA\r(6/14): python2-dnf-2.7.5-2.fc27.noarch.rpm 1.5 MB/s | 457 kB 00:00 \r\n(7-8/14): python2-ha 42% [======== ] 1.5 MB/s | 871 kB 00:00 ETA\r(7/14): python2-six-1.11.0-1.fc27.noarch.rpm 848 kB/s | 36 kB 00:00 \r\n(8-9/14): python2-rp 44% [========- ] 1.5 MB/s | 923 kB 00:00 ETA\r(8/14): python2-hawkey-0.11.0-1.fc27.x86_64.rpm 725 kB/s | 56 kB 00:00 \r\n(9-10/14): python2-r 46% [========= ] 1.5 MB/s | 964 kB 00:00 ETA\r(9/14): rpm-plugin-systemd-inhibit-4.14.0-2.fc2 1.1 MB/s | 67 kB 00:00 \r\n(10-11/14): python2- 51% [========== ] 1.5 MB/s | 1.0 MB 00:00 ETA\r(10/14): python2-rpm-4.14.0-2.fc27.x86_64.rpm 1.1 MB/s | 117 kB 00:00 \r\n(11-12/14): dnf-conf 55% [=========== ] 1.5 MB/s | 1.1 MB 00:00 ETA\r(11/14): dnf-conf-2.7.5-2.fc27.noarch.rpm 991 kB/s | 68 kB 00:00 \r\n(12-13/14): python3- 61% [============ ] 1.6 MB/s | 1.2 MB 00:00 ETA\r(12/14): dnf-yum-2.7.5-2.fc27.noarch.rpm 551 kB/s | 50 kB 00:00 \r\n(13-14/14): python3- 81% [================ ] 1.6 MB/s | 1.6 MB 00:00 ETA\r(13/14): python3-dnf-2.7.5-2.fc27.noarch.rpm 2.9 MB/s | 454 kB 00:00 \r\n(14/14): dnf-2.7.5-2 85% [================= ] 1.6 MB/s | 1.7 MB 00:00 ETA\r(14/14): dnf-2.7.5-2.fc27.noarch.rpm 1.6 MB/s | 350 kB 00:00 \r\n--------------------------------------------------------------------------------\r\nTotal 461 kB/s | 2.0 MB 00:04 \r\nRunning transaction check\r\nTransaction check succeeded.\r\nRunning transaction test\r\nTransaction test succeeded.\r\nRunning transaction\r\n\r Running scriptlet: systemd 1/1 \r\n\r Preparing : [== ] 1/1\r Preparing : [===== ] 1/1\r Preparing : [======== ] 1/1\r Preparing : [=========== ] 1/1\r Preparing : [============= ] 1/1\r Preparing : [================ ] 1/1\r Preparing : [=================== ] 1/1\r Preparing : [====================== ] 1/1\r Preparing : [========================= ] 1/1\r Preparing : [============================ ] 1/1\r Preparing : [=============================== ] 1/1\r Preparing : [================================= ] 1/1\r Preparing : [==================================== ] 1/1\r Preparing : [======================================= ] 1/1\r Preparing : [========================================== ] 1/1\r Preparing : [============================================ ] 1/1\r Preparing : [=============================================== ] 1/1\r Preparing : 1/1 \r\n\r Upgrading : dnf-conf-2.7.5-2.fc27.no [ ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [= ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [=== ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [====== ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [======= ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [=================== ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [==================== ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.no [======================== ] 1/18\r Upgrading : dnf-conf-2.7.5-2.fc27.noarch 1/18 \r\n\r Upgrading : python3-dnf-2.7.5-2.fc27 [ ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [= ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [=== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [==== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [===== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [====== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [======= ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [======== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [========= ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [========== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [=========== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [============ ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [============= ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [============== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [=============== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [================ ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [================= ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [================== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [=================== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [==================== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [===================== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [====================== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [======================= ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27 [======================== ] 2/18\r Upgrading : python3-dnf-2.7.5-2.fc27.noarch 2/18 \r\n\r Upgrading : dnf-2.7.5-2.fc27.noarch [ ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [= ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [=== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [==== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [===== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [====== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [======= ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [======== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [========= ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [========== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [=========== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [============ ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [============= ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [============== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [================ ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [================= ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [=================== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [==================== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [===================== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [====================== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [======================== ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch [========================= ] 3/18\r Upgrading : dnf-2.7.5-2.fc27.noarch 3/18 \r\n\r Running scriptlet: dnf-2.7.5-2.fc27.noarch 3/18 \r\n\r Installing : python2-rpm-4.14.0-2.fc2 [ ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [==== ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [======== ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [============= ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [================= ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [=================== ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [===================== ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [====================== ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [======================= ] 4/18\r Installing : python2-rpm-4.14.0-2.fc2 [======================== ] 4/18\r Installing : python2-rpm-4.14.0-2.fc27.x86_64 4/18 \r\n\r Installing : python2-hawkey-0.11.0-1. [ ] 5/18\r Installing : python2-hawkey-0.11.0-1. [== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [==== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [====== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [=========== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [=============== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [=================== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [====================== ] 5/18\r Installing : python2-hawkey-0.11.0-1. [======================= ] 5/18\r Installing : python2-hawkey-0.11.0-1. [======================== ] 5/18\r Installing : python2-hawkey-0.11.0-1.fc27.x86_64 5/18 \r\n\r Installing : python2-six-1.11.0-1.fc2 [ ] 6/18\r Installing : python2-six-1.11.0-1.fc2 [= ] 6/18\r Installing : python2-six-1.11.0-1.fc2 [======== ] 6/18\r Installing : python2-six-1.11.0-1.fc2 [================ ] 6/18\r Installing : python2-six-1.11.0-1.fc2 [================= ] 6/18\r Installing : python2-six-1.11.0-1.fc2 [======================== ] 6/18\r Installing : python2-six-1.11.0-1.fc27.noarch 6/18 \r\n\r Installing : python2-iniparse-0.4-26. [ ] 7/18\r Installing : python2-iniparse-0.4-26. [=== ] 7/18\r Installing : python2-iniparse-0.4-26. [===== ] 7/18\r Installing : python2-iniparse-0.4-26. [========= ] 7/18\r Installing : python2-iniparse-0.4-26. [========== ] 7/18\r Installing : python2-iniparse-0.4-26. [=========== ] 7/18\r Installing : python2-iniparse-0.4-26. [============ ] 7/18\r Installing : python2-iniparse-0.4-26. [=============== ] 7/18\r Installing : python2-iniparse-0.4-26. [================== ] 7/18\r Installing : python2-iniparse-0.4-26. [==================== ] 7/18\r Installing : python2-iniparse-0.4-26. [======================== ] 7/18\r Installing : python2-iniparse-0.4-26.fc27.noarch 7/18 \r\n\r Installing : python2-librepo-1.8.0-1. [ ] 8/18\r Installing : python2-librepo-1.8.0-1. [==== ] 8/18\r Installing : python2-librepo-1.8.0-1. [======= ] 8/18\r Installing : python2-librepo-1.8.0-1. [============ ] 8/18\r Installing : python2-librepo-1.8.0-1. [================= ] 8/18\r Installing : python2-librepo-1.8.0-1. [===================== ] 8/18\r Installing : python2-librepo-1.8.0-1. [======================== ] 8/18\r Installing : python2-librepo-1.8.0-1.fc27.x86_64 8/18 \r\n\r Installing : python2-libcomps-0.1.8-6 [ ] 9/18\r Installing : python2-libcomps-0.1.8-6 [===== ] 9/18\r Installing : python2-libcomps-0.1.8-6 [=========== ] 9/18\r Installing : python2-libcomps-0.1.8-6 [================= ] 9/18\r Installing : python2-libcomps-0.1.8-6 [====================== ] 9/18\r Installing : python2-libcomps-0.1.8-6 [======================== ] 9/18\r Installing : python2-libcomps-0.1.8-6.fc27.x86_64 9/18 \r\n\r Installing : python2-gpg-1.9.0-6.fc27 [ ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [= ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [=== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [==== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [===== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [====== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [======= ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [======== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [========= ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [========== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [=========== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [============ ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [============= ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [============== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [=============== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [================ ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [================= ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [================== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [=================== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [==================== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [===================== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [====================== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [======================= ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27 [======================== ] 10/18\r Installing : python2-gpg-1.9.0-6.fc27.x86_64 10/18 \r\n\r Installing : pyliblzma-0.5.3-19.fc27. [ ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [==== ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [======== ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [============ ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [================= ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [===================== ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [======================= ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27. [======================== ] 11/18\r Installing : pyliblzma-0.5.3-19.fc27.x86_64 11/18 \r\n\r Installing : python2-dnf-2.7.5-2.fc27 [ ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [= ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [=== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [==== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [===== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [====== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [======= ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [======== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [========= ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [========== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [=========== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [============ ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [============= ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [============== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [=============== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [================ ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [================= ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [================== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [=================== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [==================== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [===================== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [====================== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [======================= ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27 [======================== ] 12/18\r Installing : python2-dnf-2.7.5-2.fc27.noarch 12/18 \r\n\r Upgrading : dnf-yum-2.7.5-2.fc27.noa [ ] 13/18\r Upgrading : dnf-yum-2.7.5-2.fc27.noa [== ] 13/18\r Upgrading : dnf-yum-2.7.5-2.fc27.noa [====================== ] 13/18\r Upgrading : dnf-yum-2.7.5-2.fc27.noarch 13/18 \r\n\r Installing : rpm-plugin-systemd-inhib [ ] 14/18\r Installing : rpm-plugin-systemd-inhib [======================= ] 14/18\r Installing : rpm-plugin-systemd-inhib [======================== ] 14/18\r Installing : rpm-plugin-systemd-inhibit-4.14.0-2.fc27.x86_64 14/18 \r\n\r Cleanup : dnf-yum-2.7.3-1.fc27.noa [ ] 15/18\r Cleanup : dnf-yum-2.7.3-1.fc27.noa [============ ] 15/18\r Cleanup : dnf-yum-2.7.3-1.fc27.noarch 15/18 \r\n\r Running scriptlet: dnf-2.7.3-1.fc27.noarch 16/18 \r\n\r Cleanup : dnf-2.7.3-1.fc27.noarch [ ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [=== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [==== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [===== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [====== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [======= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [======== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [========= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [========== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [=========== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [============ ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [============= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [============== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [=============== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [================ ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [================= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [================== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [=================== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [==================== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [===================== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [====================== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [======================= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [======================== ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch [========================= ] 16/18\r Cleanup : dnf-2.7.3-1.fc27.noarch 16/18 \r\nwarning: file /usr/share/locale/zh_TW/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/zh_CN/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ur/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/uk/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/tr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/th/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/sv/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/sr@latin/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/sr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/sq/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/sk/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ru/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/pt_BR/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/pt/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/pl/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/pa/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/nl/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/nb/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ms/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/mr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ml/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/lt/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ko/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/kk/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ka/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ja/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/it/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/id/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/hu/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/hr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/hi/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/he/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/gu/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/fr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/fi/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/eu/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/es/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/el/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/de/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/da/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/cs/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ca/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/bn_IN/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/bg/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\nwarning: file /usr/share/locale/ar/LC_MESSAGES/dnf.mo: remove failed: No such file or directory\r\n\r Running scriptlet: dnf-2.7.3-1.fc27.noarch 16/18 \r\n\r Cleanup : python3-dnf-2.7.3-1.fc27 [ ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [= ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [=== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [==== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [===== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [====== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [======= ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [======== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [========= ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [========== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [=========== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [============ ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [============= ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [============== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [=============== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [================ ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [================= ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [================== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [=================== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [==================== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [===================== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [====================== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [======================= ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27 [======================== ] 17/18\r Cleanup : python3-dnf-2.7.3-1.fc27.noarch 17/18 \r\n\r Cleanup : dnf-conf-2.7.3-1.fc27.no [ ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [= ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [=== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [==== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [===== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [====== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [======= ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [======== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [========= ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [========== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [=========== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [============ ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [============= ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [============== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [=============== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [================ ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [================= ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [================== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [=================== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [==================== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [===================== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [====================== ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.no [======================= ] 18/18\r Cleanup : dnf-conf-2.7.3-1.fc27.noarch 18/18 \r\n\r Running scriptlet: dnf-conf-2.7.3-1.fc27.noarch 18/18 \r\n\r Verifying : python2-dnf-2.7.5-2.fc27.noarch 1/18 \r\n\r Verifying : pyliblzma-0.5.3-19.fc27.x86_64 2/18 \r\n\r Verifying : python2-gpg-1.9.0-6.fc27.x86_64 3/18 \r\n\r Verifying : python2-iniparse-0.4-26.fc27.noarch 4/18 \r\n\r Verifying : python2-libcomps-0.1.8-6.fc27.x86_64 5/18 \r\n\r Verifying : python2-librepo-1.8.0-1.fc27.x86_64 6/18 \r\n\r Verifying : python2-six-1.11.0-1.fc27.noarch 7/18 \r\n\r Verifying : python2-hawkey-0.11.0-1.fc27.x86_64 8/18 \r\n\r Verifying : python2-rpm-4.14.0-2.fc27.x86_64 9/18 \r\n\r Verifying : rpm-plugin-systemd-inhibit-4.14.0-2.fc27.x86_64 10/18 \r\n\r Verifying : dnf-conf-2.7.5-2.fc27.noarch 11/18 \r\n\r Verifying : python3-dnf-2.7.5-2.fc27.noarch 12/18 \r\n\r Verifying : dnf-2.7.5-2.fc27.noarch 13/18 \r\n\r Verifying : dnf-yum-2.7.5-2.fc27.noarch 14/18 \r\n\r Verifying : python3-dnf-2.7.3-1.fc27.noarch 15/18 \r\n\r Verifying : dnf-conf-2.7.3-1.fc27.noarch 16/18 \r\n\r Verifying : dnf-2.7.3-1.fc27.noarch 17/18 \r\n\r Verifying : dnf-yum-2.7.3-1.fc27.noarch 18/18 \r\n\r\nInstalled:\r\n python2-dnf.noarch 2.7.5-2.fc27 \r\n rpm-plugin-systemd-inhibit.x86_64 4.14.0-2.fc27 \r\n pyliblzma.x86_64 0.5.3-19.fc27 \r\n python2-gpg.x86_64 1.9.0-6.fc27 \r\n python2-hawkey.x86_64 0.11.0-1.fc27 \r\n python2-iniparse.noarch 0.4-26.fc27 \r\n python2-libcomps.x86_64 0.1.8-6.fc27 \r\n python2-librepo.x86_64 1.8.0-1.fc27 \r\n python2-rpm.x86_64 4.14.0-2.fc27 \r\n python2-six.noarch 1.11.0-1.fc27 \r\n\r\nUpgraded:\r\n dnf.noarch 2.7.5-2.fc27 dnf-conf.noarch 2.7.5-2.fc27 \r\n dnf-yum.noarch 2.7.5-2.fc27 python3-dnf.noarch 2.7.5-2.fc27 \r\n\r\nComplete!\r\n", "stdout_lines": ["Last metadata expiration check: 0:01:28 ago on Tue 03 Apr 2018 01:42:00 PM UTC.", "Dependencies resolved.", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Installing:", " python2-dnf noarch 2.7.5-2.fc27 updates 457 k", "Upgrading:", " dnf noarch 2.7.5-2.fc27 updates 350 k", " dnf-conf noarch 2.7.5-2.fc27 updates 68 k", " dnf-yum noarch 2.7.5-2.fc27 updates 50 k", " python3-dnf noarch 2.7.5-2.fc27 updates 454 k", "Installing dependencies:", " pyliblzma x86_64 0.5.3-19.fc27 fedora 54 k", " python2-gpg x86_64 1.9.0-6.fc27 fedora 219 k", " python2-hawkey x86_64 0.11.0-1.fc27 fedora 56 k", " python2-iniparse noarch 0.4-26.fc27 fedora 46 k", " python2-libcomps x86_64 0.1.8-6.fc27 fedora 49 k", " python2-librepo x86_64 1.8.0-1.fc27 fedora 46 k", " python2-rpm x86_64 4.14.0-2.fc27 fedora 117 k", " python2-six noarch 1.11.0-1.fc27 fedora 36 k", "Installing weak dependencies:", " rpm-plugin-systemd-inhibit x86_64 4.14.0-2.fc27 fedora 67 k", "", "Transaction Summary", "================================================================================", "Install 10 Packages", "Upgrade 4 Packages", "", "Total download size: 2.0 M", "Downloading Packages:", "(1/14): python2-dnf- 0% [ ] --- B/s | 0 B --:-- ETA", "(1/14): pyliblzma-0.5.3-19.fc27.x86_64.rpm 342 kB/s | 54 kB 00:00 ", "(2-3/14): python2-gp 11% [== ] 1.4 MB/s | 232 kB 00:01 ETA", "(2/14): python2-gpg-1.9.0-6.fc27.x86_64.rpm 1.0 MB/s | 219 kB 00:00 ", "(3-4/14): python2-in 26% [===== ] 1.5 MB/s | 540 kB 00:01 ETA", "(3/14): python2-iniparse-0.4-26.fc27.noarch.rpm 904 kB/s | 46 kB 00:00 ", "(4-5/14): python2-li 27% [===== ] 1.5 MB/s | 563 kB 00:00 ETA", "(4/14): python2-librepo-1.8.0-1.fc27.x86_64.rpm 1.2 MB/s | 46 kB 00:00 ", "(5-6/14): python2-li 37% [======= ] 1.5 MB/s | 771 kB 00:00 ETA", "(5/14): python2-libcomps-0.1.8-6.fc27.x86_64.rp 957 kB/s | 49 kB 00:00 ", "(6-7/14): python2-si 39% [=======- ] 1.5 MB/s | 813 kB 00:00 ETA", "(6/14): python2-dnf-2.7.5-2.fc27.noarch.rpm 1.5 MB/s | 457 kB 00:00 ", "(7-8/14): python2-ha 42% [======== ] 1.5 MB/s | 871 kB 00:00 ETA", "(7/14): python2-six-1.11.0-1.fc27.noarch.rpm 848 kB/s | 36 kB 00:00 ", "(8-9/14): python2-rp 44% [========- ] 1.5 MB/s | 923 kB 00:00 ETA", "(8/14): python2-hawkey-0.11.0-1.fc27.x86_64.rpm 725 kB/s | 56 kB 00:00 ", "(9-10/14): python2-r 46% [========= ] 1.5 MB/s | 964 kB 00:00 ETA", "(9/14): rpm-plugin-systemd-inhibit-4.14.0-2.fc2 1.1 MB/s | 67 kB 00:00 ", "(10-11/14): python2- 51% [========== ] 1.5 MB/s | 1.0 MB 00:00 ETA", "(10/14): python2-rpm-4.14.0-2.fc27.x86_64.rpm 1.1 MB/s | 117 kB 00:00 ", "(11-12/14): dnf-conf 55% [=========== ] 1.5 MB/s | 1.1 MB 00:00 ETA", "(11/14): dnf-conf-2.7.5-2.fc27.noarch.rpm 991 kB/s | 68 kB 00:00 ", "(12-13/14): python3- 61% [============ ] 1.6 MB/s | 1.2 MB 00:00 ETA", "(12/14): dnf-yum-2.7.5-2.fc27.noarch.rpm 551 kB/s | 50 kB 00:00 ", "(13-14/14): python3- 81% [================ ] 1.6 MB/s | 1.6 MB 00:00 ETA", "(13/14): python3-dnf-2.7.5-2.fc27.noarch.rpm 2.9 MB/s | 454 kB 00:00 ", "(14/14): dnf-2.7.5-2 85% [================= ] 1.6 MB/s | 1.7 MB 00:00 ETA", "(14/14): dnf-2.7.5-2.fc27.noarch.rpm 1.6 MB/s | 350 kB 00:00 ", "--------------------------------------------------------------------------------", "Total 461 kB/s | 2.0 MB 00:04 ", "Running transaction check", "Transaction check succeeded.", "Running transaction test", "Transaction test succeeded.", "Running transaction", "", " Running scriptlet: systemd 1/1 ", "", " Preparing : [== ] 1/1", " Preparing : [===== ] 1/1", " Preparing : [======== ] 1/1", " Preparing : [=========== ] 1/1", " Preparing : [============= ] 1/1", " Preparing : [================ ] 1/1", " Preparing : [=================== ] 1/1", " Preparing : [====================== ] 1/1", " Preparing : [========================= ] 1/1", " Preparing : [============================ ] 1/1", " Preparing : [=============================== ] 1/1", " Preparing : [================================= ] 1/1", " Preparing : [==================================== ] 1/1", " Preparing : [======================================= ] 1/1", " Preparing : [========================================== ] 1/1", " Preparing : [============================================ ] 1/1", " Preparing : [=============================================== ] 1/1", " Preparing : 1/1 ", "", " Upgrading : dnf-conf-2.7.5-2.fc27.no [ ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [= ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [=== ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [====== ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [======= ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [=================== ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [==================== ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.no [======================== ] 1/18", " Upgrading : dnf-conf-2.7.5-2.fc27.noarch 1/18 ", "", " Upgrading : python3-dnf-2.7.5-2.fc27 [ ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [= ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [=== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [==== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [===== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [====== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [======= ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [======== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [========= ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [========== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [=========== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [============ ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [============= ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [============== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [=============== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [================ ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [================= ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [================== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [=================== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [==================== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [===================== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [====================== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [======================= ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27 [======================== ] 2/18", " Upgrading : python3-dnf-2.7.5-2.fc27.noarch 2/18 ", "", " Upgrading : dnf-2.7.5-2.fc27.noarch [ ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [= ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [=== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [==== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [===== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [====== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [======= ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [======== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [========= ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [========== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [=========== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [============ ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [============= ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [============== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [================ ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [================= ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [=================== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [==================== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [===================== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [====================== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [======================== ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch [========================= ] 3/18", " Upgrading : dnf-2.7.5-2.fc27.noarch 3/18 ", "", " Running scriptlet: dnf-2.7.5-2.fc27.noarch 3/18 ", "", " Installing : python2-rpm-4.14.0-2.fc2 [ ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [==== ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [======== ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [============= ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [================= ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [=================== ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [===================== ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [====================== ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [======================= ] 4/18", " Installing : python2-rpm-4.14.0-2.fc2 [======================== ] 4/18", " Installing : python2-rpm-4.14.0-2.fc27.x86_64 4/18 ", "", " Installing : python2-hawkey-0.11.0-1. [ ] 5/18", " Installing : python2-hawkey-0.11.0-1. [== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [==== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [====== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [=========== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [=============== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [=================== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [====================== ] 5/18", " Installing : python2-hawkey-0.11.0-1. [======================= ] 5/18", " Installing : python2-hawkey-0.11.0-1. [======================== ] 5/18", " Installing : python2-hawkey-0.11.0-1.fc27.x86_64 5/18 ", "", " Installing : python2-six-1.11.0-1.fc2 [ ] 6/18", " Installing : python2-six-1.11.0-1.fc2 [= ] 6/18", " Installing : python2-six-1.11.0-1.fc2 [======== ] 6/18", " Installing : python2-six-1.11.0-1.fc2 [================ ] 6/18", " Installing : python2-six-1.11.0-1.fc2 [================= ] 6/18", " Installing : python2-six-1.11.0-1.fc2 [======================== ] 6/18", " Installing : python2-six-1.11.0-1.fc27.noarch 6/18 ", "", " Installing : python2-iniparse-0.4-26. [ ] 7/18", " Installing : python2-iniparse-0.4-26. [=== ] 7/18", " Installing : python2-iniparse-0.4-26. [===== ] 7/18", " Installing : python2-iniparse-0.4-26. [========= ] 7/18", " Installing : python2-iniparse-0.4-26. [========== ] 7/18", " Installing : python2-iniparse-0.4-26. [=========== ] 7/18", " Installing : python2-iniparse-0.4-26. [============ ] 7/18", " Installing : python2-iniparse-0.4-26. [=============== ] 7/18", " Installing : python2-iniparse-0.4-26. [================== ] 7/18", " Installing : python2-iniparse-0.4-26. [==================== ] 7/18", " Installing : python2-iniparse-0.4-26. [======================== ] 7/18", " Installing : python2-iniparse-0.4-26.fc27.noarch 7/18 ", "", " Installing : python2-librepo-1.8.0-1. [ ] 8/18", " Installing : python2-librepo-1.8.0-1. [==== ] 8/18", " Installing : python2-librepo-1.8.0-1. [======= ] 8/18", " Installing : python2-librepo-1.8.0-1. [============ ] 8/18", " Installing : python2-librepo-1.8.0-1. [================= ] 8/18", " Installing : python2-librepo-1.8.0-1. [===================== ] 8/18", " Installing : python2-librepo-1.8.0-1. [======================== ] 8/18", " Installing : python2-librepo-1.8.0-1.fc27.x86_64 8/18 ", "", " Installing : python2-libcomps-0.1.8-6 [ ] 9/18", " Installing : python2-libcomps-0.1.8-6 [===== ] 9/18", " Installing : python2-libcomps-0.1.8-6 [=========== ] 9/18", " Installing : python2-libcomps-0.1.8-6 [================= ] 9/18", " Installing : python2-libcomps-0.1.8-6 [====================== ] 9/18", " Installing : python2-libcomps-0.1.8-6 [======================== ] 9/18", " Installing : python2-libcomps-0.1.8-6.fc27.x86_64 9/18 ", "", " Installing : python2-gpg-1.9.0-6.fc27 [ ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [= ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [=== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [==== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [===== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [====== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [======= ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [======== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [========= ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [========== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [=========== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [============ ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [============= ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [============== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [=============== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [================ ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [================= ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [================== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [=================== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [==================== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [===================== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [====================== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [======================= ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27 [======================== ] 10/18", " Installing : python2-gpg-1.9.0-6.fc27.x86_64 10/18 ", "", " Installing : pyliblzma-0.5.3-19.fc27. [ ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [==== ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [======== ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [============ ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [================= ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [===================== ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [======================= ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27. [======================== ] 11/18", " Installing : pyliblzma-0.5.3-19.fc27.x86_64 11/18 ", "", " Installing : python2-dnf-2.7.5-2.fc27 [ ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [= ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [=== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [==== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [===== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [====== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [======= ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [======== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [========= ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [========== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [=========== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [============ ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [============= ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [============== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [=============== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [================ ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [================= ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [================== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [=================== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [==================== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [===================== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [====================== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [======================= ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27 [======================== ] 12/18", " Installing : python2-dnf-2.7.5-2.fc27.noarch 12/18 ", "", " Upgrading : dnf-yum-2.7.5-2.fc27.noa [ ] 13/18", " Upgrading : dnf-yum-2.7.5-2.fc27.noa [== ] 13/18", " Upgrading : dnf-yum-2.7.5-2.fc27.noa [====================== ] 13/18", " Upgrading : dnf-yum-2.7.5-2.fc27.noarch 13/18 ", "", " Installing : rpm-plugin-systemd-inhib [ ] 14/18", " Installing : rpm-plugin-systemd-inhib [======================= ] 14/18", " Installing : rpm-plugin-systemd-inhib [======================== ] 14/18", " Installing : rpm-plugin-systemd-inhibit-4.14.0-2.fc27.x86_64 14/18 ", "", " Cleanup : dnf-yum-2.7.3-1.fc27.noa [ ] 15/18", " Cleanup : dnf-yum-2.7.3-1.fc27.noa [============ ] 15/18", " Cleanup : dnf-yum-2.7.3-1.fc27.noarch 15/18 ", "", " Running scriptlet: dnf-2.7.3-1.fc27.noarch 16/18 ", "", " Cleanup : dnf-2.7.3-1.fc27.noarch [ ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [=== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [==== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [===== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [====== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [======= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [======== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [========= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [========== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [=========== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [============ ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [============= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [============== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [=============== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [================ ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [================= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [================== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [=================== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [==================== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [===================== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [====================== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [======================= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [======================== ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch [========================= ] 16/18", " Cleanup : dnf-2.7.3-1.fc27.noarch 16/18 ", "warning: file /usr/share/locale/zh_TW/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/zh_CN/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ur/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/uk/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/tr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/th/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/sv/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/sr@latin/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/sr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/sq/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/sk/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ru/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/pt_BR/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/pt/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/pl/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/pa/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/nl/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/nb/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ms/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/mr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ml/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/lt/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ko/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/kk/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ka/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ja/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/it/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/id/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/hu/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/hr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/hi/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/he/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/gu/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/fr/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/fi/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/eu/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/es/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/el/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/de/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/da/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/cs/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ca/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/bn_IN/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/bg/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "warning: file /usr/share/locale/ar/LC_MESSAGES/dnf.mo: remove failed: No such file or directory", "", " Running scriptlet: dnf-2.7.3-1.fc27.noarch 16/18 ", "", " Cleanup : python3-dnf-2.7.3-1.fc27 [ ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [= ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [=== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [==== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [===== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [====== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [======= ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [======== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [========= ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [========== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [=========== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [============ ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [============= ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [============== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [=============== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [================ ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [================= ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [================== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [=================== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [==================== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [===================== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [====================== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [======================= ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27 [======================== ] 17/18", " Cleanup : python3-dnf-2.7.3-1.fc27.noarch 17/18 ", "", " Cleanup : dnf-conf-2.7.3-1.fc27.no [ ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [= ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [=== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [==== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [===== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [====== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [======= ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [======== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [========= ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [========== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [=========== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [============ ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [============= ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [============== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [=============== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [================ ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [================= ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [================== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [=================== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [==================== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [===================== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [====================== ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.no [======================= ] 18/18", " Cleanup : dnf-conf-2.7.3-1.fc27.noarch 18/18 ", "", " Running scriptlet: dnf-conf-2.7.3-1.fc27.noarch 18/18 ", "", " Verifying : python2-dnf-2.7.5-2.fc27.noarch 1/18 ", "", " Verifying : pyliblzma-0.5.3-19.fc27.x86_64 2/18 ", "", " Verifying : python2-gpg-1.9.0-6.fc27.x86_64 3/18 ", "", " Verifying : python2-iniparse-0.4-26.fc27.noarch 4/18 ", "", " Verifying : python2-libcomps-0.1.8-6.fc27.x86_64 5/18 ", "", " Verifying : python2-librepo-1.8.0-1.fc27.x86_64 6/18 ", "", " Verifying : python2-six-1.11.0-1.fc27.noarch 7/18 ", "", " Verifying : python2-hawkey-0.11.0-1.fc27.x86_64 8/18 ", "", " Verifying : python2-rpm-4.14.0-2.fc27.x86_64 9/18 ", "", " Verifying : rpm-plugin-systemd-inhibit-4.14.0-2.fc27.x86_64 10/18 ", "", " Verifying : dnf-conf-2.7.5-2.fc27.noarch 11/18 ", "", " Verifying : python3-dnf-2.7.5-2.fc27.noarch 12/18 ", "", " Verifying : dnf-2.7.5-2.fc27.noarch 13/18 ", "", " Verifying : dnf-yum-2.7.5-2.fc27.noarch 14/18 ", "", " Verifying : python3-dnf-2.7.3-1.fc27.noarch 15/18 ", "", " Verifying : dnf-conf-2.7.3-1.fc27.noarch 16/18 ", "", " Verifying : dnf-2.7.3-1.fc27.noarch 17/18 ", "", " Verifying : dnf-yum-2.7.3-1.fc27.noarch 18/18 ", "", "Installed:", " python2-dnf.noarch 2.7.5-2.fc27 ", " rpm-plugin-systemd-inhibit.x86_64 4.14.0-2.fc27 ", " pyliblzma.x86_64 0.5.3-19.fc27 ", " python2-gpg.x86_64 1.9.0-6.fc27 ", " python2-hawkey.x86_64 0.11.0-1.fc27 ", " python2-iniparse.noarch 0.4-26.fc27 ", " python2-libcomps.x86_64 0.1.8-6.fc27 ", " python2-librepo.x86_64 1.8.0-1.fc27 ", " python2-rpm.x86_64 4.14.0-2.fc27 ", " python2-six.noarch 1.11.0-1.fc27 ", "", "Upgraded:", " dnf.noarch 2.7.5-2.fc27 dnf-conf.noarch 2.7.5-2.fc27 ", " dnf-yum.noarch 2.7.5-2.fc27 python3-dnf.noarch 2.7.5-2.fc27 ", "", "Complete!"]}
2018-04-03 15:43:38,142 process L0395 DEBUG| [stdout]
2018-04-03 15:43:38,143 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] *******************
2018-04-03 15:43:38,143 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7
2018-04-03 15:44:33,626 process L0395 DEBUG| [stdout] changed: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq', u'libselinux-python', u'git']) => {"changed": true, "item": ["libvirt", "qemu-kvm", "jq", "libselinux-python", "git"], "results": ["Installed: ipxe-roms-qemu-20161108-2.gitb991c67.fc26.noarch", "Installed: qemu-block-iscsi-2:2.10.1-3.fc27.x86_64", "Installed: dmidecode-1:3.1-4.fc27.x86_64", "Installed: fuse-2.9.7-9.fc27.x86_64", "Installed: fuse-common-3.1.1-9.fc27.x86_64", "Installed: libverto-libev-0.2.6-11.fc27.x86_64", "Installed: libsndfile-1.0.28-6.fc27.x86_64", "Installed: tcp_wrappers-7.6-87.fc27.x86_64", "Installed: graphite2-1.3.10-3.fc27.x86_64", "Installed: cdparanoia-libs-10.2-24.fc27.x86_64", "Installed: libICE-1.0.9-11.fc27.x86_64", "Installed: hicolor-icon-theme-0.17-1.fc27.noarch", "Installed: libcacard-3:2.5.3-3.fc27.x86_64", "Installed: yajl-2.1.0-8.fc27.x86_64", "Installed: qemu-img-2:2.10.1-3.fc27.x86_64", "Installed: ebtables-2.0.10-24.fc27.x86_64", "Installed: polkit-0.113-15.fc27.x86_64", "Installed: lvm2-2.02.173-4.fc27.x86_64", "Installed: polkit-libs-0.113-15.fc27.x86_64", "Installed: polkit-pkla-compat-0.1-10.fc27.x86_64", "Installed: lvm2-libs-2.02.173-4.fc27.x86_64", "Installed: celt051-0.5.1.3-14.fc27.x86_64", "Installed: flac-libs-1.3.2-4.fc27.x86_64", "Installed: at-spi2-atk-2.26.1-1.fc27.x86_64", "Installed: quota-1:4.03-9.fc27.x86_64", "Installed: librdmacm-14-4.fc27.x86_64", "Installed: rest-0.8.1-1.fc27.x86_64", "Installed: quota-nls-1:4.03-9.fc27.noarch", "Installed: libssh-0.7.5-6.fc27.x86_64", "Installed: atk-2.26.1-1.fc27.x86_64", "Installed: device-mapper-multipath-libs-0.7.1-9.git847cc43.fc27.x86_64", "Installed: device-mapper-persistent-data-0.7.5-1.fc27.x86_64", "Installed: json-glib-1.4.2-1.fc27.x86_64", "Installed: qemu-block-curl-2:2.10.1-3.fc27.x86_64", "Installed: qemu-block-dmg-2:2.10.1-3.fc27.x86_64", "Installed: qemu-block-gluster-2:2.10.1-3.fc27.x86_64", "Installed: hwdata-0.310-1.fc27.noarch", "Installed: qemu-block-nfs-2:2.10.1-3.fc27.x86_64", "Installed: qemu-block-rbd-2:2.10.1-3.fc27.x86_64", "Installed: qemu-block-ssh-2:2.10.1-3.fc27.x86_64", "Installed: qemu-common-2:2.10.1-3.fc27.x86_64", "Installed: libSM-1.2.2-7.fc27.x86_64", "Installed: qemu-kvm-2:2.10.1-3.fc27.x86_64", "Installed: usbredir-0.7.1-5.fc27.x86_64", "Installed: libX11-1.6.5-4.fc27.x86_64", "Installed: xen-libs-4.9.1-5.fc27.x86_64", "Installed: xen-licenses-4.9.1-5.fc27.x86_64", "Installed: libev-4.24-4.fc27.x86_64", "Installed: libX11-common-1.6.5-4.fc27.noarch", "Installed: userspace-rcu-0.10.0-3.fc27.x86_64", "Installed: libX11-xcb-1.6.5-4.fc27.x86_64", "Installed: virglrenderer-0.6.0-3.20170210git76b3da97b.fc27.x86_64", "Installed: libgusb-0.2.11-3.fc27.x86_64", "Installed: libevent-2.0.22-6.fc27.x86_64", "Installed: seabios-bin-1.10.2-2.fc27.noarch", "Installed: libXau-1.0.8-9.fc27.x86_64", "Installed: libvisual-1:0.4.0-23.fc27.x86_64", "Installed: brlapi-0.6.6-8.fc27.x86_64", "Installed: gnutls-dane-3.5.15-1.fc27.x86_64", "Installed: seavgabios-bin-1.10.2-2.fc27.noarch", "Installed: brltty-5.5-8.fc27.x86_64", "Installed: qemu-system-x86-2:2.10.1-3.fc27.x86_64", "Installed: qemu-system-x86-core-2:2.10.1-3.fc27.x86_64", "Installed: fontconfig-2.12.6-4.fc27.x86_64", "Installed: libXcomposite-0.4.4-11.fc27.x86_64", "Installed: libnfsidmap-1:2.2.1-4.rc2.fc27.x86_64", "Installed: libogg-2:1.3.2-8.fc27.x86_64", "Installed: augeas-libs-1.10.1-1.fc27.x86_64", "Installed: dnsmasq-2.79-1.fc27.x86_64", "Installed: dconf-0.26.1-1.fc27.x86_64", "Installed: libnfs-1.9.8-5.fc27.x86_64", "Installed: libXdamage-1.1.4-11.fc27.x86_64", "Installed: gdk-pixbuf2-2.36.11-1.fc27.x86_64", "Installed: gdk-pixbuf2-modules-2.36.11-1.fc27.x86_64", "Installed: libtiff-4.0.9-7.fc27.x86_64", "Installed: pixman-0.34.0-4.fc27.x86_64", "Installed: libXext-1.3.3-7.fc27.x86_64", "Installed: radvd-2.17-6.fc27.x86_64", "Installed: attr-2.4.47-21.fc27.x86_64", "Installed: libtirpc-1.0.3-0.fc27.x86_64", "Installed: keyutils-1.5.10-3.fc27.x86_64", "Installed: libXft-2.3.2-7.fc27.x86_64", "Installed: SDL2-2.0.7-2.fc27.x86_64", "Installed: libXi-1.7.9-4.fc27.x86_64", "Installed: lzop-1.03-18.fc27.x86_64", "Installed: libXinerama-1.1.3-9.fc27.x86_64", "Installed: libwayland-client-1.14.0-2.fc27.x86_64", "Installed: libibverbs-14-4.fc27.x86_64", "Installed: jasper-libs-2.0.14-1.fc27.x86_64", "Installed: libXrandr-1.5.1-4.fc27.x86_64", "Installed: libdrm-2.4.91-1.fc27.x86_64", "Installed: libXrender-0.9.10-4.fc27.x86_64", "Installed: gsettings-desktop-schemas-3.24.1-1.fc27.x86_64", "Installed: numactl-libs-2.0.11-5.fc27.x86_64", "Installed: numad-0.5-24.20150602git.fc27.x86_64", "Installed: libvirt-3.7.0-4.fc27.x86_64", "Installed: glusterfs-3.12.7-1.fc27.x86_64", "Installed: libvirt-client-3.7.0-4.fc27.x86_64", "Installed: libXtst-1.2.3-4.fc27.x86_64", "Installed: libvirt-daemon-config-network-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-config-nwfilter-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-interface-3.7.0-4.fc27.x86_64", "Installed: libXv-1.0.11-4.fc27.x86_64", "Installed: libvirt-daemon-driver-lxc-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-network-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-nodedev-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-nwfilter-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-qemu-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-secret-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-core-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-disk-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-gluster-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-iscsi-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-logical-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-mpath-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-rbd-3.7.0-4.fc27.x86_64", "Installed: xml-common-0.6.3-46.fc27.noarch", "Installed: libvirt-daemon-driver-storage-sheepdog-3.7.0-4.fc27.x86_64", "Installed: unbound-libs-1.6.8-6.fc27.x86_64", "Installed: libvirt-daemon-driver-uml-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-vbox-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-xen-3.7.0-4.fc27.x86_64", "Installed: sheepdog-1.0.1-5.fc27.x86_64", "Installed: gnutls-utils-3.5.15-1.fc27.x86_64", "Installed: glusterfs-api-3.12.7-1.fc27.x86_64", "Installed: libthai-0.1.25-4.fc27.x86_64", "Installed: sgabios-bin-1:0.20110622svn-11.fc27.noarch", "Installed: libtheora-1:1.1.1-18.fc27.x86_64", "Installed: orc-0.4.28-1.fc27.x86_64", "Installed: mozjs17-17.0.0-21.fc27.x86_64", "Installed: libxcb-1.12-5.fc27.x86_64", "Installed: libvorbis-1:1.3.6-1.fc27.x86_64", "Installed: libfdt-1.4.6-1.fc27.x86_64", "Installed: librados2-1:12.2.4-1.fc27.x86_64", "Installed: adwaita-cursor-theme-3.26.1-1.fc27.noarch", "Installed: autogen-libopts-5.18.12-5.fc27.x86_64", "Installed: adwaita-icon-theme-3.26.1-1.fc27.noarch", "Installed: rpcbind-0.2.4-8.rc3.fc27.x86_64", "Installed: libmodman-2.0.1-16.fc27.x86_64", "Installed: libdatrie-0.2.9-6.fc27.x86_64", "Installed: librbd1-1:12.2.4-1.fc27.x86_64", "Installed: libwayland-cursor-1.14.0-2.fc27.x86_64", "Installed: libwayland-server-1.14.0-2.fc27.x86_64", "Installed: libaio-0.3.110-9.fc27.x86_64", "Installed: libpciaccess-0.13.4-6.fc27.x86_64", "Installed: colord-libs-1.4.1-2.fc27.x86_64", "Installed: oniguruma-6.6.1-1.fc27.x86_64", "Installed: libvirt-daemon-3.7.0-4.fc27.x86_64", "Installed: mesa-libgbm-17.3.6-1.fc27.x86_64", "Installed: nfs-utils-1:2.2.1-4.rc2.fc27.x86_64", "Installed: mesa-libwayland-egl-17.3.6-1.fc27.x86_64", "Installed: glusterfs-cli-3.12.7-1.fc27.x86_64", "Installed: edk2-ovmf-20170209git296153c5-5.fc27.noarch", "Installed: glusterfs-client-xlators-3.12.7-1.fc27.x86_64", "Installed: avahi-libs-0.7-3.fc27.x86_64", "Installed: bluez-libs-5.48-3.fc27.x86_64", "Installed: harfbuzz-1.4.8-1.fc27.x86_64", "Installed: nmap-ncat-2:7.60-8.fc27.x86_64", "Installed: libepoxy-1.4.3-3.fc27.x86_64", "Installed: device-mapper-event-libs-1.02.142-4.fc27.x86_64", "Installed: iscsi-initiator-utils-iscsiuio-6.2.0.874-6.git86e8892.fc27.x86_64", "Installed: systemd-container-234-8.fc27.x86_64", "Installed: libxslt-1.1.29-4.fc27.x86_64", "Installed: libiscsi-1.15.0-5.fc27.x86_64", "Installed: pango-1.40.14-1.fc27.x86_64", "Installed: libjpeg-turbo-1.5.3-1.fc27.x86_64", "Installed: pciutils-3.5.5-3.fc27.x86_64", "Installed: gsm-1.0.17-4.fc27.x86_64", "Installed: glusterfs-fuse-3.12.7-1.fc27.x86_64", "Installed: pciutils-libs-3.5.5-3.fc27.x86_64", "Installed: lttng-ust-2.10.0-2.fc27.x86_64", "Installed: snappy-1.1.4-5.fc27.x86_64", "Installed: jbigkit-libs-2.1-8.fc27.x86_64", "Installed: gssproxy-0.7.0-29.fc27.x86_64", "Installed: spice-server-0.14.0-1.fc27.x86_64", "Installed: iptables-1.6.1-4.fc27.x86_64", "Installed: gstreamer1-1.12.4-1.fc27.x86_64", "Installed: pulseaudio-libs-11.1-15.fc27.x86_64", "Installed: glusterfs-libs-3.12.7-1.fc27.x86_64", "Installed: libasyncns-0.8-13.fc27.x86_64", "Installed: aajohan-comfortaa-fonts-3.001-1.fc27.noarch", "Installed: lcms2-2.8-5.fc27.x86_64", "Installed: corosynclib-2.4.3-2.fc27.x86_64", "Installed: gstreamer1-plugins-base-1.12.4-1.fc27.x86_64", "Installed: alsa-lib-1.1.5-1.fc27.x86_64", "Installed: lzo-2.08-11.fc27.x86_64", "Installed: opus-1.2.1-3.fc27.x86_64", "Installed: fontpackages-filesystem-1.44-19.fc27.noarch", "Installed: vte-profile-0.50.2-2.fc27.x86_64", "Installed: vte291-0.50.2-2.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-scsi-3.7.0-4.fc27.x86_64", "Installed: at-spi2-core-2.26.2-1.fc27.x86_64", "Installed: libqb-1.0.3-1.fc27.x86_64", "Installed: rdma-core-14-4.fc27.x86_64", "Installed: libnetfilter_conntrack-1.0.6-4.fc27.x86_64", "Installed: zfs-fuse-0.7.2.2-6.fc27.x86_64", "Installed: psmisc-23.1-2.fc27.x86_64", "Installed: libsoup-2.60.3-1.fc27.x86_64", "Installed: libproxy-0.4.15-4.fc27.x86_64", "Installed: gtk-update-icon-cache-3.22.26-2.fc27.x86_64", "Installed: libXcursor-1.1.15-1.fc27.x86_64", "Installed: gtk3-3.22.26-2.fc27.x86_64", "Installed: libnfnetlink-1.0.1-11.fc27.x86_64", "Installed: device-mapper-event-1.02.142-4.fc27.x86_64", "Installed: bridge-utils-1.6-1.fc27.x86_64", "Installed: glib-networking-2.54.1-1.fc27.x86_64", "Installed: cyrus-sasl-2.1.26-34.fc27.x86_64", "Installed: netcf-libs-0.2.8-8.fc27.x86_64", "Installed: cyrus-sasl-gssapi-2.1.26-34.fc27.x86_64", "Installed: iscsi-initiator-utils-6.2.0.874-6.git86e8892.fc27.x86_64", "Installed: cups-libs-1:2.2.4-8.fc27.x86_64", "Installed: libXfixes-5.0.3-4.fc27.x86_64", "Installed: libvirt-daemon-driver-storage-zfs-3.7.0-4.fc27.x86_64", "Installed: libvirt-daemon-driver-libxl-3.7.0-4.fc27.x86_64", "Installed: cairo-1.15.10-1.fc27.x86_64", "Installed: jq-1.5-8.fc27.x86_64", "Installed: cairo-gobject-1.15.10-1.fc27.x86_64", "Installed: isns-utils-libs-0.97-5.fc27.x86_64", "Installed: iso-codes-3.75-2.fc27.noarch", "Installed: libwsman1-2.6.3-5.git4391e5c.fc27.x86_64", "Installed: libvirt-libs-3.7.0-4.fc27.x86_64"]}
2018-04-03 15:44:33,634 process L0395 DEBUG| [stdout]
2018-04-03 15:44:33,634 process L0395 DEBUG| [stdout] TASK [prereqs : Check if EPEL is installed for non Fedora distros] *************
2018-04-03 15:44:33,634 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:20
2018-04-03 15:44:33,650 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:44:33,657 process L0395 DEBUG| [stdout]
2018-04-03 15:44:33,657 process L0395 DEBUG| [stdout] TASK [prereqs : Pull down the EPEL for for non Fedora distros] *****************
2018-04-03 15:44:33,657 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:27
2018-04-03 15:44:33,675 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:44:33,682 process L0395 DEBUG| [stdout]
2018-04-03 15:44:33,682 process L0395 DEBUG| [stdout] TASK [prereqs : Install EPEL for non Fedora distros] ***************************
2018-04-03 15:44:33,682 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:33
2018-04-03 15:44:33,698 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:44:33,707 process L0395 DEBUG| [stdout]
2018-04-03 15:44:33,707 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] *******************
2018-04-03 15:44:33,707 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:38
2018-04-03 15:44:33,746 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"}
2018-04-03 15:44:33,754 process L0395 DEBUG| [stdout]
2018-04-03 15:44:33,754 process L0395 DEBUG| [stdout] TASK [prereqs : Pull down kvm plugin] ******************************************
2018-04-03 15:44:33,754 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:3
2018-04-03 15:44:46,773 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "checksum_dest": null, "checksum_src": "0eb11f2b05e54b1ef51ab80e897e051e2c6e137c", "dest": "/usr/local/bin/docker-machine-driver-kvm", "gid": 0, "group": "root", "md5sum": "519d29300df740a73c90d048e5df43fb", "mode": "01363", "msg": "OK (12096944 bytes)", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 12096944, "src": "/tmp/tmpmWj0DL", "state": "file", "status_code": 200, "uid": 0, "url": "https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.7.0/docker-machine-driver-kvm"}
2018-04-03 15:44:46,779 process L0395 DEBUG| [stdout]
2018-04-03 15:44:46,780 process L0395 DEBUG| [stdout] TASK [prereqs : Install pre-requesites for dnf support for Fedora] *************
2018-04-03 15:44:46,780 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2
2018-04-03 15:44:48,040 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "rc": 0, "stderr": "Shared connection to localhost closed.\r\n", "stdout": "Last metadata expiration check: 0:02:46 ago on Tue 03 Apr 2018 01:42:00 PM UTC.\r\nPackage python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.\r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n", "stdout_lines": ["Last metadata expiration check: 0:02:46 ago on Tue 03 Apr 2018 01:42:00 PM UTC.", "Package python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.", "Dependencies resolved.", "Nothing to do.", "Complete!"]}
2018-04-03 15:44:48,050 process L0395 DEBUG| [stdout]
2018-04-03 15:44:48,050 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] *******************
2018-04-03 15:44:48,050 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7
2018-04-03 15:44:49,474 process L0395 DEBUG| [stdout] ok: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq', u'libselinux-python', u'git']) => {"changed": false, "item": ["libvirt", "qemu-kvm", "jq", "libselinux-python", "git"], "msg": "Nothing to do"}
2018-04-03 15:44:49,483 process L0395 DEBUG| [stdout]
2018-04-03 15:44:49,483 process L0395 DEBUG| [stdout] TASK [prereqs : Check if EPEL is installed for non Fedora distros] *************
2018-04-03 15:44:49,483 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:20
2018-04-03 15:44:49,501 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:44:49,512 process L0395 DEBUG| [stdout]
2018-04-03 15:44:49,512 process L0395 DEBUG| [stdout] TASK [prereqs : Pull down the EPEL for for non Fedora distros] *****************
2018-04-03 15:44:49,512 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:27
2018-04-03 15:44:49,532 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:44:49,540 process L0395 DEBUG| [stdout]
2018-04-03 15:44:49,540 process L0395 DEBUG| [stdout] TASK [prereqs : Install EPEL for non Fedora distros] ***************************
2018-04-03 15:44:49,540 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:33
2018-04-03 15:44:49,559 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:44:49,568 process L0395 DEBUG| [stdout]
2018-04-03 15:44:49,568 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on Fedora] *******************
2018-04-03 15:44:49,568 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:38
2018-04-03 15:44:49,611 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"}
2018-04-03 15:44:49,692 process L0395 DEBUG| [stdout]
2018-04-03 15:44:49,692 process L0395 DEBUG| [stdout] TASK [prereqs : Start and enable libvirtd] *************************************
2018-04-03 15:44:49,692 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:12
2018-04-03 15:44:50,201 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "enabled": true, "name": "libvirtd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service virtlockd.socket virtlogd.service virtlogd.socket sysinit.target virtlockd.service apparmor.service basic.target systemd-journald.socket system.slice iscsid.service local-fs.target network.target remote-fs.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target libvirt-guests.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CPUUsageNSec": "18446744073709551615", "CPUWeight": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Virtualization daemon", "DevicePolicy": "auto", "Documentation": "man:libvirtd(8) http://libvirt.org", "DynamicUser": "no", "EnvironmentFile": "/etc/sysconfig/libvirtd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/libvirtd.service", "GID": "4294967295", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "18446744073709551615", "Id": "libvirtd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitASSoft": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCORESoft": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitCPUSoft": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitDATASoft": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitFSIZESoft": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitLOCKSSoft": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "8192", "LimitNOFILESoft": "8192", "LimitNPROC": "27802", "LimitNPROCSoft": "27802", "LimitRSS": "18446744073709551615", "LimitRSSSoft": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "18446744073709551615", "LimitRTTIMESoft": "18446744073709551615", "LimitSIGPENDING": "27802", "LimitSIGPENDINGSoft": "27802", "LimitSTACK": "18446744073709551615", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryDenyWriteExecute": "no", "MemoryHigh": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MemoryLow": "0", "MemoryMax": "18446744073709551615", "MemorySwapMax": "18446744073709551615", "MountAPIVFS": "no", "MountFlags": "0", "NFileDescriptorStore": "0", "Names": "libvirtd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target virtlockd.socket system.slice virtlogd.socket", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalSec": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StartupCPUWeight": "18446744073709551615", "StartupIOWeight": "18446744073709551615", "StateChangeTimestamp": "Tue 2018-04-03 13:44:29 UTC", "StateChangeTimestampMonotonic": "190013604", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "18446744073709551615", "TasksMax": "32768", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "4294967295", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target libvirt-guests.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}}
2018-04-03 15:44:50,209 process L0395 DEBUG| [stdout]
2018-04-03 15:44:50,209 process L0395 DEBUG| [stdout] TASK [prereqs : Add user avocado to the libvirt group] *************************
2018-04-03 15:44:50,209 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:19
2018-04-03 15:44:51,215 process L0395 DEBUG| [stdout] changed: [localhost] => {"append": true, "changed": true, "comment": "Fedora", "group": 1000, "groups": "libvirt", "home": "/home/avocado", "move_home": false, "name": "avocado", "shell": "/bin/bash", "state": "present", "uid": 1000}
2018-04-03 15:44:51,221 process L0395 DEBUG| [stdout]
2018-04-03 15:44:51,222 process L0395 DEBUG| [stdout] TASK [prereqs : Newgroup libvirt] **********************************************
2018-04-03 15:44:51,222 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:26
2018-04-03 15:44:51,800 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "comment": "", "create_home": true, "group": 100, "home": "/home/libvirt", "name": "libvirt", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1001}
2018-04-03 15:44:51,809 process L0395 DEBUG| [stdout]
2018-04-03 15:44:51,809 process L0395 DEBUG| [stdout] TASK [minishift : Is minishift binary present in /home/avocado/.contra-env-setup/minishift] ***
2018-04-03 15:44:51,809 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:5
2018-04-03 15:44:52,068 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "stat": {"exists": false}}
2018-04-03 15:44:52,075 process L0395 DEBUG| [stdout]
2018-04-03 15:44:52,076 process L0395 DEBUG| [stdout] TASK [minishift : Query for minishift compressed binary] ***********************
2018-04-03 15:44:52,076 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml:4
2018-04-03 15:44:54,307 process L0395 DEBUG| [stderr] [WARNING]: Consider using the get_url or uri module rather than running curl.
2018-04-03 15:44:54,307 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "curl -s https://github.com/minishift/minishift/releases/v1.12.0 | grep 'minishift-.*-linux.*' | head -1 | sed 's/.*<a href=\"\\(.*\\)\" .*/https:\\/\\/github.com\\1/'", "delta": "0:00:01.877934", "end": "2018-04-03 13:44:54.226917", "rc": 0, "start": "2018-04-03 13:44:52.348983", "stderr": "", "stderr_lines": [], "stdout": "https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz", "stdout_lines": ["https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz"]}
2018-04-03 15:44:54,307 process L0395 DEBUG| [stderr] If you need to use command because get_url or uri is insufficient you can add
2018-04-03 15:44:54,308 process L0395 DEBUG| [stderr] warn=False to this command task or set command_warnings=False in ansible.cfg to
2018-04-03 15:44:54,308 process L0395 DEBUG| [stderr] get rid of this message.
2018-04-03 15:44:54,319 process L0395 DEBUG| [stdout]
2018-04-03 15:44:54,319 process L0395 DEBUG| [stdout] TASK [minishift : Pull down and extract minishift binary to /home/avocado/.contra-env-setup/minishift] ***
2018-04-03 15:44:54,319 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml:8
2018-04-03 15:45:35,531 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "dest": "/home/avocado/.contra-env-setup/minishift", "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/home/avocado/.contra-env-setup/minishift", "-z", "-f", "/tmp/ansible_UXc371/minishift-1.12.0-linux-amd64.tgz"], "err": "", "out": "", "rc": 0}, "gid": 1000, "group": "avocado", "handler": "TgzArchive", "mode": "0775", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "src": "/tmp/ansible_UXc371/minishift-1.12.0-linux-amd64.tgz", "state": "directory", "uid": 1000}
2018-04-03 15:45:35,542 process L0395 DEBUG| [stdout]
2018-04-03 15:45:35,543 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift_src_dir fact] **********************************
2018-04-03 15:45:35,543 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml:14
2018-04-03 15:45:35,595 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"minishift_src_dir": "minishift-1.12.0-linux-amd64"}, "changed": false}
2018-04-03 15:45:35,605 process L0395 DEBUG| [stdout]
2018-04-03 15:45:35,605 process L0395 DEBUG| [stdout] TASK [minishift : Create a new /home/avocado/.contra-env-setup/minishift if it doesn't exist] ***
2018-04-03 15:45:35,605 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml:20
2018-04-03 15:45:35,905 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "gid": 1000, "group": "avocado", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup/minishift", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000}
2018-04-03 15:45:35,914 process L0395 DEBUG| [stdout]
2018-04-03 15:45:35,915 process L0395 DEBUG| [stdout] TASK [minishift : Copy minishift version files to /home/avocado/.contra-env-setup/minishift/minishift/] ***
2018-04-03 15:45:35,915 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml:25
2018-04-03 15:45:36,231 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cp /home/avocado/.contra-env-setup/minishift/minishift-1.12.0-linux-amd64/* /home/avocado/.contra-env-setup/minishift/", "delta": "0:00:00.008739", "end": "2018-04-03 13:45:36.164314", "rc": 0, "start": "2018-04-03 13:45:36.155575", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:45:36,241 process L0395 DEBUG| [stdout]
2018-04-03 15:45:36,241 process L0395 DEBUG| [stdout] TASK [minishift : Delete /home/avocado/minishift-1.12.0-linux-amd64] ***********
2018-04-03 15:45:36,241 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/install_minishift_bin.yml:28
2018-04-03 15:45:36,506 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "path": "/home/avocado/minishift-1.12.0-linux-amd64", "state": "absent"}
2018-04-03 15:45:36,517 process L0395 DEBUG| [stdout]
2018-04-03 15:45:36,517 process L0395 DEBUG| [stdout] TASK [minishift : Set path for minishift in /home/avocado/.bashrc] *************
2018-04-03 15:45:36,517 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/set_minishift_path.yml:4
2018-04-03 15:45:36,913 process L0395 DEBUG| [stdout] changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
2018-04-03 15:45:36,921 process L0395 DEBUG| [stdout]
2018-04-03 15:45:36,921 process L0395 DEBUG| [stdout] TASK [minishift : Source /home/avocado/.bashrc] ********************************
2018-04-03 15:45:36,921 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/set_minishift_path.yml:10
2018-04-03 15:45:37,225 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "source /home/avocado/.bashrc", "delta": "0:00:00.008274", "end": "2018-04-03 13:45:37.159409", "rc": 0, "start": "2018-04-03 13:45:37.151135", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:45:37,232 process L0395 DEBUG| [stdout]
2018-04-03 15:45:37,233 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift disk-size 40gb] ********************************
2018-04-03 15:45:37,233 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:15
2018-04-03 15:45:37,597 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift config set disk-size 40gb", "delta": "0:00:00.073040", "end": "2018-04-03 13:45:37.529410", "rc": 0, "start": "2018-04-03 13:45:37.456370", "stderr": "", "stderr_lines": [], "stdout": "No Minishift instance exists. New disk-size setting will be applied on next 'minishift start'", "stdout_lines": ["No Minishift instance exists. New disk-size setting will be applied on next 'minishift start'"]}
2018-04-03 15:45:37,606 process L0395 DEBUG| [stdout]
2018-04-03 15:45:37,606 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift memory 6400mb] *********************************
2018-04-03 15:45:37,606 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:18
2018-04-03 15:45:37,871 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift config set memory 6400mb", "delta": "0:00:00.012614", "end": "2018-04-03 13:45:37.807358", "rc": 0, "start": "2018-04-03 13:45:37.794744", "stderr": "", "stderr_lines": [], "stdout": "No Minishift instance exists. New memory setting will be applied on next 'minishift start'", "stdout_lines": ["No Minishift instance exists. New memory setting will be applied on next 'minishift start'"]}
2018-04-03 15:45:37,880 process L0395 DEBUG| [stdout]
2018-04-03 15:45:37,880 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift openshift-version to v3.6.1] *******************
2018-04-03 15:45:37,880 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:21
2018-04-03 15:45:38,147 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift config set openshift-version v3.6.1", "delta": "0:00:00.011761", "end": "2018-04-03 13:45:38.083417", "rc": 0, "start": "2018-04-03 13:45:38.071656", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:45:38,154 process L0395 DEBUG| [stdout]
2018-04-03 15:45:38,154 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift skip-check-openshift-version] ******************
2018-04-03 15:45:38,154 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:24
2018-04-03 15:45:38,170 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:45:38,178 process L0395 DEBUG| [stdout]
2018-04-03 15:45:38,178 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift skip-check-openshift-release] ******************
2018-04-03 15:45:38,178 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:28
2018-04-03 15:45:38,194 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:45:38,201 process L0395 DEBUG| [stdout]
2018-04-03 15:45:38,201 process L0395 DEBUG| [stdout] TASK [minishift : Pull down the minishift iso] *********************************
2018-04-03 15:45:38,202 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:32
2018-04-03 15:45:38,525 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "dest": "/home/avocado/.contra-env-setup/minishift/minishift.iso", "gid": 1000, "group": "avocado", "mode": "0664", "msg": "file already exists", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 413138944, "state": "file", "uid": 1000, "url": "http://artifacts.ci.centos.org/fedora-atomic/minishift/iso/minishift.iso"}
2018-04-03 15:45:38,533 process L0395 DEBUG| [stdout]
2018-04-03 15:45:38,533 process L0395 DEBUG| [stdout] TASK [minishift : Check if the minishift profile exists] ***********************
2018-04-03 15:45:38,533 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/main.yml:39
2018-04-03 15:45:38,839 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift status --profile minishift | head -1 | grep -i 'does not exist'", "delta": "0:00:00.013653", "end": "2018-04-03 13:45:38.774277", "rc": 0, "start": "2018-04-03 13:45:38.760624", "stderr": "", "stderr_lines": [], "stdout": "Does Not Exist", "stdout_lines": ["Does Not Exist"]}
2018-04-03 15:45:38,846 process L0395 DEBUG| [stdout]
2018-04-03 15:45:38,846 process L0395 DEBUG| [stdout] TASK [minishift : Create directory for the OpenShift client binary(oc)] ********
2018-04-03 15:45:38,846 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:3
2018-04-03 15:45:39,106 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "gid": 1000, "group": "avocado", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.minishift/cache/oc/v3.6.1/linux", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "state": "directory", "uid": 1000}
2018-04-03 15:45:39,114 process L0395 DEBUG| [stdout]
2018-04-03 15:45:39,114 process L0395 DEBUG| [stdout] TASK [minishift : Query for OpenShift client compressed binary version v3.6.1] ***
2018-04-03 15:45:39,114 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:8
2018-04-03 15:45:41,613 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "curl -s https://github.com/openshift/origin/releases/v3.6.1 | grep 'openshift-origin-client-tools-.*-linux.*.tar.gz' | head -1 | sed 's/.*<a href=\"\\(.*\\)\" .*/https:\\/\\/github.com\\1/'", "delta": "0:00:02.204085", "end": "2018-04-03 13:45:41.516188", "rc": 0, "start": "2018-04-03 13:45:39.312103", "stderr": "", "stderr_lines": [], "stdout": "https://github.com/openshift/origin/releases/download/v3.6.1/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz", "stdout_lines": ["https://github.com/openshift/origin/releases/download/v3.6.1/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz"]}
2018-04-03 15:45:41,623 process L0395 DEBUG| [stdout]
2018-04-03 15:45:41,623 process L0395 DEBUG| [stdout] TASK [minishift : Pull down and extract OpenShift client binary(oc) to /home/avocado/.contra-env-setup] ***
2018-04-03 15:45:41,623 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:12
2018-04-03 15:46:17,899 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "dest": "/home/avocado/.contra-env-setup", "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/home/avocado/.contra-env-setup", "-z", "-f", "/tmp/ansible_iXFXlb/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz"], "err": "/usr/bin/gtar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.selinux'\n/usr/bin/gtar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.selinux'\n/usr/bin/gtar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.security.selinux'\n", "out": "", "rc": 0}, "gid": 1000, "group": "avocado", "handler": "TgzArchive", "mode": "0775", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 4096, "src": "/tmp/ansible_iXFXlb/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz", "state": "directory", "uid": 1000}
2018-04-03 15:46:17,906 process L0395 DEBUG| [stdout]
2018-04-03 15:46:17,906 process L0395 DEBUG| [stdout] TASK [minishift : Set oc_src_dir fact] *****************************************
2018-04-03 15:46:17,906 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:18
2018-04-03 15:46:17,947 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"oc_src_dir": "/home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit"}, "changed": false}
2018-04-03 15:46:17,956 process L0395 DEBUG| [stdout]
2018-04-03 15:46:17,956 process L0395 DEBUG| [stdout] TASK [minishift : Copy OpenShift client binary(oc) version files from /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit//oc to /home/avocado/.minishift/cache/oc/v3.6.1/linux/] ***
2018-04-03 15:46:17,956 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:24
2018-04-03 15:46:18,354 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cp /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit/oc /home/avocado/.minishift/cache/oc/v3.6.1/linux/", "delta": "0:00:00.087145", "end": "2018-04-03 13:46:18.277344", "rc": 0, "start": "2018-04-03 13:46:18.190199", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:46:18,362 process L0395 DEBUG| [stdout]
2018-04-03 15:46:18,362 process L0395 DEBUG| [stdout] TASK [minishift : Delete /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit] ***
2018-04-03 15:46:18,363 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:27
2018-04-03 15:46:18,685 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "path": "/home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit", "state": "absent"}
2018-04-03 15:46:18,692 process L0395 DEBUG| [stdout]
2018-04-03 15:46:18,692 process L0395 DEBUG| [stdout] TASK [minishift : Update the path with the oc client] **************************
2018-04-03 15:46:18,692 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:32
2018-04-03 15:46:18,997 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "export PATH=\"/home/avocado/.minishift/cache/oc/v3.6.1/linux:$PATH\"", "delta": "0:00:00.001661", "end": "2018-04-03 13:46:18.916890", "rc": 0, "start": "2018-04-03 13:46:18.915229", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:46:19,005 process L0395 DEBUG| [stdout]
2018-04-03 15:46:19,005 process L0395 DEBUG| [stdout] TASK [minishift : Set path for oc client in /home/avocado/.bashrc] *************
2018-04-03 15:46:19,006 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:35
2018-04-03 15:46:19,320 process L0395 DEBUG| [stdout] changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
2018-04-03 15:46:19,333 process L0395 DEBUG| [stdout]
2018-04-03 15:46:19,333 process L0395 DEBUG| [stdout] TASK [minishift : Source /home/avocado/.bashrc] ********************************
2018-04-03 15:46:19,333 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:41
2018-04-03 15:46:19,612 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "source /home/avocado/.bashrc", "delta": "0:00:00.007446", "end": "2018-04-03 13:46:19.536966", "rc": 0, "start": "2018-04-03 13:46:19.529520", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:46:19,620 process L0395 DEBUG| [stdout]
2018-04-03 15:46:19,620 process L0395 DEBUG| [stdout] TASK [minishift : Initialization of minishift cluster with profile minishift] ***
2018-04-03 15:46:19,620 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/init_minishift.yml:3
2018-04-03 15:52:35,205 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift start --profile minishift --disk-size 40gb --memory 6400mb --openshift-version v3.6.1 --iso-url file:////home/avocado/.contra-env-setup/minishift/minishift.iso", "delta": "0:06:15.302030", "end": "2018-04-03 13:52:35.145168", "rc": 0, "start": "2018-04-03 13:46:19.843138", "stderr": "", "stderr_lines": [], "stdout": "-- Starting profile 'minishift'\n-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK\n-- Checking if KVM driver is installed ... \n Driver is available at /usr/local/bin/docker-machine-driver-kvm ... \n Checking driver binary is executable ... OK\n-- Checking if Libvirt is installed ... OK\n-- Checking if Libvirt default network is present ... OK\n-- Checking if Libvirt default network is active ... OK\n-- Checking the ISO URL ... OK\n-- Starting local OpenShift cluster using 'kvm' hypervisor ...\n-- Minishift VM will be configured with ...\n Memory: 6 GB\n vCPUs : 2\n Disk size: 40 GB\n-- Starting Minishift VM .......................... OK\n-- Checking for IP address ... OK\n-- Checking if external host is reachable from the Minishift VM ... \n Pinging 8.8.8.8 ... FAIL\n VM is unable to ping external host\n-- Checking HTTP connectivity from the VM ... \n Retrieving http://minishift.io/index.html ... OK\n-- Checking if persistent storage volume is mounted ... OK\n-- Checking available disk space ... 1% used OK\n-- OpenShift cluster will be configured with ...\n Version: v3.6.1\n-- Checking `oc` support for startup flags ... \n host-data-dir ... OK\n host-pv-dir ... OK\n host-volumes-dir ... OK\n version ... OK\n routing-suffix ... OK\n host-config-dir ... OK\nStarting OpenShift using openshift/origin:v3.6.1 ...\nPulling image openshift/origin:v3.6.1\nPulled 1/4 layers, 26% complete\nPulled 1/4 layers, 58% complete\nPulled 2/4 layers, 91% complete\nPulled 3/4 layers, 96% complete\nPulled 4/4 layers, 100% complete\nExtracting\nImage pull complete\nOpenShift server started.\n\nThe server is accessible via web console at:\n https://192.168.42.153:8443\n\nYou are logged in as:\n User: developer\n Password: <any value>\n\nTo login as administrator:\n oc login -u system:admin", "stdout_lines": ["-- Starting profile 'minishift'", "-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK", "-- Checking if KVM driver is installed ... ", " Driver is available at /usr/local/bin/docker-machine-driver-kvm ... ", " Checking driver binary is executable ... OK", "-- Checking if Libvirt is installed ... OK", "-- Checking if Libvirt default network is present ... OK", "-- Checking if Libvirt default network is active ... OK", "-- Checking the ISO URL ... OK", "-- Starting local OpenShift cluster using 'kvm' hypervisor ...", "-- Minishift VM will be configured with ...", " Memory: 6 GB", " vCPUs : 2", " Disk size: 40 GB", "-- Starting Minishift VM .......................... OK", "-- Checking for IP address ... OK", "-- Checking if external host is reachable from the Minishift VM ... ", " Pinging 8.8.8.8 ... FAIL", " VM is unable to ping external host", "-- Checking HTTP connectivity from the VM ... ", " Retrieving http://minishift.io/index.html ... OK", "-- Checking if persistent storage volume is mounted ... OK", "-- Checking available disk space ... 1% used OK", "-- OpenShift cluster will be configured with ...", " Version: v3.6.1", "-- Checking `oc` support for startup flags ... ", " host-data-dir ... OK", " host-pv-dir ... OK", " host-volumes-dir ... OK", " version ... OK", " routing-suffix ... OK", " host-config-dir ... OK", "Starting OpenShift using openshift/origin:v3.6.1 ...", "Pulling image openshift/origin:v3.6.1", "Pulled 1/4 layers, 26% complete", "Pulled 1/4 layers, 58% complete", "Pulled 2/4 layers, 91% complete", "Pulled 3/4 layers, 96% complete", "Pulled 4/4 layers, 100% complete", "Extracting", "Image pull complete", "OpenShift server started.", "", "The server is accessible via web console at:", " https://192.168.42.153:8443", "", "You are logged in as:", " User: developer", " Password: <any value>", "", "To login as administrator:", " oc login -u system:admin"]}
2018-04-03 15:52:35,212 process L0395 DEBUG| [stdout]
2018-04-03 15:52:35,212 process L0395 DEBUG| [stdout] TASK [minishift : Wait for the cluster to come up completely] ******************
2018-04-03 15:52:35,212 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/init_minishift.yml:6
2018-04-03 15:52:35,290 process L0395 DEBUG| [stdout] Pausing for 180 seconds
2018-04-03 15:52:35,291 process L0395 DEBUG| [stdout] (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
2018-04-03 15:55:35,293 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "delta": 180, "echo": true, "rc": 0, "start": "2018-04-03 15:52:35.290637", "stderr": "", "stdout": "Paused for 3.0 minutes", "stop": "2018-04-03 15:55:35.290719", "user_input": ""}
2018-04-03 15:55:35,305 process L0395 DEBUG| [stdout]
2018-04-03 15:55:35,305 process L0395 DEBUG| [stdout] TASK [minishift : Stop the cluster] ********************************************
2018-04-03 15:55:35,305 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/init_minishift.yml:10
2018-04-03 15:55:37,857 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift stop --profile minishift", "delta": "0:00:01.520894", "end": "2018-04-03 13:55:37.823841", "rc": 0, "start": "2018-04-03 13:55:36.302947", "stderr": "", "stderr_lines": [], "stdout": "Stopping local OpenShift cluster...\nCluster stopped.", "stdout_lines": ["Stopping local OpenShift cluster...", "Cluster stopped."]}
2018-04-03 15:55:37,865 process L0395 DEBUG| [stdout]
2018-04-03 15:55:37,866 process L0395 DEBUG| [stdout] TASK [minishift : Update the VM config] ****************************************
2018-04-03 15:55:37,866 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/minishift/tasks/init_minishift.yml:13
2018-04-03 15:55:38,217 process L0395 DEBUG| [stdout] changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
2018-04-03 15:55:38,224 process L0395 DEBUG| [stdout]
2018-04-03 15:55:38,224 process L0395 DEBUG| [stdout] TASK [os_temps : Check if the minishift profile is already up and running] *****
2018-04-03 15:55:38,224 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/start_mcluster.yml:5
2018-04-03 15:55:38,591 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift status --profile minishift | head -1 | awk '{print $2}'", "delta": "0:00:00.081903", "end": "2018-04-03 13:55:38.564005", "rc": 0, "start": "2018-04-03 13:55:38.482102", "stderr": "", "stderr_lines": [], "stdout": "Stopped", "stdout_lines": ["Stopped"]}
2018-04-03 15:55:38,599 process L0395 DEBUG| [stdout]
2018-04-03 15:55:38,599 process L0395 DEBUG| [stdout] TASK [os_temps : Start minishift profile minishift] ****************************
2018-04-03 15:55:38,599 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/start_mcluster.yml:10
2018-04-03 15:57:57,956 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift start --profile minishift --disk-size 40gb --memory 6400mb --openshift-version v3.6.1 --iso-url file:////home/avocado/.contra-env-setup/minishift/minishift.iso", "delta": "0:02:19.059618", "end": "2018-04-03 13:57:57.905407", "rc": 0, "start": "2018-04-03 13:55:38.845789", "stderr": "", "stderr_lines": [], "stdout": "-- Starting profile 'minishift'\n-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK\n-- Checking if KVM driver is installed ... \n Driver is available at /usr/local/bin/docker-machine-driver-kvm ... \n Checking driver binary is executable ... OK\n-- Checking if Libvirt is installed ... OK\n-- Checking if Libvirt default network is present ... OK\n-- Checking if Libvirt default network is active ... OK\n-- Checking the ISO URL ... OK\n-- Starting local OpenShift cluster using 'kvm' hypervisor ...\n-- Starting Minishift VM ........................... OK\n-- Checking for IP address ... OK\n-- Checking if external host is reachable from the Minishift VM ... \n Pinging 8.8.8.8 ... FAIL\n VM is unable to ping external host\n-- Checking HTTP connectivity from the VM ... \n Retrieving http://minishift.io/index.html ... OK\n-- Checking if persistent storage volume is mounted ... OK\n-- Checking available disk space ... 6% used OK\n-- OpenShift cluster will be configured with ...\n Version: v3.6.1\n-- Checking `oc` support for startup flags ... \n host-config-dir ... OK\n host-data-dir ... OK\n host-pv-dir ... OK\n host-volumes-dir ... OK\n version ... OK\n routing-suffix ... OK\nStarting OpenShift using openshift/origin:v3.6.1 ...\nOpenShift server started.\n\nThe server is accessible via web console at:\n https://192.168.42.153:8443", "stdout_lines": ["-- Starting profile 'minishift'", "-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK", "-- Checking if KVM driver is installed ... ", " Driver is available at /usr/local/bin/docker-machine-driver-kvm ... ", " Checking driver binary is executable ... OK", "-- Checking if Libvirt is installed ... OK", "-- Checking if Libvirt default network is present ... OK", "-- Checking if Libvirt default network is active ... OK", "-- Checking the ISO URL ... OK", "-- Starting local OpenShift cluster using 'kvm' hypervisor ...", "-- Starting Minishift VM ........................... OK", "-- Checking for IP address ... OK", "-- Checking if external host is reachable from the Minishift VM ... ", " Pinging 8.8.8.8 ... FAIL", " VM is unable to ping external host", "-- Checking HTTP connectivity from the VM ... ", " Retrieving http://minishift.io/index.html ... OK", "-- Checking if persistent storage volume is mounted ... OK", "-- Checking available disk space ... 6% used OK", "-- OpenShift cluster will be configured with ...", " Version: v3.6.1", "-- Checking `oc` support for startup flags ... ", " host-config-dir ... OK", " host-data-dir ... OK", " host-pv-dir ... OK", " host-volumes-dir ... OK", " version ... OK", " routing-suffix ... OK", "Starting OpenShift using openshift/origin:v3.6.1 ...", "OpenShift server started.", "", "The server is accessible via web console at:", " https://192.168.42.153:8443"]}
2018-04-03 15:57:57,964 process L0395 DEBUG| [stdout]
2018-04-03 15:57:57,964 process L0395 DEBUG| [stdout] TASK [os_temps : Create directory for the OpenShift client binary(oc)] *********
2018-04-03 15:57:57,964 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:3
2018-04-03 15:57:57,981 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:57,990 process L0395 DEBUG| [stdout]
2018-04-03 15:57:57,990 process L0395 DEBUG| [stdout] TASK [os_temps : Query for OpenShift client compressed binary version v3.6.1] ***
2018-04-03 15:57:57,990 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:8
2018-04-03 15:57:58,006 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,015 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,015 process L0395 DEBUG| [stdout] TASK [os_temps : Pull down and extract OpenShift client binary(oc) to /home/avocado/.contra-env-setup] ***
2018-04-03 15:57:58,015 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:12
2018-04-03 15:57:58,032 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,039 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,039 process L0395 DEBUG| [stdout] TASK [os_temps : Set oc_src_dir fact] ******************************************
2018-04-03 15:57:58,039 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:18
2018-04-03 15:57:58,054 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,068 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,068 process L0395 DEBUG| [stdout] TASK [os_temps : Copy OpenShift client binary(oc) version files from /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit//oc to /home/avocado/.minishift/cache/oc/v3.6.1/linux/] ***
2018-04-03 15:57:58,068 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:24
2018-04-03 15:57:58,084 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,092 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,092 process L0395 DEBUG| [stdout] TASK [os_temps : Delete /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit] ***
2018-04-03 15:57:58,092 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:27
2018-04-03 15:57:58,107 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,114 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,114 process L0395 DEBUG| [stdout] TASK [os_temps : Update the path with the oc client] ***************************
2018-04-03 15:57:58,114 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:32
2018-04-03 15:57:58,130 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,138 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,138 process L0395 DEBUG| [stdout] TASK [os_temps : Set path for oc client in /home/avocado/.bashrc] **************
2018-04-03 15:57:58,138 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:35
2018-04-03 15:57:58,156 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,165 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,165 process L0395 DEBUG| [stdout] TASK [os_temps : Source /home/avocado/.bashrc] *********************************
2018-04-03 15:57:58,165 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/set_oc_client.yml:41
2018-04-03 15:57:58,182 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:57:58,191 process L0395 DEBUG| [stdout]
2018-04-03 15:57:58,192 process L0395 DEBUG| [stdout] TASK [os_temps : Get the cluster Server URL for project cvp] *******************
2018-04-03 15:57:58,192 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/main.yml:15
2018-04-03 15:58:00,804 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc status | egrep 'cvp.*server' | awk '{print $NF}'", "delta": "0:00:02.125591", "end": "2018-04-03 13:58:00.760584", "rc": 0, "start": "2018-04-03 13:57:58.634993", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:00,812 process L0395 DEBUG| [stdout]
2018-04-03 15:58:00,812 process L0395 DEBUG| [stdout] TASK [os_temps : Login to the Openshift cluster] *******************************
2018-04-03 15:58:00,812 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/login_to_cluster.yml:3
2018-04-03 15:58:02,138 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc login --username=developer --password=developer --insecure-skip-tls-verify=true", "delta": "0:00:00.832858", "end": "2018-04-03 13:58:02.066854", "rc": 0, "start": "2018-04-03 13:58:01.233996", "stderr": "", "stderr_lines": [], "stdout": "Login successful.\n\nYou have one project on this server: \"myproject\"\n\nUsing project \"myproject\".", "stdout_lines": ["Login successful.", "", "You have one project on this server: \"myproject\"", "", "Using project \"myproject\"."]}
2018-04-03 15:58:02,149 process L0395 DEBUG| [stdout]
2018-04-03 15:58:02,149 process L0395 DEBUG| [stdout] TASK [os_temps : Query to see if project is already present] *******************
2018-04-03 15:58:02,149 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/get_set_project.yml:4
2018-04-03 15:58:03,126 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get project cvp | grep 'Active' | awk '{print $3}'", "delta": "0:00:00.471919", "end": "2018-04-03 13:58:03.054963", "rc": 0, "start": "2018-04-03 13:58:02.583044", "stderr": "Error from server (Forbidden): User \"developer\" cannot get project \"cvp\"", "stderr_lines": ["Error from server (Forbidden): User \"developer\" cannot get project \"cvp\""], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:03,136 process L0395 DEBUG| [stdout]
2018-04-03 15:58:03,136 process L0395 DEBUG| [stdout] TASK [os_temps : Create project/namespace in the openshift cluster] ************
2018-04-03 15:58:03,136 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/get_set_project.yml:9
2018-04-03 15:58:05,262 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc new-project 'cvp' --display-name='cvp'", "delta": "0:00:01.637269", "end": "2018-04-03 13:58:05.220349", "rc": 0, "start": "2018-04-03 13:58:03.583080", "stderr": "", "stderr_lines": [], "stdout": "Now using project \"cvp\" on server \"https://192.168.42.153:8443\".\n\nYou can add applications to this project with the 'new-app' command. For example, try:\n\n oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git\n\nto build a new example application in Ruby.", "stdout_lines": ["Now using project \"cvp\" on server \"https://192.168.42.153:8443\".", "", "You can add applications to this project with the 'new-app' command. For example, try:", "", " oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git", "", "to build a new example application in Ruby."]}
2018-04-03 15:58:05,269 process L0395 DEBUG| [stdout]
2018-04-03 15:58:05,269 process L0395 DEBUG| [stdout] TASK [os_temps : add-role-to-user] *********************************************
2018-04-03 15:58:05,269 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/get_set_project.yml:13
2018-04-03 15:58:06,327 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc policy add-role-to-user edit -z default -n 'cvp'", "delta": "0:00:00.567570", "end": "2018-04-03 13:58:06.250136", "rc": 0, "start": "2018-04-03 13:58:05.682566", "stderr": "", "stderr_lines": [], "stdout": "role \"edit\" added: \"default\"", "stdout_lines": ["role \"edit\" added: \"default\""]}
2018-04-03 15:58:06,343 process L0395 DEBUG| [stdout]
2018-04-03 15:58:06,344 process L0395 DEBUG| [stdout] TASK [os_temps : Install pre-requesites for dnf support for Fedora] ************
2018-04-03 15:58:06,344 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2
2018-04-03 15:58:09,432 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "rc": 0, "stderr": "Shared connection to localhost closed.\r\n", "stdout": "Last metadata expiration check: 0:16:07 ago on Tue 03 Apr 2018 01:42:00 PM UTC.\r\nPackage python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.\r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n", "stdout_lines": ["Last metadata expiration check: 0:16:07 ago on Tue 03 Apr 2018 01:42:00 PM UTC.", "Package python2-dnf-2.7.5-2.fc27.noarch is already installed, skipping.", "Dependencies resolved.", "Nothing to do.", "Complete!"]}
2018-04-03 15:58:09,440 process L0395 DEBUG| [stdout]
2018-04-03 15:58:09,440 process L0395 DEBUG| [stdout] TASK [os_temps : Install libvirt, qemu-kvm, and jq on Fedora] ******************
2018-04-03 15:58:09,440 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7
2018-04-03 15:58:12,943 process L0395 DEBUG| [stdout] ok: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq', u'libselinux-python', u'git']) => {"changed": false, "item": ["libvirt", "qemu-kvm", "jq", "libselinux-python", "git"], "msg": "Nothing to do"}
2018-04-03 15:58:12,951 process L0395 DEBUG| [stdout]
2018-04-03 15:58:12,951 process L0395 DEBUG| [stdout] TASK [os_temps : Check if EPEL is installed for non Fedora distros] ************
2018-04-03 15:58:12,951 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:20
2018-04-03 15:58:12,968 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:12,975 process L0395 DEBUG| [stdout]
2018-04-03 15:58:12,975 process L0395 DEBUG| [stdout] TASK [os_temps : Pull down the EPEL for for non Fedora distros] ****************
2018-04-03 15:58:12,975 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:27
2018-04-03 15:58:12,994 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:13,001 process L0395 DEBUG| [stdout]
2018-04-03 15:58:13,002 process L0395 DEBUG| [stdout] TASK [os_temps : Install EPEL for non Fedora distros] **************************
2018-04-03 15:58:13,002 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:33
2018-04-03 15:58:13,023 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:13,033 process L0395 DEBUG| [stdout]
2018-04-03 15:58:13,033 process L0395 DEBUG| [stdout] TASK [os_temps : Install libvirt, qemu-kvm, and jq on Fedora] ******************
2018-04-03 15:58:13,033 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:38
2018-04-03 15:58:13,124 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"}
2018-04-03 15:58:13,138 process L0395 DEBUG| [stdout]
2018-04-03 15:58:13,138 process L0395 DEBUG| [stdout] TASK [os_temps : Set the container_config_name to OpenShift s2i templates] *****
2018-04-03 15:58:13,138 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:4
2018-04-03 15:58:13,198 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"container_config_name": "OpenShift s2i templates"}, "changed": false}
2018-04-03 15:58:13,210 process L0395 DEBUG| [stdout]
2018-04-03 15:58:13,210 process L0395 DEBUG| [stdout] TASK [os_temps : Get OpenShift s2i template names from config/s2i] *************
2018-04-03 15:58:13,210 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:9
2018-04-03 15:58:13,796 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "examined": 14, "files": [{"atime": 1522763006.5342212, "ctime": 1522763005.2855344, "dev": 2049, "gid": 1000, "gr_name": "avocado", "inode": 267595, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1522763005.2855344, "nlink": 1, "path": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml", "pw_name": "avocado", "rgrp": true, "roth": true, "rusr": true, "size": 1358, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1522763006.5342212, "ctime": 1522763005.2855344, "dev": 2049, "gid": 1000, "gr_name": "avocado", "inode": 267594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1522763005.2855344, "nlink": 1, "path": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml", "pw_name": "avocado", "rgrp": true, "roth": true, "rusr": true, "size": 8333, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}], "matched": 2, "msg": ""}
2018-04-03 15:58:13,805 process L0395 DEBUG| [stdout]
2018-04-03 15:58:13,805 process L0395 DEBUG| [stdout] TASK [os_temps : Get sample OpenShift s2i template names from config/s2i/samples] ***
2018-04-03 15:58:13,805 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:16
2018-04-03 15:58:13,823 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:13,833 process L0395 DEBUG| [stdout]
2018-04-03 15:58:13,833 process L0395 DEBUG| [stdout] TASK [os_temps : Check to see if a Jenkins Master instance is running] *********
2018-04-03 15:58:13,833 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:25
2018-04-03 15:58:14,700 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get pods | grep -i 'running' | grep -i 'jenkins' | tail -1 | awk '{print $1}'", "delta": "0:00:00.362887", "end": "2018-04-03 13:58:14.659512", "rc": 0, "start": "2018-04-03 13:58:14.296625", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:14,709 process L0395 DEBUG| [stdout]
2018-04-03 15:58:14,709 process L0395 DEBUG| [stdout] TASK [os_temps : Get sample jenkins OpenShift s2i template names from config/s2i/jenkins] ***
2018-04-03 15:58:14,709 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:30
2018-04-03 15:58:14,729 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:14,737 process L0395 DEBUG| [stdout]
2018-04-03 15:58:14,737 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 15:58:14,737 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:38
2018-04-03 15:58:14,794 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"all_templates": [{"atime": 1522763006.5342212, "ctime": 1522763005.2855344, "dev": 2049, "gid": 1000, "gr_name": "avocado", "inode": 267595, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1522763005.2855344, "nlink": 1, "path": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml", "pw_name": "avocado", "rgrp": true, "roth": true, "rusr": true, "size": 1358, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, {"atime": 1522763006.5342212, "ctime": 1522763005.2855344, "dev": 2049, "gid": 1000, "gr_name": "avocado", "inode": 267594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1522763005.2855344, "nlink": 1, "path": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml", "pw_name": "avocado", "rgrp": true, "roth": true, "rusr": true, "size": 8333, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}]}, "changed": false}
2018-04-03 15:58:14,805 process L0395 DEBUG| [stdout]
2018-04-03 15:58:14,805 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 15:58:14,805 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:41
2018-04-03 15:58:14,827 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:14,839 process L0395 DEBUG| [stdout]
2018-04-03 15:58:14,839 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:14,840 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:45
2018-04-03 15:58:14,959 process L0395 DEBUG| [stdout] ok: [localhost] => (item=None) => {
2018-04-03 15:58:14,960 process L0395 DEBUG| [stdout] "msg": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml"
2018-04-03 15:58:14,960 process L0395 DEBUG| [stdout] }
2018-04-03 15:58:14,999 process L0395 DEBUG| [stdout] ok: [localhost] => (item=None) => {
2018-04-03 15:58:14,999 process L0395 DEBUG| [stdout] "msg": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml"
2018-04-03 15:58:15,000 process L0395 DEBUG| [stdout] }
2018-04-03 15:58:15,008 process L0395 DEBUG| [stdout]
2018-04-03 15:58:15,009 process L0395 DEBUG| [stdout] TASK [os_temps : Check that templates are valid] *******************************
2018-04-03 15:58:15,009 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:50
2018-04-03 15:58:15,905 process L0395 DEBUG| [stdout] changed: [localhost] => (item={u'uid': 1000, u'woth': False, u'mtime': 1522763005.2855344, u'inode': 267595, u'isgid': False, u'size': 1358, u'wgrp': True, u'isuid': False, u'isreg': True, u'pw_name': u'avocado', u'gid': 1000, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'avocado', u'path': u'/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml', u'xusr': False, u'atime': 1522763006.5342212, u'isdir': False, u'ctime': 1522763005.2855344, u'isblk': False, u'xgrp': False, u'dev': 2049, u'roth': True, u'isfifo': False, u'mode': u'0664', u'rusr': True}) => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml", "delta": "0:00:00.392103", "end": "2018-04-03 13:58:15.849054", "item": {"atime": 1522763006.5342212, "ctime": 1522763005.2855344, "dev": 2049, "gid": 1000, "gr_name": "avocado", "inode": 267595, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1522763005.2855344, "nlink": 1, "path": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml", "pw_name": "avocado", "rgrp": true, "roth": true, "rusr": true, "size": 1358, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, "rc": 0, "start": "2018-04-03 13:58:15.456951", "stderr": "", "stderr_lines": [], "stdout": "{\n \"kind\": \"List\",\n \"apiVersion\": \"v1\",\n \"metadata\": {},\n \"items\": [\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"ImageStream\",\n \"metadata\": {\n \"annotations\": {\n \"slave-label\": \"jenkins-cvp-slave cvp-slave\"\n },\n \"labels\": {\n \"role\": \"jenkins-slave\",\n \"template\": \"jenkins-cvp-slave-builder\"\n },\n \"name\": \"jenkins-cvp-slave\"\n },\n \"spec\": {}\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"BuildConfig\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-cvp-slave-builder\"\n },\n \"name\": \"jenkins-cvp-slave\"\n },\n \"spec\": {\n \"output\": {\n \"to\": {\n \"kind\": \"ImageStreamTag\",\n \"name\": \"jenkins-cvp-slave:latest\"\n }\n },\n \"resources\": {},\n \"source\": {\n \"contextDir\": \"config/s2i/jenkins/slave\",\n \"git\": {\n \"ref\": \"master\",\n \"uri\": \"https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git\"\n },\n \"type\": \"Git\"\n },\n \"strategy\": {\n \"dockerStrategy\": {\n \"env\": [\n {\n \"name\": \"GIT_SSL_NO_VERIFY\",\n \"value\": \"true\"\n }\n ]\n },\n \"type\": \"Docker\"\n },\n \"triggers\": [\n {\n \"type\": \"ConfigChange\"\n }\n ]\n }\n }\n ]\n}", "stdout_lines": ["{", " \"kind\": \"List\",", " \"apiVersion\": \"v1\",", " \"metadata\": {},", " \"items\": [", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"ImageStream\",", " \"metadata\": {", " \"annotations\": {", " \"slave-label\": \"jenkins-cvp-slave cvp-slave\"", " },", " \"labels\": {", " \"role\": \"jenkins-slave\",", " \"template\": \"jenkins-cvp-slave-builder\"", " },", " \"name\": \"jenkins-cvp-slave\"", " },", " \"spec\": {}", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"BuildConfig\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-cvp-slave-builder\"", " },", " \"name\": \"jenkins-cvp-slave\"", " },", " \"spec\": {", " \"output\": {", " \"to\": {", " \"kind\": \"ImageStreamTag\",", " \"name\": \"jenkins-cvp-slave:latest\"", " }", " },", " \"resources\": {},", " \"source\": {", " \"contextDir\": \"config/s2i/jenkins/slave\",", " \"git\": {", " \"ref\": \"master\",", " \"uri\": \"https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git\"", " },", " \"type\": \"Git\"", " },", " \"strategy\": {", " \"dockerStrategy\": {", " \"env\": [", " {", " \"name\": \"GIT_SSL_NO_VERIFY\",", " \"value\": \"true\"", " }", " ]", " },", " \"type\": \"Docker\"", " },", " \"triggers\": [", " {", " \"type\": \"ConfigChange\"", " }", " ]", " }", " }", " ]", "}"]}
2018-04-03 15:58:16,689 process L0395 DEBUG| [stdout] changed: [localhost] => (item={u'uid': 1000, u'woth': False, u'mtime': 1522763005.2855344, u'inode': 267594, u'isgid': False, u'size': 8333, u'wgrp': True, u'isuid': False, u'isreg': True, u'pw_name': u'avocado', u'gid': 1000, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'gr_name': u'avocado', u'path': u'/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml', u'xusr': False, u'atime': 1522763006.5342212, u'isdir': False, u'ctime': 1522763005.2855344, u'isblk': False, u'xgrp': False, u'dev': 2049, u'roth': True, u'isfifo': False, u'mode': u'0664', u'rusr': True}) => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml", "delta": "0:00:00.368280", "end": "2018-04-03 13:58:16.641431", "item": {"atime": 1522763006.5342212, "ctime": 1522763005.2855344, "dev": 2049, "gid": 1000, "gr_name": "avocado", "inode": 267594, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1522763005.2855344, "nlink": 1, "path": "/home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml", "pw_name": "avocado", "rgrp": true, "roth": true, "rusr": true, "size": 8333, "uid": 1000, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}, "rc": 0, "start": "2018-04-03 13:58:16.273151", "stderr": "", "stderr_lines": [], "stdout": "{\n \"kind\": \"List\",\n \"apiVersion\": \"v1\",\n \"metadata\": {},\n \"items\": [\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"ImageStream\",\n \"metadata\": {\n \"labels\": {\n \"app\": \"jenkins\",\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"Route\",\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"tls\": {\n \"insecureEdgeTerminationPolicy\": \"Redirect\",\n \"termination\": \"edge\"\n },\n \"to\": {\n \"kind\": \"Service\",\n \"name\": \"jenkins\"\n }\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"PersistentVolumeClaim\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"accessModes\": [\n \"ReadWriteOnce\"\n ],\n \"resources\": {\n \"requests\": {\n \"storage\": \"1Gi\"\n }\n }\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"BuildConfig\",\n \"metadata\": {\n \"labels\": {\n \"app\": \"jenkins\",\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"output\": {\n \"to\": {\n \"kind\": \"ImageStreamTag\",\n \"name\": \"jenkins:latest\"\n }\n },\n \"resources\": {\n \"limits\": {\n \"memory\": \"512Mi\"\n }\n },\n \"source\": {\n \"contextDir\": \"config/s2i/jenkins/master\",\n \"git\": {\n \"ref\": \"master\",\n \"uri\": \"https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git\"\n },\n \"secrets\": [],\n \"type\": \"Git\"\n },\n \"strategy\": {\n \"sourceStrategy\": {\n \"env\": [\n {\n \"name\": \"GIT_SSL_NO_VERIFY\",\n \"value\": \"true\"\n }\n ],\n \"from\": {\n \"kind\": \"DockerImage\",\n \"name\": \"docker.io/openshift/jenkins-2-centos7:v3.9\"\n }\n },\n \"type\": \"Source\"\n },\n \"triggers\": [\n {\n \"type\": \"ConfigChange\"\n },\n {\n \"imageChange\": {},\n \"type\": \"ImageChange\"\n }\n ]\n },\n \"status\": {\n \"lastVersion\": 0\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"DeploymentConfig\",\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"replicas\": 1,\n \"selector\": {\n \"name\": \"jenkins\"\n },\n \"strategy\": {\n \"type\": \"Recreate\"\n },\n \"template\": {\n \"metadata\": {\n \"creationTimestamp\": null,\n \"labels\": {\n \"name\": \"jenkins\"\n }\n },\n \"spec\": {\n \"containers\": [\n {\n \"capabilities\": {},\n \"env\": [\n {\n \"name\": \"OPENSHIFT_ENABLE_OAUTH\",\n \"value\": \"true\"\n },\n {\n \"name\": \"OPENSHIFT_ENABLE_REDIRECT_PROMPT\",\n \"value\": \"true\"\n },\n {\n \"name\": \"KUBERNETES_MASTER\",\n \"value\": \"https://kubernetes.default:443\"\n },\n {\n \"name\": \"KUBERNETES_TRUST_CERTIFICATES\",\n \"value\": \"true\"\n },\n {\n \"name\": \"JENKINS_SERVICE_NAME\",\n \"value\": \"jenkins\"\n },\n {\n \"name\": \"JNLP_SERVICE_NAME\",\n \"value\": \"jenkins-jnlp\"\n },\n {\n \"name\": \"JAVA_OPTS\",\n \"value\": \"-Dhudson.model.ParametersAction.keepUndefinedParameters=true -Djenkins.model.Jenkins.logStartupPerformance=true -Djava.security.egd=file:/dev/./urandom -Djenkins.install.runSetupWizard=false -Dhudson.DNSMultiCast.disabled=true\"\n },\n {\n \"name\": \"JAVA_GC_OPTS\",\n \"value\": \"-XX:+UseParallelGC -XX:MaxPermSize=100m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=500m\"\n },\n {\n \"name\": \"GIT_SSL_NO_VERIFY\",\n \"value\": \"true\"\n },\n {\n \"name\": \"OVERRIDE_PV_CONFIG_WITH_IMAGE_CONFIG\",\n \"value\": \"true\"\n },\n {\n \"name\": \"OVERRIDE_PV_PLUGINS_WITH_IMAGE_PLUGINS\",\n \"value\": \"true\"\n }\n ],\n \"image\": \" \",\n \"imagePullPolicy\": \"IfNotPresent\",\n \"livenessProbe\": {\n \"failureThreshold\": 30,\n \"httpGet\": {\n \"path\": \"/login\",\n \"port\": 8080\n },\n \"initialDelaySeconds\": 420,\n \"timeoutSeconds\": 3\n },\n \"name\": \"jenkins\",\n \"readinessProbe\": {\n \"httpGet\": {\n \"path\": \"/login\",\n \"port\": 8080\n },\n \"initialDelaySeconds\": 3,\n \"timeoutSeconds\": 3\n },\n \"resources\": {\n \"limits\": {\n \"memory\": \"512Mi\"\n }\n },\n \"securityContext\": {\n \"capabilities\": {},\n \"privileged\": false\n },\n \"terminationMessagePath\": \"/dev/termination-log\",\n \"volumeMounts\": [\n {\n \"mountPath\": \"/var/lib/jenkins\",\n \"name\": \"jenkins-data\"\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"restartPolicy\": \"Always\",\n \"serviceAccountName\": \"jenkins\",\n \"volumes\": [\n {\n \"name\": \"jenkins-data\",\n \"persistentVolumeClaim\": {\n \"claimName\": \"jenkins\"\n }\n }\n ]\n }\n },\n \"triggers\": [\n {\n \"imageChangeParams\": {\n \"automatic\": true,\n \"containerNames\": [\n \"jenkins\"\n ],\n \"from\": {\n \"kind\": \"ImageStreamTag\",\n \"name\": \"jenkins:latest\",\n \"namespace\": \"cvp\"\n },\n \"lastTriggeredImage\": \"\"\n },\n \"type\": \"ImageChange\"\n },\n {\n \"type\": \"ConfigChange\"\n }\n ]\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"ServiceAccount\",\n \"metadata\": {\n \"annotations\": {\n \"serviceaccounts.openshift.io/oauth-redirectreference.jenkins\": \"{\\\"kind\\\":\\\"OAuthRedirectReference\\\",\\\"apiVersion\\\":\\\"v1\\\",\\\"reference\\\":{\\\"kind\\\":\\\"Route\\\",\\\"name\\\":\\\"jenkins\\\"}}\"\n },\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"groupNames\": null,\n \"kind\": \"RoleBinding\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins_edit\"\n },\n \"roleRef\": {\n \"name\": \"edit\"\n },\n \"subjects\": [\n {\n \"kind\": \"ServiceAccount\",\n \"name\": \"jenkins\"\n }\n ]\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"Service\",\n \"metadata\": {\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins-jnlp\"\n },\n \"spec\": {\n \"ports\": [\n {\n \"name\": \"agent\",\n \"nodePort\": 0,\n \"port\": 50000,\n \"protocol\": \"TCP\",\n \"targetPort\": 50000\n }\n ],\n \"selector\": {\n \"name\": \"jenkins\"\n },\n \"sessionAffinity\": \"None\",\n \"type\": \"ClusterIP\"\n }\n },\n {\n \"apiVersion\": \"v1\",\n \"kind\": \"Service\",\n \"metadata\": {\n \"annotations\": {\n \"service.alpha.openshift.io/dependencies\": \"[{\\\"name\\\": \\\"jenkins-jnlp\\\", \\\"namespace\\\": \\\"\\\", \\\"kind\\\": \\\"Service\\\"}]\",\n \"service.openshift.io/infrastructure\": \"true\"\n },\n \"creationTimestamp\": null,\n \"labels\": {\n \"template\": \"jenkins-persistent\"\n },\n \"name\": \"jenkins\"\n },\n \"spec\": {\n \"ports\": [\n {\n \"name\": \"web\",\n \"nodePort\": 0,\n \"port\": 80,\n \"protocol\": \"TCP\",\n \"targetPort\": 8080\n }\n ],\n \"selector\": {\n \"name\": \"jenkins\"\n },\n \"sessionAffinity\": \"None\",\n \"type\": \"ClusterIP\"\n }\n }\n ]\n}", "stdout_lines": ["{", " \"kind\": \"List\",", " \"apiVersion\": \"v1\",", " \"metadata\": {},", " \"items\": [", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"ImageStream\",", " \"metadata\": {", " \"labels\": {", " \"app\": \"jenkins\",", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"Route\",", " \"metadata\": {", " \"creationTimestamp\": null,", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"tls\": {", " \"insecureEdgeTerminationPolicy\": \"Redirect\",", " \"termination\": \"edge\"", " },", " \"to\": {", " \"kind\": \"Service\",", " \"name\": \"jenkins\"", " }", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"PersistentVolumeClaim\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"accessModes\": [", " \"ReadWriteOnce\"", " ],", " \"resources\": {", " \"requests\": {", " \"storage\": \"1Gi\"", " }", " }", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"BuildConfig\",", " \"metadata\": {", " \"labels\": {", " \"app\": \"jenkins\",", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"output\": {", " \"to\": {", " \"kind\": \"ImageStreamTag\",", " \"name\": \"jenkins:latest\"", " }", " },", " \"resources\": {", " \"limits\": {", " \"memory\": \"512Mi\"", " }", " },", " \"source\": {", " \"contextDir\": \"config/s2i/jenkins/master\",", " \"git\": {", " \"ref\": \"master\",", " \"uri\": \"https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git\"", " },", " \"secrets\": [],", " \"type\": \"Git\"", " },", " \"strategy\": {", " \"sourceStrategy\": {", " \"env\": [", " {", " \"name\": \"GIT_SSL_NO_VERIFY\",", " \"value\": \"true\"", " }", " ],", " \"from\": {", " \"kind\": \"DockerImage\",", " \"name\": \"docker.io/openshift/jenkins-2-centos7:v3.9\"", " }", " },", " \"type\": \"Source\"", " },", " \"triggers\": [", " {", " \"type\": \"ConfigChange\"", " },", " {", " \"imageChange\": {},", " \"type\": \"ImageChange\"", " }", " ]", " },", " \"status\": {", " \"lastVersion\": 0", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"DeploymentConfig\",", " \"metadata\": {", " \"creationTimestamp\": null,", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"replicas\": 1,", " \"selector\": {", " \"name\": \"jenkins\"", " },", " \"strategy\": {", " \"type\": \"Recreate\"", " },", " \"template\": {", " \"metadata\": {", " \"creationTimestamp\": null,", " \"labels\": {", " \"name\": \"jenkins\"", " }", " },", " \"spec\": {", " \"containers\": [", " {", " \"capabilities\": {},", " \"env\": [", " {", " \"name\": \"OPENSHIFT_ENABLE_OAUTH\",", " \"value\": \"true\"", " },", " {", " \"name\": \"OPENSHIFT_ENABLE_REDIRECT_PROMPT\",", " \"value\": \"true\"", " },", " {", " \"name\": \"KUBERNETES_MASTER\",", " \"value\": \"https://kubernetes.default:443\"", " },", " {", " \"name\": \"KUBERNETES_TRUST_CERTIFICATES\",", " \"value\": \"true\"", " },", " {", " \"name\": \"JENKINS_SERVICE_NAME\",", " \"value\": \"jenkins\"", " },", " {", " \"name\": \"JNLP_SERVICE_NAME\",", " \"value\": \"jenkins-jnlp\"", " },", " {", " \"name\": \"JAVA_OPTS\",", " \"value\": \"-Dhudson.model.ParametersAction.keepUndefinedParameters=true -Djenkins.model.Jenkins.logStartupPerformance=true -Djava.security.egd=file:/dev/./urandom -Djenkins.install.runSetupWizard=false -Dhudson.DNSMultiCast.disabled=true\"", " },", " {", " \"name\": \"JAVA_GC_OPTS\",", " \"value\": \"-XX:+UseParallelGC -XX:MaxPermSize=100m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=500m\"", " },", " {", " \"name\": \"GIT_SSL_NO_VERIFY\",", " \"value\": \"true\"", " },", " {", " \"name\": \"OVERRIDE_PV_CONFIG_WITH_IMAGE_CONFIG\",", " \"value\": \"true\"", " },", " {", " \"name\": \"OVERRIDE_PV_PLUGINS_WITH_IMAGE_PLUGINS\",", " \"value\": \"true\"", " }", " ],", " \"image\": \" \",", " \"imagePullPolicy\": \"IfNotPresent\",", " \"livenessProbe\": {", " \"failureThreshold\": 30,", " \"httpGet\": {", " \"path\": \"/login\",", " \"port\": 8080", " },", " \"initialDelaySeconds\": 420,", " \"timeoutSeconds\": 3", " },", " \"name\": \"jenkins\",", " \"readinessProbe\": {", " \"httpGet\": {", " \"path\": \"/login\",", " \"port\": 8080", " },", " \"initialDelaySeconds\": 3,", " \"timeoutSeconds\": 3", " },", " \"resources\": {", " \"limits\": {", " \"memory\": \"512Mi\"", " }", " },", " \"securityContext\": {", " \"capabilities\": {},", " \"privileged\": false", " },", " \"terminationMessagePath\": \"/dev/termination-log\",", " \"volumeMounts\": [", " {", " \"mountPath\": \"/var/lib/jenkins\",", " \"name\": \"jenkins-data\"", " }", " ]", " }", " ],", " \"dnsPolicy\": \"ClusterFirst\",", " \"restartPolicy\": \"Always\",", " \"serviceAccountName\": \"jenkins\",", " \"volumes\": [", " {", " \"name\": \"jenkins-data\",", " \"persistentVolumeClaim\": {", " \"claimName\": \"jenkins\"", " }", " }", " ]", " }", " },", " \"triggers\": [", " {", " \"imageChangeParams\": {", " \"automatic\": true,", " \"containerNames\": [", " \"jenkins\"", " ],", " \"from\": {", " \"kind\": \"ImageStreamTag\",", " \"name\": \"jenkins:latest\",", " \"namespace\": \"cvp\"", " },", " \"lastTriggeredImage\": \"\"", " },", " \"type\": \"ImageChange\"", " },", " {", " \"type\": \"ConfigChange\"", " }", " ]", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"ServiceAccount\",", " \"metadata\": {", " \"annotations\": {", " \"serviceaccounts.openshift.io/oauth-redirectreference.jenkins\": \"{\\\"kind\\\":\\\"OAuthRedirectReference\\\",\\\"apiVersion\\\":\\\"v1\\\",\\\"reference\\\":{\\\"kind\\\":\\\"Route\\\",\\\"name\\\":\\\"jenkins\\\"}}\"", " },", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"groupNames\": null,", " \"kind\": \"RoleBinding\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins_edit\"", " },", " \"roleRef\": {", " \"name\": \"edit\"", " },", " \"subjects\": [", " {", " \"kind\": \"ServiceAccount\",", " \"name\": \"jenkins\"", " }", " ]", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"Service\",", " \"metadata\": {", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins-jnlp\"", " },", " \"spec\": {", " \"ports\": [", " {", " \"name\": \"agent\",", " \"nodePort\": 0,", " \"port\": 50000,", " \"protocol\": \"TCP\",", " \"targetPort\": 50000", " }", " ],", " \"selector\": {", " \"name\": \"jenkins\"", " },", " \"sessionAffinity\": \"None\",", " \"type\": \"ClusterIP\"", " }", " },", " {", " \"apiVersion\": \"v1\",", " \"kind\": \"Service\",", " \"metadata\": {", " \"annotations\": {", " \"service.alpha.openshift.io/dependencies\": \"[{\\\"name\\\": \\\"jenkins-jnlp\\\", \\\"namespace\\\": \\\"\\\", \\\"kind\\\": \\\"Service\\\"}]\",", " \"service.openshift.io/infrastructure\": \"true\"", " },", " \"creationTimestamp\": null,", " \"labels\": {", " \"template\": \"jenkins-persistent\"", " },", " \"name\": \"jenkins\"", " },", " \"spec\": {", " \"ports\": [", " {", " \"name\": \"web\",", " \"nodePort\": 0,", " \"port\": 80,", " \"protocol\": \"TCP\",", " \"targetPort\": 8080", " }", " ],", " \"selector\": {", " \"name\": \"jenkins\"", " },", " \"sessionAffinity\": \"None\",", " \"type\": \"ClusterIP\"", " }", " }", " ]", "}"]}
2018-04-03 15:58:16,696 process L0395 DEBUG| [stdout]
2018-04-03 15:58:16,696 process L0395 DEBUG| [stdout] TASK [os_temps : include_tasks] ************************************************
2018-04-03 15:58:16,696 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_containers.yml:55
2018-04-03 15:58:16,756 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml for localhost
2018-04-03 15:58:16,773 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml for localhost
2018-04-03 15:58:16,787 process L0395 DEBUG| [stdout]
2018-04-03 15:58:16,787 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 15:58:16,788 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:2
2018-04-03 15:58:16,844 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"params": []}, "changed": false}
2018-04-03 15:58:16,854 process L0395 DEBUG| [stdout]
2018-04-03 15:58:16,854 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 15:58:16,854 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:5
2018-04-03 15:58:16,879 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:16,889 process L0395 DEBUG| [stdout]
2018-04-03 15:58:16,890 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed apps on the cluster] *********************
2018-04-03 15:58:16,890 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:10
2018-04-03 15:58:17,895 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get all | egrep 'Failed|Error' | egrep 'builds' | awk '{print $1}' | awk -F'/' '{print $2}' | sed 's/-[0-9+]//g' | head -1", "delta": "0:00:00.528090", "end": "2018-04-03 13:58:17.832244", "rc": 0, "start": "2018-04-03 13:58:17.304154", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:17,904 process L0395 DEBUG| [stdout]
2018-04-03 15:58:17,905 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for on the cluster] ***
2018-04-03 15:58:17,905 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:15
2018-04-03 15:58:17,921 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:17,928 process L0395 DEBUG| [stdout]
2018-04-03 15:58:17,928 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 15:58:17,929 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:20
2018-04-03 15:58:17,938 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 15:58:17,938 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 15:58:17,938 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 15:58:17,950 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 15:58:17,958 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 15:58:17,963 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 15:58:17,971 process L0395 DEBUG| [stdout]
2018-04-03 15:58:17,971 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get template name from the yaml file] ***
2018-04-03 15:58:17,971 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:29
2018-04-03 15:58:18,832 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml | jq '.items[1].metadata.labels.template' | sed 's/\"//g'", "delta": "0:00:00.404930", "end": "2018-04-03 13:58:18.774145", "rc": 0, "start": "2018-04-03 13:58:18.369215", "stderr": "", "stderr_lines": [], "stdout": "jenkins-cvp-slave-builder", "stdout_lines": ["jenkins-cvp-slave-builder"]}
2018-04-03 15:58:18,842 process L0395 DEBUG| [stdout]
2018-04-03 15:58:18,843 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:18,843 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:33
2018-04-03 15:58:18,947 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 15:58:18,947 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Template Name in file: jenkins-cvp-slave-builder"
2018-04-03 15:58:18,947 process L0395 DEBUG| [stdout] }
2018-04-03 15:58:18,958 process L0395 DEBUG| [stdout]
2018-04-03 15:58:18,959 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get template name from querying the cluster] ***
2018-04-03 15:58:18,959 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:36
2018-04-03 15:58:19,888 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get templates | awk '{print $1}' | egrep '^jenkins-cvp-slave-builder$'", "delta": "0:00:00.452910", "end": "2018-04-03 13:58:19.841377", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 13:58:19.388467", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:19,888 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 15:58:19,895 process L0395 DEBUG| [stdout]
2018-04-03 15:58:19,896 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:19,896 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:41
2018-04-03 15:58:19,977 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 15:58:19,977 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Template Name from querying the cluster: "
2018-04-03 15:58:19,977 process L0395 DEBUG| [stdout] }
2018-04-03 15:58:19,992 process L0395 DEBUG| [stdout]
2018-04-03 15:58:19,993 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Updating buildconfig /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml] ***
2018-04-03 15:58:19,993 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:44
2018-04-03 15:58:20,015 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 15:58:20,026 process L0395 DEBUG| [stdout]
2018-04-03 15:58:20,026 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Creating buildconfig /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml] ***
2018-04-03 15:58:20,026 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:48
2018-04-03 15:58:20,805 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc create -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml", "delta": "0:00:00.363570", "end": "2018-04-03 13:58:20.766420", "rc": 0, "start": "2018-04-03 13:58:20.402850", "stderr": "", "stderr_lines": [], "stdout": "template \"jenkins-cvp-slave-builder\" created", "stdout_lines": ["template \"jenkins-cvp-slave-builder\" created"]}
2018-04-03 15:58:20,812 process L0395 DEBUG| [stdout]
2018-04-03 15:58:20,813 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get imagestream name from the yaml file] ***
2018-04-03 15:58:20,813 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:53
2018-04-03 15:58:21,647 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml | jq '.items[0].metadata.name' | sed 's/\"//g'", "delta": "0:00:00.336979", "end": "2018-04-03 13:58:21.608081", "rc": 0, "start": "2018-04-03 13:58:21.271102", "stderr": "", "stderr_lines": [], "stdout": "jenkins-cvp-slave", "stdout_lines": ["jenkins-cvp-slave"]}
2018-04-03 15:58:21,654 process L0395 DEBUG| [stdout]
2018-04-03 15:58:21,655 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get imagestream from querying the cluster] ***
2018-04-03 15:58:21,655 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:57
2018-04-03 15:58:22,491 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get imagestream | awk '{print $1}' | egrep '^jenkins-cvp-slave$'", "delta": "0:00:00.397325", "end": "2018-04-03 13:58:22.454189", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 13:58:22.056864", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:22,491 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 15:58:22,498 process L0395 DEBUG| [stdout]
2018-04-03 15:58:22,498 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:22,498 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:62
2018-04-03 15:58:22,576 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 15:58:22,576 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Imagestream Name from querying the cluster: "
2018-04-03 15:58:22,576 process L0395 DEBUG| [stdout] }
2018-04-03 15:58:22,585 process L0395 DEBUG| [stdout]
2018-04-03 15:58:22,585 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:22,585 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:65
2018-04-03 15:58:22,607 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 15:58:22,619 process L0395 DEBUG| [stdout]
2018-04-03 15:58:22,620 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get buildconfig name from the yaml file] ***
2018-04-03 15:58:22,621 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:70
2018-04-03 15:58:23,531 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-slave-template.yml | jq '.items[1].metadata.name' | sed 's/\"//g'", "delta": "0:00:00.429155", "end": "2018-04-03 13:58:23.492308", "rc": 0, "start": "2018-04-03 13:58:23.063153", "stderr": "", "stderr_lines": [], "stdout": "jenkins-cvp-slave", "stdout_lines": ["jenkins-cvp-slave"]}
2018-04-03 15:58:23,539 process L0395 DEBUG| [stdout]
2018-04-03 15:58:23,539 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get buildconfig from querying the cluster] ***
2018-04-03 15:58:23,539 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:74
2018-04-03 15:58:24,348 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get buildconfig | awk '{print $1}' | egrep '^jenkins-cvp-slave$'", "delta": "0:00:00.347665", "end": "2018-04-03 13:58:24.291468", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 13:58:23.943803", "stderr": "No resources found.", "stderr_lines": ["No resources found."], "stdout": "", "stdout_lines": []}
2018-04-03 15:58:24,349 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 15:58:24,358 process L0395 DEBUG| [stdout]
2018-04-03 15:58:24,358 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:24,358 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:79
2018-04-03 15:58:24,460 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 15:58:24,460 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Buildconfig Name from querying the cluster: "
2018-04-03 15:58:24,461 process L0395 DEBUG| [stdout] }
2018-04-03 15:58:24,470 process L0395 DEBUG| [stdout]
2018-04-03 15:58:24,470 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 15:58:24,470 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:82
2018-04-03 15:58:24,498 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 15:58:24,510 process L0395 DEBUG| [stdout]
2018-04-03 15:58:24,511 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Check if the template being loaded contains the parameter...] ***
2018-04-03 15:58:24,511 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:86
2018-04-03 15:58:24,524 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 15:58:24,525 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 15:58:24,525 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 15:58:26,245 process L0395 DEBUG| [stdout] changed: [localhost] => (item={u'key': u'REPO_URL', u'val': u'https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git'}) => {"changed": true, "cmd": "oc describe template jenkins-cvp-slave-builder | grep REPO_URL", "delta": "0:00:01.274502", "end": "2018-04-03 13:58:26.204605", "item": {"key": "REPO_URL", "val": "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git"}, "rc": 0, "start": "2018-04-03 13:58:24.930103", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_URL", "stdout_lines": [" Name:\t\tREPO_URL"]}
2018-04-03 15:58:27,032 process L0395 DEBUG| [stdout] changed: [localhost] => (item={u'key': u'REPO_REF', u'val': u'master'}) => {"changed": true, "cmd": "oc describe template jenkins-cvp-slave-builder | grep REPO_REF", "delta": "0:00:00.392026", "end": "2018-04-03 13:58:26.991116", "item": {"key": "REPO_REF", "val": "master"}, "rc": 0, "start": "2018-04-03 13:58:26.599090", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_REF", "stdout_lines": [" Name:\t\tREPO_REF"]}
2018-04-03 15:58:27,040 process L0395 DEBUG| [stdout]
2018-04-03 15:58:27,040 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 15:58:27,040 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:92
2018-04-03 15:58:27,051 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 15:58:27,051 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 15:58:27,052 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 15:58:27,124 process L0395 DEBUG| [stdout] ok: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-04-03 13:58:26.204605', '_ansible_no_log': False, u'stdout': u' Name:\t\tREPO_URL', u'cmd': u'oc describe template jenkins-cvp-slave-builder | grep REPO_URL', u'rc': 0, 'item': {u'val': u'https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git', u'key': u'REPO_URL'}, u'delta': u'0:00:01.274502', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-cvp-slave-builder | grep REPO_URL', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u' Name:\t\tREPO_URL'], u'start': u'2018-04-03 13:58:24.930103', '_ansible_ignore_errors': True, 'failed': False}) => {"ansible_facts": {"params": ["-p REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git"]}, "changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-cvp-slave-builder | grep REPO_URL", "delta": "0:00:01.274502", "end": "2018-04-03 13:58:26.204605", "failed": false, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-cvp-slave-builder | grep REPO_URL", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "REPO_URL", "val": "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git"}, "rc": 0, "start": "2018-04-03 13:58:24.930103", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_URL", "stdout_lines": [" Name:\t\tREPO_URL"]}}
2018-04-03 15:58:27,165 process L0395 DEBUG| [stdout] ok: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-04-03 13:58:26.991116', '_ansible_no_log': False, u'stdout': u' Name:\t\tREPO_REF', u'cmd': u'oc describe template jenkins-cvp-slave-builder | grep REPO_REF', u'rc': 0, 'item': {u'val': u'master', u'key': u'REPO_REF'}, u'delta': u'0:00:00.392026', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-cvp-slave-builder | grep REPO_REF', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u' Name:\t\tREPO_REF'], u'start': u'2018-04-03 13:58:26.599090', '_ansible_ignore_errors': True, 'failed': False}) => {"ansible_facts": {"params": ["-p REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git", "-p REPO_REF=master"]}, "changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-cvp-slave-builder | grep REPO_REF", "delta": "0:00:00.392026", "end": "2018-04-03 13:58:26.991116", "failed": false, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-cvp-slave-builder | grep REPO_REF", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "REPO_REF", "val": "master"}, "rc": 0, "start": "2018-04-03 13:58:26.599090", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_REF", "stdout_lines": [" Name:\t\tREPO_REF"]}}
2018-04-03 15:58:27,177 process L0395 DEBUG| [stdout]
2018-04-03 15:58:27,177 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 15:58:27,177 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:97
2018-04-03 15:58:27,264 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"build_success": false}, "changed": false}
2018-04-03 15:58:27,276 process L0395 DEBUG| [stdout]
2018-04-03 15:58:27,276 process L0395 DEBUG| [stdout] TASK [os_temps : include_tasks] ************************************************
2018-04-03 15:58:27,276 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:100
2018-04-03 15:58:27,286 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 15:58:27,287 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 15:58:27,287 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 15:58:27,371 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost
2018-04-03 15:58:27,380 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost
2018-04-03 15:58:27,390 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost
2018-04-03 15:58:27,442 process L0395 DEBUG| [stdout]
2018-04-03 15:58:27,442 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 15:58:27,442 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:2
2018-04-03 15:58:29,094 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc new-app jenkins-cvp-slave-builder -p REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -p REPO_REF=master", "delta": "0:00:01.228546", "end": "2018-04-03 13:58:29.029648", "rc": 0, "start": "2018-04-03 13:58:27.801102", "stderr": "", "stderr_lines": [], "stdout": "--> Deploying template \"cvp/jenkins-cvp-slave-builder\" to project cvp\n\n jenkins-cvp-slave-builder\n ---------\n CVP Slaves\n\n * With parameters:\n * Repository URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git\n * Context Directory=config/s2i/jenkins/slave\n * Git Reference=master\n\n--> Creating resources ...\n imagestream \"jenkins-cvp-slave\" created\n buildconfig \"jenkins-cvp-slave\" created\n--> Success\n Build scheduled, use 'oc logs -f bc/jenkins-cvp-slave' to track its progress.\n Run 'oc status' to view your app.", "stdout_lines": ["--> Deploying template \"cvp/jenkins-cvp-slave-builder\" to project cvp", "", " jenkins-cvp-slave-builder", " ---------", " CVP Slaves", "", " * With parameters:", " * Repository URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git", " * Context Directory=config/s2i/jenkins/slave", " * Git Reference=master", "", "--> Creating resources ...", " imagestream \"jenkins-cvp-slave\" created", " buildconfig \"jenkins-cvp-slave\" created", "--> Success", " Build scheduled, use 'oc logs -f bc/jenkins-cvp-slave' to track its progress.", " Run 'oc status' to view your app."]}
2018-04-03 15:58:29,102 process L0395 DEBUG| [stdout]
2018-04-03 15:58:29,102 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be queued] ***
2018-04-03 15:58:29,102 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:9
2018-04-03 15:58:29,939 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be queued (6 retries left).
2018-04-03 15:58:40,714 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be queued (5 retries left).
2018-04-03 15:58:51,500 process L0395 DEBUG| [stdout] changed: [localhost] => {"attempts": 3, "changed": true, "cmd": "oc get builds | grep 'jenkins-cvp-slave'", "delta": "0:00:00.428379", "end": "2018-04-03 13:58:51.459474", "rc": 0, "start": "2018-04-03 13:58:51.031095", "stderr": "", "stderr_lines": [], "stdout": "jenkins-cvp-slave-1 Docker Git@master Running 22 seconds ago ", "stdout_lines": ["jenkins-cvp-slave-1 Docker Git@master Running 22 seconds ago "]}
2018-04-03 15:58:51,509 process L0395 DEBUG| [stdout]
2018-04-03 15:58:51,510 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag] ***
2018-04-03 15:58:51,510 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:19
2018-04-03 15:58:52,573 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (300 retries left).
2018-04-03 15:59:03,343 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (299 retries left).
2018-04-03 15:59:14,121 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (298 retries left).
2018-04-03 15:59:24,908 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (297 retries left).
2018-04-03 15:59:35,998 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (296 retries left).
2018-04-03 15:59:47,073 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (295 retries left).
2018-04-03 15:59:57,868 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (294 retries left).
2018-04-03 16:00:08,691 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (293 retries left).
2018-04-03 16:00:19,480 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (292 retries left).
2018-04-03 16:00:30,291 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (291 retries left).
2018-04-03 16:00:41,109 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (290 retries left).
2018-04-03 16:00:51,938 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (289 retries left).
2018-04-03 16:01:02,739 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (288 retries left).
2018-04-03 16:01:13,439 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (287 retries left).
2018-04-03 16:01:24,141 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (286 retries left).
2018-04-03 16:01:34,964 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (285 retries left).
2018-04-03 16:01:45,691 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (284 retries left).
2018-04-03 16:01:58,590 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (283 retries left).
2018-04-03 16:02:09,287 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (282 retries left).
2018-04-03 16:02:22,232 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (281 retries left).
2018-04-03 16:02:33,017 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (280 retries left).
2018-04-03 16:02:44,061 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (279 retries left).
2018-04-03 16:02:55,232 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (278 retries left).
2018-04-03 16:03:06,438 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (277 retries left).
2018-04-03 16:03:17,186 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (276 retries left).
2018-04-03 16:03:28,007 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (275 retries left).
2018-04-03 16:03:38,702 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (274 retries left).
2018-04-03 16:03:49,670 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (273 retries left).
2018-04-03 16:04:00,640 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (272 retries left).
2018-04-03 16:04:11,390 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (271 retries left).
2018-04-03 16:04:22,519 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (270 retries left).
2018-04-03 16:04:33,583 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (269 retries left).
2018-04-03 16:04:46,813 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (268 retries left).
2018-04-03 16:04:58,546 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (267 retries left).
2018-04-03 16:05:09,662 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (266 retries left).
2018-04-03 16:05:20,611 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (265 retries left).
2018-04-03 16:05:31,430 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (264 retries left).
2018-04-03 16:05:42,244 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (263 retries left).
2018-04-03 16:05:53,249 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (262 retries left).
2018-04-03 16:06:04,068 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (261 retries left).
2018-04-03 16:06:14,875 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (260 retries left).
2018-04-03 16:06:25,625 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (259 retries left).
2018-04-03 16:06:36,710 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (258 retries left).
2018-04-03 16:06:47,814 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (257 retries left).
2018-04-03 16:06:58,722 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (256 retries left).
2018-04-03 16:07:09,452 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (255 retries left).
2018-04-03 16:07:20,853 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (254 retries left).
2018-04-03 16:07:31,901 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (253 retries left).
2018-04-03 16:07:42,758 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (252 retries left).
2018-04-03 16:07:53,500 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (251 retries left).
2018-04-03 16:08:04,266 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (250 retries left).
2018-04-03 16:08:15,223 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (249 retries left).
2018-04-03 16:08:26,327 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (248 retries left).
2018-04-03 16:08:37,311 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (247 retries left).
2018-04-03 16:08:48,158 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (246 retries left).
2018-04-03 16:08:58,906 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (245 retries left).
2018-04-03 16:09:09,791 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (244 retries left).
2018-04-03 16:09:20,983 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (243 retries left).
2018-04-03 16:09:33,370 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (242 retries left).
2018-04-03 16:09:44,306 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (241 retries left).
2018-04-03 16:09:54,893 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (240 retries left).
2018-04-03 16:10:05,525 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (239 retries left).
2018-04-03 16:10:16,185 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (238 retries left).
2018-04-03 16:10:26,892 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (237 retries left).
2018-04-03 16:10:37,610 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (236 retries left).
2018-04-03 16:10:48,313 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (235 retries left).
2018-04-03 16:10:58,995 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (234 retries left).
2018-04-03 16:11:09,624 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (233 retries left).
2018-04-03 16:11:20,221 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (232 retries left).
2018-04-03 16:11:30,817 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (231 retries left).
2018-04-03 16:11:41,419 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (230 retries left).
2018-04-03 16:11:52,002 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (229 retries left).
2018-04-03 16:12:02,637 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (228 retries left).
2018-04-03 16:12:13,197 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (227 retries left).
2018-04-03 16:12:23,940 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (226 retries left).
2018-04-03 16:12:34,561 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (225 retries left).
2018-04-03 16:12:45,154 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (224 retries left).
2018-04-03 16:12:55,721 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (223 retries left).
2018-04-03 16:13:06,361 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (222 retries left).
2018-04-03 16:13:16,937 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (221 retries left).
2018-04-03 16:13:27,578 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (220 retries left).
2018-04-03 16:13:38,207 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (219 retries left).
2018-04-03 16:13:49,046 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (218 retries left).
2018-04-03 16:13:59,653 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (217 retries left).
2018-04-03 16:14:10,256 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (216 retries left).
2018-04-03 16:14:20,797 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (215 retries left).
2018-04-03 16:14:31,536 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (214 retries left).
2018-04-03 16:14:42,246 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (213 retries left).
2018-04-03 16:14:53,728 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (212 retries left).
2018-04-03 16:15:04,913 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (211 retries left).
2018-04-03 16:15:15,665 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (210 retries left).
2018-04-03 16:15:26,459 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (209 retries left).
2018-04-03 16:15:37,180 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (208 retries left).
2018-04-03 16:15:48,479 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (207 retries left).
2018-04-03 16:15:59,625 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (206 retries left).
2018-04-03 16:16:10,395 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (205 retries left).
2018-04-03 16:16:21,538 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (204 retries left).
2018-04-03 16:16:32,460 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (203 retries left).
2018-04-03 16:16:43,507 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (202 retries left).
2018-04-03 16:16:54,258 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (201 retries left).
2018-04-03 16:17:11,017 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (200 retries left).
2018-04-03 16:17:21,960 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (199 retries left).
2018-04-03 16:17:32,727 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (198 retries left).
2018-04-03 16:17:43,903 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (197 retries left).
2018-04-03 16:17:54,919 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (196 retries left).
2018-04-03 16:18:05,736 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (195 retries left).
2018-04-03 16:18:16,556 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (194 retries left).
2018-04-03 16:18:27,222 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (193 retries left).
2018-04-03 16:18:37,948 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (192 retries left).
2018-04-03 16:18:49,222 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (191 retries left).
2018-04-03 16:19:00,131 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (190 retries left).
2018-04-03 16:19:11,101 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (189 retries left).
2018-04-03 16:19:21,821 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (188 retries left).
2018-04-03 16:19:32,543 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (187 retries left).
2018-04-03 16:19:43,329 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (186 retries left).
2018-04-03 16:19:54,052 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (185 retries left).
2018-04-03 16:20:04,762 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (184 retries left).
2018-04-03 16:20:15,473 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (183 retries left).
2018-04-03 16:20:26,195 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (182 retries left).
2018-04-03 16:20:36,978 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (181 retries left).
2018-04-03 16:20:47,724 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (180 retries left).
2018-04-03 16:20:58,543 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (179 retries left).
2018-04-03 16:21:09,304 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (178 retries left).
2018-04-03 16:21:20,255 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (177 retries left).
2018-04-03 16:21:31,277 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (176 retries left).
2018-04-03 16:21:42,057 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (175 retries left).
2018-04-03 16:21:52,781 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (174 retries left).
2018-04-03 16:22:03,485 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (173 retries left).
2018-04-03 16:22:14,315 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (172 retries left).
2018-04-03 16:22:26,145 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (171 retries left).
2018-04-03 16:22:37,233 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (170 retries left).
2018-04-03 16:22:48,546 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (169 retries left).
2018-04-03 16:22:59,446 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (168 retries left).
2018-04-03 16:23:10,756 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (167 retries left).
2018-04-03 16:23:21,831 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (166 retries left).
2018-04-03 16:23:32,812 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (165 retries left).
2018-04-03 16:23:43,658 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (164 retries left).
2018-04-03 16:23:54,825 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (163 retries left).
2018-04-03 16:24:05,841 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (162 retries left).
2018-04-03 16:24:16,966 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (161 retries left).
2018-04-03 16:24:27,792 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (160 retries left).
2018-04-03 16:24:38,620 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (159 retries left).
2018-04-03 16:24:49,715 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (158 retries left).
2018-04-03 16:25:00,502 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (157 retries left).
2018-04-03 16:25:11,567 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (156 retries left).
2018-04-03 16:25:22,922 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag (155 retries left).
2018-04-03 16:25:33,491 process L0395 DEBUG| [stdout] changed: [localhost] => {"attempts": 147, "changed": true, "cmd": "oc get builds | grep 'jenkins-cvp-slave'", "delta": "0:00:00.269135", "end": "2018-04-03 14:25:33.457284", "rc": 0, "start": "2018-04-03 14:25:33.188149", "stderr": "", "stderr_lines": [], "stdout": "jenkins-cvp-slave-1 Docker Git@91ff6bc Complete 27 minutes ago 26m56s", "stdout_lines": ["jenkins-cvp-slave-1 Docker Git@91ff6bc Complete 27 minutes ago 26m56s"]}
2018-04-03 16:25:33,497 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,498 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:33,498 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:28
2018-04-03 16:25:33,546 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"build_success": true}, "changed": false}
2018-04-03 16:25:33,553 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,553 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:25:33,553 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:33
2018-04-03 16:25:33,568 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,576 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,577 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:25:33,577 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:39
2018-04-03 16:25:33,596 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,604 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,604 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:25:33,604 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:44
2018-04-03 16:25:33,612 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:33,613 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:33,613 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:33,626 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,633 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,638 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,646 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,646 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:33,646 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:54
2018-04-03 16:25:33,687 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:25:33,687 process L0395 DEBUG| [stdout] "msg": "End result of building the container image :: jenkins-cvp-slave-1 Docker Git@91ff6bc Complete 27 minutes ago 26m56s"
2018-04-03 16:25:33,687 process L0395 DEBUG| [stdout] }
2018-04-03 16:25:33,695 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,695 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:25:33,696 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:2
2018-04-03 16:25:33,712 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,720 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,720 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be queued] ***
2018-04-03 16:25:33,721 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:9
2018-04-03 16:25:33,735 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,743 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,743 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag] ***
2018-04-03 16:25:33,743 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:19
2018-04-03 16:25:33,759 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,767 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,767 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:33,768 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:28
2018-04-03 16:25:33,784 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,790 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,791 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:25:33,791 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:33
2018-04-03 16:25:33,806 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,814 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,814 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:25:33,814 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:39
2018-04-03 16:25:33,829 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,836 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,836 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:25:33,837 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:44
2018-04-03 16:25:33,843 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:33,844 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:33,844 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:33,855 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,861 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,868 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,875 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,876 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:33,876 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:54
2018-04-03 16:25:33,891 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,899 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,899 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:25:33,899 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:2
2018-04-03 16:25:33,914 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,923 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,923 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be queued] ***
2018-04-03 16:25:33,923 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:9
2018-04-03 16:25:33,937 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,945 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,946 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag] ***
2018-04-03 16:25:33,946 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:19
2018-04-03 16:25:33,961 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,968 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,968 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:33,968 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:28
2018-04-03 16:25:33,984 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:33,991 process L0395 DEBUG| [stdout]
2018-04-03 16:25:33,991 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:25:33,991 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:33
2018-04-03 16:25:34,010 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,019 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,019 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:25:34,020 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:39
2018-04-03 16:25:34,035 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,042 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,042 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:25:34,042 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:44
2018-04-03 16:25:34,049 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:34,049 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:34,049 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:34,061 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,068 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,073 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,080 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,081 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:34,081 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:54
2018-04-03 16:25:34,096 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,104 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,104 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:25:34,104 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:107
2018-04-03 16:25:34,120 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,129 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,129 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be queued :: FINAL ATTEMPT] ***
2018-04-03 16:25:34,129 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:112
2018-04-03 16:25:34,144 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,152 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,153 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins-cvp-slave to be built and marked with latest tag :: FINAL ATTEMPT] ***
2018-04-03 16:25:34,153 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:122
2018-04-03 16:25:34,168 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,174 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,175 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:25:34,175 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:131
2018-04-03 16:25:34,189 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,197 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,197 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:25:34,197 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:137
2018-04-03 16:25:34,212 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,219 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,219 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:25:34,219 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:142
2018-04-03 16:25:34,226 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:34,226 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:34,226 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:34,238 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,243 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,250 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,257 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,258 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:34,258 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:152
2018-04-03 16:25:34,275 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:25:34,282 process L0395 DEBUG| [stdout]
2018-04-03 16:25:34,282 process L0395 DEBUG| [stdout] TASK [os_temps : Modify tags on images] ****************************************
2018-04-03 16:25:34,282 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:157
2018-04-03 16:25:35,397 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get is | awk '{print $2}' | grep -v DOCKER | sed 's/.*5000\\///g' | grep 'jenkins-cvp-slave' | xargs -i oc tag {}:latest {}:stable", "delta": "0:00:00.684541", "end": "2018-04-03 14:25:35.319706", "rc": 0, "start": "2018-04-03 14:25:34.635165", "stderr": "", "stderr_lines": [], "stdout": "Tag jenkins-cvp-slave:stable set to cvp/jenkins-cvp-slave@sha256:8fb210da7aa6058f8576f49393f727af307d52088fa801fd967761e6f85f1b2e.", "stdout_lines": ["Tag jenkins-cvp-slave:stable set to cvp/jenkins-cvp-slave@sha256:8fb210da7aa6058f8576f49393f727af307d52088fa801fd967761e6f85f1b2e."]}
2018-04-03 16:25:35,409 process L0395 DEBUG| [stdout]
2018-04-03 16:25:35,409 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:35,409 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:2
2018-04-03 16:25:35,530 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"params": []}, "changed": false}
2018-04-03 16:25:35,541 process L0395 DEBUG| [stdout]
2018-04-03 16:25:35,541 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:35,541 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:5
2018-04-03 16:25:35,564 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:35,578 process L0395 DEBUG| [stdout]
2018-04-03 16:25:35,578 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed apps on the cluster] *********************
2018-04-03 16:25:35,578 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:10
2018-04-03 16:25:36,510 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get all | egrep 'Failed|Error' | egrep 'builds' | awk '{print $1}' | awk -F'/' '{print $2}' | sed 's/-[0-9+]//g' | head -1", "delta": "0:00:00.515742", "end": "2018-04-03 14:25:36.443606", "rc": 0, "start": "2018-04-03 14:25:35.927864", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:25:36,521 process L0395 DEBUG| [stdout]
2018-04-03 16:25:36,522 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for on the cluster] ***
2018-04-03 16:25:36,522 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:15
2018-04-03 16:25:36,547 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:36,558 process L0395 DEBUG| [stdout]
2018-04-03 16:25:36,558 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:25:36,558 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:20
2018-04-03 16:25:36,567 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:36,568 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:36,568 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:36,587 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:36,601 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:36,611 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:25:36,624 process L0395 DEBUG| [stdout]
2018-04-03 16:25:36,625 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get template name from the yaml file] ***
2018-04-03 16:25:36,625 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:29
2018-04-03 16:25:37,474 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml | jq '.items[1].metadata.labels.template' | sed 's/\"//g'", "delta": "0:00:00.374827", "end": "2018-04-03 14:25:37.413160", "rc": 0, "start": "2018-04-03 14:25:37.038333", "stderr": "", "stderr_lines": [], "stdout": "jenkins-persistent", "stdout_lines": ["jenkins-persistent"]}
2018-04-03 16:25:37,484 process L0395 DEBUG| [stdout]
2018-04-03 16:25:37,484 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:37,484 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:33
2018-04-03 16:25:37,545 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:25:37,545 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Template Name in file: jenkins-persistent"
2018-04-03 16:25:37,545 process L0395 DEBUG| [stdout] }
2018-04-03 16:25:37,558 process L0395 DEBUG| [stdout]
2018-04-03 16:25:37,558 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get template name from querying the cluster] ***
2018-04-03 16:25:37,559 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:36
2018-04-03 16:25:38,211 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get templates | awk '{print $1}' | egrep '^jenkins-persistent$'", "delta": "0:00:00.253124", "end": "2018-04-03 14:25:38.154278", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 14:25:37.901154", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:25:38,212 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:25:38,222 process L0395 DEBUG| [stdout]
2018-04-03 16:25:38,222 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:38,222 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:41
2018-04-03 16:25:38,286 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:25:38,286 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Template Name from querying the cluster: "
2018-04-03 16:25:38,287 process L0395 DEBUG| [stdout] }
2018-04-03 16:25:38,298 process L0395 DEBUG| [stdout]
2018-04-03 16:25:38,298 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Updating buildconfig /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml] ***
2018-04-03 16:25:38,298 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:44
2018-04-03 16:25:38,332 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:25:38,349 process L0395 DEBUG| [stdout]
2018-04-03 16:25:38,349 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Creating buildconfig /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml] ***
2018-04-03 16:25:38,349 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:48
2018-04-03 16:25:39,086 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc create -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml", "delta": "0:00:00.278799", "end": "2018-04-03 14:25:39.020363", "rc": 0, "start": "2018-04-03 14:25:38.741564", "stderr": "", "stderr_lines": [], "stdout": "template \"jenkins-persistent\" created", "stdout_lines": ["template \"jenkins-persistent\" created"]}
2018-04-03 16:25:39,098 process L0395 DEBUG| [stdout]
2018-04-03 16:25:39,098 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get imagestream name from the yaml file] ***
2018-04-03 16:25:39,098 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:53
2018-04-03 16:25:39,853 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml | jq '.items[0].metadata.name' | sed 's/\"//g'", "delta": "0:00:00.284084", "end": "2018-04-03 14:25:39.795360", "rc": 0, "start": "2018-04-03 14:25:39.511276", "stderr": "", "stderr_lines": [], "stdout": "jenkins", "stdout_lines": ["jenkins"]}
2018-04-03 16:25:39,866 process L0395 DEBUG| [stdout]
2018-04-03 16:25:39,866 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get imagestream from querying the cluster] ***
2018-04-03 16:25:39,867 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:57
2018-04-03 16:25:40,811 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get imagestream | awk '{print $1}' | egrep '^jenkins$'", "delta": "0:00:00.505927", "end": "2018-04-03 14:25:40.759181", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 14:25:40.253254", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:25:40,811 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:25:40,822 process L0395 DEBUG| [stdout]
2018-04-03 16:25:40,822 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:40,822 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:62
2018-04-03 16:25:40,883 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:25:40,883 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Imagestream Name from querying the cluster: "
2018-04-03 16:25:40,883 process L0395 DEBUG| [stdout] }
2018-04-03 16:25:40,894 process L0395 DEBUG| [stdout]
2018-04-03 16:25:40,894 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:40,894 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:65
2018-04-03 16:25:40,929 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:25:40,944 process L0395 DEBUG| [stdout]
2018-04-03 16:25:40,944 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get buildconfig name from the yaml file] ***
2018-04-03 16:25:40,944 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:70
2018-04-03 16:25:41,618 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc process -f /home/avocado/.contra-env-setup/pipeline/config/s2i/jenkins/jenkins-persistent-template.yml | jq '.items[1].metadata.name' | sed 's/\"//g'", "delta": "0:00:00.256784", "end": "2018-04-03 14:25:41.562548", "rc": 0, "start": "2018-04-03 14:25:41.305764", "stderr": "", "stderr_lines": [], "stdout": "jenkins", "stdout_lines": ["jenkins"]}
2018-04-03 16:25:41,630 process L0395 DEBUG| [stdout]
2018-04-03 16:25:41,631 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Get buildconfig from querying the cluster] ***
2018-04-03 16:25:41,631 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:74
2018-04-03 16:25:42,417 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc get buildconfig | awk '{print $1}' | egrep '^jenkins$'", "delta": "0:00:00.348974", "end": "2018-04-03 14:25:42.351579", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 14:25:42.002605", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:25:42,417 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:25:42,429 process L0395 DEBUG| [stdout]
2018-04-03 16:25:42,429 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:42,429 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:79
2018-04-03 16:25:42,556 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:25:42,557 process L0395 DEBUG| [stdout] "msg": "OpenShift s2i templates :: Buildconfig Name from querying the cluster: "
2018-04-03 16:25:42,557 process L0395 DEBUG| [stdout] }
2018-04-03 16:25:42,569 process L0395 DEBUG| [stdout]
2018-04-03 16:25:42,570 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:25:42,571 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:82
2018-04-03 16:25:42,602 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:25:42,615 process L0395 DEBUG| [stdout]
2018-04-03 16:25:42,615 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Check if the template being loaded contains the parameter...] ***
2018-04-03 16:25:42,615 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:86
2018-04-03 16:25:42,632 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:42,632 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:42,632 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:43,197 process L0395 DEBUG| [stdout] changed: [localhost] => (item={u'key': u'REPO_URL', u'val': u'https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git'}) => {"changed": true, "cmd": "oc describe template jenkins-persistent | grep REPO_URL", "delta": "0:00:00.250857", "end": "2018-04-03 14:25:43.165010", "item": {"key": "REPO_URL", "val": "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git"}, "rc": 0, "start": "2018-04-03 14:25:42.914153", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_URL", "stdout_lines": [" Name:\t\tREPO_URL"]}
2018-04-03 16:25:43,929 process L0395 DEBUG| [stdout] changed: [localhost] => (item={u'key': u'REPO_REF', u'val': u'master'}) => {"changed": true, "cmd": "oc describe template jenkins-persistent | grep REPO_REF", "delta": "0:00:00.259349", "end": "2018-04-03 14:25:43.859187", "item": {"key": "REPO_REF", "val": "master"}, "rc": 0, "start": "2018-04-03 14:25:43.599838", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_REF", "stdout_lines": [" Name:\t\tREPO_REF"]}
2018-04-03 16:25:43,941 process L0395 DEBUG| [stdout]
2018-04-03 16:25:43,942 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:43,942 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:92
2018-04-03 16:25:43,956 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:43,957 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:43,957 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:44,082 process L0395 DEBUG| [stdout] ok: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-04-03 14:25:43.165010', '_ansible_no_log': False, u'stdout': u' Name:\t\tREPO_URL', u'cmd': u'oc describe template jenkins-persistent | grep REPO_URL', u'rc': 0, 'item': {u'val': u'https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git', u'key': u'REPO_URL'}, u'delta': u'0:00:00.250857', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-persistent | grep REPO_URL', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u' Name:\t\tREPO_URL'], u'start': u'2018-04-03 14:25:42.914153', '_ansible_ignore_errors': True, 'failed': False}) => {"ansible_facts": {"params": ["-p REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git"]}, "changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-persistent | grep REPO_URL", "delta": "0:00:00.250857", "end": "2018-04-03 14:25:43.165010", "failed": false, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-persistent | grep REPO_URL", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "REPO_URL", "val": "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git"}, "rc": 0, "start": "2018-04-03 14:25:42.914153", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_URL", "stdout_lines": [" Name:\t\tREPO_URL"]}}
2018-04-03 16:25:44,141 process L0395 DEBUG| [stdout] ok: [localhost] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-04-03 14:25:43.859187', '_ansible_no_log': False, u'stdout': u' Name:\t\tREPO_REF', u'cmd': u'oc describe template jenkins-persistent | grep REPO_REF', u'rc': 0, 'item': {u'val': u'master', u'key': u'REPO_REF'}, u'delta': u'0:00:00.259349', u'stderr': u'', u'changed': True, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': True, u'_raw_params': u'oc describe template jenkins-persistent | grep REPO_REF', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u' Name:\t\tREPO_REF'], u'start': u'2018-04-03 14:25:43.599838', '_ansible_ignore_errors': True, 'failed': False}) => {"ansible_facts": {"params": ["-p REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git", "-p REPO_REF=master"]}, "changed": false, "item": {"changed": true, "cmd": "oc describe template jenkins-persistent | grep REPO_REF", "delta": "0:00:00.259349", "end": "2018-04-03 14:25:43.859187", "failed": false, "invocation": {"module_args": {"_raw_params": "oc describe template jenkins-persistent | grep REPO_REF", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "warn": true}}, "item": {"key": "REPO_REF", "val": "master"}, "rc": 0, "start": "2018-04-03 14:25:43.599838", "stderr": "", "stderr_lines": [], "stdout": " Name:\t\tREPO_REF", "stdout_lines": [" Name:\t\tREPO_REF"]}}
2018-04-03 16:25:44,157 process L0395 DEBUG| [stdout]
2018-04-03 16:25:44,158 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:25:44,158 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:97
2018-04-03 16:25:44,258 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"build_success": false}, "changed": false}
2018-04-03 16:25:44,266 process L0395 DEBUG| [stdout]
2018-04-03 16:25:44,266 process L0395 DEBUG| [stdout] TASK [os_temps : include_tasks] ************************************************
2018-04-03 16:25:44,266 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:100
2018-04-03 16:25:44,279 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:25:44,280 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:25:44,280 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:25:44,335 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost
2018-04-03 16:25:44,347 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost
2018-04-03 16:25:44,360 process L0395 DEBUG| [stdout] included: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml for localhost
2018-04-03 16:25:44,386 process L0395 DEBUG| [stdout]
2018-04-03 16:25:44,386 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:25:44,386 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:2
2018-04-03 16:25:47,349 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc new-app jenkins-persistent -p REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -p REPO_REF=master", "delta": "0:00:02.556809", "end": "2018-04-03 14:25:47.303140", "rc": 0, "start": "2018-04-03 14:25:44.746331", "stderr": "", "stderr_lines": [], "stdout": "--> Deploying template \"cvp/jenkins-persistent\" to project cvp\n\n Jenkins (Persistent)\n ---------\n Jenkins service, with persistent storage.\n \n NOTE: You must have persistent volumes available in your cluster to use this template.\n\n A Jenkins service has been created in your project. Log into Jenkins with your OpenShift account. The tutorial at https://github.com/openshift/origin/blob/master/examples/jenkins/README.md contains more information about using this template.\n\n * With parameters:\n * REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git\n * REPO_REF=master\n * CONTEXT_DIR=config/s2i/jenkins/master\n * Jenkins Service Name=jenkins\n * Jenkins JNLP Service Name=jenkins-jnlp\n * Enable OAuth in Jenkins=true\n * Memory Limit=512Mi\n * Volume Capacity=1Gi\n * Jenkins ImageStream Namespace=cvp\n * Jenkins ImageStreamTag=jenkins:latest\n\n--> Creating resources ...\n imagestream \"jenkins\" created\n route \"jenkins\" created\n persistentvolumeclaim \"jenkins\" created\n buildconfig \"jenkins\" created\n deploymentconfig \"jenkins\" created\n serviceaccount \"jenkins\" created\n rolebinding \"jenkins_edit\" created\n service \"jenkins-jnlp\" created\n service \"jenkins\" created\n--> Success\n Build scheduled, use 'oc logs -f bc/jenkins' to track its progress.\n Run 'oc status' to view your app.", "stdout_lines": ["--> Deploying template \"cvp/jenkins-persistent\" to project cvp", "", " Jenkins (Persistent)", " ---------", " Jenkins service, with persistent storage.", " ", " NOTE: You must have persistent volumes available in your cluster to use this template.", "", " A Jenkins service has been created in your project. Log into Jenkins with your OpenShift account. The tutorial at https://github.com/openshift/origin/blob/master/examples/jenkins/README.md contains more information about using this template.", "", " * With parameters:", " * REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git", " * REPO_REF=master", " * CONTEXT_DIR=config/s2i/jenkins/master", " * Jenkins Service Name=jenkins", " * Jenkins JNLP Service Name=jenkins-jnlp", " * Enable OAuth in Jenkins=true", " * Memory Limit=512Mi", " * Volume Capacity=1Gi", " * Jenkins ImageStream Namespace=cvp", " * Jenkins ImageStreamTag=jenkins:latest", "", "--> Creating resources ...", " imagestream \"jenkins\" created", " route \"jenkins\" created", " persistentvolumeclaim \"jenkins\" created", " buildconfig \"jenkins\" created", " deploymentconfig \"jenkins\" created", " serviceaccount \"jenkins\" created", " rolebinding \"jenkins_edit\" created", " service \"jenkins-jnlp\" created", " service \"jenkins\" created", "--> Success", " Build scheduled, use 'oc logs -f bc/jenkins' to track its progress.", " Run 'oc status' to view your app."]}
2018-04-03 16:25:47,365 process L0395 DEBUG| [stdout]
2018-04-03 16:25:47,365 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be queued] *****
2018-04-03 16:25:47,365 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:9
2018-04-03 16:25:48,754 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be queued (6 retries left).
2018-04-03 16:25:59,605 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be queued (5 retries left).
2018-04-03 16:26:10,846 process L0395 DEBUG| [stdout] changed: [localhost] => {"attempts": 3, "changed": true, "cmd": "oc get builds | grep 'jenkins'", "delta": "0:00:00.634736", "end": "2018-04-03 14:26:10.773711", "rc": 0, "start": "2018-04-03 14:26:10.138975", "stderr": "", "stderr_lines": [], "stdout": "jenkins-1 Source Git@master Running 24 seconds ago \njenkins-cvp-slave-1 Docker Git@91ff6bc Complete 27 minutes ago 26m56s", "stdout_lines": ["jenkins-1 Source Git@master Running 24 seconds ago ", "jenkins-cvp-slave-1 Docker Git@91ff6bc Complete 27 minutes ago 26m56s"]}
2018-04-03 16:26:10,861 process L0395 DEBUG| [stdout]
2018-04-03 16:26:10,861 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag] ***
2018-04-03 16:26:10,861 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:19
2018-04-03 16:26:12,396 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (300 retries left).
2018-04-03 16:26:23,386 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (299 retries left).
2018-04-03 16:26:34,136 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (298 retries left).
2018-04-03 16:26:45,021 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (297 retries left).
2018-04-03 16:26:56,684 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (296 retries left).
2018-04-03 16:27:07,578 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (295 retries left).
2018-04-03 16:27:18,501 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (294 retries left).
2018-04-03 16:27:29,826 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (293 retries left).
2018-04-03 16:27:40,577 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (292 retries left).
2018-04-03 16:27:51,280 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (291 retries left).
2018-04-03 16:28:02,739 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (290 retries left).
2018-04-03 16:28:13,572 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (289 retries left).
2018-04-03 16:28:24,551 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (288 retries left).
2018-04-03 16:28:35,715 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (287 retries left).
2018-04-03 16:28:46,995 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (286 retries left).
2018-04-03 16:28:58,043 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (285 retries left).
2018-04-03 16:29:09,701 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (284 retries left).
2018-04-03 16:29:21,153 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (283 retries left).
2018-04-03 16:29:32,374 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (282 retries left).
2018-04-03 16:29:43,509 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (281 retries left).
2018-04-03 16:29:54,811 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (280 retries left).
2018-04-03 16:30:06,243 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (279 retries left).
2018-04-03 16:30:17,155 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (278 retries left).
2018-04-03 16:30:28,064 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (277 retries left).
2018-04-03 16:30:39,097 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (276 retries left).
2018-04-03 16:30:50,625 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (275 retries left).
2018-04-03 16:31:01,406 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (274 retries left).
2018-04-03 16:31:12,348 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (273 retries left).
2018-04-03 16:31:23,359 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (272 retries left).
2018-04-03 16:31:34,220 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (271 retries left).
2018-04-03 16:31:45,103 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (270 retries left).
2018-04-03 16:31:56,073 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (269 retries left).
2018-04-03 16:32:07,557 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (268 retries left).
2018-04-03 16:32:18,591 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (267 retries left).
2018-04-03 16:32:30,161 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (266 retries left).
2018-04-03 16:32:41,336 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (265 retries left).
2018-04-03 16:32:52,114 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (264 retries left).
2018-04-03 16:33:03,005 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (263 retries left).
2018-04-03 16:33:14,563 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (262 retries left).
2018-04-03 16:33:25,458 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (261 retries left).
2018-04-03 16:33:36,989 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (260 retries left).
2018-04-03 16:33:47,761 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (259 retries left).
2018-04-03 16:33:58,916 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (258 retries left).
2018-04-03 16:34:09,790 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (257 retries left).
2018-04-03 16:34:21,069 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (256 retries left).
2018-04-03 16:34:31,913 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (255 retries left).
2018-04-03 16:34:42,769 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (254 retries left).
2018-04-03 16:34:53,706 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (253 retries left).
2018-04-03 16:35:04,692 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (252 retries left).
2018-04-03 16:35:15,602 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (251 retries left).
2018-04-03 16:35:26,520 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (250 retries left).
2018-04-03 16:35:37,302 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (249 retries left).
2018-04-03 16:35:48,310 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (248 retries left).
2018-04-03 16:35:59,346 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (247 retries left).
2018-04-03 16:36:10,971 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (246 retries left).
2018-04-03 16:36:22,653 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (245 retries left).
2018-04-03 16:36:33,828 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (244 retries left).
2018-04-03 16:36:45,628 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (243 retries left).
2018-04-03 16:36:57,672 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (242 retries left).
2018-04-03 16:37:08,637 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (241 retries left).
2018-04-03 16:37:20,222 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (240 retries left).
2018-04-03 16:37:31,448 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (239 retries left).
2018-04-03 16:37:42,711 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (238 retries left).
2018-04-03 16:37:54,476 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (237 retries left).
2018-04-03 16:38:05,683 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (236 retries left).
2018-04-03 16:38:16,710 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (235 retries left).
2018-04-03 16:38:27,780 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (234 retries left).
2018-04-03 16:38:38,926 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (233 retries left).
2018-04-03 16:38:50,152 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (232 retries left).
2018-04-03 16:39:01,297 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (231 retries left).
2018-04-03 16:39:12,313 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (230 retries left).
2018-04-03 16:39:23,585 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (229 retries left).
2018-04-03 16:39:34,841 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (228 retries left).
2018-04-03 16:39:45,955 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (227 retries left).
2018-04-03 16:39:57,047 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (226 retries left).
2018-04-03 16:40:08,095 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (225 retries left).
2018-04-03 16:40:19,495 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (224 retries left).
2018-04-03 16:40:30,804 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (223 retries left).
2018-04-03 16:40:42,728 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (222 retries left).
2018-04-03 16:40:53,873 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (221 retries left).
2018-04-03 16:41:05,004 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (220 retries left).
2018-04-03 16:41:16,164 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (219 retries left).
2018-04-03 16:41:27,361 process L0395 DEBUG| [stdout] FAILED - RETRYING: OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag (218 retries left).
2018-04-03 16:41:38,380 process L0395 DEBUG| [stdout] changed: [localhost] => {"attempts": 84, "changed": true, "cmd": "oc get builds | grep 'jenkins'", "delta": "0:00:00.479338", "end": "2018-04-03 14:41:38.307479", "rc": 0, "start": "2018-04-03 14:41:37.828141", "stderr": "", "stderr_lines": [], "stdout": "jenkins-1 Source Git@91ff6bc Complete 15 minutes ago 15m48s\njenkins-cvp-slave-1 Docker Git@91ff6bc Complete 43 minutes ago 26m56s", "stdout_lines": ["jenkins-1 Source Git@91ff6bc Complete 15 minutes ago 15m48s", "jenkins-cvp-slave-1 Docker Git@91ff6bc Complete 43 minutes ago 26m56s"]}
2018-04-03 16:41:38,391 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,391 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:41:38,391 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:28
2018-04-03 16:41:38,499 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"build_success": true}, "changed": false}
2018-04-03 16:41:38,514 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,515 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:41:38,515 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:33
2018-04-03 16:41:38,547 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,566 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,567 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:41:38,567 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:39
2018-04-03 16:41:38,603 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,627 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,627 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:41:38,628 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:44
2018-04-03 16:41:38,647 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:41:38,648 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:41:38,648 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:41:38,670 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,690 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,705 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,718 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,718 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:41:38,718 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:54
2018-04-03 16:41:38,803 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:41:38,803 process L0395 DEBUG| [stdout] "msg": "End result of building the container image :: jenkins-1 Source Git@91ff6bc Complete 15 minutes ago 15m48s\njenkins-cvp-slave-1 Docker Git@91ff6bc Complete 43 minutes ago 26m56s"
2018-04-03 16:41:38,804 process L0395 DEBUG| [stdout] }
2018-04-03 16:41:38,818 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,819 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:41:38,819 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:2
2018-04-03 16:41:38,846 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,858 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,859 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be queued] *****
2018-04-03 16:41:38,859 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:9
2018-04-03 16:41:38,883 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,902 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,902 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag] ***
2018-04-03 16:41:38,902 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:19
2018-04-03 16:41:38,929 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,942 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,943 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:41:38,944 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:28
2018-04-03 16:41:38,971 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:38,988 process L0395 DEBUG| [stdout]
2018-04-03 16:41:38,989 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:41:38,989 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:33
2018-04-03 16:41:39,023 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,037 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,038 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:41:39,039 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:39
2018-04-03 16:41:39,066 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,080 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,081 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:41:39,081 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:44
2018-04-03 16:41:39,090 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:41:39,090 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:41:39,090 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:41:39,109 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,117 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,129 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,141 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,141 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:41:39,141 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:54
2018-04-03 16:41:39,160 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,172 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,173 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:41:39,173 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:2
2018-04-03 16:41:39,198 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,217 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,218 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be queued] *****
2018-04-03 16:41:39,218 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:9
2018-04-03 16:41:39,247 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,259 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,259 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag] ***
2018-04-03 16:41:39,259 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:19
2018-04-03 16:41:39,283 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,291 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,291 process L0395 DEBUG| [stdout] TASK [os_temps : set_fact] *****************************************************
2018-04-03 16:41:39,291 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:28
2018-04-03 16:41:39,314 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,324 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,324 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:41:39,324 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:33
2018-04-03 16:41:39,344 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,355 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,355 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:41:39,355 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:39
2018-04-03 16:41:39,378 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,386 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,386 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:41:39,386 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:44
2018-04-03 16:41:39,395 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:41:39,395 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:41:39,395 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:41:39,411 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,420 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,427 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,441 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,441 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:41:39,441 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/build_new_app.yml:54
2018-04-03 16:41:39,462 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,485 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,485 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Imagestream and buildconfig do not exist. Creating...] ***
2018-04-03 16:41:39,485 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:107
2018-04-03 16:41:39,515 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,532 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,532 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be queued :: FINAL ATTEMPT] ***
2018-04-03 16:41:39,532 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:112
2018-04-03 16:41:39,564 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,580 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,580 process L0395 DEBUG| [stdout] TASK [os_temps : OpenShift s2i templates :: Wait for jenkins to be built and marked with latest tag :: FINAL ATTEMPT] ***
2018-04-03 16:41:39,580 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:122
2018-04-03 16:41:39,612 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,624 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,624 process L0395 DEBUG| [stdout] TASK [os_temps : Check for any failed app on the cluster] **********************
2018-04-03 16:41:39,624 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:131
2018-04-03 16:41:39,648 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,658 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,659 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any failed dc, bc, routes, svc, and is for {{ oc_check_app_status.stdout }} on the cluster] ***
2018-04-03 16:41:39,659 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:137
2018-04-03 16:41:39,684 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,693 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,693 process L0395 DEBUG| [stdout] TASK [os_temps : Cleanup any serviceaccounts, pvc, and rolebindings for an app if it exists on the cluster] ***
2018-04-03 16:41:39,693 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:142
2018-04-03 16:41:39,700 process L0395 DEBUG| [stderr] [WARNING]: The loop variable 'item' is already in use. You should set the
2018-04-03 16:41:39,701 process L0395 DEBUG| [stderr] `loop_var` value in the `loop_control` option for the task to something else to
2018-04-03 16:41:39,701 process L0395 DEBUG| [stderr] avoid variable collisions and unexpected behavior.
2018-04-03 16:41:39,717 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=serviceaccounts) => {"changed": false, "item": "serviceaccounts", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,727 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=pvc) => {"changed": false, "item": "pvc", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,734 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=rolebindings) => {"changed": false, "item": "rolebindings", "skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,745 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,745 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:41:39,745 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:152
2018-04-03 16:41:39,763 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:41:39,771 process L0395 DEBUG| [stdout]
2018-04-03 16:41:39,772 process L0395 DEBUG| [stdout] TASK [os_temps : Modify tags on images] ****************************************
2018-04-03 16:41:39,772 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/setup_os_templates.yml:157
2018-04-03 16:41:42,000 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get is | awk '{print $2}' | grep -v DOCKER | sed 's/.*5000\\///g' | grep 'jenkins' | xargs -i oc tag {}:latest {}:stable", "delta": "0:00:01.587205", "end": "2018-04-03 14:41:41.935394", "rc": 0, "start": "2018-04-03 14:41:40.348189", "stderr": "", "stderr_lines": [], "stdout": "Tag jenkins:stable set to cvp/jenkins@sha256:237327233e62cecf32f590f674efbe6114b1d02bfe4c4915ec48c602993e44c7.\nTag jenkins-cvp-slave:stable set to cvp/jenkins-cvp-slave@sha256:8fb210da7aa6058f8576f49393f727af307d52088fa801fd967761e6f85f1b2e.", "stdout_lines": ["Tag jenkins:stable set to cvp/jenkins@sha256:237327233e62cecf32f590f674efbe6114b1d02bfe4c4915ec48c602993e44c7.", "Tag jenkins-cvp-slave:stable set to cvp/jenkins-cvp-slave@sha256:8fb210da7aa6058f8576f49393f727af307d52088fa801fd967761e6f85f1b2e."]}
2018-04-03 16:41:42,019 process L0395 DEBUG| [stdout]
2018-04-03 16:41:42,019 process L0395 DEBUG| [stdout] TASK [os_temps : Login to the Openshift cluster as an admin] *******************
2018-04-03 16:41:42,019 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:5
2018-04-03 16:41:43,351 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc login --username=system:admin --insecure-skip-tls-verify=true", "delta": "0:00:00.645637", "end": "2018-04-03 14:41:43.285261", "rc": 0, "start": "2018-04-03 14:41:42.639624", "stderr": "", "stderr_lines": [], "stdout": "Logged into \"https://192.168.42.153:8443\" as \"system:admin\" using existing credentials.\n\nYou have access to the following projects and can switch between them with 'oc project <projectname>':\n\n * cvp\n default\n kube-public\n kube-system\n myproject\n openshift\n openshift-infra\n\nUsing project \"cvp\".", "stdout_lines": ["Logged into \"https://192.168.42.153:8443\" as \"system:admin\" using existing credentials.", "", "You have access to the following projects and can switch between them with 'oc project <projectname>':", "", " * cvp", " default", " kube-public", " kube-system", " myproject", " openshift", " openshift-infra", "", "Using project \"cvp\"."]}
2018-04-03 16:41:43,364 process L0395 DEBUG| [stdout]
2018-04-03 16:41:43,364 process L0395 DEBUG| [stdout] TASK [os_temps : Check contra-env-setup scc name from the yaml file] ***********
2018-04-03 16:41:43,364 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:8
2018-04-03 16:41:43,998 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cat /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/templates/contra-env-setup-scc.yaml.j2 | grep name | awk '{print $NF}'", "delta": "0:00:00.016419", "end": "2018-04-03 14:41:43.939225", "rc": 0, "start": "2018-04-03 14:41:43.922806", "stderr": "cat: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/templates/contra-env-setup-scc.yaml.j2: No such file or directory", "stderr_lines": ["cat: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/templates/contra-env-setup-scc.yaml.j2: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 16:41:44,010 process L0395 DEBUG| [stdout]
2018-04-03 16:41:44,010 process L0395 DEBUG| [stdout] TASK [os_temps : Check name exists from querying the cluster] *****************
2018-04-03 16:41:44,010 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:12
2018-04-03 16:41:45,133 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc get scc | grep '' | awk '{print $1}'", "delta": "0:00:00.475985", "end": "2018-04-03 14:41:45.069278", "rc": 0, "start": "2018-04-03 14:41:44.593293", "stderr": "", "stderr_lines": [], "stdout": "NAME\nanyuid\nhostaccess\nhostmount-anyuid\nhostnetwork\nnonroot\nprivileged\nrestricted", "stdout_lines": ["NAME", "anyuid", "hostaccess", "hostmount-anyuid", "hostnetwork", "nonroot", "privileged", "restricted"]}
2018-04-03 16:41:45,141 process L0395 DEBUG| [stdout]
2018-04-03 16:41:45,142 process L0395 DEBUG| [stdout] TASK [os_temps : debug] ********************************************************
2018-04-03 16:41:45,142 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:16
2018-04-03 16:41:45,258 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:41:45,258 process L0395 DEBUG| [stdout] "msg": "Output: NAME\nanyuid\nhostaccess\nhostmount-anyuid\nhostnetwork\nnonroot\nprivileged\nrestricted"
2018-04-03 16:41:45,259 process L0395 DEBUG| [stdout] }
2018-04-03 16:41:45,271 process L0395 DEBUG| [stdout]
2018-04-03 16:41:45,271 process L0395 DEBUG| [stdout] TASK [os_temps : Generate and override the security context file from a template] ***
2018-04-03 16:41:45,271 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:19
2018-04-03 16:41:47,033 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "checksum": "35b981aa46f4aa80a53ca632481ab71965b395f6", "dest": "/home/avocado/.contra-env-setup/contra-env-setup-scc.yaml", "gid": 1000, "group": "avocado", "md5sum": "61a2e757872414e5659312243df5d257", "mode": "0755", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 321, "src": "/home/avocado/.ansible/tmp/ansible-tmp-1522766505.4-53199018940573/source", "state": "file", "uid": 1000}
2018-04-03 16:41:47,048 process L0395 DEBUG| [stdout]
2018-04-03 16:41:47,048 process L0395 DEBUG| [stdout] TASK [os_temps : Create the NAME
2018-04-03 16:41:47,048 process L0395 DEBUG| [stdout] anyuid
2018-04-03 16:41:47,048 process L0395 DEBUG| [stdout] hostaccess
2018-04-03 16:41:47,048 process L0395 DEBUG| [stdout] hostmount-anyuid
2018-04-03 16:41:47,049 process L0395 DEBUG| [stdout] hostnetwork
2018-04-03 16:41:47,049 process L0395 DEBUG| [stdout] nonroot
2018-04-03 16:41:47,049 process L0395 DEBUG| [stdout] privileged
2018-04-03 16:41:47,049 process L0395 DEBUG| [stdout] restricted security context constraints] ***
2018-04-03 16:41:47,049 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:25
2018-04-03 16:41:48,537 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc create -f '/home/avocado/.contra-env-setup/contra-env-setup-scc.yaml'", "delta": "0:00:00.750852", "end": "2018-04-03 14:41:48.454761", "rc": 0, "start": "2018-04-03 14:41:47.703909", "stderr": "", "stderr_lines": [], "stdout": "securitycontextconstraints \"contra-env-setup-scc\" created", "stdout_lines": ["securitycontextconstraints \"contra-env-setup-scc\" created"]}
2018-04-03 16:41:48,551 process L0395 DEBUG| [stdout]
2018-04-03 16:41:48,551 process L0395 DEBUG| [stdout] TASK [os_temps : Update the NAME
2018-04-03 16:41:48,551 process L0395 DEBUG| [stdout] anyuid
2018-04-03 16:41:48,551 process L0395 DEBUG| [stdout] hostaccess
2018-04-03 16:41:48,552 process L0395 DEBUG| [stdout] hostmount-anyuid
2018-04-03 16:41:48,552 process L0395 DEBUG| [stdout] hostnetwork
2018-04-03 16:41:48,552 process L0395 DEBUG| [stdout] nonroot
2018-04-03 16:41:48,552 process L0395 DEBUG| [stdout] privileged
2018-04-03 16:41:48,552 process L0395 DEBUG| [stdout] restricted security context constraints] ***
2018-04-03 16:41:48,553 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/add_scc.yml:29
2018-04-03 16:41:48,581 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:48,591 process L0395 DEBUG| [stdout]
2018-04-03 16:41:48,591 process L0395 DEBUG| [stdout] TASK [os_temps : Login to the Openshift cluster] *******************************
2018-04-03 16:41:48,591 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/os_temps/tasks/login_to_cluster.yml:3
2018-04-03 16:41:51,855 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "oc login --username=developer --password=developer --insecure-skip-tls-verify=true", "delta": "0:00:02.523789", "end": "2018-04-03 14:41:51.795060", "rc": 0, "start": "2018-04-03 14:41:49.271271", "stderr": "", "stderr_lines": [], "stdout": "Login successful.\n\nYou have access to the following projects and can switch between them with 'oc project <projectname>':\n\n * cvp\n myproject\n\nUsing project \"cvp\".", "stdout_lines": ["Login successful.", "", "You have access to the following projects and can switch between them with 'oc project <projectname>':", "", " * cvp", " myproject", "", "Using project \"cvp\"."]}
2018-04-03 16:41:51,863 process L0395 DEBUG| [stdout]
2018-04-03 16:41:51,863 process L0395 DEBUG| [stdout] TASK [pipeline : Check to see if a Jenkins Master instance is running] *********
2018-04-03 16:41:51,864 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/main.yml:5
2018-04-03 16:41:51,884 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:51,894 process L0395 DEBUG| [stdout]
2018-04-03 16:41:51,894 process L0395 DEBUG| [stdout] TASK [pipeline : Cycle through config/pipelines] *******************************
2018-04-03 16:41:51,894 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:4
2018-04-03 16:41:51,914 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:51,931 process L0395 DEBUG| [stdout]
2018-04-03 16:41:51,932 process L0395 DEBUG| [stdout] TASK [pipeline : Cycle through config/pipelines] *******************************
2018-04-03 16:41:51,932 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:10
2018-04-03 16:41:51,952 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:51,968 process L0395 DEBUG| [stdout]
2018-04-03 16:41:51,968 process L0395 DEBUG| [stdout] TASK [pipeline : set_fact] *****************************************************
2018-04-03 16:41:51,968 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:17
2018-04-03 16:41:51,988 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,001 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,002 process L0395 DEBUG| [stdout] TASK [pipeline : set_fact] *****************************************************
2018-04-03 16:41:52,002 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:20
2018-04-03 16:41:52,020 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,030 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,030 process L0395 DEBUG| [stdout] TASK [pipeline : debug] ********************************************************
2018-04-03 16:41:52,030 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:24
2018-04-03 16:41:52,053 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,064 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,064 process L0395 DEBUG| [stdout] TASK [pipeline : Create all pipeline subdirectories] ***************************
2018-04-03 16:41:52,064 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:28
2018-04-03 16:41:52,094 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,102 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,102 process L0395 DEBUG| [stdout] TASK [pipeline : Generate Jenkins XML config for pipeline jobs from the templates] ***
2018-04-03 16:41:52,102 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:34
2018-04-03 16:41:52,127 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,135 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,135 process L0395 DEBUG| [stdout] TASK [pipeline : Generate Jenkins XML config for sample pipeline jobs from the templates] ***
2018-04-03 16:41:52,135 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:42
2018-04-03 16:41:52,160 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,175 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,175 process L0395 DEBUG| [stdout] TASK [pipeline : Update pipeline jobs inside the Jenkins Master pod] ***********
2018-04-03 16:41:52,175 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:51
2018-04-03 16:41:52,198 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,211 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,211 process L0395 DEBUG| [stdout] TASK [pipeline : Scale the pod down to update the pipeline jobs in Jenkins] ****
2018-04-03 16:41:52,211 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:55
2018-04-03 16:41:52,229 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,240 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,241 process L0395 DEBUG| [stdout] TASK [pipeline : Scale the pod up to update the pipeline jobs in Jenkins] ******
2018-04-03 16:41:52,241 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/1-test_contra_env_setup.py_TestMinishift.test_fedora-extra_command-b1ad/playbooks/roles/pipeline/tasks/setup_pipelines.yml:58
2018-04-03 16:41:52,264 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:41:52,265 process L0395 DEBUG| [stdout] META: ran handlers
2018-04-03 16:41:52,265 process L0395 DEBUG| [stdout] META: ran handlers
2018-04-03 16:41:52,266 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,266 process L0395 DEBUG| [stdout] PLAY RECAP *********************************************************************
2018-04-03 16:41:52,266 process L0395 DEBUG| [stdout] localhost : ok=126 changed=80 unreachable=0 failed=0
2018-04-03 16:41:52,266 process L0395 DEBUG| [stdout]
2018-04-03 16:41:52,332 process L0633 INFO | Command ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"' finished with 0 after 3518.46098185s
2018-04-03 16:41:52,336 test_contra_env_ L0114 DEBUG| Sleeping 10s. Press Ctrl+Z if you want to stop the test to interact with the VM. A new Ctrl+Z will resume the test.
2018-04-03 16:42:02,434 test L0286 DEBUG| DATA (filename=output.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:42:02,434 test L0286 DEBUG| DATA (filename=stdout.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:42:02,434 test L0286 DEBUG| DATA (filename=stderr.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:42:02,743 test L1021 INFO | PASS 1-test_contra_env_setup.py:TestMinishift.test;fedora-extra_command-b1ad
2018-04-03 16:42:02,743 test L1004 INFO |
2018-04-03 16:42:02,805 sysinfo L0392 DEBUG| File /etc/avocado/sysinfo/commands does not exist.
2018-04-03 16:42:02,805 sysinfo L0403 DEBUG| File /etc/avocado/sysinfo/files does not exist.
2018-04-03 16:42:02,806 sysinfo L0430 DEBUG| File /etc/avocado/sysinfo/profilers does not exist.
2018-04-03 16:42:02,806 sysinfo L0488 INFO | System log file not found (looked for ['/var/log/messages', '/var/log/syslog', '/var/log/system.log'])
2018-04-03 16:42:02,823 parameters L0146 DEBUG| PARAMS (key=timeout, path=*, default=None) => None
2018-04-03 16:42:02,823 test L0382 INFO | START 2-test_contra_env_setup.py:TestMinishift.test;centos-extra_command-73f1
2018-04-03 16:42:02,824 test L0400 DEBUG| Test metadata:
2018-04-03 16:42:02,824 test L0401 DEBUG| filename: /home/firemanxbr/GitHub/contra-env-setup/test/test_contra_env_setup.py
2018-04-03 16:42:02,825 parameters L0146 DEBUG| PARAMS (key=qemu_bin, path=*, default=None) => None
2018-04-03 16:42:02,825 parameters L0146 DEBUG| PARAMS (key=arch, path=*, default=None) => None
2018-04-03 16:42:02,825 parameters L0146 DEBUG| PARAMS (key=qemu_dst_bin, path=*, default=None) => None
2018-04-03 16:42:02,825 parameters L0146 DEBUG| PARAMS (key=image_user, path=*, default=avocado) => 'avocado'
2018-04-03 16:42:02,825 parameters L0146 DEBUG| PARAMS (key=image_pass, path=*, default=avocado) => 'avocado'
2018-04-03 16:42:02,833 parameters L0146 DEBUG| PARAMS (key=machine_type, path=*, default=None) => None
2018-04-03 16:42:02,833 parameters L0146 DEBUG| PARAMS (key=machine_accel, path=*, default=None) => None
2018-04-03 16:42:02,833 parameters L0146 DEBUG| PARAMS (key=machine_kvm_type, path=*, default=None) => None
2018-04-03 16:42:02,844 test L0286 DEBUG| DATA (filename=output.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:42:02,845 parameters L0146 DEBUG| PARAMS (key=distro, path=*, default=Fedora) => 'CentOS'
2018-04-03 16:42:02,845 parameters L0146 DEBUG| PARAMS (key=pkg_mgm, path=*, default=dnf) => 'yum'
2018-04-03 16:42:02,845 parameters L0146 DEBUG| PARAMS (key=debug, path=*, default=False) => True
2018-04-03 16:42:02,846 parameters L0146 DEBUG| PARAMS (key=minishift_iso_src_path, path=*, default=~/.contra-env-setup/minishift) => '~/.contra-env-setup/minishift'
2018-04-03 16:42:02,846 parameters L0146 DEBUG| PARAMS (key=minishift_iso_dest_path, path=*, default=~/.contra-env-setup/minishift) => '~/.contra-env-setup/minishift'
2018-04-03 16:42:02,846 parameters L0146 DEBUG| PARAMS (key=command, path=*, default=None) => 'ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp'
2018-04-03 16:42:02,846 parameters L0146 DEBUG| PARAMS (key=extra_command, path=*, default=None) => None
2018-04-03 16:42:02,846 parameters L0146 DEBUG| PARAMS (key=repo, path=*, default=https://github.com/CentOS-PaaS-SIG/contra-env-setup.git) => 'https://github.com/CentOS-PaaS-SIG/contra-env-setup.git'
2018-04-03 16:42:02,847 parameters L0146 DEBUG| PARAMS (key=branch, path=*, default=master) => 'master'
2018-04-03 16:42:02,847 git L0092 DEBUG| Initializing new git repo at /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1 for receiving git repo https://github.com/CentOS-PaaS-SIG/contra-env-setup.git
2018-04-03 16:42:02,848 process L0551 INFO | Running '/bin/git init'
2018-04-03 16:42:02,857 process L0395 DEBUG| [stdout] Initialized empty Git repository in /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/.git/
2018-04-03 16:42:02,857 process L0633 INFO | Command '/bin/git init' finished with 0 after 0.00630688667297s
2018-04-03 16:42:02,858 git L0114 INFO | Fetching git [REP 'https://github.com/CentOS-PaaS-SIG/contra-env-setup.git' BRANCH 'master'] -> /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1
2018-04-03 16:42:02,858 process L0551 INFO | Running '/bin/git fetch -q -f -u -t https://github.com/CentOS-PaaS-SIG/contra-env-setup.git master:master'
2018-04-03 16:42:06,326 process L0633 INFO | Command '/bin/git fetch -q -f -u -t https://github.com/CentOS-PaaS-SIG/contra-env-setup.git master:master' finished with 0 after 3.46404409409s
2018-04-03 16:42:06,328 git L0147 DEBUG| Checking out branch master
2018-04-03 16:42:06,328 process L0551 INFO | Running '/bin/git checkout master'
2018-04-03 16:42:06,351 process L0395 DEBUG| [stderr] Already on 'master'
2018-04-03 16:42:06,352 process L0633 INFO | Command '/bin/git checkout master' finished with 0 after 0.0134389400482s
2018-04-03 16:42:06,353 git L0157 DEBUG| Specific commit not specified
2018-04-03 16:42:06,353 process L0551 INFO | Running '/bin/git log --pretty=format:%H -1'
2018-04-03 16:42:06,367 process L0403 DEBUG| [stdout] 5c4c709f590fcbba135d08f465fbc8c0c5cbac1d
2018-04-03 16:42:06,369 process L0633 INFO | Command '/bin/git log --pretty=format:%H -1' finished with 0 after 0.00444197654724s
2018-04-03 16:42:06,369 process L0551 INFO | Running '/bin/git describe'
2018-04-03 16:42:06,383 process L0395 DEBUG| [stderr] fatal: No names found, cannot describe anything.
2018-04-03 16:42:06,387 process L0633 INFO | Command '/bin/git describe' finished with 128 after 0.00778102874756s
2018-04-03 16:42:06,388 git L0165 INFO | git commit ID is 5c4c709f590fcbba135d08f465fbc8c0c5cbac1d (no tag found)
2018-04-03 16:42:07,925 process L0551 INFO | Running '/bin/qemu-img create -f qcow2 -b /home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802.qcow2 /home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802-4ed76ec1.qcow2'
2018-04-03 16:42:07,948 process L0395 DEBUG| [stdout] Formatting '/home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802-4ed76ec1.qcow2', fmt=qcow2 size=8589934592 backing_file=/home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802.qcow2 cluster_size=65536 lazy_refcounts=off refcount_bits=16
2018-04-03 16:42:07,949 process L0633 INFO | Command '/bin/qemu-img create -f qcow2 -b /home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802.qcow2 /home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802-4ed76ec1.qcow2' finished with 0 after 0.0181441307068s
2018-04-03 16:42:07,951 process L0551 INFO | Running '/bin/qemu-img resize /home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802-4ed76ec1.qcow2 +20G'
2018-04-03 16:42:07,969 process L0395 DEBUG| [stdout] Image resized.
2018-04-03 16:42:07,969 process L0633 INFO | Command '/bin/qemu-img resize /home/firemanxbr/avocado/data/cache/CentOS-7-x86_64-GenericCloud-1802-4ed76ec1.qcow2 +20G' finished with 0 after 0.0137829780579s
2018-04-03 16:42:07,973 process L0551 INFO | Running '/bin/genisoimage -output /var/tmp/tmpkJ02jU/cdrom.iso -volid cidata -joliet -rock /var/tmp/tmpkJ02jU/meta-data /var/tmp/tmpkJ02jU/user-data'
2018-04-03 16:42:07,984 process L0395 DEBUG| [stderr] I: -input-charset not specified, using utf-8 (detected in locale settings)
2018-04-03 16:42:07,986 process L0395 DEBUG| [stderr] Total translation table size: 0
2018-04-03 16:42:07,987 process L0395 DEBUG| [stderr] Total rockridge attributes bytes: 331
2018-04-03 16:42:07,987 process L0395 DEBUG| [stderr] Total directory bytes: 0
2018-04-03 16:42:07,987 process L0395 DEBUG| [stderr] Path table size(bytes): 10
2018-04-03 16:42:07,987 process L0395 DEBUG| [stderr] Max brk space used 0
2018-04-03 16:42:07,987 process L0633 INFO | Command '/bin/genisoimage -output /var/tmp/tmpkJ02jU/cdrom.iso -volid cidata -joliet -rock /var/tmp/tmpkJ02jU/meta-data /var/tmp/tmpkJ02jU/user-data' finished with 0 after 0.00797986984253s
2018-04-03 16:42:07,987 process L0395 DEBUG| [stderr] 183 extents written (0 MB)
2018-04-03 16:42:08,193 console L0068 INFO | Console: Waiting login prompt...
2018-04-03 16:42:37,138 console L0071 INFO | Console: Ready!
2018-04-03 16:42:37,193 console L0080 INFO | Console: Closed!
2018-04-03 16:42:37,193 process L0551 INFO | Running ' ansible localhost -i "localhost," --become -m raw -a " resize2fs /dev/sda1; yum install -y python libselinux-python git; yum update -y nettle; mkdir -p ~/.contra-env-setup/minishift; chown avocado:avocado ~/.contra-env-setup/minishift " --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" '
2018-04-03 16:43:09,146 process L0395 DEBUG| [stdout] localhost | SUCCESS | rc=0 >>
2018-04-03 16:43:09,147 process L0395 DEBUG| [stdout] resize2fs 1.42.9 (28-Dec-2013)
2018-04-03 16:43:09,147 process L0395 DEBUG| [stdout] resize2fs: Bad magic number in super-block while trying to open /dev/sda1
2018-04-03 16:43:09,147 process L0395 DEBUG| [stdout] Couldn't find valid filesystem superblock.
2018-04-03 16:43:09,147 process L0395 DEBUG| [stdout] Loaded plugins: fastestmirror
2018-04-03 16:43:09,147 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout] base | 3.6 kB 00:00
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout] extras | 3.4 kB 00:00
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout] updates | 3.4 kB 00:00
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout] (1/4): base/7/x86_64/group_gz | 156 kB 00:00
2018-04-03 16:43:09,148 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout] (2/4): extras/7/x86_64/primary_db | 185 kB 00:00
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout] (4/4): updates/7/x86_64/pr 11% [=- ] 0.0 B/s | 1.5 MB --:-- ETA
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout] (4/4): updates/7/x86_64/pr 28% [====- ] 2.6 MB/s | 3.7 MB 00:03 ETA
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout] (4/4): updates/7/x86_64/pr 53% [========- ] 3.0 MB/s | 6.9 MB 00:01 ETA
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout] (4/4): updates/7/x86_64/pr 77% [============ ] 3.5 MB/s | 10 MB 00:00 ETA
2018-04-03 16:43:09,149 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] (3/4): updates/7/x86_64/primary_db | 6.9 MB 00:01
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] (4/4): base/7/x86_64/primary_db | 5.7 MB 00:01
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] Determining fastest mirrors
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] * base: ftp.cvut.cz
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] * extras: ftp.cvut.cz
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] * updates: ftp.cvut.cz
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] Package python-2.7.5-58.el7.x86_64 already installed and latest version
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] Package libselinux-python-2.5-11.el7.x86_64 already installed and latest version
2018-04-03 16:43:09,150 process L0395 DEBUG| [stdout] Resolving Dependencies
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Running transaction check
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] ---> Package git.x86_64 0:1.8.3.1-12.el7_4 will be installed
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl-Git = 1.8.3.1-12.el7_4 for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(vars) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(strict) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(lib) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,151 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Git) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,152 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Error) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-12.el7_4.x86_64
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Running transaction check
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] ---> Package libgnome-keyring.x86_64 0:3.12.0-1.el7 will be installed
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed
2018-04-03 16:43:09,153 process L0395 DEBUG| [stdout] --> Processing Dependency: perl-libs = 4:5.16.3-292.el7 for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,154 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-292.el7.x86_64
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
2018-04-03 16:43:09,155 process L0395 DEBUG| [stdout] ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] ---> Package perl-Git.noarch 0:1.8.3.1-12.el7_4 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
2018-04-03 16:43:09,156 process L0395 DEBUG| [stdout] --> Running transaction check
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed
2018-04-03 16:43:09,157 process L0395 DEBUG| [stdout] ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] --> Running transaction check
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
2018-04-03 16:43:09,158 process L0395 DEBUG| [stdout] ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] --> Running transaction check
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] --> Finished Dependency Resolution
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,159 process L0395 DEBUG| [stdout] Dependencies Resolved
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] Package Arch Version Repository Size
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] Installing:
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] git x86_64 1.8.3.1-12.el7_4 updates 4.4 M
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] Installing for dependencies:
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] libgnome-keyring x86_64 3.12.0-1.el7 base 109 k
2018-04-03 16:43:09,160 process L0395 DEBUG| [stdout] perl x86_64 4:5.16.3-292.el7 base 8.0 M
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-Carp noarch 1.26-244.el7 base 19 k
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-Encode x86_64 2.51-7.el7 base 1.5 M
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-Error noarch 1:0.17020-2.el7 base 32 k
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-Exporter noarch 5.68-3.el7 base 28 k
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-File-Path noarch 2.09-2.el7 base 26 k
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-File-Temp noarch 0.23.01-3.el7 base 56 k
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-Filter x86_64 1.49-3.el7 base 76 k
2018-04-03 16:43:09,161 process L0395 DEBUG| [stdout] perl-Getopt-Long noarch 2.40-2.el7 base 56 k
2018-04-03 16:43:09,162 process L0395 DEBUG| [stdout] perl-Git noarch 1.8.3.1-12.el7_4 updates 53 k
2018-04-03 16:43:09,162 process L0395 DEBUG| [stdout] perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
2018-04-03 16:43:09,162 process L0395 DEBUG| [stdout] perl-PathTools x86_64 3.40-5.el7 base 82 k
2018-04-03 16:43:09,162 process L0395 DEBUG| [stdout] perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
2018-04-03 16:43:09,162 process L0395 DEBUG| [stdout] perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
2018-04-03 16:43:09,163 process L0395 DEBUG| [stdout] perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
2018-04-03 16:43:09,163 process L0395 DEBUG| [stdout] perl-Pod-Usage noarch 1.63-3.el7 base 27 k
2018-04-03 16:43:09,163 process L0395 DEBUG| [stdout] perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
2018-04-03 16:43:09,163 process L0395 DEBUG| [stdout] perl-Socket x86_64 2.010-4.el7 base 49 k
2018-04-03 16:43:09,163 process L0395 DEBUG| [stdout] perl-Storable x86_64 2.45-3.el7 base 77 k
2018-04-03 16:43:09,164 process L0395 DEBUG| [stdout] perl-TermReadKey x86_64 2.30-20.el7 base 31 k
2018-04-03 16:43:09,164 process L0395 DEBUG| [stdout] perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
2018-04-03 16:43:09,164 process L0395 DEBUG| [stdout] perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
2018-04-03 16:43:09,164 process L0395 DEBUG| [stdout] perl-Time-Local noarch 1.2300-2.el7 base 24 k
2018-04-03 16:43:09,164 process L0395 DEBUG| [stdout] perl-constant noarch 1.27-2.el7 base 19 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout] perl-libs x86_64 4:5.16.3-292.el7 base 688 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout] perl-macros x86_64 4:5.16.3-292.el7 base 43 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout] perl-parent noarch 1:0.225-244.el7 base 12 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout] perl-podlators noarch 2.5.1-3.el7 base 112 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout] perl-threads x86_64 1.87-4.el7 base 49 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout] perl-threads-shared x86_64 1.43-6.el7 base 39 k
2018-04-03 16:43:09,165 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,166 process L0395 DEBUG| [stdout] Transaction Summary
2018-04-03 16:43:09,166 process L0395 DEBUG| [stdout] ================================================================================
2018-04-03 16:43:09,166 process L0395 DEBUG| [stdout] Install 1 Package (+31 Dependent packages)
2018-04-03 16:43:09,166 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,166 process L0395 DEBUG| [stdout] Total download size: 16 M
2018-04-03 16:43:09,166 process L0395 DEBUG| [stdout] Installed size: 59 M
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout] Downloading packages:
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout] warning: /var/cache/yum/x86_64/7/base/packages/libgnome-keyring-3.12.0-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout] Public key for libgnome-keyring-3.12.0-1.el7.x86_64.rpm is not installed
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout] (1/32): libgnome-keyring-3.12.0-1.el7.x86_64.rpm | 109 kB 00:00
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,167 process L0395 DEBUG| [stdout] (2/32): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout] (5/32): perl-Encode-2.51-7 5% [- ] 0.0 B/s | 916 kB --:-- ETA
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout] (3/32): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:00
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout] (6/32): perl-Error-0.17020 28% [====- ] 4.0 MB/s | 4.6 MB 00:02 ETA
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,168 process L0395 DEBUG| [stdout] (4/32): perl-Error-0.17020-2.el7.noarch.rpm | 32 kB 00:00
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout] (5/32): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout] (8/32): perl-File-Path-2.0 41% [======- ] 4.2 MB/s | 6.7 MB 00:02 ETA
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout] (6/32): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout] (7/32): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00
2018-04-03 16:43:09,169 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout] (8/32): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout] (9/32): perl-Getopt-Long-2.40-2.el7.noarch.rpm | 56 kB 00:00
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout] (10/32): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout] Public key for perl-Git-1.8.3.1-12.el7_4.noarch.rpm is not installed
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout] (11/32): perl-Git-1.8.3.1-12.el7_4.noarch.rpm | 53 kB 00:00
2018-04-03 16:43:09,170 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout] (12/32): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout] (15/32): perl-Pod-Escapes- 57% [========= ] 4.4 MB/s | 9.1 MB 00:01 ETA
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout] (13/32): perl-Pod-Escapes-1.04-292.el7.noarch.rpm | 51 kB 00:00
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout] (14/32): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00
2018-04-03 16:43:09,171 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout] (15/32): git-1.8.3.1-12.el7_4.x86_64.rpm | 4.4 MB 00:01
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout] (16/32): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:00
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout] (17/32): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout] (18/32): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,172 process L0395 DEBUG| [stdout] (19/32): perl-Socket-2.010-4.el7.x86_64.rpm | 49 kB 00:00
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout] (20/32): perl-5.16.3-292.e 77% [============ ] 4.8 MB/s | 12 MB 00:00 ETA
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout] (20/32): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout] (21/32): perl-TermReadKey-2.30-20.el7.x86_64.rpm | 31 kB 00:00
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,173 process L0395 DEBUG| [stdout] (22/32): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00
2018-04-03 16:43:09,174 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,174 process L0395 DEBUG| [stdout] (23/32): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00
2018-04-03 16:43:09,174 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,174 process L0395 DEBUG| [stdout] (24/32): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00
2018-04-03 16:43:09,174 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,174 process L0395 DEBUG| [stdout] (25/32): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout] (26/32): perl-5.16.3-292.e 89% [============== ] 4.9 MB/s | 14 MB 00:00 ETA
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout] (26/32): perl-5.16.3-292.el7.x86_64.rpm | 8.0 MB 00:02
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout] (27/32): perl-macros-5.16.3-292.el7.x86_64.rpm | 43 kB 00:00
2018-04-03 16:43:09,175 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,176 process L0395 DEBUG| [stdout] (28/32): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00
2018-04-03 16:43:09,176 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,176 process L0395 DEBUG| [stdout] (29/32): perl-libs-5.16.3-292.el7.x86_64.rpm | 688 kB 00:00
2018-04-03 16:43:09,176 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,176 process L0395 DEBUG| [stdout] (30/32): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00
2018-04-03 16:43:09,176 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout] (31/32): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout] (32/32): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout] --------------------------------------------------------------------------------
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout] Total 5.9 MB/s | 16 MB 00:02
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
2018-04-03 16:43:09,177 process L0395 DEBUG| [stdout] Importing GPG key 0xF4A80EB5:
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] Package : centos-release-7-4.1708.el7.centos.x86_64 (installed)
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] Running transaction check
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] Running transaction test
2018-04-03 16:43:09,178 process L0395 DEBUG| [stdout] Transaction test succeeded
2018-04-03 16:43:09,179 process L0395 DEBUG| [stdout] Running transaction
2018-04-03 16:43:09,179 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,179 process L0395 DEBUG| [stdout] Installing : 1:perl-parent-0.225-244.el7 [ ] 1/32
2018-04-03 16:43:09,179 process L0395 DEBUG| [stdout] Installing : 1:perl-parent-0.225-244.el7 [######## ] 1/32
2018-04-03 16:43:09,179 process L0395 DEBUG| [stdout] Installing : 1:perl-parent-0.225-244.el7 [################# ] 1/32
2018-04-03 16:43:09,179 process L0395 DEBUG| [stdout] Installing : 1:perl-parent-0.225-244.el7 [########################### ] 1/32
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout] Installing : 1:perl-parent-0.225-244.el7.noarch 1/32
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [ ] 2/32
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [## ] 2/32
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [####### ] 2/32
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [############ ] 2/32
2018-04-03 16:43:09,180 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [############## ] 2/32
2018-04-03 16:43:09,181 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [############### ] 2/32
2018-04-03 16:43:09,181 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7. [########################### ] 2/32
2018-04-03 16:43:09,181 process L0395 DEBUG| [stdout] Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 2/32
2018-04-03 16:43:09,181 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,181 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [ ] 3/32
2018-04-03 16:43:09,181 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [# ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [## ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [######## ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [######### ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [########## ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [########### ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [############ ] 3/32
2018-04-03 16:43:09,182 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [############# ] 3/32
2018-04-03 16:43:09,183 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [############## ] 3/32
2018-04-03 16:43:09,183 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [############### ] 3/32
2018-04-03 16:43:09,183 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [##################### ] 3/32
2018-04-03 16:43:09,183 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [###################### ] 3/32
2018-04-03 16:43:09,183 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [########################## ] 3/32
2018-04-03 16:43:09,183 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7. [########################### ] 3/32
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout] Installing : perl-podlators-2.5.1-3.el7.noarch 3/32
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [ ] 4/32
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [# ] 4/32
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [### ] 4/32
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [#### ] 4/32
2018-04-03 16:43:09,184 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [##### ] 4/32
2018-04-03 16:43:09,185 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [###### ] 4/32
2018-04-03 16:43:09,185 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [####### ] 4/32
2018-04-03 16:43:09,185 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [######## ] 4/32
2018-04-03 16:43:09,185 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [######### ] 4/32
2018-04-03 16:43:09,185 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [################### ] 4/32
2018-04-03 16:43:09,185 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [#################### ] 4/32
2018-04-03 16:43:09,186 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [##################### ] 4/32
2018-04-03 16:43:09,186 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [####################### ] 4/32
2018-04-03 16:43:09,186 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [######################## ] 4/32
2018-04-03 16:43:09,186 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [######################### ] 4/32
2018-04-03 16:43:09,186 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [########################## ] 4/32
2018-04-03 16:43:09,186 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7 [########################### ] 4/32
2018-04-03 16:43:09,187 process L0395 DEBUG| [stdout] Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 4/32
2018-04-03 16:43:09,187 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,187 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Escapes-1.04-292 [ ] 5/32
2018-04-03 16:43:09,187 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Escapes-1.04-292 [##### ] 5/32
2018-04-03 16:43:09,187 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Escapes-1.04-292 [########################### ] 5/32
2018-04-03 16:43:09,187 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 5/32
2018-04-03 16:43:09,188 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,188 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4 [ ] 6/32
2018-04-03 16:43:09,188 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4 [# ] 6/32
2018-04-03 16:43:09,188 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4 [### ] 6/32
2018-04-03 16:43:09,188 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4 [######## ] 6/32
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4 [############## ] 6/32
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4 [########################### ] 6/32
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout] Installing : perl-Text-ParseWords-3.29-4.el7.noarch 6/32
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [ ] 7/32
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [# ] 7/32
2018-04-03 16:43:09,189 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [## ] 7/32
2018-04-03 16:43:09,190 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [### ] 7/32
2018-04-03 16:43:09,190 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [#### ] 7/32
2018-04-03 16:43:09,190 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [##### ] 7/32
2018-04-03 16:43:09,190 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [###### ] 7/32
2018-04-03 16:43:09,190 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [####### ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [######## ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [######### ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [########## ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [########### ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [############ ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [############# ] 7/32
2018-04-03 16:43:09,191 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [############## ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [############### ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [################ ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [################# ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [################## ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [################### ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [#################### ] 7/32
2018-04-03 16:43:09,192 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [##################### ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [###################### ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [####################### ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [######################## ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [######################### ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [########################## ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_ [########################### ] 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Encode-2.51-7.el7.x86_64 7/32
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,193 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [ ] 8/32
2018-04-03 16:43:09,194 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [## ] 8/32
2018-04-03 16:43:09,194 process L0633 INFO | Command ' ansible localhost -i "localhost," --become -m raw -a " resize2fs /dev/sda1; yum install -y python libselinux-python git; yum update -y nettle; mkdir -p ~/.contra-env-setup/minishift; chown avocado:avocado ~/.contra-env-setup/minishift " --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ' finished with 0 after 31.995639801s
2018-04-03 16:43:09,194 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [### ] 8/32
2018-04-03 16:43:09,194 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [##### ] 8/32
2018-04-03 16:43:09,194 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [####### ] 8/32
2018-04-03 16:43:09,194 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [########### ] 8/32
2018-04-03 16:43:09,194 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.n [########################### ] 8/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : perl-Pod-Usage-1.63-3.el7.noarch 8/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-macros-5.16.3-292.el [ ] 9/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-macros-5.16.3-292.el [########################### ] 9/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-macros-5.16.3-292.el7.x86_64 9/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [ ] 10/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [# ] 10/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [### ] 10/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [#### ] 10/32
2018-04-03 16:43:09,195 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [##### ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [###### ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [####### ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [######## ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [######### ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [########## ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [############ ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [############# ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [############## ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [############### ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [################ ] 10/32
2018-04-03 16:43:09,196 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [################# ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [################## ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [################### ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [##################### ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [###################### ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [####################### ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [######################## ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [######################### ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [########################## ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7. [########################### ] 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout] Installing : 4:perl-libs-5.16.3-292.el7.x86_64 10/32
2018-04-03 16:43:09,197 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [ ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [###### ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [################ ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [################### ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [######################## ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [######################### ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x8 [########################### ] 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Storable-2.45-3.el7.x86_64 11/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [ ] 12/32
2018-04-03 16:43:09,198 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [# ] 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [########## ] 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [############## ] 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [############### ] 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [######################## ] 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.no [########################### ] 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-Exporter-5.68-3.el7.noarch 12/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.no [ ] 13/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.no [##### ] 13/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.no [####### ] 13/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.no [######## ] 13/32
2018-04-03 16:43:09,199 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.no [############## ] 13/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.no [########################### ] 13/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-constant-1.27-2.el7.noarch 13/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1.2300-2.el [ ] 14/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1.2300-2.el [##### ] 14/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1.2300-2.el [################ ] 14/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1.2300-2.el [#################### ] 14/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1.2300-2.el [########################### ] 14/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout] Installing : perl-Time-Local-1.2300-2.el7.noarch 14/32
2018-04-03 16:43:09,200 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [ ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [######## ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [################### ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [##################### ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [###################### ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [######################### ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86 [########################### ] 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Socket-2.010-4.el7.x86_64 15/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.26-244.el7.noar [ ] 16/32
2018-04-03 16:43:09,201 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.26-244.el7.noar [# ] 16/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.26-244.el7.noar [## ] 16/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.26-244.el7.noar [####### ] 16/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.26-244.el7.noar [########################### ] 16/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : perl-Carp-1.26-244.el7.noarch 16/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3. [ ] 17/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3. [###### ] 17/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3. [############# ] 17/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3. [######################## ] 17/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3. [######################### ] 17/32
2018-04-03 16:43:09,202 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3. [########################### ] 17/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 17/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [ ] 18/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [### ] 18/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [##### ] 18/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [###### ] 18/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [######### ] 18/32
2018-04-03 16:43:09,203 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [########## ] 18/32
2018-04-03 16:43:09,204 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [############# ] 18/32
2018-04-03 16:43:09,204 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [############### ] 18/32
2018-04-03 16:43:09,204 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [################ ] 18/32
2018-04-03 16:43:09,204 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [###################### ] 18/32
2018-04-03 16:43:09,204 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [####################### ] 18/32
2018-04-03 16:43:09,204 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [######################## ] 18/32
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [######################### ] 18/32
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [########################## ] 18/32
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x [########################### ] 18/32
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout] Installing : perl-PathTools-3.40-5.el7.x86_64 18/32
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [ ] 19/32
2018-04-03 16:43:09,205 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [## ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [### ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [###### ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [################# ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [###################### ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [####################### ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [######################## ] 19/32
2018-04-03 16:43:09,206 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [########################## ] 19/32
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27 [########################### ] 19/32
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout] Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 19/32
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [ ] 20/32
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [## ] 20/32
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [##### ] 20/32
2018-04-03 16:43:09,207 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [########### ] 20/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [############## ] 20/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [######################### ] 20/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el [########################### ] 20/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Temp-0.23.01-3.el7.noarch 20/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.09-2.el7.n [ ] 21/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.09-2.el7.n [### ] 21/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.09-2.el7.n [#### ] 21/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.09-2.el7.n [######### ] 21/32
2018-04-03 16:43:09,208 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.09-2.el7.n [########################### ] 21/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-File-Path-2.09-2.el7.noarch 21/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.43-6. [ ] 22/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.43-6. [############### ] 22/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.43-6. [###################### ] 22/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.43-6. [######################## ] 22/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.43-6. [########################### ] 22/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout] Installing : perl-threads-shared-1.43-6.el7.x86_64 22/32
2018-04-03 16:43:09,209 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86 [ ] 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86 [########### ] 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86 [##################### ] 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86 [####################### ] 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86 [######################## ] 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86 [########################### ] 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-threads-1.87-4.el7.x86_64 23/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [ ] 24/32
2018-04-03 16:43:09,210 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [## ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [###### ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [####### ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [######## ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [########### ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [############## ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [############### ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [################# ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [################## ] 24/32
2018-04-03 16:43:09,211 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [#################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [##################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [###################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [####################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [######################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [########################## ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_ [########################### ] 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : perl-Filter-1.49-3.el7.x86_64 24/32
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,212 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [ ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [# ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [## ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [### ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [#### ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [##### ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [###### ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [######### ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [############# ] 25/32
2018-04-03 16:43:09,213 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [############## ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [############### ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [################# ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [################## ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [#################### ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [##################### ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [####################### ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [######################### ] 25/32
2018-04-03 16:43:09,214 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [########################## ] 25/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el [########################### ] 25/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 25/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [ ] 26/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [### ] 26/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [##### ] 26/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [###### ] 26/32
2018-04-03 16:43:09,215 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [####### ] 26/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [########## ] 26/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [######################## ] 26/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7 [########################### ] 26/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : perl-Getopt-Long-2.40-2.el7.noarch 26/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [ ] 27/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [# ] 27/32
2018-04-03 16:43:09,216 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [## ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [### ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [#### ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [##### ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [###### ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [####### ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [######## ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [######### ] 27/32
2018-04-03 16:43:09,217 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [########## ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [########### ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [############ ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [############# ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [############## ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [############### ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [################ ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [################# ] 27/32
2018-04-03 16:43:09,218 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [################## ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [################### ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [#################### ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [##################### ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [###################### ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [####################### ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [######################## ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [######################### ] 27/32
2018-04-03 16:43:09,219 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [########################## ] 27/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_6 [########################### ] 27/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 4:perl-5.16.3-292.el7.x86_64 27/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [ ] 28/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [##### ] 28/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [###### ] 28/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [####### ] 28/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [######## ] 28/32
2018-04-03 16:43:09,220 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [############ ] 28/32
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [############# ] 28/32
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [############## ] 28/32
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7. [########################### ] 28/32
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout] Installing : 1:perl-Error-0.17020-2.el7.noarch 28/32
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.30-20.el [ ] 29/32
2018-04-03 16:43:09,221 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.30-20.el [####### ] 29/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.30-20.el [###################### ] 29/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.30-20.el [######################### ] 29/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.30-20.el [########################### ] 29/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : perl-TermReadKey-2.30-20.el7.x86_64 29/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [ ] 30/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [# ] 30/32
2018-04-03 16:43:09,222 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [####### ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [############ ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [############## ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [################# ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [################## ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [################### ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [#################### ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [##################### ] 30/32
2018-04-03 16:43:09,223 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [###################### ] 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [####################### ] 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [######################## ] 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [######################### ] 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [########################## ] 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.e [########################### ] 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : libgnome-keyring-3.12.0-1.el7.x86_64 30/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : perl-Git-1.8.3.1-12.el7_4.n [ ] 31/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : perl-Git-1.8.3.1-12.el7_4.n [#### ] 31/32
2018-04-03 16:43:09,224 process L0395 DEBUG| [stdout] Installing : perl-Git-1.8.3.1-12.el7_4.n [##### ] 31/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : perl-Git-1.8.3.1-12.el7_4.n [########################## ] 31/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : perl-Git-1.8.3.1-12.el7_4.n [########################### ] 31/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : perl-Git-1.8.3.1-12.el7_4.noarch 31/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [ ] 32/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [# ] 32/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [## ] 32/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [### ] 32/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [#### ] 32/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [##### ] 32/32
2018-04-03 16:43:09,225 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [###### ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [####### ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [######## ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [######### ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [########## ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [########### ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [############ ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [############# ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [############## ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [############### ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [################ ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [################# ] 32/32
2018-04-03 16:43:09,226 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [################## ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [#################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [##################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [###################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [####################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [######################## ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [######################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [########################## ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 [########################### ] 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Installing : git-1.8.3.1-12.el7_4.x86_64 32/32
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,227 process L0395 DEBUG| [stdout] Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/32
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout] Verifying : libgnome-keyring-3.12.0-1.el7.x86_64 2/32
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout] Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/32
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout] Verifying : perl-Storable-2.45-3.el7.x86_64 4/32
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout] Verifying : perl-Exporter-5.68-3.el7.noarch 5/32
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout] Verifying : perl-constant-1.27-2.el7.noarch 6/32
2018-04-03 16:43:09,228 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout] Verifying : perl-PathTools-3.40-5.el7.x86_64 7/32
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout] Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 8/32
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout] Verifying : git-1.8.3.1-12.el7_4.x86_64 9/32
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout] Verifying : 1:perl-parent-0.225-244.el7.noarch 10/32
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout] Verifying : 4:perl-5.16.3-292.el7.x86_64 11/32
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout] Verifying : perl-TermReadKey-2.30-20.el7.x86_64 12/32
2018-04-03 16:43:09,229 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout] Verifying : perl-File-Temp-0.23.01-3.el7.noarch 13/32
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout] Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 14/32
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout] Verifying : perl-Time-Local-1.2300-2.el7.noarch 15/32
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout] Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 16/32
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout] Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 17/32
2018-04-03 16:43:09,230 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout] Verifying : perl-Socket-2.010-4.el7.x86_64 18/32
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout] Verifying : perl-Carp-1.26-244.el7.noarch 19/32
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout] Verifying : perl-Git-1.8.3.1-12.el7_4.noarch 20/32
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout] Verifying : 1:perl-Error-0.17020-2.el7.noarch 21/32
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout] Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 22/32
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout] Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 23/32
2018-04-03 16:43:09,231 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 24/32
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : perl-Pod-Usage-1.63-3.el7.noarch 25/32
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : perl-Encode-2.51-7.el7.x86_64 26/32
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : perl-podlators-2.5.1-3.el7.noarch 27/32
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : perl-Getopt-Long-2.40-2.el7.noarch 28/32
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : perl-File-Path-2.09-2.el7.noarch 29/32
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,232 process L0395 DEBUG| [stdout] Verifying : perl-threads-1.87-4.el7.x86_64 30/32
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] Verifying : perl-Filter-1.49-3.el7.x86_64 31/32
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 32/32
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] Installed:
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] git.x86_64 0:1.8.3.1-12.el7_4
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] Dependency Installed:
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] libgnome-keyring.x86_64 0:3.12.0-1.el7
2018-04-03 16:43:09,233 process L0395 DEBUG| [stdout] perl.x86_64 4:5.16.3-292.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Carp.noarch 0:1.26-244.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Encode.x86_64 0:2.51-7.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Error.noarch 1:0.17020-2.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Exporter.noarch 0:5.68-3.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-File-Path.noarch 0:2.09-2.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-File-Temp.noarch 0:0.23.01-3.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Filter.x86_64 0:1.49-3.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Getopt-Long.noarch 0:2.40-2.el7
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-Git.noarch 0:1.8.3.1-12.el7_4
2018-04-03 16:43:09,234 process L0395 DEBUG| [stdout] perl-HTTP-Tiny.noarch 0:0.033-3.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-PathTools.x86_64 0:3.40-5.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Pod-Escapes.noarch 1:1.04-292.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Pod-Perldoc.noarch 0:3.20-4.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Pod-Simple.noarch 1:3.28-4.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Pod-Usage.noarch 0:1.63-3.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Socket.x86_64 0:2.010-4.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Storable.x86_64 0:2.45-3.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-TermReadKey.x86_64 0:2.30-20.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Text-ParseWords.noarch 0:3.29-4.el7
2018-04-03 16:43:09,235 process L0395 DEBUG| [stdout] perl-Time-HiRes.x86_64 4:1.9725-3.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-Time-Local.noarch 0:1.2300-2.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-constant.noarch 0:1.27-2.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-libs.x86_64 4:5.16.3-292.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-macros.x86_64 4:5.16.3-292.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-parent.noarch 1:0.225-244.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-podlators.noarch 0:2.5.1-3.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-threads.x86_64 0:1.87-4.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] perl-threads-shared.x86_64 0:1.43-6.el7
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,236 process L0395 DEBUG| [stdout] Complete!
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] Loaded plugins: fastestmirror
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] Loading mirror speeds from cached hostfile
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] * base: ftp.cvut.cz
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] * extras: ftp.cvut.cz
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] * updates: ftp.cvut.cz
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] Package(s) nettle(B available, but not installed.
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] No packages marked for update
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] Warning: Permanently added '[localhost]:12345' (ECDSA) to the list of known hosts.
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout] Shared connection to localhost closed.
2018-04-03 16:43:09,237 process L0395 DEBUG| [stdout]
2018-04-03 16:43:09,241 process L0551 INFO | Running ' ansible localhost -i "localhost," -m copy -a "src=~/.contra-env-setup/minishift/minishift.iso dest=~/.contra-env-setup/minishift/" --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" '
2018-04-03 16:43:40,227 process L0395 DEBUG| [stdout] localhost | SUCCESS => {
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "changed": true,
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "checksum": "8bc03f8d26134e3d526883883a51b50fd282fdb5",
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "dest": "/home/avocado/.contra-env-setup/minishift/minishift.iso",
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "gid": 1000,
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "group": "avocado",
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "md5sum": "5664091958cb2f0948b96ecfd140fded",
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "mode": "0664",
2018-04-03 16:43:40,228 process L0395 DEBUG| [stdout] "owner": "avocado",
2018-04-03 16:43:40,229 process L0395 DEBUG| [stdout] "secontext": "unconfined_u:object_r:user_home_t:s0",
2018-04-03 16:43:40,229 process L0395 DEBUG| [stdout] "size": 413138944,
2018-04-03 16:43:40,229 process L0395 DEBUG| [stdout] "src": "/home/avocado/.ansible/tmp/ansible-tmp-1522766590.32-68147322429624/source",
2018-04-03 16:43:40,229 process L0395 DEBUG| [stdout] "state": "file",
2018-04-03 16:43:40,229 process L0395 DEBUG| [stdout] "uid": 1000
2018-04-03 16:43:40,229 process L0395 DEBUG| [stdout] }
2018-04-03 16:43:40,268 process L0633 INFO | Command ' ansible localhost -i "localhost," -m copy -a "src=~/.contra-env-setup/minishift/minishift.iso dest=~/.contra-env-setup/minishift/" --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ' finished with 0 after 31.0218379498s
2018-04-03 16:43:40,273 process L0551 INFO | Running ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"'
2018-04-03 16:43:41,247 process L0395 DEBUG| [stdout] ansible-playbook 2.5.0
2018-04-03 16:43:41,247 process L0395 DEBUG| [stdout] config file = /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/test/ansible.cfg
2018-04-03 16:43:41,248 process L0395 DEBUG| [stdout] configured module search path = [u'/home/firemanxbr/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
2018-04-03 16:43:41,248 process L0395 DEBUG| [stdout] ansible python module location = /usr/lib/python2.7/site-packages/ansible
2018-04-03 16:43:41,248 process L0395 DEBUG| [stdout] executable location = /usr/bin/ansible-playbook
2018-04-03 16:43:41,248 process L0395 DEBUG| [stdout] python version = 2.7.14 (default, Mar 14 2018, 13:36:31) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
2018-04-03 16:43:41,249 process L0395 DEBUG| [stdout] Using /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/test/ansible.cfg as config file
2018-04-03 16:43:41,537 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/cleanup/tasks/cleanup.yml
2018-04-03 16:43:41,552 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/create/tasks/clone_repos.yml
2018-04-03 16:43:41,562 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml
2018-04-03 16:43:41,573 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml
2018-04-03 16:43:41,582 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml
2018-04-03 16:43:41,585 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml
2018-04-03 16:43:41,598 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml
2018-04-03 16:43:41,602 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/set_minishift_path.yml
2018-04-03 16:43:41,645 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml
2018-04-03 16:43:41,650 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/init_minishift.yml
2018-04-03 16:43:41,656 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/start_mcluster.yml
2018-04-03 16:43:41,660 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml
2018-04-03 16:43:41,664 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/login_to_cluster.yml
2018-04-03 16:43:41,666 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/get_set_project.yml
2018-04-03 16:43:41,671 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml
2018-04-03 16:43:41,680 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/setup_containers.yml
2018-04-03 16:43:41,686 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/add_scc.yml
2018-04-03 16:43:41,691 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/login_to_cluster.yml
2018-04-03 16:43:41,698 process L0395 DEBUG| [stdout] statically imported: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/pipeline/tasks/setup_pipelines.yml
2018-04-03 16:43:41,815 process L0395 DEBUG| [stdout]
2018-04-03 16:43:41,815 process L0395 DEBUG| [stdout] PLAYBOOK: setup.yml ************************************************************
2018-04-03 16:43:41,816 process L0395 DEBUG| [stdout] 1 plays in playbooks/setup.yml
2018-04-03 16:43:41,823 process L0395 DEBUG| [stderr] [WARNING]: Found variable using reserved name: remote_user
2018-04-03 16:43:41,828 process L0395 DEBUG| [stdout]
2018-04-03 16:43:41,828 process L0395 DEBUG| [stdout] PLAY [all] *********************************************************************
2018-04-03 16:43:41,873 process L0395 DEBUG| [stdout]
2018-04-03 16:43:41,873 process L0395 DEBUG| [stdout] TASK [Gathering Facts] *********************************************************
2018-04-03 16:43:41,874 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/setup.yml:2
2018-04-03 16:43:44,487 process L0395 DEBUG| [stdout] ok: [localhost]
2018-04-03 16:43:44,487 process L0395 DEBUG| [stdout] META: ran handlers
2018-04-03 16:43:44,500 process L0395 DEBUG| [stdout]
2018-04-03 16:43:44,500 process L0395 DEBUG| [stdout] TASK [cleanup : Stop minishift if running] *************************************
2018-04-03 16:43:44,500 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/cleanup/tasks/cleanup.yml:5
2018-04-03 16:43:46,621 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift stop --profile minishift", "delta": "0:00:00.004816", "end": "2018-04-03 14:43:46.437226", "msg": "non-zero return code", "rc": 127, "start": "2018-04-03 14:43:46.432410", "stderr": "/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory", "stderr_lines": ["/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 16:43:46,621 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:43:46,637 process L0395 DEBUG| [stdout]
2018-04-03 16:43:46,638 process L0395 DEBUG| [stdout] TASK [cleanup : Delete minishift profile minishift] ****************************
2018-04-03 16:43:46,638 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/cleanup/tasks/cleanup.yml:9
2018-04-03 16:43:48,559 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift delete --profile minishift --force", "delta": "0:00:00.003481", "end": "2018-04-03 14:43:48.376028", "msg": "non-zero return code", "rc": 127, "start": "2018-04-03 14:43:48.372547", "stderr": "/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory", "stderr_lines": ["/bin/sh: /home/avocado/.contra-env-setup/minishift/minishift: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 16:43:48,560 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:43:48,597 process L0395 DEBUG| [stdout]
2018-04-03 16:43:48,598 process L0395 DEBUG| [stdout] TASK [cleanup : Cleanup files and directories /home/avocado/.contra-env-setup/minishift] ***
2018-04-03 16:43:48,598 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/cleanup/tasks/cleanup.yml:13
2018-04-03 16:43:50,571 process L0395 DEBUG| [stdout] ok: [localhost] => (item=minishift) => {"changed": false, "item": "minishift", "path": "/home/avocado/.contra-env-setup/minishift/minishift", "state": "absent"}
2018-04-03 16:43:52,494 process L0395 DEBUG| [stdout] ok: [localhost] => (item=LICENSE) => {"changed": false, "item": "LICENSE", "path": "/home/avocado/.contra-env-setup/minishift/LICENSE", "state": "absent"}
2018-04-03 16:43:55,633 process L0395 DEBUG| [stdout] ok: [localhost] => (item=README.adoc) => {"changed": false, "item": "README.adoc", "path": "/home/avocado/.contra-env-setup/minishift/README.adoc", "state": "absent"}
2018-04-03 16:43:57,562 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.minishift) => {"changed": false, "item": ".minishift", "path": "/home/avocado/.contra-env-setup/minishift/.minishift", "state": "absent"}
2018-04-03 16:43:59,488 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.kube) => {"changed": false, "item": ".kube", "path": "/home/avocado/.contra-env-setup/minishift/.kube", "state": "absent"}
2018-04-03 16:43:59,503 process L0395 DEBUG| [stdout]
2018-04-03 16:43:59,503 process L0395 DEBUG| [stdout] TASK [cleanup : Cleanup certain files and directories in /home/avocado/.contra-env-setup] ***
2018-04-03 16:43:59,503 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/cleanup/tasks/cleanup.yml:25
2018-04-03 16:44:01,495 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/.yml) => {"changed": false, "item": "/home/avocado/.contra-env-setup/.yml", "path": "/home/avocado/.contra-env-setup/.yml", "state": "absent"}
2018-04-03 16:44:03,622 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/.yaml) => {"changed": false, "item": "/home/avocado/.contra-env-setup/.yaml", "path": "/home/avocado/.contra-env-setup/.yaml", "state": "absent"}
2018-04-03 16:44:05,618 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/pipeline) => {"changed": false, "item": "/home/avocado/.contra-env-setup/pipeline", "path": "/home/avocado/.contra-env-setup/pipeline", "state": "absent"}
2018-04-03 16:44:07,520 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/contra-env-sample-project) => {"changed": false, "item": "/home/avocado/.contra-env-setup/contra-env-sample-project", "path": "/home/avocado/.contra-env-setup/contra-env-sample-project", "state": "absent"}
2018-04-03 16:44:09,419 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/loaded_pipelines) => {"changed": false, "item": "/home/avocado/.contra-env-setup/loaded_pipelines", "path": "/home/avocado/.contra-env-setup/loaded_pipelines", "state": "absent"}
2018-04-03 16:44:11,307 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.minishift) => {"changed": false, "item": ".minishift", "path": ".minishift", "state": "absent"}
2018-04-03 16:44:13,243 process L0395 DEBUG| [stdout] ok: [localhost] => (item=.kube) => {"changed": false, "item": ".kube", "path": ".kube", "state": "absent"}
2018-04-03 16:44:13,255 process L0395 DEBUG| [stdout]
2018-04-03 16:44:13,255 process L0395 DEBUG| [stdout] TASK [create : Create contra-env-setup directories] ****************************
2018-04-03 16:44:13,255 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/create/tasks/main.yml:4
2018-04-03 16:44:15,172 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup) => {"changed": false, "gid": 1000, "group": "avocado", "item": "/home/avocado/.contra-env-setup", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 23, "state": "directory", "uid": 1000}
2018-04-03 16:44:17,038 process L0395 DEBUG| [stdout] ok: [localhost] => (item=/home/avocado/.contra-env-setup/minishift) => {"changed": false, "gid": 1000, "group": "avocado", "item": "/home/avocado/.contra-env-setup/minishift", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup/minishift", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 27, "state": "directory", "uid": 1000}
2018-04-03 16:44:18,930 process L0395 DEBUG| [stdout] changed: [localhost] => (item=/home/avocado/.contra-env-setup/loaded_pipelines) => {"changed": true, "gid": 1000, "group": "avocado", "item": "/home/avocado/.contra-env-setup/loaded_pipelines", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup/loaded_pipelines", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 6, "state": "directory", "uid": 1000}
2018-04-03 16:44:18,945 process L0395 DEBUG| [stdout]
2018-04-03 16:44:18,945 process L0395 DEBUG| [stdout] TASK [create : Is project repository present in /home/avocado/.contra-env-setup/pipeline] ***
2018-04-03 16:44:18,945 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/create/tasks/clone_repos.yml:5
2018-04-03 16:44:20,864 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "stat": {"exists": false}}
2018-04-03 16:44:20,875 process L0395 DEBUG| [stdout]
2018-04-03 16:44:20,875 process L0395 DEBUG| [stdout] TASK [create : Set http.sslVerify false] ***************************************
2018-04-03 16:44:20,876 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/create/tasks/clone_repos.yml:10
2018-04-03 16:44:22,723 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "git config --global http.sslVerify false", "delta": "0:00:00.003582", "end": "2018-04-03 14:44:22.537292", "rc": 0, "start": "2018-04-03 14:44:22.533710", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:22,738 process L0395 DEBUG| [stdout]
2018-04-03 16:44:22,739 process L0395 DEBUG| [stdout] TASK [create : checkout the project repo @ https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git to /home/avocado/.contra-env-setup/pipeline] ***
2018-04-03 16:44:22,739 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/create/tasks/clone_repos.yml:14
2018-04-03 16:44:34,225 process L0395 DEBUG| [stdout] changed: [localhost] => {"after": "91ff6bca77e7c4973027ac9091b496d9872f1447", "before": null, "changed": true}
2018-04-03 16:44:34,248 process L0395 DEBUG| [stdout]
2018-04-03 16:44:34,248 process L0395 DEBUG| [stdout] TASK [create : checkout the sample project repo @ https://github.com/CentOS-PaaS-SIG/contra-env-sample-project to /home/avocado/.contra-env-setup/contra-env-sample-project] ***
2018-04-03 16:44:34,248 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/create/tasks/clone_repos.yml:24
2018-04-03 16:44:34,264 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:34,279 process L0395 DEBUG| [stdout]
2018-04-03 16:44:34,279 process L0395 DEBUG| [stdout] TASK [prereqs : Check virtualization settings] *********************************
2018-04-03 16:44:34,280 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:5
2018-04-03 16:44:36,067 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cat /proc/cpuinfo | grep 'vmx\\|svm'", "delta": "0:00:00.004918", "end": "2018-04-03 14:44:35.885897", "rc": 0, "start": "2018-04-03 14:44:35.880979", "stderr": "", "stderr_lines": [], "stdout": "flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 arat", "stdout_lines": ["flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 arat"]}
2018-04-03 16:44:36,081 process L0395 DEBUG| [stdout]
2018-04-03 16:44:36,081 process L0395 DEBUG| [stdout] TASK [prereqs : Output of cpuinfo from proc] ***********************************
2018-04-03 16:44:36,081 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:11
2018-04-03 16:44:36,188 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:44:36,188 process L0395 DEBUG| [stdout] "msg": "cpuinfo: flags\t\t: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 arat"
2018-04-03 16:44:36,188 process L0395 DEBUG| [stdout] }
2018-04-03 16:44:36,202 process L0395 DEBUG| [stdout]
2018-04-03 16:44:36,203 process L0395 DEBUG| [stdout] TASK [prereqs : Exit if virtualization is not turned on in the BIOS] ***********
2018-04-03 16:44:36,203 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:15
2018-04-03 16:44:36,244 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:36,263 process L0395 DEBUG| [stdout]
2018-04-03 16:44:36,263 process L0395 DEBUG| [stdout] TASK [prereqs : Check virtualization settings for Intel] ***********************
2018-04-03 16:44:36,264 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:19
2018-04-03 16:44:38,174 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": ["cat", "/sys/module/kvm_intel/parameters/nested"], "delta": "0:00:00.006536", "end": "2018-04-03 14:44:37.963172", "rc": 0, "start": "2018-04-03 14:44:37.956636", "stderr": "", "stderr_lines": [], "stdout": "N", "stdout_lines": ["N"]}
2018-04-03 16:44:38,187 process L0395 DEBUG| [stdout]
2018-04-03 16:44:38,188 process L0395 DEBUG| [stdout] TASK [prereqs : Output of kvm_intel nested] ************************************
2018-04-03 16:44:38,188 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:25
2018-04-03 16:44:38,255 process L0395 DEBUG| [stdout] ok: [localhost] => {
2018-04-03 16:44:38,255 process L0395 DEBUG| [stdout] "msg": "cpuinfo: N"
2018-04-03 16:44:38,255 process L0395 DEBUG| [stdout] }
2018-04-03 16:44:38,267 process L0395 DEBUG| [stdout]
2018-04-03 16:44:38,267 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization Intel - rmmod] *********************
2018-04-03 16:44:38,267 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:30
2018-04-03 16:44:40,069 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": ["rmmod", "kvm-intel"], "delta": "0:00:00.005721", "end": "2018-04-03 14:44:39.886486", "rc": 0, "start": "2018-04-03 14:44:39.880765", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:40,084 process L0395 DEBUG| [stdout]
2018-04-03 16:44:40,084 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization Intel - update dist.conf] **********
2018-04-03 16:44:40,084 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:35
2018-04-03 16:44:41,929 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "echo 'options kvm-intel nested=y' >> /etc/modprobe.d/dist.conf", "delta": "0:00:00.006975", "end": "2018-04-03 14:44:41.745981", "rc": 0, "start": "2018-04-03 14:44:41.739006", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:41,940 process L0395 DEBUG| [stdout]
2018-04-03 16:44:41,940 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization Intel - modprobe] ******************
2018-04-03 16:44:41,941 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:40
2018-04-03 16:44:43,818 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": ["modprobe", "kvm-intel"], "delta": "0:00:00.017672", "end": "2018-04-03 14:44:43.609252", "rc": 0, "start": "2018-04-03 14:44:43.591580", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:43,831 process L0395 DEBUG| [stdout]
2018-04-03 16:44:43,832 process L0395 DEBUG| [stdout] TASK [prereqs : Check virtualization settings for AMD] *************************
2018-04-03 16:44:43,832 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:45
2018-04-03 16:44:45,693 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["cat", "/sys/module/kvm_amd/parameters/nested"], "delta": "0:00:00.006530", "end": "2018-04-03 14:44:45.502062", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 14:44:45.495532", "stderr": "cat: /sys/module/kvm_amd/parameters/nested: No such file or directory", "stderr_lines": ["cat: /sys/module/kvm_amd/parameters/nested: No such file or directory"], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:45,694 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:44:45,707 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,707 process L0395 DEBUG| [stdout] TASK [prereqs : Output of kvm_amd nested] **************************************
2018-04-03 16:44:45,707 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:51
2018-04-03 16:44:45,729 process L0395 DEBUG| [stdout] skipping: [localhost] => {"skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,744 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,745 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization AMD - rmmod] ***********************
2018-04-03 16:44:45,745 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:56
2018-04-03 16:44:45,766 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,777 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,778 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization AMD - update dist.conf] ************
2018-04-03 16:44:45,778 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:61
2018-04-03 16:44:45,799 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,813 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,813 process L0395 DEBUG| [stdout] TASK [prereqs : Setup nested virtualization AMD - modprobe] ********************
2018-04-03 16:44:45,813 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:66
2018-04-03 16:44:45,832 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,846 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,846 process L0395 DEBUG| [stdout] TASK [prereqs : Exit if nested virtualization is off] **************************
2018-04-03 16:44:45,847 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/setup_nested_virt.yml:71
2018-04-03 16:44:45,866 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,879 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,879 process L0395 DEBUG| [stdout] TASK [prereqs : Install pre-requesites for dnf support for Fedora] *************
2018-04-03 16:44:45,879 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2
2018-04-03 16:44:45,899 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,912 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,912 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on CentOS] *******************
2018-04-03 16:44:45,912 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7
2018-04-03 16:44:45,962 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"}
2018-04-03 16:44:45,972 process L0395 DEBUG| [stdout]
2018-04-03 16:44:45,973 process L0395 DEBUG| [stdout] TASK [prereqs : Check if EPEL is installed for non Fedora distros] *************
2018-04-03 16:44:45,973 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:20
2018-04-03 16:44:48,174 process L0395 DEBUG| [stderr] [WARNING]: Consider using the yum, dnf or zypper module rather than running
2018-04-03 16:44:48,174 process L0395 DEBUG| [stderr] rpm. If you need to use command because yum, dnf or zypper is insufficient you
2018-04-03 16:44:48,174 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "rpm -qa | grep epel-release", "delta": "0:00:00.390177", "end": "2018-04-03 14:44:47.958150", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 14:44:47.567973", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:48,175 process L0395 DEBUG| [stderr] can add warn=False to this command task or set command_warnings=False in
2018-04-03 16:44:48,176 process L0395 DEBUG| [stderr] ansible.cfg to get rid of this message.
2018-04-03 16:44:48,176 process L0395 DEBUG| [stdout] ...ignoring
2018-04-03 16:44:48,190 process L0395 DEBUG| [stdout]
2018-04-03 16:44:48,191 process L0395 DEBUG| [stdout] TASK [prereqs : Pull down the EPEL for for non Fedora distros] *****************
2018-04-03 16:44:48,191 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:27
2018-04-03 16:44:51,935 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "checksum_dest": null, "checksum_src": "5512b80e5b71f2370d8419fa16a0bc14c5edf854", "dest": "/home/avocado/epel-release-latest-7.noarch.rpm", "gid": 1000, "group": "avocado", "md5sum": "d512508b8629428e7c3f535cc8012680", "mode": "0664", "msg": "OK (15080 bytes)", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 15080, "src": "/tmp/tmpHnd4JM", "state": "file", "status_code": 200, "uid": 1000, "url": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"}
2018-04-03 16:44:51,945 process L0395 DEBUG| [stdout]
2018-04-03 16:44:51,945 process L0395 DEBUG| [stdout] TASK [prereqs : Install EPEL for non Fedora distros] ***************************
2018-04-03 16:44:51,946 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:33
2018-04-03 16:44:53,880 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "rpm -i /home/avocado/epel-release-latest-7.noarch.rpm", "delta": "0:00:00.076920", "end": "2018-04-03 14:44:53.696672", "rc": 0, "start": "2018-04-03 14:44:53.619752", "stderr": "warning: /home/avocado/epel-release-latest-7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY", "stderr_lines": ["warning: /home/avocado/epel-release-latest-7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY"], "stdout": "", "stdout_lines": []}
2018-04-03 16:44:53,893 process L0395 DEBUG| [stdout]
2018-04-03 16:44:53,893 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on CentOS] *******************
2018-04-03 16:44:53,893 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:38
2018-04-03 16:45:37,129 process L0395 DEBUG| [stdout] changed: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq', u'libselinux-python', u'git']) => {"changed": true, "item": ["libvirt", "qemu-kvm", "jq", "libselinux-python", "git"], "msg": "warning: /var/cache/yum/x86_64/7/epel/packages/jq-1.5-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY\nImporting GPG key 0x352C64E5:\n Userid : \"Fedora EPEL (7) <[email protected]>\"\n Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5\n Package : epel-release-7-11.noarch (installed)\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7\nWarning: RPMDB altered outside of yum.\n", "rc": 0, "results": ["libselinux-python-2.5-11.el7.x86_64 providing libselinux-python is already installed", "git-1.8.3.1-12.el7_4.x86_64 providing git is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: ftp.cvut.cz\n * epel: mirror.karneval.cz\n * extras: ftp.cvut.cz\n * updates: ftp.cvut.cz\nResolving Dependencies\n--> Running transaction check\n---> Package jq.x86_64 0:1.5-1.el7 will be installed\n--> Processing Dependency: libonig.so.2()(64bit) for package: jq-1.5-1.el7.x86_64\n---> Package libvirt.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: libvirt-libs = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-secret = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-qemu = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-nwfilter = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-nodedev = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-network = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-lxc = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-interface = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-config-nwfilter = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-config-network = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-client = 3.2.0-14.el7_4.9 for package: libvirt-3.2.0-14.el7_4.9.x86_64\n---> Package qemu-kvm.x86_64 10:1.5.3-141.el7_4.6 will be installed\n--> Processing Dependency: qemu-kvm-common = 10:1.5.3-141.el7_4.6 for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: qemu-img = 10:1.5.3-141.el7_4.6 for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: seabios-bin >= 1.7.2.2-5 for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libusbx >= 1.0.19 for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: glusterfs-api >= 3.6.0 for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: sgabios-bin for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: seavgabios-bin for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.3)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.6)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: librdmacm.so.1(RDMACM_1.0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgfapi.so.0(GFAPI_3.5.0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgfapi.so.0(GFAPI_3.4.0)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: ipxe-roms-qemu for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libusb-1.0.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libspice-server.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: librdmacm.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: librbd.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: librados.so.2()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libpulse.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libpng15.so.15()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libpixman-1.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libiscsi.so.2()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libibverbs.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgfxdr.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgfrpc.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libgfapi.so.0()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libasound.so.2()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Processing Dependency: libaio.so.1()(64bit) for package: 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64\n--> Running transaction check\n---> Package alsa-lib.x86_64 0:1.1.3-3.el7 will be installed\n---> Package glusterfs-api.x86_64 0:3.8.4-18.4.el7.centos will be installed\n--> Processing Dependency: glusterfs-client-xlators(x86-64) = 3.8.4-18.4.el7.centos for package: glusterfs-api-3.8.4-18.4.el7.centos.x86_64\n--> Processing Dependency: glusterfs(x86-64) = 3.8.4-18.4.el7.centos for package: glusterfs-api-3.8.4-18.4.el7.centos.x86_64\n---> Package glusterfs-libs.x86_64 0:3.8.4-18.4.el7.centos will be installed\n---> Package gnutls.x86_64 0:3.3.26-9.el7 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.26-9.el7.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.26-9.el7.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.26-9.el7.x86_64\n---> Package gperftools-libs.x86_64 0:2.4-8.el7 will be installed\n--> Processing Dependency: libunwind.so.8()(64bit) for package: gperftools-libs-2.4-8.el7.x86_64\n---> Package ipxe-roms-qemu.noarch 0:20170123-1.git4e85b27.el7_4.1 will be installed\n---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed\n---> Package libibverbs.x86_64 0:13-7.el7 will be installed\n--> Processing Dependency: rdma-core(x86-64) = 13-7.el7 for package: libibverbs-13-7.el7.x86_64\n---> Package libiscsi.x86_64 0:1.9.0-7.el7 will be installed\n---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed\n---> Package librados2.x86_64 1:0.94.5-2.el7 will be installed\n--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 1:librados2-0.94.5-2.el7.x86_64\n--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 1:librados2-0.94.5-2.el7.x86_64\n---> Package librbd1.x86_64 1:0.94.5-2.el7 will be installed\n---> Package librdmacm.x86_64 0:13-7.el7 will be installed\n---> Package libusbx.x86_64 0:1.0.20-1.el7 will be installed\n---> Package libvirt-client.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: gnutls-utils for package: libvirt-client-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libyajl.so.2()(64bit) for package: libvirt-client-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libavahi-common.so.3()(64bit) for package: libvirt-client-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libavahi-client.so.3()(64bit) for package: libvirt-client-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: numad for package: libvirt-daemon-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-config-network.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-config-nwfilter.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-driver-interface.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: netcf-libs >= 0.2.2 for package: libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.4.0)(64bit) for package: libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.3.0)(64bit) for package: libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.2.0)(64bit) for package: libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libnetcf.so.1(NETCF_1.0.0)(64bit) for package: libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libnetcf.so.1()(64bit) for package: libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-lxc.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: libfuse.so.2(FUSE_2.8)(64bit) for package: libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libfuse.so.2(FUSE_2.2)(64bit) for package: libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libfuse.so.2()(64bit) for package: libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-network.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: dnsmasq >= 2.41 for package: libvirt-daemon-driver-network-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: radvd for package: libvirt-daemon-driver-network-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-nodedev.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libvirt-daemon-driver-nodedev-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-nwfilter.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: ebtables for package: libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libpcap.so.1()(64bit) for package: libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-qemu.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: libvirt-daemon-driver-storage-core = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-qemu-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: lzop for package: libvirt-daemon-driver-qemu-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: bzip2 for package: libvirt-daemon-driver-qemu-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-secret.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-driver-storage.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: libvirt-daemon-driver-storage-scsi = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage-rbd = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage-mpath = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage-logical = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage-iscsi = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage-gluster = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: libvirt-daemon-driver-storage-disk = 3.2.0-14.el7_4.9 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-libs.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: nc for package: libvirt-libs-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: libvirt-libs-3.2.0-14.el7_4.9.x86_64\n--> Processing Dependency: cyrus-sasl for package: libvirt-libs-3.2.0-14.el7_4.9.x86_64\n---> Package oniguruma.x86_64 0:5.9.5-3.el7 will be installed\n---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed\n---> Package pulseaudio-libs.x86_64 0:10.0-3.el7 will be installed\n--> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libxcb.so.1()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libX11.so.6()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libX11-xcb.so.1()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libSM.so.6()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n--> Processing Dependency: libICE.so.6()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64\n---> Package qemu-img.x86_64 10:1.5.3-141.el7_4.6 will be installed\n---> Package qemu-kvm-common.x86_64 10:1.5.3-141.el7_4.6 will be installed\n---> Package seabios-bin.noarch 0:1.10.2-3.el7_4.1 will be installed\n---> Package seavgabios-bin.noarch 0:1.10.2-3.el7_4.1 will be installed\n---> Package sgabios-bin.noarch 1:0.20110622svn-4.el7 will be installed\n---> Package spice-server.x86_64 0:0.12.8-2.el7.1 will be installed\n--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: spice-server-0.12.8-2.el7.1.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: spice-server-0.12.8-2.el7.1.x86_64\n--> Processing Dependency: libcelt051.so.0()(64bit) for package: spice-server-0.12.8-2.el7.1.x86_64\n---> Package usbredir.x86_64 0:0.7.1-2.el7 will be installed\n--> Running transaction check\n---> Package avahi-libs.x86_64 0:0.6.31-17.el7 will be installed\n---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed\n---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package celt051.x86_64 0:0.5.1.3-8.el7 will be installed\n--> Processing Dependency: libogg.so.0()(64bit) for package: celt051-0.5.1.3-8.el7.x86_64\n---> Package cyrus-sasl.x86_64 0:2.1.26-21.el7 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-21.el7 will be installed\n---> Package dnsmasq.x86_64 0:2.76-2.el7_4.2 will be installed\n---> Package ebtables.x86_64 0:2.0.10-15.el7 will be installed\n---> Package fuse-libs.x86_64 0:2.9.2-8.el7 will be installed\n---> Package glusterfs.x86_64 0:3.8.4-18.4.el7.centos will be installed\n---> Package glusterfs-client-xlators.x86_64 0:3.8.4-18.4.el7.centos will be installed\n---> Package gnutls-utils.x86_64 0:3.3.26-9.el7 will be installed\n--> Processing Dependency: gnutls-dane(x86-64) = 3.3.26-9.el7 for package: gnutls-utils-3.3.26-9.el7.x86_64\n--> Processing Dependency: libgnutls-dane.so.0(DANE_0_0)(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64\n--> Processing Dependency: libunbound.so.2()(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64\n--> Processing Dependency: libopts.so.25()(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64\n--> Processing Dependency: libgnutls-dane.so.0()(64bit) for package: gnutls-utils-3.3.26-9.el7.x86_64\n---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed\n---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed\n---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed\n--> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64\n---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed\n--> Processing Dependency: libXi.so.6()(64bit) for package: libXtst-1.2.3-1.el7.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: libXtst-1.2.3-1.el7.x86_64\n---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed\n---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed\n---> Package libpcap.x86_64 14:1.5.3-9.el7 will be installed\n---> Package libpciaccess.x86_64 0:0.13.4-3.1.el7_4 will be installed\n--> Processing Dependency: hwdata for package: libpciaccess-0.13.4-3.1.el7_4.x86_64\n---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed\n--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64\n--> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64\n--> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64\n--> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64\n---> Package libunwind.x86_64 2:1.2-2.el7 will be installed\n---> Package libvirt-daemon-driver-storage-core.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-driver-storage-disk.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-driver-storage-gluster.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: /usr/sbin/gluster for package: libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-storage-iscsi.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: iscsi-initiator-utils for package: libvirt-daemon-driver-storage-iscsi-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-storage-logical.x86_64 0:3.2.0-14.el7_4.9 will be installed\n--> Processing Dependency: lvm2 for package: libvirt-daemon-driver-storage-logical-3.2.0-14.el7_4.9.x86_64\n---> Package libvirt-daemon-driver-storage-mpath.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-driver-storage-rbd.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libvirt-daemon-driver-storage-scsi.x86_64 0:3.2.0-14.el7_4.9 will be installed\n---> Package libxcb.x86_64 0:1.12-1.el7 will be installed\n--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64\n---> Package lzop.x86_64 0:1.03-10.el7 will be installed\n---> Package netcf-libs.x86_64 0:0.2.8-4.el7 will be installed\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.18)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.13)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libaugeas.so.0(AUGEAS_0.8.0)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libaugeas.so.0(AUGEAS_0.1.0)(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: bridge-utils for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libxslt.so.1()(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libexslt.so.0()(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n--> Processing Dependency: libaugeas.so.0()(64bit) for package: netcf-libs-0.2.8-4.el7.x86_64\n---> Package nettle.x86_64 0:2.7.1-8.el7 will be installed\n---> Package nmap-ncat.x86_64 2:6.40-7.el7 will be installed\n---> Package numad.x86_64 0:0.5-17.20150602git.el7 will be installed\n---> Package radvd.x86_64 0:1.9.2-9.el7 will be installed\n---> Package rdma-core.x86_64 0:13-7.el7 will be installed\n--> Processing Dependency: pciutils for package: rdma-core-13-7.el7.x86_64\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n---> Package yajl.x86_64 0:2.0.4-4.el7 will be installed\n--> Running transaction check\n---> Package augeas-libs.x86_64 0:1.4.0-2.el7_4.2 will be installed\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed\n---> Package glusterfs-cli.x86_64 0:3.8.4-18.4.el7.centos will be installed\n---> Package gnutls-dane.x86_64 0:3.3.26-9.el7 will be installed\n---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed\n---> Package hwdata.x86_64 0:0.252-8.6.el7 will be installed\n---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-4.el7 will be installed\n--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-4.el7 for package: iscsi-initiator-utils-6.2.0.874-4.el7.x86_64\n---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed\n---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed\n---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed\n---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed\n---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed\n---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed\n---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed\n---> Package lvm2.x86_64 7:2.02.171-8.el7 will be installed\n--> Processing Dependency: lvm2-libs = 7:2.02.171-8.el7 for package: 7:lvm2-2.02.171-8.el7.x86_64\n--> Processing Dependency: device-mapper-persistent-data >= 0.7.0-0.1.rc6 for package: 7:lvm2-2.02.171-8.el7.x86_64\n--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.171-8.el7.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-2.02.171-8.el7.x86_64\n--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.171-8.el7.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-2.02.171-8.el7.x86_64\n---> Package pciutils.x86_64 0:3.5.1-2.el7 will be installed\n---> Package unbound-libs.x86_64 0:1.4.20-34.el7 will be installed\n--> Processing Dependency: libldns.so.1()(64bit) for package: unbound-libs-1.4.20-34.el7.x86_64\n--> Running transaction check\n---> Package device-mapper-event-libs.x86_64 7:1.02.140-8.el7 will be installed\n---> Package device-mapper-persistent-data.x86_64 0:0.7.0-0.1.rc6.el7_4.1 will be installed\n---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-4.el7 will be installed\n---> Package ldns.x86_64 0:1.6.16-10.el7 will be installed\n---> Package lvm2-libs.x86_64 7:2.02.171-8.el7 will be installed\n--> Processing Dependency: device-mapper-event = 7:1.02.140-8.el7 for package: 7:lvm2-libs-2.02.171-8.el7.x86_64\n--> Running transaction check\n---> Package device-mapper-event.x86_64 7:1.02.140-8.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n jq x86_64 1.5-1.el7 epel 153 k\n libvirt x86_64 3.2.0-14.el7_4.9 updates 159 k\n qemu-kvm x86_64 10:1.5.3-141.el7_4.6 updates 1.9 M\nInstalling for dependencies:\n alsa-lib x86_64 1.1.3-3.el7 base 421 k\n augeas-libs x86_64 1.4.0-2.el7_4.2 updates 355 k\n autogen-libopts x86_64 5.18-5.el7 base 66 k\n avahi-libs x86_64 0.6.31-17.el7 base 61 k\n boost-system x86_64 1.53.0-27.el7 base 40 k\n boost-thread x86_64 1.53.0-27.el7 base 57 k\n bridge-utils x86_64 1.5-9.el7 base 32 k\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n celt051 x86_64 0.5.1.3-8.el7 base 53 k\n cyrus-sasl x86_64 2.1.26-21.el7 base 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-21.el7 base 41 k\n device-mapper-event x86_64 7:1.02.140-8.el7 base 180 k\n device-mapper-event-libs x86_64 7:1.02.140-8.el7 base 179 k\n device-mapper-persistent-data x86_64 0.7.0-0.1.rc6.el7_4.1 updates 400 k\n dnsmasq x86_64 2.76-2.el7_4.2 updates 277 k\n ebtables x86_64 2.0.10-15.el7 base 123 k\n flac-libs x86_64 1.3.0-5.el7_1 base 169 k\n fuse-libs x86_64 2.9.2-8.el7 base 93 k\n glusterfs x86_64 3.8.4-18.4.el7.centos base 496 k\n glusterfs-api x86_64 3.8.4-18.4.el7.centos base 69 k\n glusterfs-cli x86_64 3.8.4-18.4.el7.centos base 170 k\n glusterfs-client-xlators x86_64 3.8.4-18.4.el7.centos base 774 k\n glusterfs-libs x86_64 3.8.4-18.4.el7.centos base 361 k\n gnutls x86_64 3.3.26-9.el7 base 677 k\n gnutls-dane x86_64 3.3.26-9.el7 base 34 k\n gnutls-utils x86_64 3.3.26-9.el7 base 237 k\n gperftools-libs x86_64 2.4-8.el7 base 272 k\n gsm x86_64 1.0.13-11.el7 base 30 k\n hwdata x86_64 0.252-8.6.el7 base 2.2 M\n ipxe-roms-qemu noarch 20170123-1.git4e85b27.el7_4.1\n updates 759 k\n iscsi-initiator-utils x86_64 6.2.0.874-4.el7 base 420 k\n iscsi-initiator-utils-iscsiuio x86_64 6.2.0.874-4.el7 base 90 k\n ldns x86_64 1.6.16-10.el7 base 476 k\n libICE x86_64 1.0.9-9.el7 base 66 k\n libSM x86_64 1.2.2-2.el7 base 39 k\n libX11 x86_64 1.6.5-1.el7 base 606 k\n libX11-common noarch 1.6.5-1.el7 base 164 k\n libXau x86_64 1.0.8-2.1.el7 base 29 k\n libXext x86_64 1.3.3-3.el7 base 39 k\n libXi x86_64 1.7.9-1.el7 base 40 k\n libXtst x86_64 1.2.3-1.el7 base 20 k\n libaio x86_64 0.3.109-13.el7 base 24 k\n libasyncns x86_64 0.8-7.el7 base 26 k\n libibverbs x86_64 13-7.el7 base 194 k\n libiscsi x86_64 1.9.0-7.el7 base 60 k\n libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k\n libogg x86_64 2:1.3.0-7.el7 base 24 k\n libpcap x86_64 14:1.5.3-9.el7 base 138 k\n libpciaccess x86_64 0.13.4-3.1.el7_4 updates 26 k\n libpng x86_64 2:1.5.13-7.el7_2 base 213 k\n librados2 x86_64 1:0.94.5-2.el7 base 1.7 M\n librbd1 x86_64 1:0.94.5-2.el7 base 1.8 M\n librdmacm x86_64 13-7.el7 base 59 k\n libsndfile x86_64 1.0.25-10.el7 base 149 k\n libunwind x86_64 2:1.2-2.el7 base 57 k\n libusbx x86_64 1.0.20-1.el7 base 61 k\n libvirt-client x86_64 3.2.0-14.el7_4.9 updates 441 k\n libvirt-daemon x86_64 3.2.0-14.el7_4.9 updates 767 k\n libvirt-daemon-config-network x86_64 3.2.0-14.el7_4.9 updates 160 k\n libvirt-daemon-config-nwfilter x86_64 3.2.0-14.el7_4.9 updates 166 k\n libvirt-daemon-driver-interface x86_64 3.2.0-14.el7_4.9 updates 206 k\n libvirt-daemon-driver-lxc x86_64 3.2.0-14.el7_4.9 updates 867 k\n libvirt-daemon-driver-network x86_64 3.2.0-14.el7_4.9 updates 370 k\n libvirt-daemon-driver-nodedev x86_64 3.2.0-14.el7_4.9 updates 207 k\n libvirt-daemon-driver-nwfilter x86_64 3.2.0-14.el7_4.9 updates 229 k\n libvirt-daemon-driver-qemu x86_64 3.2.0-14.el7_4.9 updates 685 k\n libvirt-daemon-driver-secret x86_64 3.2.0-14.el7_4.9 updates 196 k\n libvirt-daemon-driver-storage x86_64 3.2.0-14.el7_4.9 updates 159 k\n libvirt-daemon-driver-storage-core x86_64 3.2.0-14.el7_4.9 updates 385 k\n libvirt-daemon-driver-storage-disk x86_64 3.2.0-14.el7_4.9 updates 167 k\n libvirt-daemon-driver-storage-gluster\n x86_64 3.2.0-14.el7_4.9 updates 168 k\n libvirt-daemon-driver-storage-iscsi x86_64 3.2.0-14.el7_4.9 updates 165 k\n libvirt-daemon-driver-storage-logical\n x86_64 3.2.0-14.el7_4.9 updates 168 k\n libvirt-daemon-driver-storage-mpath x86_64 3.2.0-14.el7_4.9 updates 163 k\n libvirt-daemon-driver-storage-rbd x86_64 3.2.0-14.el7_4.9 updates 170 k\n libvirt-daemon-driver-storage-scsi x86_64 3.2.0-14.el7_4.9 updates 164 k\n libvirt-libs x86_64 3.2.0-14.el7_4.9 updates 4.1 M\n libvorbis x86_64 1:1.3.3-8.el7 base 204 k\n libxcb x86_64 1.12-1.el7 base 211 k\n libxslt x86_64 1.1.28-5.el7 base 242 k\n lvm2 x86_64 7:2.02.171-8.el7 base 1.3 M\n lvm2-libs x86_64 7:2.02.171-8.el7 base 1.0 M\n lzop x86_64 1.03-10.el7 base 54 k\n netcf-libs x86_64 0.2.8-4.el7 base 70 k\n nettle x86_64 2.7.1-8.el7 base 327 k\n nmap-ncat x86_64 2:6.40-7.el7 base 201 k\n numad x86_64 0.5-17.20150602git.el7\n base 35 k\n oniguruma x86_64 5.9.5-3.el7 epel 129 k\n pciutils x86_64 3.5.1-2.el7 base 93 k\n pixman x86_64 0.34.0-1.el7 base 248 k\n pulseaudio-libs x86_64 10.0-3.el7 base 650 k\n qemu-img x86_64 10:1.5.3-141.el7_4.6 updates 678 k\n qemu-kvm-common x86_64 10:1.5.3-141.el7_4.6 updates 416 k\n radvd x86_64 1.9.2-9.el7 base 85 k\n rdma-core x86_64 13-7.el7 base 43 k\n seabios-bin noarch 1.10.2-3.el7_4.1 updates 104 k\n seavgabios-bin noarch 1.10.2-3.el7_4.1 updates 37 k\n sgabios-bin noarch 1:0.20110622svn-4.el7 base 7.1 k\n spice-server x86_64 0.12.8-2.el7.1 updates 398 k\n trousers x86_64 0.3.14-2.el7 base 289 k\n unbound-libs x86_64 1.4.20-34.el7 base 299 k\n usbredir x86_64 0.7.1-2.el7 base 47 k\n yajl x86_64 2.0.4-4.el7 base 39 k\n\nTransaction Summary\n================================================================================\nInstall 3 Packages (+103 Dependent packages)\n\nTotal download size: 34 M\nInstalled size: 112 M\nDownloading packages:\nPublic key for jq-1.5-1.el7.x86_64.rpm is not installed\n--------------------------------------------------------------------------------\nTotal 5.2 MB/s | 34 MB 00:06 \nRetrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : glusterfs-libs-3.8.4-18.4.el7.centos.x86_64 1/106 \n Installing : yajl-2.0.4-4.el7.x86_64 2/106 \n Installing : 2:libogg-1.3.0-7.el7.x86_64 3/106 \n Installing : avahi-libs-0.6.31-17.el7.x86_64 4/106 \n Installing : libaio-0.3.109-13.el7.x86_64 5/106 \n Installing : 7:device-mapper-event-libs-1.02.140-8.el7.x86_64 6/106 \n Installing : 14:libpcap-1.5.3-9.el7.x86_64 7/106 \n Installing : boost-system-1.53.0-27.el7.x86_64 8/106 \n Installing : nettle-2.7.1-8.el7.x86_64 9/106 \n Installing : boost-thread-1.53.0-27.el7.x86_64 10/106 \n Installing : 1:librados2-0.94.5-2.el7.x86_64 11/106 \n Installing : 1:librbd1-0.94.5-2.el7.x86_64 12/106 \n Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-4.el7.x86_64 13/106 \n Installing : iscsi-initiator-utils-6.2.0.874-4.el7.x86_64 14/106 \n Installing : hwdata-0.252-8.6.el7.x86_64 15/106 \n Installing : libiscsi-1.9.0-7.el7.x86_64 16/106 \n Installing : pixman-0.34.0-1.el7.x86_64 17/106 \n Installing : libusbx-1.0.20-1.el7.x86_64 18/106 \n Installing : libICE-1.0.9-9.el7.x86_64 19/106 \n Installing : libSM-1.2.2-2.el7.x86_64 20/106 \n Installing : usbredir-0.7.1-2.el7.x86_64 21/106 \n Installing : libpciaccess-0.13.4-3.1.el7_4.x86_64 22/106 \n Installing : pciutils-3.5.1-2.el7.x86_64 23/106 \n Installing : rdma-core-13-7.el7.x86_64 24/106 \n Installing : libibverbs-13-7.el7.x86_64 25/106 \n Installing : librdmacm-13-7.el7.x86_64 26/106 \n Installing : ldns-1.6.16-10.el7.x86_64 27/106 \n Installing : unbound-libs-1.4.20-34.el7.x86_64 28/106 \n Installing : 2:nmap-ncat-6.40-7.el7.x86_64 29/106 \n Installing : 7:device-mapper-event-1.02.140-8.el7.x86_64 30/106 \n Installing : 7:lvm2-libs-2.02.171-8.el7.x86_64 31/106 \n Installing : device-mapper-persistent-data-0.7.0-0.1.rc6.el7_4.1.x8 32/106 \n Installing : 7:lvm2-2.02.171-8.el7.x86_64 33/106 \nCreated symlink from /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket to /usr/lib/systemd/system/lvm2-lvmpolld.socket.\n Installing : 1:libvorbis-1.3.3-8.el7.x86_64 34/106 \n Installing : celt051-0.5.1.3-8.el7.x86_64 35/106 \n Installing : flac-libs-1.3.0-5.el7_1.x86_64 36/106 \n Installing : glusterfs-3.8.4-18.4.el7.centos.x86_64 37/106 \n Installing : glusterfs-client-xlators-3.8.4-18.4.el7.centos.x86_64 38/106 \n Installing : glusterfs-api-3.8.4-18.4.el7.centos.x86_64 39/106 \n Installing : glusterfs-cli-3.8.4-18.4.el7.centos.x86_64 40/106 \n Installing : cyrus-sasl-2.1.26-21.el7.x86_64 41/106 \n Installing : seabios-bin-1.10.2-3.el7_4.1.noarch 42/106 \n Installing : dnsmasq-2.76-2.el7_4.2.x86_64 43/106 \n Installing : fuse-libs-2.9.2-8.el7.x86_64 44/106 \n Installing : libasyncns-0.8-7.el7.x86_64 45/106 \n Installing : seavgabios-bin-1.10.2-3.el7_4.1.noarch 46/106 \n Installing : libX11-common-1.6.5-1.el7.noarch 47/106 \n Installing : numad-0.5-17.20150602git.el7.x86_64 48/106 \n Installing : libxslt-1.1.28-5.el7.x86_64 49/106 \n Installing : radvd-1.9.2-9.el7.x86_64 50/106 \n Installing : ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch 51/106 \n Installing : lzop-1.03-10.el7.x86_64 52/106 \n Installing : 1:sgabios-bin-0.20110622svn-4.el7.noarch 53/106 \n Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 54/106 \n Installing : spice-server-0.12.8-2.el7.1.x86_64 55/106 \n Installing : alsa-lib-1.1.3-3.el7.x86_64 56/106 \n Installing : augeas-libs-1.4.0-2.el7_4.2.x86_64 57/106 \n Installing : 2:libunwind-1.2-2.el7.x86_64 58/106 \n Installing : gperftools-libs-2.4-8.el7.x86_64 59/106 \n Installing : 10:qemu-img-1.5.3-141.el7_4.6.x86_64 60/106 \n Installing : 10:qemu-kvm-common-1.5.3-141.el7_4.6.x86_64 61/106 \n Installing : bridge-utils-1.5-9.el7.x86_64 62/106 \n Installing : netcf-libs-0.2.8-4.el7.x86_64 63/106 \n Installing : gsm-1.0.13-11.el7.x86_64 64/106 \n Installing : libsndfile-1.0.25-10.el7.x86_64 65/106 \n Installing : cyrus-sasl-gssapi-2.1.26-21.el7.x86_64 66/106 \n Installing : bzip2-1.0.6-13.el7.x86_64 67/106 \n Installing : autogen-libopts-5.18-5.el7.x86_64 68/106 \n Installing : trousers-0.3.14-2.el7.x86_64 69/106 \n Installing : gnutls-3.3.26-9.el7.x86_64 70/106 \n Installing : libvirt-libs-3.2.0-14.el7_4.9.x86_64 71/106 \n Installing : libvirt-daemon-3.2.0-14.el7_4.9.x86_64 72/106 \n Installing : libvirt-daemon-driver-storage-core-3.2.0-14.el7_4.9.x8 73/106 \n Installing : libvirt-daemon-driver-network-3.2.0-14.el7_4.9.x86_64 74/106 \n Installing : libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64 75/106 \n Installing : libvirt-daemon-config-network-3.2.0-14.el7_4.9.x86_64 76/106 \n Installing : libvirt-daemon-driver-qemu-3.2.0-14.el7_4.9.x86_64 77/106 \n Installing : libvirt-daemon-driver-storage-disk-3.2.0-14.el7_4.9.x8 78/106 \n Installing : libvirt-daemon-driver-storage-mpath-3.2.0-14.el7_4.9.x 79/106 \n Installing : libvirt-daemon-driver-storage-rbd-3.2.0-14.el7_4.9.x86 80/106 \n Installing : libvirt-daemon-driver-storage-iscsi-3.2.0-14.el7_4.9.x 81/106 \n Installing : libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.9 82/106 \n Installing : libvirt-daemon-driver-storage-logical-3.2.0-14.el7_4.9 83/106 \n Installing : libvirt-daemon-driver-storage-scsi-3.2.0-14.el7_4.9.x8 84/106 \n Installing : libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64 85/106 \n Installing : libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_6 86/106 \n Installing : libvirt-daemon-driver-secret-3.2.0-14.el7_4.9.x86_64 87/106 \n Installing : libvirt-daemon-driver-nodedev-3.2.0-14.el7_4.9.x86_64 88/106 \n Installing : gnutls-dane-3.3.26-9.el7.x86_64 89/106 \n Installing : gnutls-utils-3.3.26-9.el7.x86_64 90/106 \n Installing : libvirt-client-3.2.0-14.el7_4.9.x86_64 91/106 \n Installing : oniguruma-5.9.5-3.el7.x86_64 92/106 \n Installing : libXau-1.0.8-2.1.el7.x86_64 93/106 \n Installing : libxcb-1.12-1.el7.x86_64 94/106 \n Installing : libX11-1.6.5-1.el7.x86_64 95/106 \n Installing : libXext-1.3.3-3.el7.x86_64 96/106 \n Installing : libXi-1.7.9-1.el7.x86_64 97/106 \n Installing : libXtst-1.2.3-1.el7.x86_64 98/106 \n Installing : pulseaudio-libs-10.0-3.el7.x86_64 99/106 \n Installing : ebtables-2.0.10-15.el7.x86_64 100/106 \n Installing : libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.9.x86_64 101/106 \n Installing : libvirt-daemon-config-nwfilter-3.2.0-14.el7_4.9.x86_64 102/106 \n Installing : 2:libpng-1.5.13-7.el7_2.x86_64 103/106 \n Installing : 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64 104/106 \n Installing : libvirt-3.2.0-14.el7_4.9.x86_64 105/106 \n Installing : jq-1.5-1.el7.x86_64 106/106 \n Verifying : libXext-1.3.3-3.el7.x86_64 1/106 \n Verifying : libvirt-daemon-driver-storage-disk-3.2.0-14.el7_4.9.x8 2/106 \n Verifying : libvirt-client-3.2.0-14.el7_4.9.x86_64 3/106 \n Verifying : libXi-1.7.9-1.el7.x86_64 4/106 \n Verifying : ldns-1.6.16-10.el7.x86_64 5/106 \n Verifying : 10:qemu-kvm-1.5.3-141.el7_4.6.x86_64 6/106 \n Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 7/106 \n Verifying : libvirt-libs-3.2.0-14.el7_4.9.x86_64 8/106 \n Verifying : nettle-2.7.1-8.el7.x86_64 9/106 \n Verifying : iscsi-initiator-utils-6.2.0.874-4.el7.x86_64 10/106 \n Verifying : 10:qemu-img-1.5.3-141.el7_4.6.x86_64 11/106 \n Verifying : libvirt-daemon-driver-storage-mpath-3.2.0-14.el7_4.9.x 12/106 \n Verifying : unbound-libs-1.4.20-34.el7.x86_64 13/106 \n Verifying : boost-thread-1.53.0-27.el7.x86_64 14/106 \n Verifying : 7:lvm2-2.02.171-8.el7.x86_64 15/106 \n Verifying : libvirt-daemon-driver-storage-3.2.0-14.el7_4.9.x86_64 16/106 \n Verifying : gperftools-libs-2.4-8.el7.x86_64 17/106 \n Verifying : yajl-2.0.4-4.el7.x86_64 18/106 \n Verifying : libvirt-daemon-driver-interface-3.2.0-14.el7_4.9.x86_6 19/106 \n Verifying : libvirt-daemon-driver-storage-rbd-3.2.0-14.el7_4.9.x86 20/106 \n Verifying : libvirt-daemon-driver-storage-iscsi-3.2.0-14.el7_4.9.x 21/106 \n Verifying : ebtables-2.0.10-15.el7.x86_64 22/106 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 23/106 \n Verifying : 1:librados2-0.94.5-2.el7.x86_64 24/106 \n Verifying : oniguruma-5.9.5-3.el7.x86_64 25/106 \n Verifying : libvirt-daemon-driver-secret-3.2.0-14.el7_4.9.x86_64 26/106 \n Verifying : trousers-0.3.14-2.el7.x86_64 27/106 \n Verifying : boost-system-1.53.0-27.el7.x86_64 28/106 \n Verifying : libICE-1.0.9-9.el7.x86_64 29/106 \n Verifying : libvirt-daemon-driver-lxc-3.2.0-14.el7_4.9.x86_64 30/106 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 31/106 \n Verifying : 2:nmap-ncat-6.40-7.el7.x86_64 32/106 \n Verifying : avahi-libs-0.6.31-17.el7.x86_64 33/106 \n Verifying : libvirt-daemon-config-network-3.2.0-14.el7_4.9.x86_64 34/106 \n Verifying : bzip2-1.0.6-13.el7.x86_64 35/106 \n Verifying : libvirt-daemon-3.2.0-14.el7_4.9.x86_64 36/106 \n Verifying : libXtst-1.2.3-1.el7.x86_64 37/106 \n Verifying : libusbx-1.0.20-1.el7.x86_64 38/106 \n Verifying : gnutls-dane-3.3.26-9.el7.x86_64 39/106 \n Verifying : libxcb-1.12-1.el7.x86_64 40/106 \n Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-4.el7.x86_64 41/106 \n Verifying : libvirt-daemon-driver-qemu-3.2.0-14.el7_4.9.x86_64 42/106 \n Verifying : cyrus-sasl-gssapi-2.1.26-21.el7.x86_64 43/106 \n Verifying : gsm-1.0.13-11.el7.x86_64 44/106 \n Verifying : libvirt-daemon-driver-nodedev-3.2.0-14.el7_4.9.x86_64 45/106 \n Verifying : bridge-utils-1.5-9.el7.x86_64 46/106 \n Verifying : device-mapper-persistent-data-0.7.0-0.1.rc6.el7_4.1.x8 47/106 \n Verifying : 2:libogg-1.3.0-7.el7.x86_64 48/106 \n Verifying : glusterfs-3.8.4-18.4.el7.centos.x86_64 49/106 \n Verifying : pixman-0.34.0-1.el7.x86_64 50/106 \n Verifying : 2:libunwind-1.2-2.el7.x86_64 51/106 \n Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 52/106 \n Verifying : libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.9 53/106 \n Verifying : libvirt-daemon-driver-storage-logical-3.2.0-14.el7_4.9 54/106 \n Verifying : pulseaudio-libs-10.0-3.el7.x86_64 55/106 \n Verifying : augeas-libs-1.4.0-2.el7_4.2.x86_64 56/106 \n Verifying : libsndfile-1.0.25-10.el7.x86_64 57/106 \n Verifying : alsa-lib-1.1.3-3.el7.x86_64 58/106 \n Verifying : libX11-1.6.5-1.el7.x86_64 59/106 \n Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 60/106 \n Verifying : jq-1.5-1.el7.x86_64 61/106 \n Verifying : 14:libpcap-1.5.3-9.el7.x86_64 62/106 \n Verifying : spice-server-0.12.8-2.el7.1.x86_64 63/106 \n Verifying : libpciaccess-0.13.4-3.1.el7_4.x86_64 64/106 \n Verifying : 1:sgabios-bin-0.20110622svn-4.el7.noarch 65/106 \n Verifying : lzop-1.03-10.el7.x86_64 66/106 \n Verifying : 7:device-mapper-event-libs-1.02.140-8.el7.x86_64 67/106 \n Verifying : ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch 68/106 \n Verifying : glusterfs-client-xlators-3.8.4-18.4.el7.centos.x86_64 69/106 \n Verifying : libaio-0.3.109-13.el7.x86_64 70/106 \n Verifying : 10:qemu-kvm-common-1.5.3-141.el7_4.6.x86_64 71/106 \n Verifying : gnutls-3.3.26-9.el7.x86_64 72/106 \n Verifying : pciutils-3.5.1-2.el7.x86_64 73/106 \n Verifying : radvd-1.9.2-9.el7.x86_64 74/106 \n Verifying : glusterfs-api-3.8.4-18.4.el7.centos.x86_64 75/106 \n Verifying : libiscsi-1.9.0-7.el7.x86_64 76/106 \n Verifying : libvirt-daemon-driver-storage-core-3.2.0-14.el7_4.9.x8 77/106 \n Verifying : libvirt-daemon-config-nwfilter-3.2.0-14.el7_4.9.x86_64 78/106 \n Verifying : libxslt-1.1.28-5.el7.x86_64 79/106 \n Verifying : numad-0.5-17.20150602git.el7.x86_64 80/106 \n Verifying : libX11-common-1.6.5-1.el7.noarch 81/106 \n Verifying : libibverbs-13-7.el7.x86_64 82/106 \n Verifying : libSM-1.2.2-2.el7.x86_64 83/106 \n Verifying : celt051-0.5.1.3-8.el7.x86_64 84/106 \n Verifying : 7:device-mapper-event-1.02.140-8.el7.x86_64 85/106 \n Verifying : glusterfs-libs-3.8.4-18.4.el7.centos.x86_64 86/106 \n Verifying : libvirt-3.2.0-14.el7_4.9.x86_64 87/106 \n Verifying : rdma-core-13-7.el7.x86_64 88/106 \n Verifying : libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.9.x86_64 89/106 \n Verifying : seavgabios-bin-1.10.2-3.el7_4.1.noarch 90/106 \n Verifying : libasyncns-0.8-7.el7.x86_64 91/106 \n Verifying : glusterfs-cli-3.8.4-18.4.el7.centos.x86_64 92/106 \n Verifying : usbredir-0.7.1-2.el7.x86_64 93/106 \n Verifying : librdmacm-13-7.el7.x86_64 94/106 \n Verifying : netcf-libs-0.2.8-4.el7.x86_64 95/106 \n Verifying : flac-libs-1.3.0-5.el7_1.x86_64 96/106 \n Verifying : 1:librbd1-0.94.5-2.el7.x86_64 97/106 \n Verifying : 7:lvm2-libs-2.02.171-8.el7.x86_64 98/106 \n Verifying : gnutls-utils-3.3.26-9.el7.x86_64 99/106 \n Verifying : fuse-libs-2.9.2-8.el7.x86_64 100/106 \n Verifying : libvirt-daemon-driver-storage-scsi-3.2.0-14.el7_4.9.x8 101/106 \n Verifying : libvirt-daemon-driver-network-3.2.0-14.el7_4.9.x86_64 102/106 \n Verifying : dnsmasq-2.76-2.el7_4.2.x86_64 103/106 \n Verifying : hwdata-0.252-8.6.el7.x86_64 104/106 \n Verifying : seabios-bin-1.10.2-3.el7_4.1.noarch 105/106 \n Verifying : cyrus-sasl-2.1.26-21.el7.x86_64 106/106 \n\nInstalled:\n jq.x86_64 0:1.5-1.el7 libvirt.x86_64 0:3.2.0-14.el7_4.9 \n qemu-kvm.x86_64 10:1.5.3-141.el7_4.6 \n\nDependency Installed:\n alsa-lib.x86_64 0:1.1.3-3.el7 \n augeas-libs.x86_64 0:1.4.0-2.el7_4.2 \n autogen-libopts.x86_64 0:5.18-5.el7 \n avahi-libs.x86_64 0:0.6.31-17.el7 \n boost-system.x86_64 0:1.53.0-27.el7 \n boost-thread.x86_64 0:1.53.0-27.el7 \n bridge-utils.x86_64 0:1.5-9.el7 \n bzip2.x86_64 0:1.0.6-13.el7 \n celt051.x86_64 0:0.5.1.3-8.el7 \n cyrus-sasl.x86_64 0:2.1.26-21.el7 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-21.el7 \n device-mapper-event.x86_64 7:1.02.140-8.el7 \n device-mapper-event-libs.x86_64 7:1.02.140-8.el7 \n device-mapper-persistent-data.x86_64 0:0.7.0-0.1.rc6.el7_4.1 \n dnsmasq.x86_64 0:2.76-2.el7_4.2 \n ebtables.x86_64 0:2.0.10-15.el7 \n flac-libs.x86_64 0:1.3.0-5.el7_1 \n fuse-libs.x86_64 0:2.9.2-8.el7 \n glusterfs.x86_64 0:3.8.4-18.4.el7.centos \n glusterfs-api.x86_64 0:3.8.4-18.4.el7.centos \n glusterfs-cli.x86_64 0:3.8.4-18.4.el7.centos \n glusterfs-client-xlators.x86_64 0:3.8.4-18.4.el7.centos \n glusterfs-libs.x86_64 0:3.8.4-18.4.el7.centos \n gnutls.x86_64 0:3.3.26-9.el7 \n gnutls-dane.x86_64 0:3.3.26-9.el7 \n gnutls-utils.x86_64 0:3.3.26-9.el7 \n gperftools-libs.x86_64 0:2.4-8.el7 \n gsm.x86_64 0:1.0.13-11.el7 \n hwdata.x86_64 0:0.252-8.6.el7 \n ipxe-roms-qemu.noarch 0:20170123-1.git4e85b27.el7_4.1 \n iscsi-initiator-utils.x86_64 0:6.2.0.874-4.el7 \n iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-4.el7 \n ldns.x86_64 0:1.6.16-10.el7 \n libICE.x86_64 0:1.0.9-9.el7 \n libSM.x86_64 0:1.2.2-2.el7 \n libX11.x86_64 0:1.6.5-1.el7 \n libX11-common.noarch 0:1.6.5-1.el7 \n libXau.x86_64 0:1.0.8-2.1.el7 \n libXext.x86_64 0:1.3.3-3.el7 \n libXi.x86_64 0:1.7.9-1.el7 \n libXtst.x86_64 0:1.2.3-1.el7 \n libaio.x86_64 0:0.3.109-13.el7 \n libasyncns.x86_64 0:0.8-7.el7 \n libibverbs.x86_64 0:13-7.el7 \n libiscsi.x86_64 0:1.9.0-7.el7 \n libjpeg-turbo.x86_64 0:1.2.90-5.el7 \n libogg.x86_64 2:1.3.0-7.el7 \n libpcap.x86_64 14:1.5.3-9.el7 \n libpciaccess.x86_64 0:0.13.4-3.1.el7_4 \n libpng.x86_64 2:1.5.13-7.el7_2 \n librados2.x86_64 1:0.94.5-2.el7 \n librbd1.x86_64 1:0.94.5-2.el7 \n librdmacm.x86_64 0:13-7.el7 \n libsndfile.x86_64 0:1.0.25-10.el7 \n libunwind.x86_64 2:1.2-2.el7 \n libusbx.x86_64 0:1.0.20-1.el7 \n libvirt-client.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-config-network.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-config-nwfilter.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-interface.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-lxc.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-network.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-nodedev.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-nwfilter.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-qemu.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-secret.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-core.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-disk.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-gluster.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-iscsi.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-logical.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-mpath.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-rbd.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-daemon-driver-storage-scsi.x86_64 0:3.2.0-14.el7_4.9 \n libvirt-libs.x86_64 0:3.2.0-14.el7_4.9 \n libvorbis.x86_64 1:1.3.3-8.el7 \n libxcb.x86_64 0:1.12-1.el7 \n libxslt.x86_64 0:1.1.28-5.el7 \n lvm2.x86_64 7:2.02.171-8.el7 \n lvm2-libs.x86_64 7:2.02.171-8.el7 \n lzop.x86_64 0:1.03-10.el7 \n netcf-libs.x86_64 0:0.2.8-4.el7 \n nettle.x86_64 0:2.7.1-8.el7 \n nmap-ncat.x86_64 2:6.40-7.el7 \n numad.x86_64 0:0.5-17.20150602git.el7 \n oniguruma.x86_64 0:5.9.5-3.el7 \n pciutils.x86_64 0:3.5.1-2.el7 \n pixman.x86_64 0:0.34.0-1.el7 \n pulseaudio-libs.x86_64 0:10.0-3.el7 \n qemu-img.x86_64 10:1.5.3-141.el7_4.6 \n qemu-kvm-common.x86_64 10:1.5.3-141.el7_4.6 \n radvd.x86_64 0:1.9.2-9.el7 \n rdma-core.x86_64 0:13-7.el7 \n seabios-bin.noarch 0:1.10.2-3.el7_4.1 \n seavgabios-bin.noarch 0:1.10.2-3.el7_4.1 \n sgabios-bin.noarch 1:0.20110622svn-4.el7 \n spice-server.x86_64 0:0.12.8-2.el7.1 \n trousers.x86_64 0:0.3.14-2.el7 \n unbound-libs.x86_64 0:1.4.20-34.el7 \n usbredir.x86_64 0:0.7.1-2.el7 \n yajl.x86_64 0:2.0.4-4.el7 \n\nComplete!\n"]}
2018-04-03 16:45:37,143 process L0395 DEBUG| [stdout]
2018-04-03 16:45:37,143 process L0395 DEBUG| [stdout] TASK [prereqs : Pull down kvm plugin] ******************************************
2018-04-03 16:45:37,143 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:3
2018-04-03 16:45:46,485 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "checksum_dest": null, "checksum_src": "0eb11f2b05e54b1ef51ab80e897e051e2c6e137c", "dest": "/usr/local/bin/docker-machine-driver-kvm", "gid": 0, "group": "root", "md5sum": "519d29300df740a73c90d048e5df43fb", "mode": "01363", "msg": "OK (12096944 bytes)", "owner": "root", "secontext": "system_u:object_r:bin_t:s0", "size": 12096944, "src": "/tmp/tmp9mRzkz", "state": "file", "status_code": 200, "uid": 0, "url": "https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.7.0/docker-machine-driver-kvm"}
2018-04-03 16:45:46,495 process L0395 DEBUG| [stdout]
2018-04-03 16:45:46,496 process L0395 DEBUG| [stdout] TASK [prereqs : Install pre-requesites for dnf support for Fedora] *************
2018-04-03 16:45:46,496 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:2
2018-04-03 16:45:46,518 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:45:46,529 process L0395 DEBUG| [stdout]
2018-04-03 16:45:46,529 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on CentOS] *******************
2018-04-03 16:45:46,530 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:7
2018-04-03 16:45:46,588 process L0395 DEBUG| [stdout] skipping: [localhost] => (item=[]) => {"changed": false, "item": [], "skip_reason": "Conditional result was False"}
2018-04-03 16:45:46,601 process L0395 DEBUG| [stdout]
2018-04-03 16:45:46,601 process L0395 DEBUG| [stdout] TASK [prereqs : Check if EPEL is installed for non Fedora distros] *************
2018-04-03 16:45:46,601 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:20
2018-04-03 16:45:48,851 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "rpm -qa | grep epel-release", "delta": "0:00:00.447097", "end": "2018-04-03 14:45:48.666144", "rc": 0, "start": "2018-04-03 14:45:48.219047", "stderr": "", "stderr_lines": [], "stdout": "epel-release-7-11.noarch", "stdout_lines": ["epel-release-7-11.noarch"]}
2018-04-03 16:45:48,863 process L0395 DEBUG| [stdout]
2018-04-03 16:45:48,863 process L0395 DEBUG| [stdout] TASK [prereqs : Pull down the EPEL for for non Fedora distros] *****************
2018-04-03 16:45:48,864 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:27
2018-04-03 16:45:48,886 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:45:48,897 process L0395 DEBUG| [stdout]
2018-04-03 16:45:48,897 process L0395 DEBUG| [stdout] TASK [prereqs : Install EPEL for non Fedora distros] ***************************
2018-04-03 16:45:48,898 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:33
2018-04-03 16:45:48,920 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:45:48,939 process L0395 DEBUG| [stdout]
2018-04-03 16:45:48,939 process L0395 DEBUG| [stdout] TASK [prereqs : Install libvirt, qemu-kvm, and jq on CentOS] *******************
2018-04-03 16:45:48,940 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_virtual_reqs.yml:38
2018-04-03 16:45:52,341 process L0395 DEBUG| [stdout] ok: [localhost] => (item=[u'libvirt', u'qemu-kvm', u'jq', u'libselinux-python', u'git']) => {"changed": false, "item": ["libvirt", "qemu-kvm", "jq", "libselinux-python", "git"], "msg": "", "rc": 0, "results": ["libvirt-3.2.0-14.el7_4.9.x86_64 providing libvirt is already installed", "10:qemu-kvm-1.5.3-141.el7_4.6.x86_64 providing qemu-kvm is already installed", "jq-1.5-1.el7.x86_64 providing jq is already installed", "libselinux-python-2.5-11.el7.x86_64 providing libselinux-python is already installed", "git-1.8.3.1-12.el7_4.x86_64 providing git is already installed"]}
2018-04-03 16:45:52,353 process L0395 DEBUG| [stdout]
2018-04-03 16:45:52,353 process L0395 DEBUG| [stdout] TASK [prereqs : Start and enable libvirtd] *************************************
2018-04-03 16:45:52,353 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:12
2018-04-03 16:45:55,121 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "enabled": true, "name": "libvirtd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice virtlockd.socket iscsid.service remote-fs.target apparmor.service network.target systemd-journald.socket virtlogd.service dbus.service virtlockd.service virtlogd.socket local-fs.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target libvirt-guests.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Virtualization daemon", "DevicePolicy": "auto", "Documentation": "man:libvirtd(8) http://libvirt.org", "EnvironmentFile": "/etc/sysconfig/libvirtd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/libvirtd.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "libvirtd.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "8192", "LimitNPROC": "27097", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "27097", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "libvirtd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "virtlogd.socket virtlockd.socket basic.target", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target libvirt-guests.service", "Wants": "system.slice", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}}
2018-04-03 16:45:55,132 process L0395 DEBUG| [stdout]
2018-04-03 16:45:55,132 process L0395 DEBUG| [stdout] TASK [prereqs : Add user avocado to the libvirt group] *************************
2018-04-03 16:45:55,133 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:19
2018-04-03 16:45:57,305 process L0395 DEBUG| [stdout] changed: [localhost] => {"append": true, "changed": true, "comment": "Cloud User", "group": 1000, "groups": "libvirt", "home": "/home/avocado", "move_home": false, "name": "avocado", "shell": "/bin/bash", "state": "present", "uid": 1000}
2018-04-03 16:45:57,316 process L0395 DEBUG| [stdout]
2018-04-03 16:45:57,316 process L0395 DEBUG| [stdout] TASK [prereqs : Newgroup libvirt] **********************************************
2018-04-03 16:45:57,316 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/prereqs/tasks/install_kvm_plugin.yml:26
2018-04-03 16:45:59,217 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "comment": "", "create_home": true, "group": 100, "home": "/home/libvirt", "name": "libvirt", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1001}
2018-04-03 16:45:59,233 process L0395 DEBUG| [stdout]
2018-04-03 16:45:59,233 process L0395 DEBUG| [stdout] TASK [minishift : Is minishift binary present in /home/avocado/.contra-env-setup/minishift] ***
2018-04-03 16:45:59,233 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:5
2018-04-03 16:46:01,056 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "stat": {"exists": false}}
2018-04-03 16:46:01,066 process L0395 DEBUG| [stdout]
2018-04-03 16:46:01,066 process L0395 DEBUG| [stdout] TASK [minishift : Query for minishift compressed binary] ***********************
2018-04-03 16:46:01,066 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml:4
2018-04-03 16:46:03,924 process L0395 DEBUG| [stderr] [WARNING]: Consider using the get_url or uri module rather than running curl.
2018-04-03 16:46:03,924 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "curl -s https://github.com/minishift/minishift/releases/v1.12.0 | grep 'minishift-.*-linux.*' | head -1 | sed 's/.*<a href=\"\\(.*\\)\" .*/https:\\/\\/github.com\\1/'", "delta": "0:00:00.992118", "end": "2018-04-03 14:46:03.740362", "rc": 0, "start": "2018-04-03 14:46:02.748244", "stderr": "", "stderr_lines": [], "stdout": "https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz", "stdout_lines": ["https://github.com/minishift/minishift/releases/download/v1.12.0/minishift-1.12.0-linux-amd64.tgz"]}
2018-04-03 16:46:03,924 process L0395 DEBUG| [stderr] If you need to use command because get_url or uri is insufficient you can add
2018-04-03 16:46:03,924 process L0395 DEBUG| [stderr] warn=False to this command task or set command_warnings=False in ansible.cfg to
2018-04-03 16:46:03,925 process L0395 DEBUG| [stderr] get rid of this message.
2018-04-03 16:46:03,940 process L0395 DEBUG| [stdout]
2018-04-03 16:46:03,940 process L0395 DEBUG| [stdout] TASK [minishift : Pull down and extract minishift binary to /home/avocado/.contra-env-setup/minishift] ***
2018-04-03 16:46:03,940 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml:8
2018-04-03 16:46:13,721 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "dest": "/home/avocado/.contra-env-setup/minishift", "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/home/avocado/.contra-env-setup/minishift", "-z", "-f", "/tmp/ansible_NoUY4C/minishift-1.12.0-linux-amd64.tgz"], "err": "", "out": "", "rc": 0}, "gid": 1000, "group": "avocado", "handler": "TgzArchive", "mode": "0775", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 63, "src": "/tmp/ansible_NoUY4C/minishift-1.12.0-linux-amd64.tgz", "state": "directory", "uid": 1000}
2018-04-03 16:46:13,732 process L0395 DEBUG| [stdout]
2018-04-03 16:46:13,732 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift_src_dir fact] **********************************
2018-04-03 16:46:13,733 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml:14
2018-04-03 16:46:13,806 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"minishift_src_dir": "minishift-1.12.0-linux-amd64"}, "changed": false}
2018-04-03 16:46:13,828 process L0395 DEBUG| [stdout]
2018-04-03 16:46:13,829 process L0395 DEBUG| [stdout] TASK [minishift : Create a new /home/avocado/.contra-env-setup/minishift if it doesn't exist] ***
2018-04-03 16:46:13,829 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml:20
2018-04-03 16:46:15,551 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "gid": 1000, "group": "avocado", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.contra-env-setup/minishift", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 63, "state": "directory", "uid": 1000}
2018-04-03 16:46:15,565 process L0395 DEBUG| [stdout]
2018-04-03 16:46:15,565 process L0395 DEBUG| [stdout] TASK [minishift : Copy minishift version files to /home/avocado/.contra-env-setup/minishift/minishift/] ***
2018-04-03 16:46:15,565 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml:25
2018-04-03 16:46:17,327 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cp /home/avocado/.contra-env-setup/minishift/minishift-1.12.0-linux-amd64/* /home/avocado/.contra-env-setup/minishift/", "delta": "0:00:00.010105", "end": "2018-04-03 14:46:17.153663", "rc": 0, "start": "2018-04-03 14:46:17.143558", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:46:17,339 process L0395 DEBUG| [stdout]
2018-04-03 16:46:17,340 process L0395 DEBUG| [stdout] TASK [minishift : Delete /home/avocado/minishift-1.12.0-linux-amd64] ***********
2018-04-03 16:46:17,340 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/install_minishift_bin.yml:28
2018-04-03 16:46:19,126 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "path": "/home/avocado/minishift-1.12.0-linux-amd64", "state": "absent"}
2018-04-03 16:46:19,139 process L0395 DEBUG| [stdout]
2018-04-03 16:46:19,139 process L0395 DEBUG| [stdout] TASK [minishift : Set path for minishift in /home/avocado/.bashrc] *************
2018-04-03 16:46:19,139 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/set_minishift_path.yml:4
2018-04-03 16:46:21,045 process L0395 DEBUG| [stdout] changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
2018-04-03 16:46:21,058 process L0395 DEBUG| [stdout]
2018-04-03 16:46:21,059 process L0395 DEBUG| [stdout] TASK [minishift : Source /home/avocado/.bashrc] ********************************
2018-04-03 16:46:21,059 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/set_minishift_path.yml:10
2018-04-03 16:46:22,866 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "source /home/avocado/.bashrc", "delta": "0:00:00.012848", "end": "2018-04-03 14:46:22.679258", "rc": 0, "start": "2018-04-03 14:46:22.666410", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:46:22,885 process L0395 DEBUG| [stdout]
2018-04-03 16:46:22,885 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift disk-size 40gb] ********************************
2018-04-03 16:46:22,885 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:15
2018-04-03 16:46:24,814 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift config set disk-size 40gb", "delta": "0:00:00.078113", "end": "2018-04-03 14:46:24.634159", "rc": 0, "start": "2018-04-03 14:46:24.556046", "stderr": "", "stderr_lines": [], "stdout": "No Minishift instance exists. New disk-size setting will be applied on next 'minishift start'", "stdout_lines": ["No Minishift instance exists. New disk-size setting will be applied on next 'minishift start'"]}
2018-04-03 16:46:24,825 process L0395 DEBUG| [stdout]
2018-04-03 16:46:24,825 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift memory 6400mb] *********************************
2018-04-03 16:46:24,826 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:18
2018-04-03 16:46:26,665 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift config set memory 6400mb", "delta": "0:00:00.019205", "end": "2018-04-03 14:46:26.485504", "rc": 0, "start": "2018-04-03 14:46:26.466299", "stderr": "", "stderr_lines": [], "stdout": "No Minishift instance exists. New memory setting will be applied on next 'minishift start'", "stdout_lines": ["No Minishift instance exists. New memory setting will be applied on next 'minishift start'"]}
2018-04-03 16:46:26,682 process L0395 DEBUG| [stdout]
2018-04-03 16:46:26,682 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift openshift-version to v3.6.1] *******************
2018-04-03 16:46:26,682 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:21
2018-04-03 16:46:28,541 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift config set openshift-version v3.6.1", "delta": "0:00:00.022646", "end": "2018-04-03 14:46:28.345707", "rc": 0, "start": "2018-04-03 14:46:28.323061", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:46:28,554 process L0395 DEBUG| [stdout]
2018-04-03 16:46:28,554 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift skip-check-openshift-version] ******************
2018-04-03 16:46:28,554 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:24
2018-04-03 16:46:28,576 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:46:28,595 process L0395 DEBUG| [stdout]
2018-04-03 16:46:28,596 process L0395 DEBUG| [stdout] TASK [minishift : Set minishift skip-check-openshift-release] ******************
2018-04-03 16:46:28,596 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:28
2018-04-03 16:46:28,622 process L0395 DEBUG| [stdout] skipping: [localhost] => {"changed": false, "skip_reason": "Conditional result was False"}
2018-04-03 16:46:28,637 process L0395 DEBUG| [stdout]
2018-04-03 16:46:28,637 process L0395 DEBUG| [stdout] TASK [minishift : Pull down the minishift iso] *********************************
2018-04-03 16:46:28,638 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:32
2018-04-03 16:46:30,580 process L0395 DEBUG| [stdout] ok: [localhost] => {"changed": false, "dest": "/home/avocado/.contra-env-setup/minishift/minishift.iso", "gid": 1000, "group": "avocado", "mode": "0664", "msg": "file already exists", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 413138944, "state": "file", "uid": 1000, "url": "http://artifacts.ci.centos.org/fedora-atomic/minishift/iso/minishift.iso"}
2018-04-03 16:46:30,602 process L0395 DEBUG| [stdout]
2018-04-03 16:46:30,602 process L0395 DEBUG| [stdout] TASK [minishift : Check if the minishift profile exists] ***********************
2018-04-03 16:46:30,603 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/main.yml:39
2018-04-03 16:46:32,540 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift status --profile minishift | head -1 | grep -i 'does not exist'", "delta": "0:00:00.019175", "end": "2018-04-03 14:46:32.354370", "rc": 0, "start": "2018-04-03 14:46:32.335195", "stderr": "", "stderr_lines": [], "stdout": "Does Not Exist", "stdout_lines": ["Does Not Exist"]}
2018-04-03 16:46:32,551 process L0395 DEBUG| [stdout]
2018-04-03 16:46:32,551 process L0395 DEBUG| [stdout] TASK [minishift : Create directory for the OpenShift client binary(oc)] ********
2018-04-03 16:46:32,551 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:3
2018-04-03 16:46:34,392 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "gid": 1000, "group": "avocado", "mode": "0775", "owner": "avocado", "path": "/home/avocado/.minishift/cache/oc/v3.6.1/linux", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 6, "state": "directory", "uid": 1000}
2018-04-03 16:46:34,405 process L0395 DEBUG| [stdout]
2018-04-03 16:46:34,405 process L0395 DEBUG| [stdout] TASK [minishift : Query for OpenShift client compressed binary version v3.6.1] ***
2018-04-03 16:46:34,405 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:8
2018-04-03 16:46:37,356 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "curl -s https://github.com/openshift/origin/releases/v3.6.1 | grep 'openshift-origin-client-tools-.*-linux.*.tar.gz' | head -1 | sed 's/.*<a href=\"\\(.*\\)\" .*/https:\\/\\/github.com\\1/'", "delta": "0:00:01.132555", "end": "2018-04-03 14:46:37.174781", "rc": 0, "start": "2018-04-03 14:46:36.042226", "stderr": "", "stderr_lines": [], "stdout": "https://github.com/openshift/origin/releases/download/v3.6.1/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz", "stdout_lines": ["https://github.com/openshift/origin/releases/download/v3.6.1/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz"]}
2018-04-03 16:46:37,369 process L0395 DEBUG| [stdout]
2018-04-03 16:46:37,369 process L0395 DEBUG| [stdout] TASK [minishift : Pull down and extract OpenShift client binary(oc) to /home/avocado/.contra-env-setup] ***
2018-04-03 16:46:37,370 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:12
2018-04-03 16:47:01,073 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "dest": "/home/avocado/.contra-env-setup", "extract_results": {"cmd": ["/usr/bin/gtar", "--extract", "-C", "/home/avocado/.contra-env-setup", "-z", "-f", "/tmp/ansible_Z3LM32/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz"], "err": "/usr/bin/gtar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux'\n/usr/bin/gtar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux'\n/usr/bin/gtar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux'\n", "out": "", "rc": 0}, "gid": 1000, "group": "avocado", "handler": "TgzArchive", "mode": "0775", "owner": "avocado", "secontext": "unconfined_u:object_r:user_home_t:s0", "size": 127, "src": "/tmp/ansible_Z3LM32/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit.tar.gz", "state": "directory", "uid": 1000}
2018-04-03 16:47:01,085 process L0395 DEBUG| [stdout]
2018-04-03 16:47:01,086 process L0395 DEBUG| [stdout] TASK [minishift : Set oc_src_dir fact] *****************************************
2018-04-03 16:47:01,086 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:18
2018-04-03 16:47:01,199 process L0395 DEBUG| [stdout] ok: [localhost] => {"ansible_facts": {"oc_src_dir": "/home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit"}, "changed": false}
2018-04-03 16:47:01,219 process L0395 DEBUG| [stdout]
2018-04-03 16:47:01,220 process L0395 DEBUG| [stdout] TASK [minishift : Copy OpenShift client binary(oc) version files from /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit//oc to /home/avocado/.minishift/cache/oc/v3.6.1/linux/] ***
2018-04-03 16:47:01,220 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:24
2018-04-03 16:47:03,207 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "cp /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit/oc /home/avocado/.minishift/cache/oc/v3.6.1/linux/", "delta": "0:00:00.106585", "end": "2018-04-03 14:47:03.024343", "rc": 0, "start": "2018-04-03 14:47:02.917758", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:47:03,220 process L0395 DEBUG| [stdout]
2018-04-03 16:47:03,220 process L0395 DEBUG| [stdout] TASK [minishift : Delete /home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit] ***
2018-04-03 16:47:03,221 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:27
2018-04-03 16:47:05,097 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "path": "/home/avocado/.contra-env-setup/openshift-origin-client-tools-v3.6.1-008f2d5-linux-64bit", "state": "absent"}
2018-04-03 16:47:05,107 process L0395 DEBUG| [stdout]
2018-04-03 16:47:05,107 process L0395 DEBUG| [stdout] TASK [minishift : Update the path with the oc client] **************************
2018-04-03 16:47:05,107 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:32
2018-04-03 16:47:07,030 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "export PATH=\"/home/avocado/.minishift/cache/oc/v3.6.1/linux:$PATH\"", "delta": "0:00:00.010694", "end": "2018-04-03 14:47:06.838513", "rc": 0, "start": "2018-04-03 14:47:06.827819", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:47:07,042 process L0395 DEBUG| [stdout]
2018-04-03 16:47:07,043 process L0395 DEBUG| [stdout] TASK [minishift : Set path for oc client in /home/avocado/.bashrc] *************
2018-04-03 16:47:07,043 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:35
2018-04-03 16:47:08,822 process L0395 DEBUG| [stdout] changed: [localhost] => {"backup": "", "changed": true, "msg": "line added"}
2018-04-03 16:47:08,837 process L0395 DEBUG| [stdout]
2018-04-03 16:47:08,837 process L0395 DEBUG| [stdout] TASK [minishift : Source /home/avocado/.bashrc] ********************************
2018-04-03 16:47:08,837 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/os_temps/tasks/set_oc_client.yml:41
2018-04-03 16:47:11,082 process L0395 DEBUG| [stdout] changed: [localhost] => {"changed": true, "cmd": "source /home/avocado/.bashrc", "delta": "0:00:00.009066", "end": "2018-04-03 14:47:10.448811", "rc": 0, "start": "2018-04-03 14:47:10.439745", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
2018-04-03 16:47:11,094 process L0395 DEBUG| [stdout]
2018-04-03 16:47:11,094 process L0395 DEBUG| [stdout] TASK [minishift : Initialization of minishift cluster with profile minishift] ***
2018-04-03 16:47:11,094 process L0395 DEBUG| [stdout] task path: /var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/roles/minishift/tasks/init_minishift.yml:3
2018-04-03 16:52:40,737 process L0395 DEBUG| [stdout] fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/home/avocado/.contra-env-setup/minishift/minishift start --profile minishift --disk-size 40gb --memory 6400mb --openshift-version v3.6.1 --iso-url file:////home/avocado/.contra-env-setup/minishift/minishift.iso", "delta": "0:05:21.759797", "end": "2018-04-03 14:52:40.268123", "msg": "non-zero return code", "rc": 1, "start": "2018-04-03 14:47:18.508326", "stderr": "Error during 'cluster up' execution: Error starting the cluster.", "stderr_lines": ["Error during 'cluster up' execution: Error starting the cluster."], "stdout": "-- Starting profile 'minishift'\n-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK\n-- Checking if KVM driver is installed ... \n Driver is available at /usr/local/bin/docker-machine-driver-kvm ... \n Checking driver binary is executable ... OK\n-- Checking if Libvirt is installed ... OK\n-- Checking if Libvirt default network is present ... OK\n-- Checking if Libvirt default network is active ... OK\n-- Checking the ISO URL ... OK\n-- Starting local OpenShift cluster using 'kvm' hypervisor ...\n-- Minishift VM will be configured with ...\n Memory: 6 GB\n vCPUs : 2\n Disk size: 40 GB\n-- Starting Minishift VM ............................. OK\n-- Checking for IP address ... OK\n-- Checking if external host is reachable from the Minishift VM ... \n Pinging 8.8.8.8 ... FAIL\n VM is unable to ping external host\n-- Checking HTTP connectivity from the VM ... \n Retrieving http://minishift.io/index.html ... OK\n-- Checking if persistent storage volume is mounted ... OK\n-- Checking available disk space ... 1% used OK\n-- OpenShift cluster will be configured with ...\n Version: v3.6.1\n-- Checking `oc` support for startup flags ... \n host-config-dir ... OK\n host-data-dir ... OK\n host-pv-dir ... OK\n host-volumes-dir ... OK\n version ... OK\n routing-suffix ... OK\nStarting OpenShift using openshift/origin:v3.6.1 ...\nPulling image openshift/origin:v3.6.1\nPulled 1/4 layers, 26% complete\nPulled 1/4 layers, 69% complete\nPulled 2/4 layers, 78% complete\nPulled 3/4 layers, 86% complete\nPulled 4/4 layers, 100% complete\nExtracting\nImage pull complete\n-- Checking OpenShift client ... OK\n-- Checking Docker client ... OK\n-- Checking Docker version ... OK\n-- Checking for existing OpenShift container ... OK\n-- Checking for openshift/origin:v3.6.1 image ... \n Pulling image openshift/origin:v3.6.1\n Pulled 1/4 layers, 26% complete\n Pulled 1/4 layers, 69% complete\n Pulled 2/4 layers, 78% complete\n Pulled 3/4 layers, 86% complete\n Pulled 4/4 layers, 100% complete\n Extracting\n Image pull complete\n-- Checking Docker daemon configuration ... OK\n-- Checking for available ports ... \n WARNING: Binding DNS on port 8053 instead of 53, which may not be resolvable from all clients.\n-- Checking type of volume mount ... \n Using nsenter mounter for OpenShift volumes\n-- Creating host directories ... OK\n-- Finding server IP ... \n Using 192.168.42.30 as the server IP\n-- Starting OpenShift container ... \n Creating initial OpenShift configuration\n Starting OpenShift using container 'origin'\n Waiting for API server to start listening\nFAIL\n Error: cannot access master readiness URL https://192.168.42.30:8443/healthz/ready\n Details:\n No log available from \"origin\" container\n\n Caused By:\n Error: Get https://192.168.42.30:8443/healthz/ready: dial tcp 192.168.42.30:8443: getsockopt: connection refused", "stdout_lines": ["-- Starting profile 'minishift'", "-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK", "-- Checking if KVM driver is installed ... ", " Driver is available at /usr/local/bin/docker-machine-driver-kvm ... ", " Checking driver binary is executable ... OK", "-- Checking if Libvirt is installed ... OK", "-- Checking if Libvirt default network is present ... OK", "-- Checking if Libvirt default network is active ... OK", "-- Checking the ISO URL ... OK", "-- Starting local OpenShift cluster using 'kvm' hypervisor ...", "-- Minishift VM will be configured with ...", " Memory: 6 GB", " vCPUs : 2", " Disk size: 40 GB", "-- Starting Minishift VM ............................. OK", "-- Checking for IP address ... OK", "-- Checking if external host is reachable from the Minishift VM ... ", " Pinging 8.8.8.8 ... FAIL", " VM is unable to ping external host", "-- Checking HTTP connectivity from the VM ... ", " Retrieving http://minishift.io/index.html ... OK", "-- Checking if persistent storage volume is mounted ... OK", "-- Checking available disk space ... 1% used OK", "-- OpenShift cluster will be configured with ...", " Version: v3.6.1", "-- Checking `oc` support for startup flags ... ", " host-config-dir ... OK", " host-data-dir ... OK", " host-pv-dir ... OK", " host-volumes-dir ... OK", " version ... OK", " routing-suffix ... OK", "Starting OpenShift using openshift/origin:v3.6.1 ...", "Pulling image openshift/origin:v3.6.1", "Pulled 1/4 layers, 26% complete", "Pulled 1/4 layers, 69% complete", "Pulled 2/4 layers, 78% complete", "Pulled 3/4 layers, 86% complete", "Pulled 4/4 layers, 100% complete", "Extracting", "Image pull complete", "-- Checking OpenShift client ... OK", "-- Checking Docker client ... OK", "-- Checking Docker version ... OK", "-- Checking for existing OpenShift container ... OK", "-- Checking for openshift/origin:v3.6.1 image ... ", " Pulling image openshift/origin:v3.6.1", " Pulled 1/4 layers, 26% complete", " Pulled 1/4 layers, 69% complete", " Pulled 2/4 layers, 78% complete", " Pulled 3/4 layers, 86% complete", " Pulled 4/4 layers, 100% complete", " Extracting", " Image pull complete", "-- Checking Docker daemon configuration ... OK", "-- Checking for available ports ... ", " WARNING: Binding DNS on port 8053 instead of 53, which may not be resolvable from all clients.", "-- Checking type of volume mount ... ", " Using nsenter mounter for OpenShift volumes", "-- Creating host directories ... OK", "-- Finding server IP ... ", " Using 192.168.42.30 as the server IP", "-- Starting OpenShift container ... ", " Creating initial OpenShift configuration", " Starting OpenShift using container 'origin'", " Waiting for API server to start listening", "FAIL", " Error: cannot access master readiness URL https://192.168.42.30:8443/healthz/ready", " Details:", " No log available from \"origin\" container", "", " Caused By:", " Error: Get https://192.168.42.30:8443/healthz/ready: dial tcp 192.168.42.30:8443: getsockopt: connection refused"]}
2018-04-03 16:52:40,739 process L0395 DEBUG| [stdout] to retry, use: --limit @/var/tmp/avocado_dQoIj7/2-test_contra_env_setup.py_TestMinishift.test_centos-extra_command-73f1/playbooks/setup.retry
2018-04-03 16:52:40,739 process L0395 DEBUG| [stdout]
2018-04-03 16:52:40,739 process L0395 DEBUG| [stdout] PLAY RECAP *********************************************************************
2018-04-03 16:52:40,739 process L0395 DEBUG| [stdout] localhost : ok=50 changed=37 unreachable=0 failed=1
2018-04-03 16:52:40,739 process L0395 DEBUG| [stdout]
2018-04-03 16:52:40,784 process L0633 INFO | Command ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"' finished with 2 after 540.505341053s
2018-04-03 16:52:40,787 stacktrace L0041 ERROR|
2018-04-03 16:52:40,788 stacktrace L0044 ERROR| Reproduced traceback from: /home/firemanxbr/.local/lib/python2.7/site-packages/avocado/core/test.py:838
2018-04-03 16:52:40,789 stacktrace L0047 ERROR| Traceback (most recent call last):
2018-04-03 16:52:40,789 stacktrace L0047 ERROR| File "/home/firemanxbr/GitHub/contra-env-setup/test/test_contra_env_setup.py", line 110, in test
2018-04-03 16:52:40,789 stacktrace L0047 ERROR| process.run(cmd, env=env)
2018-04-03 16:52:40,789 stacktrace L0047 ERROR| File "/home/firemanxbr/.local/lib/python2.7/site-packages/avocado/utils/process.py", line 1247, in run
2018-04-03 16:52:40,790 stacktrace L0047 ERROR| raise CmdError(cmd, sp.result)
2018-04-03 16:52:40,790 stacktrace L0047 ERROR| CmdError: Command ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"' failed (rc=2)
2018-04-03 16:52:40,790 stacktrace L0048 ERROR|
2018-04-03 16:52:40,790 test L0843 DEBUG| Local variables:
2018-04-03 16:52:40,825 test L0846 DEBUG| -> self <class 'test_contra_env_setup.TestMinishift'>: 2-test_contra_env_setup.py:TestMinishift.test;centos-extra_command-73f1
2018-04-03 16:52:40,825 test L0846 DEBUG| -> cmd <type 'str'>: ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
2018-04-03 16:52:40,825 test L0846 DEBUG| -> ssh_args <type 'list'>: ['-o UserKnownHostsFile=/dev/null', '-o StrictHostKeyChecking=no']
2018-04-03 16:52:40,825 test L0846 DEBUG| -> ansible_cmd <type 'str'>: ansible localhost -i "localhost," --become -m raw -a " resize2fs /dev/sda1; yum install -y python libselinux-python git; yum update -y nettle; mkdir -p ~/.contra-env-setup/minishift; chown avocado:avocado ~/.contra-env-setup/minishift " --user avocado --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
2018-04-03 16:52:40,825 test L0846 DEBUG| -> env <type 'dict'>: {'ANSIBLE_CONFIG': 'test/ansible.cfg'}
2018-04-03 16:52:40,959 test L0286 DEBUG| DATA (filename=output.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:52:40,960 test L0286 DEBUG| DATA (filename=stdout.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:52:40,960 test L0286 DEBUG| DATA (filename=stderr.expected) => NOT FOUND (data sources: variant, test, file)
2018-04-03 16:52:40,960 test L1000 ERROR| Traceback (most recent call last):
2018-04-03 16:52:40,961 test L1000 ERROR| File "/home/firemanxbr/.local/lib/python2.7/site-packages/avocado/core/test.py", line 936, in _run_avocado
raise test_exception
2018-04-03 16:52:40,961 test L1000 ERROR| CmdError: Command ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"' failed (rc=2)
2018-04-03 16:52:40,961 test L1015 ERROR| ERROR 2-test_contra_env_setup.py:TestMinishift.test;centos-extra_command-73f1 -> CmdError: Command ' ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e project_repo=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git -e run_cleanup=true -e openshift_project=cvp --ssh-common-args="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"' failed (rc=2)
2018-04-03 16:52:40,961 test L1004 INFO |
2018-04-03 16:52:40,979 job L0483 INFO | Test results available in /home/firemanxbr/avocado/job-results/job-2018-04-03T15.41-9ce5491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment