Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/beaker.spec'], chrootPath='/var/lib/mock/f31-build-17151151-1231616/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/beaker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1563235200 Wrote: /builddir/build/SRPMS/beaker-26.5-1.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/beaker.spec'], chrootPath='/var/lib/mock/f31-build-17151151-1231616/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/beaker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1563235200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.STjtMg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf beaker-26.5 + /usr/bin/xz -dc /builddir/build/SOURCES/beaker-26.5.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd beaker-26.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001_dont_build_server.diff):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (0002_dont_build_documentation.diff):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + rm -rf documentation + echo 'Patch #3 (0003_nosetests_python2.diff):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + rm -r Server IntegrationTests LabController + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #1 (0001_dont_build_server.diff): patching file Makefile patching file documentation/Makefile Patch #2 (0002_dont_build_documentation.diff): patching file Makefile Patch #3 (0003_nosetests_python2.diff): patching file Client/run-tests.sh patching file Common/run-tests.sh Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OoZWTi + umask 022 + cd /builddir/build/BUILD + cd beaker-26.5 + make set -e; for i in Common Client; do make -C $i build; done make[1]: Entering directory '/builddir/build/BUILD/beaker-26.5/Common' python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/bkr copying ./bkr/timeout_xmlrpclib.py -> build/lib/bkr copying ./bkr/log.py -> build/lib/bkr copying ./bkr/__init__.py -> build/lib/bkr creating build/lib/bkr/common copying ./bkr/common/hub.py -> build/lib/bkr/common copying ./bkr/common/helpers.py -> build/lib/bkr/common copying ./bkr/common/pyconfig.py -> build/lib/bkr/common copying ./bkr/common/bexceptions.py -> build/lib/bkr/common copying ./bkr/common/test_xmlrpc.py -> build/lib/bkr/common copying ./bkr/common/xmlrpc.py -> build/lib/bkr/common copying ./bkr/common/test_schema.py -> build/lib/bkr/common copying ./bkr/common/__init__.py -> build/lib/bkr/common creating build/lib/bkr/common/schema copying ./bkr/common/schema/beaker-task.rng -> build/lib/bkr/common/schema copying ./bkr/common/schema/beaker-job.rng -> build/lib/bkr/common/schema copying ./bkr/common/schema/beaker-inventory.ttl -> build/lib/bkr/common/schema copying ./bkr/common/default.conf -> build/lib/bkr/common # Workaround for https://bitbucket.org/pypa/setuptools/issue/2/ # See adjacent setup.py for more details echo bkr > build/namespace_packages.txt make[1]: Leaving directory '/builddir/build/BUILD/beaker-26.5/Common' make[1]: Entering directory '/builddir/build/BUILD/beaker-26.5/Client' env PYTHONPATH=../Common:src:${PYTHONPATH:+:$PYTHONPATH} \ python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/bkr copying src/bkr/__init__.py -> build/lib/bkr creating build/lib/bkr/client copying src/bkr/client/main.py -> build/lib/bkr/client copying src/bkr/client/command.py -> build/lib/bkr/client copying src/bkr/client/wizard.py -> build/lib/bkr/client copying src/bkr/client/task_watcher.py -> build/lib/bkr/client copying src/bkr/client/convert.py -> build/lib/bkr/client copying src/bkr/client/__init__.py -> build/lib/bkr/client creating build/lib/bkr/client/tests copying src/bkr/client/tests/test_wizard.py -> build/lib/bkr/client/tests copying src/bkr/client/tests/__init__.py -> build/lib/bkr/client/tests creating build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_modify.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_loan_grant.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_remove_account.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_machine_test.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_user_modify.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_delete.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_group_create.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_watchdog_extend.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_workflow_xslt.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_policy_revoke.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_delete.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_release.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_watchdogs_extend.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_delete.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_task_details.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_task_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_logs.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_cancel.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_distros_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_distros_untag.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_loan_return.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_labcontroller_create.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_remove.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_systems.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_distros_edit_version.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_update_openstack_trust.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_provision.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_harness_test.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_details.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_watch.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_whoami.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_group_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_submit.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_policy_grant.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_power.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_distro_trees_verify.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_update_inventory.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_add.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_group_modify.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_modify.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_reserve.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_labcontroller_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_results.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_policy_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_task_add.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_comment.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_status.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_system_create.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_update_prefs.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_workflow_simple.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_group_members.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_clone.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_distro_trees_list.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_workflow_installer_test.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_labcontroller_modify.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_distros_tag.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_watchdog_show.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_pool_create.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/__init__.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_modify.py -> build/lib/bkr/client/commands creating build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-numa.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-amd-cpus.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-cpu-size.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-intel-cpus.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-disk-size.conf -> build/lib/bkr/client/host-filters BUILDSTDERR: copying src/bkr/client/+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 host-filters/00-memory.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-ibm-cpus.conf -> build/lib/bkr/client/host-filters make[1]: Leaving directory '/builddir/build/BUILD/beaker-26.5/Client' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lT7wnj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch + cd beaker-26.5 + DESTDIR=/builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch + make install set -e; for i in Common Client; do make -C $i install; done make[1]: Entering directory '/builddir/build/BUILD/beaker-26.5/Common' python2 setup.py build running build running build_py # Workaround for https://bitbucket.org/pypa/setuptools/issue/2/ # See adjacent setup.py for more details echo bkr > build/namespace_packages.txt python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch running install running install_lib creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr copying build/lib/bkr/timeout_xmlrpclib.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr copying build/lib/bkr/log.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/default.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/hub.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/helpers.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/pyconfig.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/bexceptions.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/test_xmlrpc.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/xmlrpc.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-inventory.ttl -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-task.rng -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-job.rng -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/schema copying build/lib/bkr/common/test_schema.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/common/__init__.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common copying build/lib/bkr/__init__.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/timeout_xmlrpclib.py to timeout_xmlrpclib.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/hub.py to hub.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/pyconfig.py to pyconfig.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/bexceptions.py to bexceptions.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/sitSkipping installation of /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/__init__.py (namespace package) e-packages/bkr/common/test_xmlrpc.py to test_xmlrpc.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/xmlrpc.py to xmlrpc.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpabw8xk.py' /usr/bin/python2 -O /tmp/tmpabw8xk.py removing /tmp/tmpabw8xk.py running install_egg_info running egg_info creating beaker_common.egg-info writing beaker_common.egg-info/PKG-INFO writing top-level names to beaker_common.egg-info/top_level.txt writing dependency_links to beaker_common.egg-info/dependency_links.txt writing manifest file 'beaker_common.egg-info/SOURCES.txt' reading manifest file 'beaker_common.egg-info/SOURCES.txt' writing manifest file 'beaker_common.egg-info/SOURCES.txt' Copying beaker_common.egg-info to /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/beaker_common-26.5-py2.7.egg-info running install_scripts # Workaround for https://bitbucket.org/pypa/setuptools/issue/2/ # See adjacent setup.py for more details install -m0644 build/namespace_packages.txt \ /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python*/site-packages/beaker_common-*.egg-info make[1]: Leaving directory '/builddir/build/BUILD/beaker-26.5/Common' make[1]: Entering directory '/builddir/build/BUILD/beaker-26.5/Client' python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch running install running install_lib copying bkr/client/main.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client copying bkr/client/command.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client copying bkr/client/wizard.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client copying bkr/client/task_watcher.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client copying bkr/client/convert.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client copying bkr/client/__init__.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client copying bkr/client/tests/test_wizard.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/tests copying bkr/client/tests/__init__.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/tests copying bkr/client/host-filters/00-numa.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-amd-cpus.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-cpu-size.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-intel-cpus.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-disk-size.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-memory.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-ibm-cpus.conf -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/host-filters copying bkr/client/commands/cmd_pool_modify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_loan_grant.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_remove_account.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_machine_test.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_user_modify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_delete.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_create.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_watchdog_extend.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_workflow_xslt.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_policy_revoke.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_delete.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_release.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_watchdogs_extend.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_delete.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_details.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_logs.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_cancel.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_untag.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_loan_return.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_labcontroller_create.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_remove.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_systems.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_edit_version.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_update_openstack_trust.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_provision.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_harness_test.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_details.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_watch.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_whoami.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_submit.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_policy_grant.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_power.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distro_trees_verify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_update_inventory.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_add.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_modify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_modify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_reserve.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_labcontroller_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_results.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_policy_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_add.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_comment.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_status.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_create.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_update_prefs.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_workflow_simple.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_members.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_clone.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distro_trees_list.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_workflow_installer_test.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_labcontroller_modify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_tag.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_watchdog_show.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_create.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/__init__.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_modify.py -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/command.py to command.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/wizard.py to wizard.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/task_watcher.py to task_watcher.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/convert.py to convert.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/tests/test_wizard.py to test_wizard.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_modify.py to cmd_pool_modify.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_loan_grant.py to cmd_loan_grant.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_remove_account.py to cmd_remove_account.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_machine_test.py to cmd_machine_test.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_user_modify.py to cmd_user_modify.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_delete.py to cmd_job_delete.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_group_create.py to cmd_group_create.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_watchdog_extend.py to cmd_watchdog_extend.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_workflow_xslt.py to cmd_workflow_xslt.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_policy_revoke.py to cmd_policy_revoke.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_delete.py to cmd_pool_delete.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_release.py to cmd_system_release.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_watchdogs_extend.py to cmd_watchdogs_extend.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_delete.py to cmd_system_delete.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_task_details.py to cmd_task_details.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_task_list.py to cmd_task_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_logs.py to cmd_job_logs.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_cancel.py to cmd_job_cancel.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_list.py to cmd_pool_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_distros_list.py to cmd_distros_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_distros_untag.py to cmd_distros_untag.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_loan_return.py to cmd_loan_return.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_list.py to cmd_system_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_labcontroller_create.py to cmd_labcontroller_create.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_remove.py to cmd_pool_remove.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_systems.py to cmd_pool_systems.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_distros_edit_version.py to cmd_distros_edit_version.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_update_openstack_trust.py to cmd_update_openstack_trust.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_provision.py to cmd_system_provision.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_harness_test.py to cmd_harness_test.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_details.py to cmd_system_details.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_watch.py to cmd_job_watch.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_whoami.py to cmd_whoami.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_group_list.py to cmd_group_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_submit.py to cmd_job_submit.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_policy_grant.py to cmd_policy_grant.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_power.py to cmd_system_power.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_distro_trees_verify.py to cmd_distro_trees_verify.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_update_inventory.py to cmd_update_inventory.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_add.py to cmd_pool_add.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_group_modify.py to cmd_group_modify.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_modify.py to cmd_system_modify.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_reserve.py to cmd_system_reserve.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_labcontroller_list.py to cmd_labcontroller_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_results.py to cmd_job_results.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_policy_list.py to cmd_policy_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_task_add.py to cmd_task_add.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_comment.py to cmd_job_comment.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_status.py to cmd_system_status.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_system_create.py to cmd_system_create.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_update_prefs.py to cmd_update_prefs.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_workflow_simple.py to cmd_workflow_simple.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_group_members.py to cmd_group_members.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_list.py to cmd_job_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_clone.py to cmd_job_clone.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_distro_trees_list.py to cmd_distro_trees_list.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_workflow_installer_test.py to cmd_workflow_installer_test.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_labcontroller_modify.py to cmd_labcontroller_modify.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site+ rm -rf /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/beaker-integration-tests/ + rm -rf /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/inttest + rm -rf '/builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/beaker_integration_tests*' + rm -rf /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/man/man8/ + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 26.5-1.fc31 --unique-debug-suffix -26.5-1.fc31.noarch --unique-debug-src-base beaker-26.5-1.fc31.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/beaker-26.5 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs -packages/bkr/client/commands/cmd_distros_tag.py to cmd_distros_tag.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_watchdog_show.py to cmd_watchdog_show.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_pool_create.py to cmd_pool_create.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/bkr/client/commands/cmd_job_modify.py to cmd_job_modify.pyc writing byte-compilation script '/tmp/tmpHmbOXC.py' /usr/bin/python2 -O /tmp/tmpHmbOXC.py removing /tmp/tmpHmbOXC.py running install_data creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/etc creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/etc/beaker creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/bash-completion creating /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/bash-completion/completions copying bash-completion/bkr -> /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/bash-completion/completions running install_egg_info running egg_info creating src/beaker_client.egg-info writing requirements to src/beaker_client.egg-info/requires.txt writing src/beaker_client.egg-info/PKG-INFO writing namespace_packages to src/beaker_client.egg-info/namespace_packages.txt writing top-level names to src/beaker_client.egg-info/top_level.txt writing dependency_links to src/beaker_client.egg-info/dependency_links.txt writing entry points to src/beaker_client.egg-info/entry_points.txt writing manifest file 'src/beaker_client.egg-info/SOURCES.txt' reading manifest file 'src/beaker_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/beaker_client.egg-info/SOURCES.txt' Copying src/beaker_client.egg-info to /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/beaker_client-26.5-py2.7.egg-info Installing /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7/site-packages/beaker_client-26.5-py2.7-nspkg.pth running install_scripts Installing beaker-wizard script to /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/bin Installing bkr script to /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/bin make[1]: Leaving directory '/builddir/build/BUILD/beaker-26.5/Client' Bytecompiling .py files below /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZRnOph + umask 022 + cd /builddir/build/BUILD + cd beaker-26.5 + make check + env PYTHONPATH=. nosetests-2 -v bkr BUILDSTDERR: test_device (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_device_driver (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_disk_units (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_duplicate_elements (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_force_system (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_guestrecipe (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_hostRequires_not_optional (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_job_with_reservesys (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_job_with_reservesys_duration (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_minimal_job (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_minimal_job_with_invalid_system_inventory_date (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_minimal_job_with_system_inventory_date (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_minimal_job_with_system_inventory_status (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_optional_guestname (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_optional_op (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_recipe_elements_in_different_order (bkr.common.test_schema.JobSchemaTest) ... ok BUILDSTDERR: test_maximal_task (bkr.common.test_schema.TaskSchemaTest) ... ok BUILDSTDERR: test_minimal_task (bkr.common.test_schema.TaskSchemaTest) ... ok BUILDSTDERR: test_complete_failure (bkr.common.test_xmlrpc.RetryTransportLoggingTestCase) ... ok BUILDSTDERR: test_eventual_success (bkr.common.test_xmlrpc.RetryTransportLoggingTestCase) ... ok BUILDSTDERR: test_immediate_success (bkr.common.test_xmlrpc.RetryTransportLoggingTestCase) ... ok BUILDSTDERR: test_complete_failure (bkr.common.test_xmlrpc.RetryTransportTestCase) ... ok BUILDSTDERR: test_default_retry_settings (bkr.common.test_xmlrpc.RetryTransportTestCase) ... ok BUILDSTDERR: test_immediate_success (bkr.common.test_xmlrpc.RetryTransportTestCase) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 24 tests in 0.058s BUILDSTDERR: OK + env PYTHONPATH=../Client/src:../Common nosetests-2 -v --traverse-namespace bkr.client.tests BUILDSTDERR: test_contain_aarch64 (bkr.client.tests.test_wizard.ArchitecturesTest) ... ok BUILDSTDERR: test_contain_ppc64le (bkr.client.tests.test_wizard.ArchitecturesTest) ... ok BUILDSTDERR: test_security_info_removed_from_summary (bkr.client.tests.test_wizard.BugsTest) ... ok BUILDSTDERR: test_shell_metachars_escaped_in_makefile (bkr.client.tests.test_wizard.DescTest) ... ok BUILDSTDERR: test_custom_other_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_default_is_gplv2_or_later (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_explicit_other_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_gplv2_only_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_gplv2_or_later_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_gplv3_or_later_explicit_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_gplv3_or_later_implicit_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_unknown_other_text (bkr.client.tests.test_wizard.LicenseTests) ... ok BUILDSTDERR: test_default_excludes_rhel4_rhel5 (bkr.client.tests.test_wizard.ReleasesTest) ... ok BUILDSTDERR: test_it (bkr.client.tests.test_wizard.ShellEscapingTest) ... ok BUILDSTDERR: test_prints_full_heading (bkr.client.tests.test_wizard.TypeTest) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 15 tests in 0.028s BUILDSTDERR: OK + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 set -e; for i in Common Client; do make -C $i check; done make[1]: Entering directory '/builddir/build/BUILD/beaker-26.5/Common' ./run-tests.sh make[1]: Leaving directory '/builddir/build/BUILD/beaker-26.5/Common' make[1]: Entering directory '/builddir/build/BUILD/beaker-26.5/Client' ./run-tests.sh make[1]: Leaving directory '/builddir/build/BUILD/beaker-26.5/Client' Processing files: beaker-common-26.5-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tlmMUi + umask 022 + cd /builddir/build/BUILD + cd beaker-26.5 + DOCDIR=/builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/doc/beaker-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/doc/beaker-common + cp -pr README.md /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/doc/beaker-common + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FamtAh + umask 022 + cd /builddir/build/BUILD + cd beaker-26.5 + LICENSEDIR=/builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/licenses/beaker-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/licenses/beaker-common + cp -pr COPYING /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/licenses/beaker-common + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: beaker = 26.5-1.fc31 beaker-common = 26.5-1.fc31 python2.7dist(beaker-common) = 26.5 python2dist(beaker-common) = 26.5 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: python(abi) = 2.7 Obsoletes: beaker < 0.17.0-1 Processing files: beaker-client-26.5-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vMKyml + umask 022 + cd /builddir/build/BUILD + cd beaker-26.5 + DOCDIR=/builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/doc/beaker-client + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/doc/beaker-client + cp -pr Client/client.conf.example /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch/usr/share/doc/beaker-client + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: beaker-client = 26.5-1.fc31 python2.7dist(beaker-client) = 26.5 python2dist(beaker-client) = 26.5 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: /usr/bin/python2 python(abi) = 2.7 python2.7dist(beaker-common) python2.7dist(jinja2) python2.7dist(lxml) python2.7dist(prettytable) python2.7dist(requests) python2.7dist(setuptools) Conflicts: rhts-devel < 4.52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch Wrote: /builddir/build/RPMS/beaker-common-26.5-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/beaker-client-26.5-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pMFHJh + umask 022 + cd /builddir/build/BUILD + cd beaker-26.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/beaker-26.5-1.fc31.noarch + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0