Mock Version: 1.2.14 Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pungi.spec'], printOutput=Falsetimeout=172800gid=425shell=Falselogger=env={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8'}user='mockbuild'uid=1000chrootPath='/var/lib/mock/f23-build-5132184-586641/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/pungi.spec'] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: bogus date in %changelog: Tue Aug 08 2015 Dennis Gilmore 4.0.3-1 warning: Could not canonicalize hostname: buildvm-12-nfs.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/pungi-4.0.7-1.fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pungi.spec '], printOutput=Falsetimeout=172800private_network=Truegid=425logger=shell=Falseenv={'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8'}user='mockbuild'uid=1000chrootPath='/var/lib/mock/f23-build-5132184-586641/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/pungi.spec '] with env {'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8'} and shell False warning: bogus date in %changelog: Tue Aug 08 2015 Dennis Gilmore 4.0.3-1 Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5a1E0N + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pungi-4.0.7 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/pungi-4.0.7.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pungi-4.0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q6brHC + umask 022 + cd /builddir/build/BUILD + cd pungi-4.0.7 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/pungi copying pungi/pathmatch.py -> build/lib/pungi copying pungi/arch.py -> build/lib/pungi copying pungi/metadata.py -> build/lib/pungi copying pungi/multilib.py -> build/lib/pungi copying pungi/compose.py -> build/lib/pungi copying pungi/media_split.py -> build/lib/pungi copying pungi/__init__.py -> build/lib/pungi copying pungi/notifier.py -> build/lib/pungi copying pungi/linker.py -> build/lib/pungi copying pungi/gather.py -> build/lib/pungi copying pungi/config.py -> build/lib/pungi copying pungi/ks.py -> build/lib/pungi copying pungi/checks.py -> build/lib/pungi copying pungi/util.py -> build/lib/pungi copying pungi/paths.py -> build/lib/pungi creating build/lib/pungi/compose_metadata copying pungi/compose_metadata/__init__.py -> build/lib/pungi/compose_metadata copying pungi/compose_metadata/discinfo.py -> build/lib/pungi/compose_metadata creating build/lib/pungi/phases copying pungi/phases/buildinstall.py -> build/lib/pungi/phases copying pungi/phases/createrepo.py -> build/lib/pungi/phases copying pungi/phases/__init__.py -> build/lib/pungi/phases copying pungi/phases/extra_files.py -> build/lib/pungi/phases copying pungi/phases/base.py -> build/lib/pungi/phases copying pungi/phases/init.py -> build/lib/pungi/phases copying pungi/phases/image_build.py -> build/lib/pungi/phases copying pungi/phases/product_img.py -> build/lib/pungi/phases copying pungi/phases/image_checksum.py -> build/lib/pungi/phases copying pungi/phases/test.py -> build/lib/pungi/phases copying pungi/phases/livemedia_phase.py -> build/lib/pungi/phases copying pungi/phases/live_images.py -> build/lib/pungi/phases copying pungi/phases/createiso.py -> build/lib/pungi/phases copying pungi/phases/appliance_images.py -> build/lib/pungi/phases creating build/lib/pungi/phases/gather copying pungi/phases/gather/__init__.py -> build/lib/pungi/phases/gather copying pungi/phases/gather/source.py -> build/lib/pungi/phases/gather copying pungi/phases/gather/link.py -> build/lib/pungi/phases/gather copying pungi/phases/gather/method.py -> build/lib/pungi/phases/gather creating build/lib/pungi/phases/gather/methods copying pungi/phases/gather/methods/__init__.py -> build/lib/pungi/phases/gather/methods copying pungi/phases/gather/methods/method_nodeps.py -> build/lib/pungi/phases/gather/methods copying pungi/phases/gather/methods/method_deps.py -> build/lib/pungi/phases/gather/methods creating build/lib/pungi/phases/gather/sources copying pungi/phases/gather/sources/__init__.py -> build/lib/pungi/phases/gather/sources copying pungi/phases/gather/sources/source_json.py -> build/lib/pungi/phases/gather/sources copying pungi/phases/gather/sources/source_comps.py -> build/lib/pungi/phases/gather/sources copying pungi/phases/gather/sources/source_none.py -> build/lib/pungi/phases/gather/sources creating build/lib/pungi/phases/pkgset copying pungi/phases/pkgset/common.py -> build/lib/pungi/phases/pkgset copying pungi/phases/pkgset/__init__.py -> build/lib/pungi/phases/pkgset copying pungi/phases/pkgset/source.py -> build/lib/pungi/phases/pkgset copying pungi/phases/pkgset/pkgsets.py -> build/lib/pungi/phases/pkgset creating build/lib/pungi/phases/pkgset/sources copying pungi/phases/pkgset/sources/__init__.py -> build/lib/pungi/phases/pkgset/sources copying pungi/phases/pkgset/sources/source_koji.py -> build/lib/pungi/phases/pkgset/sources copying pungi/phases/pkgset/sources/source_repos.py -> build/lib/pungi/phases/pkgset/sources creating build/lib/pungi/wrappers copying pungi/wrappers/scm.py -> build/lib/pungi/wrappers copying pungi/wrappers/createrepo.py -> build/lib/pungi/wrappers copying pungi/wrappers/__init__.py -> build/lib/pungi/wrappers copying pungi/wrappers/jigdo.py -> build/lib/pungi/wrappers copying pungi/wrappers/pungi.py -> build/lib/pungi/wrappers copying pungi/wrappers/kojiwrapper.py -> build/lib/pungi/wrappers copying pungi/wrappers/variants.py -> build/lib/pungi/wrappers copying pungi/wrappers/iso.py -> build/lib/pungi/wrappers copying pungi/wrappers/comps.py -> build/lib/pungi/wrappers copying pungi/wrappers/repoclosure.py -> build/lib/pungi/wrappers copying pungi/wrappers/lorax.py -> build/lib/pungi/wrappers running build_scripts creating build/scripts-2.7 copying and adjusting bin/pungi -> build/scripts-2.7 copying and adjusting bin/pungi-koji -> build/scripts-2.7 copying and adjusting bin/comps_filter -> build/scripts-2.7 copying and adjusting bin/pungi-fedmsg-notification -> build/scripts-2.7 changing mode of build/scripts-2.7/pungi from 644 to 755 changing mode of build/scripts-2.7/pungi-koji from 644 to 755 changing mode of build/scripts-2.7/comps_filter from 644 to 755 changing mode of build/scripts-2.7/pungi-fedmsg-notification from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7B9ONr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch ++ dirname /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch + cd pungi-4.0.7 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch running install running install_lib creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/pathmatch.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/arch.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/metadata.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/multilib.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/compose.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/compose_metadata copying build/lib/pungi/compose_metadata/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/compose_metadata copying build/lib/pungi/compose_metadata/discinfo.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/compose_metadata copying build/lib/pungi/media_split.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/notifier.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/linker.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/gather.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/scm.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/createrepo.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/jigdo.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/pungi.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/kojiwrapper.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/variants.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/iso.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/comps.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/repoclosure.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/wrappers/lorax.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers copying build/lib/pungi/config.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/ks.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/checks.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/buildinstall.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/createrepo.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/extra_files.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/base.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather copying build/lib/pungi/phases/gather/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather copying build/lib/pungi/phases/gather/source.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods copying build/lib/pungi/phases/gather/methods/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods copying build/lib/pungi/phases/gather/methods/method_nodeps.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods copying build/lib/pungi/phases/gather/methods/method_deps.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources copying build/lib/pungi/phases/gather/sources/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources copying build/lib/pungi/phases/gather/sources/source_json.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources copying build/lib/pungi/phases/gather/sources/source_comps.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources copying build/lib/pungi/phases/gather/sources/source_none.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources copying build/lib/pungi/phases/gather/link.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather copying build/lib/pungi/phases/gather/method.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset copying build/lib/pungi/phases/pkgset/common.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset copying build/lib/pungi/phases/pkgset/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset copying build/lib/pungi/phases/pkgset/source.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset copying build/lib/pungi/phases/pkgset/pkgsets.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources copying build/lib/pungi/phases/pkgset/sources/__init__.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources copying build/lib/pungi/phases/pkgset/sources/source_koji.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources copying build/lib/pungi/phases/pkgset/sources/source_repos.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources copying build/lib/pungi/phases/init.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/image_build.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/product_img.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/image_checksum.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/test.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/livemedia_phase.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/live_images.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/createiso.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/phases/appliance_images.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases copying build/lib/pungi/util.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi copying build/lib/pungi/paths.py -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/pathmatch.py to pathmatch.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/arch.py to arch.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/multilib.py to multilib.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/compose.py to compose.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/compose_metadata/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/compose_metadata/discinfo.py to discinfo.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/media_split.py to media_split.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/linker.py to linker.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/gather.py to gather.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/scm.py to scm.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/createrepo.py to createrepo.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/jigdo.py to jigdo.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/pungi.py to pungi.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/kojiwrapper.py to kojiwrapper.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/variants.py to variants.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/iso.py to iso.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/comps.py to comps.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/repoclosure.py to repoclosure.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/wrappers/lorax.py to lorax.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/ks.py to ks.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/buildinstall.py to buildinstall.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/createrepo.py to createrepo.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/extra_files.py to extra_files.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/source.py to source.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods/method_nodeps.py to method_nodeps.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/methods/method_deps.py to method_deps.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources/source_json.py to source_json.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources/source_comps.py to source_comps.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/sources/source_none.py to source_none.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/link.py to link.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/gather/method.py to method.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/source.py to source.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/pkgsets.py to pkgsets.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources/source_koji.py to source_koji.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/pkgset/sources/source_repos.py to source_repos.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/init.py to init.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/image_build.py to image_build.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/product_img.py to product_img.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/image_checksum.py to image_checksum.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/livemedia_phase.py to livemedia_phase.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/live_images.py to live_images.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/createiso.py to createiso.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/phases/appliance_images.py to appliance_images.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi/paths.py to paths.pyc writing byte-compilation script '/tmp/tmp8gTbRj.py' /usr/bin/python -O /tmp/tmp8gTbRj.py removing /tmp/tmp8gTbRj.py running install_data creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi copying share/comps-cleanup.xsl -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi copying share/f9-fedora.ks -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi copying share/rawhide-fedora.ks -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi copying share/variants.dtd -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi/multilib copying share/multilib/runtime-patterns.conf -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi/multilib copying share/multilib/devel-whitelist.conf -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi/multilib copying share/multilib/runtime-whitelist.conf -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi/multilib copying share/multilib/runtime-blacklist.conf -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi/multilib copying share/multilib/devel-blacklist.conf -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/pungi/multilib running install_egg_info running egg_info writing pungi.egg-info/PKG-INFO writing top-level names to pungi.egg-info/top_level.txt writing dependency_links to pungi.egg-info/dependency_links.txt reading manifest file 'pungi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pungi.egg-info/SOURCES.txt' Copying pungi.egg-info to /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7/site-packages/pungi-4.0.7-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin copying build/scripts-2.7/comps_filter -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin copying build/scripts-2.7/pungi -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin copying build/scripts-2.7/pungi-fedmsg-notification -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin copying build/scripts-2.7/pungi-koji -> /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin/comps_filter to 755 changing mode of /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin/pungi to 755 changing mode of /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin/pungi-fedmsg-notification to 755 changing mode of /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/bin/pungi-koji to 755 + /usr/bin/install -d /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/var/cache/pungi + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/pungi-4.0.7 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.69ESwk + umask 022 + cd /builddir/build/BUILD + cd pungi-4.0.7 + ./tests/data/specs/build.sh Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-firefox for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/Dummy-xulrunner for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-AdobeReader_enu.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-atlas for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-basesystem for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5 for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5 for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5 for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5 for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5 for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash-4.2.37-5 for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-bash for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-elinks for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-fcoe-target-utils for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-filesystem for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-foo32.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-foo32 for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-foo32 for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-foo32 for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-freeipa for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-gfs2-utils for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-glibc for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-httpd for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-imsettings for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-ipw3945-kmod for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-kernel for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5 for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5 for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5 for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5 for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5 for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-krb5 for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2 for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2 for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2 for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2 for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2 for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-lvm2 for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-postfix for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client-workstation for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-client for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-cs-CZ for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes-en-US for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-notes for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-release-server for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-resource-agents for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-selinux-policy for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-sendmail for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-skype.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-tftp for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation.spec... Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation for i686 Building target platforms: i686 Building for target i686 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation for x86_64 Building target platforms: x86_64 Building for target x86_64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation for ppc Building target platforms: ppc Building for target ppc Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation for ppc64 Building target platforms: ppc64 Building for target ppc64 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation for s390 Building target platforms: s390 Building for target s390 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-vacation for s390x Building target platforms: s390x Building for target s390x Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-AdobeReader_enu for i486 Building target platforms: i486 Building for target i486 Building /builddir/build/BUILD/pungi-4.0.7/tests/data/specs/dummy-skype for i586 Building target platforms: i586 Building for target i586 Creating main repository Creating lookaside repository DONE: Test data created + /usr/bin/python setup.py test running test running egg_info writing pungi.egg-info/PKG-INFO writing top-level names to pungi.egg-info/top_level.txt writing dependency_links to pungi.egg-info/dependency_links.txt reading manifest file 'pungi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pungi.egg-info/SOURCES.txt' running build_ext Variants DTD not found: /usr/share/pungi/variants.dtd Using alternative DTD: /builddir/build/BUILD/pungi-4.0.7/share/variants.dtd test_get_image_build_cmd_correct (tests.test_koji_wrapper.KojiWrapperTest) ... ok test_get_image_build_cmd_without_required_data (tests.test_koji_wrapper.KojiWrapperTest) ... ok test_get_image_paths (tests.test_koji_wrapper.KojiWrapperTest) ... ok test_get_create_image_cmd_full (tests.test_koji_wrapper.LiveImageKojiWrapperTest) ... ok test_get_create_image_cmd_minimal (tests.test_koji_wrapper.LiveImageKojiWrapperTest) ... ok test_spin_appliance_with_format (tests.test_koji_wrapper.LiveImageKojiWrapperTest) ... ok test_spin_appliance_with_wrong_format (tests.test_koji_wrapper.LiveImageKojiWrapperTest) ... ok test_spin_livecd_with_format (tests.test_koji_wrapper.LiveImageKojiWrapperTest) ... ok test_get_live_media_cmd_full (tests.test_koji_wrapper.LiveMediaTestCase) ... ok test_get_live_media_cmd_minimal (tests.test_koji_wrapper.LiveMediaTestCase) ... ok test_disconnect_and_never_reconnect (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_disconnect_and_retry (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_disconnect_and_retry_but_fail (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_disconnect_and_retry_multiple_times (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_fail_with_task_id (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_fail_without_task_id (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_minimal (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_with_log (tests.test_koji_wrapper.RunBlockingCmdTest) ... ok test_get_cmd_full (tests.test_koji_wrapper.RunrootKojiWrapperTest) ... ok test_get_cmd_minimal (tests.test_koji_wrapper.RunrootKojiWrapperTest) ... ok test_run_runroot_cmd_no_task_id (tests.test_koji_wrapper.RunrootKojiWrapperTest) ... ok test_run_runroot_cmd_with_task_id (tests.test_koji_wrapper.RunrootKojiWrapperTest) ... ok test_run_runroot_cmd_with_task_id_and_fail (tests.test_koji_wrapper.RunrootKojiWrapperTest) ... ok test_run_runroot_cmd_with_task_id_and_fail_but_emit_id (tests.test_koji_wrapper.RunrootKojiWrapperTest) ... ok test_get_command_with_all_arguments (tests.test_lorax_wrapper.LoraxWrapperTest) ... ok test_get_command_with_minimal_arguments (tests.test_lorax_wrapper.LoraxWrapperTest) ... ok test_process (tests.test_imagebuildphase.TestCreateImageBuildThread) ... ok test_process_handle_exception (tests.test_imagebuildphase.TestCreateImageBuildThread) ... ok test_process_handle_fail (tests.test_imagebuildphase.TestCreateImageBuildThread) ... ok test_image_build (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_image_build_create_release (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_image_build_filter_all_variants (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_image_build_resolve_ksurl (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_image_build_scratch_build (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_image_build_set_extra_repos (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_image_build_set_install_tree (tests.test_imagebuildphase.TestImageBuildPhase) ... ok test_handle_exception (tests.test_livemediaphase.TestCreateImageBuildThread) ... ok test_handle_koji_fail (tests.test_livemediaphase.TestCreateImageBuildThread) ... ok test_process (tests.test_livemediaphase.TestCreateImageBuildThread) ... ok test_live_media_full (tests.test_livemediaphase.TestLiveMediaPhase) ... ok test_live_media_minimal (tests.test_livemediaphase.TestLiveMediaPhase) ... ok test_live_media_non_existing_install_tree (tests.test_livemediaphase.TestLiveMediaPhase) ... ok test_live_media_non_existing_repo (tests.test_livemediaphase.TestLiveMediaPhase) ... ok test_does_not_run_without_config (tests.test_notifier.TestNotifier) ... ok test_invokes_script (tests.test_notifier.TestNotifier) ... ok test_logs_warning_on_failure (tests.test_notifier.TestNotifier) ... ok test_dump_checksums (tests.test_imagechecksumphase.TestChecksums) ... ok test_checksum_one_file (tests.test_imagechecksumphase.TestImageChecksumPhase) ... ok test_checksum_one_file_custom_name (tests.test_imagechecksumphase.TestImageChecksumPhase) ... ok test_checksum_save_individuals (tests.test_imagechecksumphase.TestImageChecksumPhase) ... ok test_checksum_save_individuals_custom_name (tests.test_imagechecksumphase.TestImageChecksumPhase) ... ok test_config_skip_individual_with_multiple_algorithms (tests.test_imagechecksumphase.TestImageChecksumPhase) ... ok test_get_createrepo_c_cmd_full (tests.test_createrepo_wrapper.CreateRepoWrapperTest) ... ok test_get_createrepo_c_cmd_minimal (tests.test_createrepo_wrapper.CreateRepoWrapperTest) ... ok test_get_createrepo_cmd_full (tests.test_createrepo_wrapper.CreateRepoWrapperTest) ... ok test_get_createrepo_cmd_minimal (tests.test_createrepo_wrapper.CreateRepoWrapperTest) ... ok test_can_fail (tests.test_compose.ComposeTestCase) ... ok test_get_image_name (tests.test_compose.ComposeTestCase) ... ok test_calls_notifier (tests.test_compose.StatusTest) ... ok test_get_status_existing (tests.test_compose.StatusTest) ... ok test_get_status_is_dir (tests.test_compose.StatusTest) ... ok test_get_status_non_existing (tests.test_compose.StatusTest) ... ok test_write_non_standard_status (tests.test_compose.StatusTest) ... ok test_write_status (tests.test_compose.StatusTest) ... ok test_write_status_on_finished (tests.test_compose.StatusTest) ... ok test_write_status_with_failed_deliverables (tests.test_compose.StatusTest) ... ok test_get_make_list (tests.test_util.TestGetVariantData) ... ok test_get_simple (tests.test_util.TestGetVariantData) ... ok test_handle_missing_config (tests.test_util.TestGetVariantData) ... ok test_not_matching_arch (tests.test_util.TestGetVariantData) ... ok test_resolve_ambiguous (tests.test_util.TestGitRefResolver) ... ok test_resolve_keep_empty_query_string (tests.test_util.TestGitRefResolver) ... ok test_resolve_missing_spec (tests.test_util.TestGitRefResolver) ... ok test_resolve_non_head_spec (tests.test_util.TestGitRefResolver) ... ok test_successful_resolve (tests.test_util.TestGitRefResolver) ... ok test_successful_resolve_branch (tests.test_util.TestGitRefResolver) ... ok test_get_volid (tests.test_util.TestVolumeIdGenerator) ... ok test_variant_repo_debug (tests.test_createrepophase.TestCreateRepoThread) ... ok test_variant_repo_is_idepotent (tests.test_createrepophase.TestCreateRepoThread) ... ok test_variant_repo_no_createrepo_c (tests.test_createrepophase.TestCreateRepoThread) ... ok test_variant_repo_rpms (tests.test_createrepophase.TestCreateRepoThread) ... ok test_variant_repo_source (tests.test_createrepophase.TestCreateRepoThread) ... ok test_skips_empty_variants (tests.test_createrepophase.TestCreaterepoPhase) ... ok test_starts_jobs (tests.test_createrepophase.TestCreaterepoPhase) ... ok test_1 (tests.test_pathmatch.TestHeadTailSplit) ... ok test_1 (tests.test_pathmatch.TestPathMatch) ... ok test_2 (tests.test_pathmatch.TestPathMatch) ... ok test_buildinstall_fail_exit_code (tests.test_buildinstall.BuildinstallThreadTestCase) ... ok test_buildinstall_thread_with_buildinstall_in_runroot (tests.test_buildinstall.BuildinstallThreadTestCase) ... ok test_buildinstall_thread_with_lorax_in_runroot (tests.test_buildinstall.BuildinstallThreadTestCase) ... ok test_lorax_fail_exit_code (tests.test_buildinstall.BuildinstallThreadTestCase) ... ok test_config_skip_unless_bootable (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_does_not_skip_on_bootable (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_global_upgrade_with_lorax (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_lorax_options_with_buildinstall (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_lorax_skips_empty_variants (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_multiple_lorax_options (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_starts_threads_for_each_cmd_with_buildinstall (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_starts_threads_for_each_cmd_with_lorax (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_uses_lorax_options (tests.test_buildinstall.TestBuildinstallPhase) ... ok test_copy_files_buildinstall (tests.test_buildinstall.TestCopyFiles) ... ok test_copy_files_lorax (tests.test_buildinstall.TestCopyFiles) ... ok test_hardlink (tests.test_buildinstall.TestSymlinkIso) ... ok test_process (tests.test_liveimagesphase.TestCreateLiveImageThread) ... ok test_process_applicance (tests.test_liveimagesphase.TestCreateLiveImageThread) ... ok test_process_handles_exception (tests.test_liveimagesphase.TestCreateLiveImageThread) ... ok test_process_handles_fail (tests.test_liveimagesphase.TestCreateLiveImageThread) ... ok test_process_no_rename (tests.test_liveimagesphase.TestCreateLiveImageThread) ... ok test_live_image_build (tests.test_liveimagesphase.TestLiveImagesPhase) ... ok test_live_image_build_single_repo_from (tests.test_liveimagesphase.TestLiveImagesPhase) ... ok test_live_image_build_two_images (tests.test_liveimagesphase.TestLiveImagesPhase) ... ok test_live_image_build_without_rename (tests.test_liveimagesphase.TestLiveImagesPhase) ... ok test_spin_appliance (tests.test_liveimagesphase.TestLiveImagesPhase) ... ok test_armhfp (tests.test_arch.TestArch) ... ok test_get_compatible_arches (tests.test_arch.TestArch) ... ok test_get_valid_multilib_arches (tests.test_arch.TestArch) ... ok test_i386 (tests.test_arch.TestArch) ... ok test_is_valid_arch (tests.test_arch.TestArch) ... ok test_split_name_arch (tests.test_arch.TestArch) ... ok test_x86_64 (tests.test_arch.TestArch) ... ok ---------------------------------------------------------------------- Ran 120 tests in 0.419s OK + nosetests --exe --with-cov --cov-report html --cov-config tox.ini Variants DTD not found: /usr/share/pungi/variants.dtd Using alternative DTD: /builddir/build/BUILD/pungi-4.0.7/share/variants.dtd ........................................................................................................................ ---------- coverage: platform linux2, python 2.7.10-final-0 ---------- Coverage HTML written to dir htmlcov ---------------------------------------------------------------------- Ran 120 tests in 0.716s OK + exit 0 Processing files: pungi-4.0.7-1.fc23.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7QmSEb + umask 022 + cd /builddir/build/BUILD + cd pungi-4.0.7 + DOCDIR=/builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/doc/pungi + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/doc/pungi + cp -pr AUTHORS /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/doc/pungi + cp -pr doc/Makefile doc/about.rst doc/conf.py doc/configuration.rst doc/configuration.rst.orig doc/contributing.rst doc/index.rst doc/messaging.rst doc/testing.rst doc/update-docs.sh /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/doc/pungi + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ejW8N2 + umask 022 + cd /builddir/build/BUILD + cd pungi-4.0.7 + LICENSEDIR=/builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/licenses/pungi + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/licenses/pungi + cp -pr COPYING /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/licenses/pungi + cp -pr GPL /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch/usr/share/licenses/pungi + exit 0 Provides: pungi = 4.0.7-1.fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /usr/bin/python python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch Wrote: /builddir/build/RPMS/pungi-4.0.7-1.fc23.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BJwy0X + umask 022 + cd /builddir/build/BUILD + cd pungi-4.0.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pungi-4.0.7-1.fc23.noarch + exit 0 Child return code was: 0 LEAVE do -->