Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/meta-test-family.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-f73d0df60f0abae3843931a83003b944052d45d8/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/meta-test-family.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/meta-test-family-0.8.0-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/meta-test-family.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-f73d0df60f0abae3843931a83003b944052d45d8/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/meta-test-family.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MizTW8 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf meta-test-family-0.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/meta-test-family-0.8.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd meta-test-family-0.8.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf meta-test-family.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zFEG9a + umask 022 + cd /builddir/build/BUILD + cd meta-test-family-0.8.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/moduleframework copying moduleframework/common.py -> build/lib/moduleframework copying moduleframework/mtf_generator.py -> build/lib/moduleframework copying moduleframework/pdc_msg_module_info_reader.py -> build/lib/moduleframework copying moduleframework/mtf_scheduler.py -> build/lib/moduleframework copying moduleframework/mtf_environment.py -> build/lib/moduleframework copying moduleframework/timeoutlib.py -> build/lib/moduleframework copying moduleframework/pdc_data.py -> build/lib/moduleframework copying moduleframework/dockerlinter.py -> build/lib/moduleframework copying moduleframework/mtf_init.py -> build/lib/moduleframework copying moduleframework/bashhelper.py -> build/lib/moduleframework copying moduleframework/mtfexceptions.py -> build/lib/moduleframework copying moduleframework/compose_info.py -> build/lib/moduleframework copying moduleframework/__init__.py -> build/lib/moduleframework copying moduleframework/helpfile_linter.py -> build/lib/moduleframework copying moduleframework/module_framework.py -> build/lib/moduleframework creating build/lib/mtf copying mtf/__init__.py -> build/lib/mtf creating build/lib/tools copying tools/mtf_modulelint.py -> build/lib/tools copying tools/mtf_environment.py -> build/lib/tools copying tools/compose_info_parser.py -> build/lib/tools copying tools/find_latest_bits.py -> build/lib/tools copying tools/__init__.py -> build/lib/tools creating build/lib/moduleframework/environment_prepare copying moduleframework/environment_prepare/nspawn_prepare.py -> build/lib/moduleframework/environment_prepare copying moduleframework/environment_prepare/docker_prepare.py -> build/lib/moduleframework/environment_prepare copying moduleframework/environment_prepare/openshift_prepare.py -> build/lib/moduleframework/environment_prepare copying moduleframework/environment_prepare/rpm_prepare.py -> build/lib/moduleframework/environment_prepare copying moduleframework/environment_prepare/__init__.py -> build/lib/moduleframework/environment_prepare creating build/lib/moduleframework/helpers copying moduleframework/helpers/rpm_helper.py -> build/lib/moduleframework/helpers copying moduleframework/helpers/openshift_helper.py -> build/lib/moduleframework/helpers copying moduleframework/helpers/nspawn_helper.py -> build/lib/moduleframework/helpers copying moduleframework/helpers/__init__.py -> build/lib/moduleframework/helpers copying moduleframework/helpers/container_helper.py -> build/lib/moduleframework/helpers creating build/lib/moduleframework/avocado_testers copying moduleframework/avocado_testers/avocado_test.py -> build/lib/moduleframework/avocado_testers copying moduleframework/avocado_testers/rpm_avocado_test.py -> build/lib/moduleframework/avocado_testers copying moduleframework/avocado_testers/openshift_avocado_test.py -> build/lib/moduleframework/avocado_testers copying moduleframework/avocado_testers/container_avocado_test.py -> build/lib/moduleframework/avocado_testers copying moduleframework/avocado_testers/__init__.py -> build/lib/moduleframework/avocado_testers copying moduleframework/avocado_testers/nspawn_avocado_test.py -> build/lib/moduleframework/avocado_testers creating build/lib/moduleframework/tests copying moduleframework/tests/__init__.py -> build/lib/moduleframework/tests creating build/lib/mtf/common copying mtf/common/__init__.py -> build/lib/mtf/common creating build/lib/mtf/metadata copying mtf/metadata/setup.py -> build/lib/mtf/metadata copying mtf/metadata/__init__.py -> build/lib/mtf/metadata creating build/lib/mtf/metatest copying mtf/metatest/__init__.py -> build/lib/mtf/metatest creating build/lib/mtf/mtfexceptions copying mtf/mtfexceptions/__init__.py -> build/lib/mtf/mtfexceptions creating build/lib/mtf/backend copying mtf/backend/nspawn.py -> build/lib/mtf/backend copying mtf/backend/__init__.py -> build/lib/mtf/backend creating build/lib/mtf/metadata/tmet copying mtf/metadata/tmet/common.py -> build/lib/mtf/metadata/tmet copying mtf/metadata/tmet/filter.py -> build/lib/mtf/metadata/tmet copying mtf/metadata/tmet/selftests.py -> build/lib/mtf/metadata/tmet copying mtf/metadata/tmet/agregator.py -> build/lib/mtf/metadata/tmet copying mtf/metadata/tmet/__init__.py -> build/lib/mtf/metadata/tmet running egg_info creating meta_test_family.egg-info writing requirements to meta_test_family.egg-info/requires.txt writing meta_test_family.egg-info/PKG-INFO writing top-level names to meta_test_family.egg-info/top_level.txt writing dependency_links to meta_test_family.egg-info/dependency_links.txt writing entry points to meta_test_family.egg-info/entry_points.txt writing manifest file 'meta_test_family.egg-info/SOURCES.txt' reading manifest file 'meta_test_family.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no files found matching '*' under directory 'distro' warning: no files found matching '*.py' under directory 'build_manpages' writing manifest file 'meta_test_family.egg-info/SOURCES.txt' creating build/lib/moduleframework/tests/generic copying moduleframework/tests/generic/check_compose.py -> build/lib/moduleframework/tests/generic copying moduleframework/tests/generic/dockerlint.py -> build/lib/moduleframework/tests/generic copying moduleframework/tests/generic/modulelint.py -> build/lib/moduleframework/tests/generic copying moduleframework/tests/generic/rpmvalidation.py -> build/lib/moduleframework/tests/generic creating build/lib/moduleframework/tests/static copying moduleframework/tests/static/dockerfile_lint.py -> build/lib/moduleframework/tests/static copying moduleframework/tests/static/helpmd_lint.py -> build/lib/moduleframework/tests/static + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mlP1Lu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch + cd meta-test-family-0.8.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare copying build/lib/moduleframework/environment_prepare/nspawn_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare copying build/lib/moduleframework/environment_prepare/docker_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare copying build/lib/moduleframework/environment_prepare/openshift_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare copying build/lib/moduleframework/environment_prepare/rpm_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare copying build/lib/moduleframework/environment_prepare/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare copying build/lib/moduleframework/common.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/mtf_generator.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/pdc_msg_module_info_reader.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers copying build/lib/moduleframework/helpers/rpm_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers copying build/lib/moduleframework/helpers/openshift_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers copying build/lib/moduleframework/helpers/nspawn_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers copying build/lib/moduleframework/helpers/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers copying build/lib/moduleframework/helpers/container_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers copying build/lib/moduleframework/mtf_scheduler.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/mtf_environment.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/timeoutlib.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/pdc_data.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/dockerlinter.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/mtf_init.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/bashhelper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/mtfexceptions.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/compose_info.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/avocado_testers/avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/avocado_testers/rpm_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/avocado_testers/openshift_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/avocado_testers/container_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/avocado_testers/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/avocado_testers/nspawn_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers copying build/lib/moduleframework/helpfile_linter.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework copying build/lib/moduleframework/module_framework.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/static copying build/lib/moduleframework/tests/static/helpmd_lint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/static copying build/lib/moduleframework/tests/static/dockerfile_lint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/static copying build/lib/moduleframework/tests/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic copying build/lib/moduleframework/tests/generic/check_compose.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic copying build/lib/moduleframework/tests/generic/dockerlint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic copying build/lib/moduleframework/tests/generic/modulelint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic copying build/lib/moduleframework/tests/generic/rpmvalidation.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/common copying build/lib/mtf/common/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/common creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata copying build/lib/mtf/metadata/setup.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet copying build/lib/mtf/metadata/tmet/common.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet copying build/lib/mtf/metadata/tmet/filter.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet copying build/lib/mtf/metadata/tmet/selftests.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet copying build/lib/mtf/metadata/tmet/agregator.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet copying build/lib/mtf/metadata/tmet/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet copying build/lib/mtf/metadata/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metatest copying build/lib/mtf/metatest/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metatest creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/mtfexceptions copying build/lib/mtf/mtfexceptions/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/mtfexceptions copying build/lib/mtf/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/backend copying build/lib/mtf/backend/nspawn.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/backend copying build/lib/mtf/backend/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/backend creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools copying build/lib/tools/mtf_modulelint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools copying build/lib/tools/mtf_environment.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools copying build/lib/tools/compose_info_parser.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools copying build/lib/tools/find_latest_bits.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools copying build/lib/tools/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare/nspawn_prepare.py to nspawn_prepare.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare/docker_prepare.py to docker_prepare.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare/openshift_prepare.py to openshift_prepare.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare/rpm_prepare.py to rpm_prepare.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/environment_prepare/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/mtf_generator.py to mtf_generator.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/pdc_msg_module_info_reader.py to pdc_msg_module_info_reader.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers/rpm_helper.py to rpm_helper.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers/openshift_helper.py to openshift_helper.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers/nspawn_helper.py to nspawn_helper.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpers/container_helper.py to container_helper.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/mtf_scheduler.py to mtf_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/mtf_environment.py to mtf_environment.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/timeoutlib.py to timeoutlib.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/pdc_data.py to pdc_data.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/dockerlinter.py to dockerlinter.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/mtf_init.py to mtf_init.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/bashhelper.py to bashhelper.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/mtfexceptions.py to mtfexceptions.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/compose_info.py to compose_info.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers/avocado_test.py to avocado_test.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers/rpm_avocado_test.py to rpm_avocado_test.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers/openshift_avocado_test.py to openshift_avocado_test.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers/container_avocado_test.py to container_avocado_test.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/avocado_testers/nspawn_avocado_test.py to nspawn_avocado_test.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/helpfile_linter.py to helpfile_linter.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/module_framework.py to module_framework.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/static/helpmd_lint.py to helpmd_lint.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/static/dockerfile_lint.py to dockerfile_lint.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic/check_compose.py to check_compose.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic/dockerlint.py to dockerlint.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic/modulelint.py to modulelint.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/moduleframework/tests/generic/rpmvalidation.py to rpmvalidation.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet/filter.py to filter.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet/selftests.py to selftests.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet/agregator.py to agregator.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/tmet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metadata/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/metatest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/mtfexceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/backend/nspawn.py to nspawn.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/mtf/backend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools/mtf_modulelint.py to mtf_modulelint.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools/mtf_environment.py to mtf_environment.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools/compose_info_parser.py to compose_info_parser.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools/find_latest_bits.py to find_latest_bits.pyc byte-compiling /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpLYvO6Z.py' /usr/bin/python2 -O /tmp/tmpLYvO6Z.py removing /tmp/tmpLYvO6Z.py running install_data creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/test_metadata_loader copying examples/test_metadata_loader/metadata.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/test_metadata_loader copying examples/test_metadata_loader/simple.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/test_metadata_loader copying examples/test_metadata_loader/not_schedule.sh -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/test_metadata_loader copying examples/test_metadata_loader/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/test_metadata_loader creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests copying examples/multios_testing/moduleframework/tests/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/tools creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/tools/root copying examples/linter/tools/root/README.md -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/tools/root creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/s2i-python-sample copying examples/s2i-python-sample/usageTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/s2i-python-sample copying examples/s2i-python-sample/simpleTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/s2i-python-sample copying examples/s2i-python-sample/README.md -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/s2i-python-sample copying examples/s2i-python-sample/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/s2i-python-sample copying examples/s2i-python-sample/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/s2i-python-sample creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/rhscl_maria copying examples/rhscl_maria/example1.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/rhscl_maria copying examples/rhscl_maria/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/rhscl_maria copying examples/multios_testing/sanityRealMultiHost.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing copying examples/multios_testing/sanity1.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing copying examples/multios_testing/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/f26-flannel copying examples/linter/f26-flannel/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/f26-flannel creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/config-pure-rpm.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/help.md -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/config-inheritance-docker.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/copyTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/simpleTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/rpmvalidator.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/fullconfig.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/shellTest.sh -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/skipTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/PureAvocadoTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/escapingTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/run_remote_script.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/Dockerfile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/microdnfinside.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/config-pure-docker.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module copying examples/testing-module/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/testing-module creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/generic copying examples/multios_testing/moduleframework/tests/generic/check_compose.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/generic copying examples/multios_testing/moduleframework/tests/generic/dockerlint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/generic copying examples/multios_testing/moduleframework/tests/generic/modulelint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/generic copying examples/multios_testing/moduleframework/tests/generic/rpmvalidation.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/generic creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached copying examples/memcached/metadata.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached copying examples/memcached/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached copying examples/memcached/sanity1.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached copying examples/memcached/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/haproxy copying examples/haproxy/my-haproxy.cfg -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/haproxy copying examples/haproxy/simpleTest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/haproxy copying examples/haproxy/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/haproxy creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/man creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/man/man1 copying man/mtf-generator.1 -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/man/man1 copying man/mtf-env-set.1 -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/man/man1 copying man/mtf-env-clean.1 -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/man/man1 creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers copying examples/multios_testing/moduleframework/avocado_testers/avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers copying examples/multios_testing/moduleframework/avocado_testers/rpm_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers copying examples/multios_testing/moduleframework/avocado_testers/openshift_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers copying examples/multios_testing/moduleframework/avocado_testers/container_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers copying examples/multios_testing/moduleframework/avocado_testers/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers copying examples/multios_testing/moduleframework/avocado_testers/nspawn_avocado_test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/avocado_testers creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/rhscl-nginx copying examples/linter/rhscl-nginx/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/rhscl-nginx creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/static copying examples/multios_testing/moduleframework/tests/static/helpmd_lint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/static copying examples/multios_testing/moduleframework/tests/static/dockerfile_lint.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/tests/static creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/openshift-sample copying examples/openshift-sample/sanity1.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/openshift-sample copying examples/openshift-sample/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/openshift-sample creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/alternative_frameworks copying examples/alternative_frameworks/example_unittest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/alternative_frameworks copying examples/alternative_frameworks/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/alternative_frameworks copying examples/alternative_frameworks/test_nosetest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/alternative_frameworks copying examples/alternative_frameworks/example_pytest.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/alternative_frameworks creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/environment_prepare copying examples/multios_testing/moduleframework/environment_prepare/nspawn_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/environment_prepare copying examples/multios_testing/moduleframework/environment_prepare/docker_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/environment_prepare copying examples/multios_testing/moduleframework/environment_prepare/openshift_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/environment_prepare copying examples/multios_testing/moduleframework/environment_prepare/rpm_prepare.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/environment_prepare copying examples/multios_testing/moduleframework/environment_prepare/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/environment_prepare copying examples/linter/tools/Dockerfile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/tools copying examples/linter/tools/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/tools creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/rhscl-postgresql copying examples/linter/rhscl-postgresql/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/rhscl-postgresql creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf_systemd_test copying examples/mtf_systemd_test/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf_systemd_test copying examples/mtf_systemd_test/example1.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf_systemd_test creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf-linters copying examples/mtf-linters/help.md -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf-linters copying examples/mtf-linters/Dockerfile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf-linters copying examples/mtf-linters/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/mtf-linters creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/template copying examples/template/sanity_template.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/template copying examples/template/test.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/template copying examples/template/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/template creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/dockerlinter.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/common.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/version.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/mtf_generator.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/module_framework.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/compose_info.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/pdc_data.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/index.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/timeoutlib.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying docs/api/exceptions.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/api copying examples/multios_testing/moduleframework/common.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/mtf_generator.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/pdc_msg_module_info_reader.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/mtf_scheduler.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/mtf_environment.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/timeoutlib.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/pdc_data.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/dockerlinter.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/mtf_init.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/bashhelper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/mtfexceptions.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/compose_info.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/helpfile_linter.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework copying examples/multios_testing/moduleframework/module_framework.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/helpers copying examples/multios_testing/moduleframework/helpers/rpm_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/helpers copying examples/multios_testing/moduleframework/helpers/openshift_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/helpers copying examples/multios_testing/moduleframework/helpers/nspawn_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/helpers copying examples/multios_testing/moduleframework/helpers/__init__.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/helpers copying examples/multios_testing/moduleframework/helpers/container_helper.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/multios_testing/moduleframework/helpers creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/f26-etcd copying examples/linter/f26-etcd/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/linter/f26-etcd creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/environment_setup.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/environment_variables.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/mtf_linters.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/how_to_write_conf_file.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/index.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/glossary.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/example_config_minimal.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/scheduling.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide copying docs/user_guide/troubleshooting.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs/user_guide creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached-behave copying examples/memcached-behave/environment.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached-behave copying examples/memcached-behave/config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached-behave copying examples/memcached-behave/smoke.feature -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached-behave copying docs/howitworks.png -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/how_to_schedule.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/installation.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/TestTypes.png -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/index.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/conf.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/example-config-minimal.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/levels.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/Makefile -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/contributing.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/example-config.yaml -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/howitworks.dia -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/license.rst -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs copying docs/TestTypes.dia -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/docs creating /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached-behave/steps copying examples/memcached-behave/steps/steps.py -> /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/examples/memcached-behave/steps running install_egg_info running egg_info writing requirements to meta_test_family.egg-info/requires.txt writing meta_test_family.egg-info/PKG-INFO writing top-level names to meta_test_family.egg-info/top_level.txt writing dependency_links to meta_test_family.egg-info/dependency_links.txt writing entry points to meta_test_family.egg-info/entry_points.txt reading manifest file 'meta_test_family.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no files found matching '*' under directory 'distro' warning: no files found matching '*.py' under directory 'build_manpages' writing manifest file 'meta_test_family.egg-info/SOURCES.txt' Copying meta_test_family.egg-info to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/meta_test_family-0.8.0-py2.7.egg-info running install_scripts Installing mtf-env-clean script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin Installing mtf-init script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin Installing mtf-env-set script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin Installing mtf-generator script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin Installing mtf-pdc-module-info-reader script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin Installing mtf script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin Installing mtf-cmd script to /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/bin + install -d -p -m 755 /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework + mv /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7/site-packages/tools /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/moduleframework/ + /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/meta-test-family-0.8.0 /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/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: meta-test-family-0.8.0-3.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZtIGNy + umask 022 + cd /builddir/build/BUILD + cd meta-test-family-0.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/licenses/meta-test-family-0.8.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/licenses/meta-test-family-0.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch/usr/share/licenses/meta-test-family-0.8.0 + exit 0 Provides: meta-test-family = 0.8.0-3.el7 modularity-testing-framework = 0.8.0-3.el7 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 /usr/bin/python2 python(abi) = 2.7 Obsoletes: modularity-testing-framework < 0.5.18-2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch Wrote: /builddir/build/RPMS/meta-test-family-0.8.0-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.o6zbsj + umask 022 + cd /builddir/build/BUILD + cd meta-test-family-0.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/meta-test-family-0.8.0-3.el7.noarch + exit 0 Child return code was: 0