Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/beaker.spec'], chrootPath='/var/lib/mock/f32-build-20039646-1420952/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=201600uid=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=1585526400 Wrote: /builddir/build/SRPMS/beaker-27.4-1.fc32.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/f32-build-20039646-1420952/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=201600uid=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=1585526400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NJ4Hv2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf beaker-27.4 + /usr/bin/xz -dc /builddir/build/SOURCES/beaker-27.4.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd beaker-27.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r Server IntegrationTests LabController + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3QeaR2 + umask 022 + cd /builddir/build/BUILD + cd beaker-27.4 + export BKR_PY3=1 + BKR_PY3=1 + make set -e; for i in Common Client documentation; do make -C $i build; done make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/Common' python3 setup.py build running build running build_py creating build creating build/lib creating 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/pyconfig.py -> build/lib/bkr/common copying ./bkr/common/test_xmlrpc.py -> build/lib/bkr/common copying ./bkr/common/xmlrpc3.py -> build/lib/bkr/common copying ./bkr/common/xmlrpc2.py -> build/lib/bkr/common copying ./bkr/common/test_schema.py -> build/lib/bkr/common copying ./bkr/common/bexceptions.py -> build/lib/bkr/common copying ./bkr/common/helpers.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-job.rnc -> build/lib/bkr/common/schema copying ./bkr/common/schema/beaker-task.rnc -> 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-27.4/Common' make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/Client' env PYTHONPATH=../Common:src:${PYTHONPATH:+:$PYTHONPATH} \ python3 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/convert.py -> build/lib/bkr/client copying src/bkr/client/main.py -> build/lib/bkr/client copying src/bkr/client/wizard.py -> build/lib/bkr/client copying src/bkr/client/command.py -> build/lib/bkr/client copying src/bkr/client/task_watcher.py -> build/lib/bkr/client copying src/bkr/client/__init__.py -> build/lib/bkr/client creating 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_task_add.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_system_release.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_update_openstack_trust.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_workflow_simple.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_system_create.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_system_delete.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_pool_modify.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_policy_list.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/cmd_loan_grant.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_labcontroller_modify.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_pool_systems.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_loan_return.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_system_history_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_system_power.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_group_list.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_pool_delete.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_task_delete.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_delete.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_distros_untag.py -> build/lib/bkr/client/commands copying src/bkr/client/commands/cmd_job_modify.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_distros_edit_version.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_system_status.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_job_results.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_watchdog_show.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_job_comment.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_task_details.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_task_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_update_prefs.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_labcontroller_create.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_distro_trees_list.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/__init__.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_harness_test.py -> build/lib/bkr/client/commands 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/host-filters copying src/bkr/client/host-filters/00-memory.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-hygon-cpus.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-disk-size.conf -> 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-cpu-size.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-ibm-cpus.conf -> build/lib/bkr/client/host-filters copying src/bkr/client/host-filters/00-amd-cpus.conf -> build/lib/bkr/client/host-filters make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/Client' make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/documentation' python3 -c '__requires__ = ["Sphinx >= 1.0",]; import pkg_resources; import bkr; bkr.__path__ = ["../Common/bkr", "../Client/src/bkr"]; exec(open("/usr/bin/sphinx-build").read())' -b man -d _build/doctrees . _build/man Running Sphinx v2.2.2 making output directory... done loading intersphinx inventory from http://docs.python.org/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) loading intersphinx inventory from http://beaker-project.org/dev/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://beaker-project.org/dev/objects.inv' not fetchable due to : HTTPConnectionPool(host='beaker-project.org', port=80): Max retries exceeded with url: /dev/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 177 added, 0 changed, 0 removed reading sources... [ 0%] admin-guide/architecture reading sources... [ 1%] admin-guide/chronological-overview reading sources... [ 1%] admin-guide/config-files reading sources... [ 2%] admin-guide/distro-import reading sources... [ 2%] admin-guide/graphite reading sources... [ 3%] admin-guide/how-do-i reading sources... [ 3%] admin-guide/index reading sources... [ 4%] admin-guide/installation reading sources... [ 5%] admin-guide/interface reading sources... [ 5%] admin-guide/kickstarts reading sources... [ 6%] admin-guide/man/beaker-create-ipxe-image reading sources... [ 6%] admin-guide/man/beaker-create-kickstart reading sources... [ 7%] admin-guide/man/beaker-import reading sources... [ 7%] admin-guide/man/beaker-init reading sources... [ 8%] admin-guide/man/beaker-log-delete reading sources... [ 9%] admin-guide/man/beaker-repo-update reading sources... [ 9%] admin-guide/man/beaker-sync-tasks reading sources... [ 10%] admin-guide/man/beaker-usage-reminder reading sources... [ 10%] admin-guide/man/index reading sources... [ 11%] admin-guide/man/product-update reading sources... [ 11%] admin-guide/openstack reading sources... [ 12%] admin-guide/panic-detection reading sources... [ 12%] admin-guide/power-commands reading sources... [ 13%] admin-guide/reporting-queries reading sources... [ 14%] admin-guide/system-requirements reading sources... [ 14%] admin-guide/tftp reading sources... [ 15%] admin-guide/theming reading sources... [ 15%] admin-guide/upgrading reading sources... [ 16%] admin-guide/watchdog-script reading sources... [ 16%] alternative-harnesses/index reading sources... [ 17%] architecture-guide/beaker-differences reading sources... [ 18%] architecture-guide/capabilities reading sources... [ 18%] architecture-guide/index reading sources... [ 19%] architecture-guide/job-monitoring reading sources... [ 19%] architecture-guide/log-storage reading sources... [ 20%] architecture-guide/provisioning-process reading sources... [ 20%] glossary reading sources... [ 21%] in-a-box/index reading sources... [ 22%] index reading sources... [ 22%] man/beaker-wizard reading sources... [ 23%] man/bkr reading sources... [ 23%] man/bkr-distro-trees-list reading sources... [ 24%] man/bkr-distro-trees-verify reading sources... [ 24%] man/bkr-distros-edit-version reading sources... [ 25%] man/bkr-distros-list reading sources... [ 25%] man/bkr-distros-tag reading sources... [ 26%] man/bkr-distros-untag reading sources... [ 27%] man/bkr-group-create reading sources... [ 27%] man/bkr-group-list reading sources... [ 28%] man/bkr-group-members reading sources... [ 28%] man/bkr-group-modify reading sources... [ 29%] man/bkr-harness-test reading sources... [ 29%] man/bkr-job-cancel reading sources... [ 30%] man/bkr-job-clone reading sources... [ 31%] man/bkr-job-comment reading sources... [ 31%] man/bkr-job-delete reading sources... [ 32%] man/bkr-job-list reading sources... [ 32%] man/bkr-job-logs reading sources... [ 33%] man/bkr-job-modify reading sources... [ 33%] man/bkr-job-results reading sources... [ 34%] man/bkr-job-submit reading sources... [ 35%] man/bkr-job-watch reading sources... [ 35%] man/bkr-labcontroller-create reading sources... [ 36%] man/bkr-labcontroller-list reading sources... [ 36%] man/bkr-labcontroller-modify reading sources... [ 37%] man/bkr-list-labcontrollers reading sources... [ 37%] man/bkr-list-systems reading sources... [ 38%] man/bkr-loan-grant reading sources... [ 38%] man/bkr-loan-return reading sources... [ 39%] man/bkr-machine-test reading sources... [ 40%] man/bkr-policy-grant reading sources... [ 40%] man/bkr-policy-list reading sources... [ 41%] man/bkr-policy-revoke reading sources... [ 41%] man/bkr-pool-add reading sources... [ 42%] man/bkr-pool-create reading sources... [ 42%] man/bkr-pool-delete reading sources... [ 43%] man/bkr-pool-list reading sources... [ 44%] man/bkr-pool-modify reading sources... [ 44%] man/bkr-pool-remove reading sources... [ 45%] man/bkr-pool-systems reading sources... [ 45%] man/bkr-remove-account reading sources... [ 46%] man/bkr-system-create reading sources... [ 46%] man/bkr-system-delete reading sources... [ 47%] man/bkr-system-details reading sources... [ 48%] man/bkr-system-history-list reading sources... [ 48%] man/bkr-system-list reading sources... [ 49%] man/bkr-system-modify reading sources... [ 49%] man/bkr-system-power reading sources... [ 50%] man/bkr-system-provision reading sources... [ 50%] man/bkr-system-release reading sources... [ 51%] man/bkr-system-reserve reading sources... [ 51%] man/bkr-system-status reading sources... [ 52%] man/bkr-task-add reading sources... [ 53%] man/bkr-task-delete reading sources... [ 53%] man/bkr-task-details reading sources... [ 54%] man/bkr-task-list reading sources... [ 54%] man/bkr-update-inventory reading sources... [ 55%] man/bkr-update-openstack-trust reading sources... [ 55%] man/bkr-update-prefs reading sources... [ 56%] man/bkr-user-modify reading sources... [ 57%] man/bkr-watchdog-extend reading sources... [ 57%] man/bkr-watchdog-show reading sources... [ 58%] man/bkr-watchdogs-extend reading sources... [ 58%] man/bkr-whoami reading sources... [ 59%] man/bkr-workflow-installer-test reading sources... [ 59%] man/bkr-workflow-simple reading sources... [ 60%] man/bkr-workflow-xslt reading sources... [ 61%] man/index reading sources... [ 61%] man/subcommands reading sources... [ 62%] user-guide/atomic-host reading sources... [ 62%] user-guide/beaker-provided-tasks reading sources... [ 63%] user-guide/bkr-client reading sources... [ 63%] user-guide/contained-test-harness reading sources... [ 64%] user-guide/customizing-installation reading sources... [ 64%] user-guide/customizing-partitions reading sources... [ 65%] user-guide/distros reading sources... [ 66%] user-guide/example-task reading sources... [ 66%] user-guide/index reading sources... [ 67%] user-guide/interface reading sources... [ 67%] user-guide/interface/groups reading sources... [ 68%] user-guide/interface/pools reading sources... [ 68%] user-guide/job-design reading sources... [ 69%] user-guide/job-xml reading sources... [ 70%] user-guide/jobs reading sources... [ 70%] user-guide/multihost reading sources... [ 71%] user-guide/provisioning reading sources... [ 71%] user-guide/recipes reading sources... [ 72%] user-guide/reports reading sources... [ 72%] user-guide/rhts-compat reading sources... [ 73%] user-guide/system-reservation reading sources... [ 74%] user-guide/systems reading sources... [ 74%] user-guide/systems/adding reading sources... [ 75%] user-guide/systems/broken-system-detection reading sources... [ 75%] user-guide/systems/index reading sources... [ 76%] user-guide/systems/sharing reading sources... [ 76%] user-guide/task-environment reading sources... [ 77%] user-guide/task-makefile-targets reading sources... [ 77%] user-guide/task-metadata reading sources... [ 78%] user-guide/tasks reading sources... [ 79%] user-guide/troubleshooting reading sources... [ 79%] user-guide/user-preferences reading sources... [ 80%] user-guide/virtualization-workflow reading sources... [ 80%] user-guide/workflow reading sources... [ 81%] user-guide/writing-tasks reading sources... [ 81%] whats-new/datamining-23 reading sources... [ 82%] whats-new/index reading sources... [ 83%] whats-new/release-0.10 reading sources... [ 83%] whats-new/release-0.11 reading sources... [ 84%] whats-new/release-0.12 reading sources... [ 84%] whats-new/release-0.13 reading sources... [ 85%] whats-new/release-0.14 reading sources... [ 85%] whats-new/release-0.15 reading sources... [ 86%] whats-new/release-0.16 reading sources... [ 87%] whats-new/release-0.17 reading sources... [ 87%] whats-new/release-0.18 reading sources... [ 88%] whats-new/release-0.9 reading sources... [ 88%] whats-new/release-19 reading sources... [ 89%] whats-new/release-20 reading sources... [ 89%] whats-new/release-21 reading sources... [ 90%] whats-new/release-22 reading sources... [ 90%] whats-new/release-23 reading sources... [ 91%] whats-new/release-24 reading sources... [ 92%] whats-new/release-25 reading sources... [ 92%] whats-new/release-26 reading sources... [ 93%] whats-new/release-27 reading sources... [ 93%] whats-new/upgrade-0.10 reading sources... [ 94%] whats-new/upgrade-0.11 reading sources... [ 94%] whats-new/upgrade-0.12 reading sources... [ 95%] whats-new/upgrade-0.13 reading sources... [ 96%] whats-new/upgrade-0.14 reading sources... [ 96%] whats-new/upgrade-0.15 reading sources... [ 97%] whats-new/upgrade-0.16 reading sources... [ 97%] whats-new/upgrade-0.17 reading sources... [ 98%] whats-new/upgrade-0.18 reading sources... [ 98%] whats-new/upgrade-0.9 reading sources... [ 99%] whats-new/upgrade-19 reading sources... [100%] whats-new/upgrade-23 /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/config-files.rst:14: WARNING: Include file '/builddir/build/BUILD/beaker-27.4/Server/server.cfg' not found or reading it failed /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/config-files.rst:22: WARNING: Include file '/builddir/build/BUILD/beaker-27.4/LabController/labcontroller.conf' not found or reading it failed /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:70: WARNING: Unknown interpreted text role "http:method". /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:76: WARNING: Unknown directive type "http:get". .. http:get:: /recipes/(recipe_id)/ Returns recipe details. Response is in Beaker job results XML format, with :mimetype:`application/xml` content type. The root node of the returned XML will be ````, which will contain the requested recipe element. Note that guest recipes will be nested within a partially populated ````. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:84: WARNING: Unknown directive type "http:get". .. http:get:: /recipes/(recipe_id)/watchdog Returns the number of seconds remaining on the watchdog timer for a recipe. The response is a JSON object with a key *seconds*. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:90: WARNING: Unknown directive type "http:post". .. http:post:: /recipes/(recipe_id)/watchdog Extends the watchdog for a recipe. :form seconds: The watchdog kill time is updated to be this many seconds from now. :status 204: The watchdog was updated. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:98: WARNING: Unknown directive type "http:post". .. http:post:: /recipes/(recipe_id)/status Updates the status of all tasks which are not already finished. :form status: The new status. Must be *Aborted*. :status 204: The task status was updated. :status 400: Bad parameters given. Typically the harness will update the status of each task individually as it runs (see below). This is provided as a convenience only, to abort all tasks in a recipe. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:110: WARNING: Unknown directive type "http:patch". .. http:patch:: /recipes/(recipe_id)/tasks/(task_id)/ Updates the attributes of a task. The request must be :mimetype:`application/x-www-form-urlencoded` or :mimetype:`application/json` containing one or more attributes to update. :form status: Current status of the task. Must be *Running*, *Completed*, or *Aborted* (see the note below about valid transitions). :form name: Name of the task. This is presented to the user in the recipe results. The harness may determine the name by reading it from metadata associated with the task (for example, RHTS-format tasks define their name in :file:`testinfo.desc`). :form version: Version of the task which is running. This is recorded in the recipe results to aid in debugging and reproduceability. :status 200: The task was successfully updated. The response body contains the updated attributes. :status 400: Bad parameters were given. :status 409: The requested status transition is invalid. Tasks in Beaker always start out having the *New* status. Once a task is *Running*, its status may only change to *Completed*, meaning that the task has completed execution, or *Aborted*, meaning that the task's execution did not complete (or never began) because of some unexpected condition. Once a task is *Completed* or *Aborted* its status may not be changed. Attempting to change the status in a way that violates these rules will result in a :http:statuscode:`409` response. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:143: WARNING: Unknown directive type "http:post". .. http:post:: /recipes/(recipe_id)/tasks/(task_id)/status .. deprecated:: 0.16 Use :http:patch:`/recipes/(recipe_id)/tasks/(task_id)/` instead. Updates the status of a task. See the note above about valid transitions for the status attribute. :form status: The new status. Must be *Running*, *Completed*, or *Aborted*. :status 204: The task status was updated. :status 400: Bad parameters given. :status 409: Requested state transition is invalid. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:156: WARNING: Unknown directive type "http:post". .. http:post:: /recipes/(recipe_id)/tasks/(task_id)/results/ Records a task result. Returns a :http:statuscode:`201` response with a :mailheader:`Location` header in the form ``/recipes/(recipe_id)/tasks/(task_id)/results/(result_id)``. Results may not be recorded against a task after it has finished. :form result: The result. Must be *Pass*, *Warn*, *Fail*, *Skip*, or *None*. :form path: Path of the result. Conventionally the top-level result will be recorded as ``$TEST``, with sub-results as ``$TEST/suffix``, but this is not required. If not specified, the default is ``/``. :form score: Integer score for this result. The meaning of the score is defined on a per-task basis, Beaker intentionally enforces no meaning. :form message: Textual message to accompany the result. This is typically short, and is expected to be displayed in one line in Beaker's web UI. Use the log uploading mechanism to record test output. :status 201: New result recorded. :status 400: Bad parameters given. :status 409: Task is already finished. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:177: WARNING: Unknown directive type "http:put". .. http:put:: /recipes/(recipe_id)/logs/(path:path) /recipes/(recipe_id)/tasks/(task_id)/logs/(path:path) /recipes/(recipe_id)/tasks/(task_id)/results/(result_id)/logs/(path:path) Stores a log file. Log files may not be stored against a recipe or task after it has finished. :status 204: The log file was updated. :status 409: The recipe or task is already finished. Use the :mailheader:`Content-Range` header to upload part of a file. looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:191: WARNING: Unknown directive type "http:get". .. http:get:: /recipes/(recipe_id)/logs/(path:path) /recipes/(recipe_id)/tasks/(task_id)/logs/(path:path) /recipes/(recipe_id)/tasks/(task_id)/results/(result_id)/logs/(path:path) Returns an uploaded log file. Use the :mailheader:`Range` header to request part of a file. /builddir/build/BUILD/beaker-27.4/documentation/alternative-harnesses/index.rst:200: WARNING: Unknown directive type "http:get". .. http:get:: /recipes/(recipe_id)/logs/ /recipes/(recipe_id)/tasks/(task_id)/logs/ /recipes/(recipe_id)/tasks/(task_id)/results/(result_id)/logs/ Returns a listing of all uploaded logs. Possible response formats include an HTML index (:mimetype:`text/html`) or an Atom feed (:mimetype:`application/atom+xml`). Use the :mailheader:`Accept` header to request a particular representation. The default is HTML. /builddir/build/BUILD/beaker-27.4/documentation/index.rst:43: WARNING: toctree contains reference to excluded document 'server-api/index' /builddir/build/BUILD/beaker-27.4/documentation/user-guide/task-environment.rst:338: WARNING: Unknown interpreted text role "http:get". /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-0.16.rst:46: WARNING: Unknown interpreted text role "http:patch". /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-0.17.rst:166: WARNING: Unknown interpreted text role "http:get". done checking consistency... done writing... bkr.1 { } bkr-workflow-xslt.1 { } beaker-wizard.1 { } bkr-job-logs.1 { } bkr-task-add.1 { } bkr-job-cancel.1 { } bkr-system-release.1 { } bkr-distros-list.1 { } bkr-update-openstack-trust.1 { } bkr-user-modify.1 { } bkr-workflow-simple.1 { } bkr-distro-trees-verify.1 { } bkr-system-create.1 { } bkr-machine-test.1 { } bkr-system-delete.1 { } bkr-workflow-installer-test.1 { } bkr-pool-modify.1 { } bkr-watchdogs-extend.1 { } bkr-policy-list.1 { } bkr-pool-create.1 { } bkr-loan-grant.1 { } bkr-pool-add.1 { } bkr-group-modify.1 { } bkr-labcontroller-modify.1 { } bkr-whoami.1 { } bkr-pool-systems.1 { } bkr-job-watch.1 { } bkr-loan-return.1 { } bkr-distros-tag.1 { } bkr-system-history-list.1 { } bkr-job-clone.1 { } bkr-system-power.1 { } bkr-list-systems.1 { } bkr-system-list.1 { } bkr-group-list.1 { } bkr-system-provision.1 { } bkr-pool-delete.1 { } bkr-task-delete.1 { } bkr-group-members.1 { } bkr-job-list.1 { } bkr-job-delete.1 { } bkr-remove-account.1 { } bkr-distros-untag.1 { } bkr-job-modify.1 { } bkr-policy-grant.1 { } bkr-distros-edit-version.1 { } bkr-labcontroller-list.1 { } bkr-list-labcontrollers.1 { } bkr-system-status.1 { } bkr-pool-remove.1 { } bkr-job-results.1 { } bkr-update-inventory.1 { } bkr-watchdog-show.1 { } bkr-system-reserve.1 { } bkr-job-comment.1 { } bkr-system-modify.1 { } bkr-task-details.1 { } bkr-watchdog-extend.1 { } bkr-task-list.1 { } bkr-job-submit.1 { } bkr-update-prefs.1 { } bkr-group-create.1 { } bkr-labcontroller-create.1 { } bkr-policy-revoke.1 { } bkr-distro-trees-list.1 { } bkr-pool-list.1 { } bkr-system-details.1 { } bkr-harness-test.1 { } done build succeeded, 19 warnings. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. For 'Unknown node: container', see https://bitbucket.org/birkenfeld/sphinx/issue/1018/ python3 -c '__requires__ = ["Sphinx >= 1.0",]; import pkg_resources; import bkr; bkr.__path__ = ["../Common/bkr", "../Client/src/bkr"]; exec(open("/usr/bin/sphinx-build").read())' -b text -d _build/doctrees . _build/text Running Sphinx v2.2.2 making output directory... done loading pickled environment... done loading intersphinx inventory from http://docs.python.org/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) loading intersphinx inventory from http://beaker-project.org/dev/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://beaker-project.org/dev/objects.inv' not fetchable due to : HTTPConnectionPool(host='beaker-project.org', port=80): Max retries exceeded with url: /dev/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date building [text]: targets for 177 source files that are out of date updating environment: 0 added, 4 changed, 0 removed reading sources... [ 25%] admin-guide/config-files reading sources... [ 50%] index reading sources... [ 75%] man/bkr reading sources... [100%] man/subcommands /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/config-files.rst:14: WARNING: Include file '/builddir/build/BUILD/beaker-27.4/Server/server.cfg' not found or reading it failed looking for now-outdated files... /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/config-files.rst:22: WARNING: Include file '/builddir/build/BUILD/beaker-27.4/LabController/labcontroller.conf' not found or reading it failed /builddir/build/BUILD/beaker-27.4/documentation/index.rst:43: WARNING: toctree contains reference to excluded document 'server-api/index' none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] admin-guide/architecture writing output... [ 1%] admin-guide/chronological-overview writing output... [ 1%] admin-guide/config-files writing output... [ 2%] admin-guide/distro-import writing output... [ 2%] admin-guide/graphite writing output... [ 3%] admin-guide/how-do-i writing output... [ 3%] admin-guide/index writing output... [ 4%] admin-guide/installation writing output... [ 5%] admin-guide/interface writing output... [ 5%] admin-guide/kickstarts writing output... [ 6%] admin-guide/man/beaker-create-ipxe-image writing output... [ 6%] admin-guide/man/beaker-create-kickstart writing output... [ 7%] admin-guide/man/beaker-import writing output... [ 7%] admin-guide/man/beaker-init writing output... [ 8%] admin-guide/man/beaker-log-delete writing output... [ 9%] admin-guide/man/beaker-repo-update writing output... [ 9%] admin-guide/man/beaker-sync-tasks writing output... [ 10%] admin-guide/man/beaker-usage-reminder writing output... [ 10%] admin-guide/man/index writing output... [ 11%] admin-guide/man/product-update writing output... [ 11%] admin-guide/openstack writing output... [ 12%] admin-guide/panic-detection writing output... [ 12%] admin-guide/power-commands writing output... [ 13%] admin-guide/reporting-queries writing output... [ 14%] admin-guide/system-requirements writing output... [ 14%] admin-guide/tftp writing output... [ 15%] admin-guide/theming writing output... [ 15%] admin-guide/upgrading writing output... [ 16%] admin-guide/watchdog-script writing output... [ 16%] alternative-harnesses/index writing output... [ 17%] architecture-guide/beaker-differences writing output... [ 18%] architecture-guide/capabilities writing output... [ 18%] architecture-guide/index writing output... [ 19%] architecture-guide/job-monitoring writing output... [ 19%] architecture-guide/log-storage writing output... [ 20%] architecture-guide/provisioning-process writing output... [ 20%] glossary writing output... [ 21%] in-a-box/index writing output... [ 22%] index writing output... [ 22%] man/beaker-wizard writing output... [ 23%] man/bkr writing output... [ 23%] man/bkr-distro-trees-list writing output... [ 24%] man/bkr-distro-trees-verify writing output... [ 24%] man/bkr-distros-edit-version writing output... [ 25%] man/bkr-distros-list writing output... [ 25%] man/bkr-distros-tag writing output... [ 26%] man/bkr-distros-untag writing output... [ 27%] man/bkr-group-create writing output... [ 27%] man/bkr-group-list writing output... [ 28%] man/bkr-group-members writing output... [ 28%] man/bkr-group-modify writing output... [ 29%] man/bkr-harness-test writing output... [ 29%] man/bkr-job-cancel writing output... [ 30%] man/bkr-job-clone writing output... [ 31%] man/bkr-job-comment writing output... [ 31%] man/bkr-job-delete writing output... [ 32%] man/bkr-job-list writing output... [ 32%] man/bkr-job-logs writing output... [ 33%] man/bkr-job-modify writing output... [ 33%] man/bkr-job-results writing output... [ 34%] man/bkr-job-submit writing output... [ 35%] man/bkr-job-watch writing output... [ 35%] man/bkr-labcontroller-create writing output... [ 36%] man/bkr-labcontroller-list writing output... [ 36%] man/bkr-labcontroller-modify writing output... [ 37%] man/bkr-list-labcontrollers writing output... [ 37%] man/bkr-list-systems writing output... [ 38%] man/bkr-loan-grant writing output... [ 38%] man/bkr-loan-return writing output... [ 39%] man/bkr-machine-test writing output... [ 40%] man/bkr-policy-grant writing output... [ 40%] man/bkr-policy-list writing output... [ 41%] man/bkr-policy-revoke writing output... [ 41%] man/bkr-pool-add writing output... [ 42%] man/bkr-pool-create writing output... [ 42%] man/bkr-pool-delete writing output... [ 43%] man/bkr-pool-list writing output... [ 44%] man/bkr-pool-modify writing output... [ 44%] man/bkr-pool-remove writing output... [ 45%] man/bkr-pool-systems writing output... [ 45%] man/bkr-remove-account writing output... [ 46%] man/bkr-system-create writing output... [ 46%] man/bkr-system-delete writing output... [ 47%] man/bkr-system-details writing output... [ 48%] man/bkr-system-history-list writing output... [ 48%] man/bkr-system-list writing output... [ 49%] man/bkr-system-modify writing output... [ 49%] man/bkr-system-power writing output... [ 50%] man/bkr-system-provision writing output... [ 50%] man/bkr-system-release writing output... [ 51%] man/bkr-system-reserve writing output... [ 51%] man/bkr-system-status writing output... [ 52%] man/bkr-task-add writing output... [ 53%] man/bkr-task-delete writing output... [ 53%] man/bkr-task-details writing output... [ 54%] man/bkr-task-list writing output... [ 54%] man/bkr-update-inventory writing output... [ 55%] man/bkr-update-openstack-trust writing output... [ 55%] man/bkr-update-prefs writing output... [ 56%] man/bkr-user-modify writing output... [ 57%] man/bkr-watchdog-extend writing output... [ 57%] man/bkr-watchdog-show writing output... [ 58%] man/bkr-watchdogs-extend writing output... [ 58%] man/bkr-whoami writing output... [ 59%] man/bkr-workflow-installer-test writing output... [ 59%] man/bkr-workflow-simple writing output... [ 60%] man/bkr-workflow-xslt writing output... [ 61%] man/index writing output... [ 61%] man/subcommands writing output... [ 62%] user-guide/atomic-host writing output... [ 62%] user-guide/beaker-provided-tasks writing output... [ 63%] user-guide/bkr-client writing output... [ 63%] user-guide/contained-test-harness writing output... [ 64%] user-guide/customizing-installation writing output... [ 64%] user-guide/customizing-partitions writing output... [ 65%] user-guide/distros writing output... [ 66%] user-guide/example-task writing output... [ 66%] user-guide/index writing output... [ 67%] user-guide/interface writing output... [ 67%] user-guide/interface/groups writing output... [ 68%] user-guide/interface/pools writing output... [ 68%] user-guide/job-design writing output... [ 69%] user-guide/job-xml writing output... [ 70%] user-guide/jobs writing output... [ 70%] user-guide/multihost writing output... [ 71%] user-guide/provisioning writing output... [ 71%] user-guide/recipes writing output... [ 72%] user-guide/reports writing output... [ 72%] user-guide/rhts-compat writing output... [ 73%] user-guide/system-reservation writing output... [ 74%] user-guide/systems writing output... [ 74%] user-guide/systems/adding writing output... [ 75%] user-guide/systems/broken-system-detection writing output... [ 75%] user-guide/systems/index writing output... [ 76%] user-guide/systems/sharing writing output... [ 76%] user-guide/task-environment writing output... [ 77%] user-guide/task-makefile-targets writing output... [ 77%] user-guide/task-metadata writing output... [ 78%] user-guide/tasks writing output... [ 79%] user-guide/troubleshooting writing output... [ 79%] user-guide/user-preferences writing output... [ 80%] user-guide/virtualization-workflow writing output... [ 80%] user-guide/workflow writing output... [ 81%] user-guide/writing-tasks writing output... [ 81%] whats-new/datamining-23 writing output... [ 82%] whats-new/index writing output... [ 83%] whats-new/release-0.10 writing output... [ 83%] whats-new/release-0.11 writing output... [ 84%] whats-new/release-0.12 writing output... [ 84%] whats-new/release-0.13 writing output... [ 85%] whats-new/release-0.14 writing output... [ 85%] whats-new/release-0.15 writing output... [ 86%] whats-new/release-0.16 writing output... [ 87%] whats-new/release-0.17 writing output... [ 87%] whats-new/release-0.18 writing output... [ 88%] whats-new/release-0.9 writing output... [ 88%] whats-new/release-19 writing output... [ 89%] whats-new/release-20 writing output... [ 89%] whats-new/release-21 writing output... [ 90%] whats-new/release-22 writing output... [ 90%] whats-new/release-23 writing output... [ 91%] whats-new/release-24 writing output... [ 92%] whats-new/release-25 writing output... [ 92%] whats-new/release-26 writing output... [ 93%] whats-new/release-27 writing output... [ 93%] whats-new/upgrade-0.10 writing output... [ 94%] whats-new/upgrade-0.11 writing output... [ 94%] whats-new/upgrade-0.12 writing output... [ 95%] whats-new/upgrade-0.13 writing output... [ 96%] whats-new/upgrade-0.14 writing output... [ 96%] whats-new/upgrade-0.15 writing output... [ 97%] whats-new/upgrade-0.16 writing output... [ 97%] whats-new/upgrade-0.17 writing output... [ 98%] whats-new/upgrade-0.18 writing output... [ 98%] whats-new/upgrade-0.9 writing output... [ 99%] whats-new/upgrade-19 writing output... [100%] whats-new/upgrade-23 /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/panic-detection.rst:11: WARNING: undefined label: python:re-syntax (if the link has no caption the label must precede a section header) /builddir/build/BUILD/beaker-27.4/documentation/architecture-guide/capabilities.rst:377: WARNING: undefined label: server-api (if the link has no caption the label must precede a section header) /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-0.13.rst:4: WARNING: undefined label: proposal-enhanced-user-groups (if the link has no caption the label must precede a section header) /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-0.16.rst:52: WARNING: undefined label: beakerdev:proposal-external-tasks (if the link has no caption the label must precede a section header) /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-19.rst:18: WARNING: undefined label: beakerdev:proposal-system-page-improvements (if the link has no caption the label must precede a section header) /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-19.rst:440: WARNING: unknown document: ../../server-api/http build succeeded, 12 warnings. The text files are in _build/text. /builddir/build/BUILD/beaker-27.4/documentation/whats-new/release-20.rst:36: WARNING: undefined label: beakerdev:proposal-predefined-access-policies (if the link has no caption the label must precede a section header) Build finished. The text files are in _build/text. make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/documentation' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.v2fX71 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch ++ dirname /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch + cd beaker-27.4 + export BKR_PY3=1 + BKR_PY3=1 + DESTDIR=/builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch + make install set -e; for i in Common Client documentation; do make -C $i install; done make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/Common' python3 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 python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-job.rnc -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-task.rng -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-inventory.ttl -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-task.rnc -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/schema copying build/lib/bkr/common/schema/beaker-job.rng -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/schema copying build/lib/bkr/common/hub.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/pyconfig.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/test_xmlrpc.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/xmlrpc3.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/xmlrpc2.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/default.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/test_schema.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/bexceptions.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/helpers.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/common/__init__.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common copying build/lib/bkr/log.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr copying build/lib/bkr/__init__.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/hub.py to hub.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/pyconfig.py to pyconfig.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/test_xmlrpc.py to test_xmlrpc.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/xmlrpc3.py to xmlrpc3.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/xmlrpc2.py to xmlrpc2.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/test_schema.py to test_schema.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/bexceptions.py to bexceptions.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/helpers.py to helpers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/common/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/log.py to log.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmp06k3o0aw.py' /usr/bin/python3 /tmp/tmp06k3o0aw.py removing /tmp/tmp06k3o0aw.py running install_egg_info running egg_info creating beaker_common.egg-info writing beaker_common.egg-info/PKG-INFO writing dependency_links to beaker_common.egg-info/dependency_links.txt writing top-level names to beaker_common.egg-info/top_level.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-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/beaker_common-27.4-py3.8.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-27.4-1.fc32.noarch/usr/lib/python*/site-packages/beaker_common-*.egg-info make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/Common' make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/Client' python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch running install running install_lib Skipping installation of /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/__init__.py (namespace package) copying bkr/client/convert.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client copying bkr/client/main.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client copying bkr/client/wizard.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client copying bkr/client/command.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client copying bkr/client/task_watcher.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client copying bkr/client/__init__.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client copying bkr/client/host-filters/00-memory.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-intel-cpus.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-hygon-cpus.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-disk-size.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-numa.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-cpu-size.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-ibm-cpus.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/host-filters/00-amd-cpus.conf -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/host-filters copying bkr/client/commands/cmd_job_logs.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_add.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_cancel.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_release.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_update_openstack_trust.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_user_modify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_workflow_simple.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distro_trees_verify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_create.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_machine_test.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_delete.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_workflow_installer_test.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_modify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_watchdogs_extend.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_policy_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_create.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_loan_grant.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_add.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_modify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_labcontroller_modify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_whoami.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_systems.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_watch.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_loan_return.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_tag.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_history_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_clone.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_power.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_provision.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_delete.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_delete.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_members.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_delete.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_remove_account.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_untag.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_modify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_policy_grant.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distros_edit_version.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_labcontroller_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_status.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_remove.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_results.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_update_inventory.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_watchdog_show.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_reserve.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_comment.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_modify.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_details.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_watchdog_extend.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_task_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_job_submit.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_update_prefs.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_group_create.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_labcontroller_create.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_workflow_xslt.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_policy_revoke.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_distro_trees_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_pool_list.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/__init__.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_system_details.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/commands/cmd_harness_test.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands copying bkr/client/tests/test_wizard.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/tests copying bkr/client/tests/__init__.py -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/tests byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/convert.py to convert.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/main.py to main.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/wizard.py to wizard.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/command.py to command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/task_watcher.py to task_watcher.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_logs.py to cmd_job_logs.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_task_add.py to cmd_task_add.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_cancel.py to cmd_job_cancel.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_release.py to cmd_system_release.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_distros_list.py to cmd_distros_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_update_openstack_trust.py to cmd_update_openstack_trust.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_user_modify.py to cmd_user_modify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_workflow_simple.py to cmd_workflow_simple.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_distro_trees_verify.py to cmd_distro_trees_verify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_create.py to cmd_system_create.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_machine_test.py to cmd_machine_test.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_delete.py to cmd_system_delete.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_workflow_installer_test.py to cmd_workflow_installer_test.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_modify.py to cmd_pool_modify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_watchdogs_extend.py to cmd_watchdogs_extend.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_policy_list.py to cmd_policy_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_create.py to cmd_pool_create.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_loan_grant.py to cmd_loan_grant.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_add.py to cmd_pool_add.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_group_modify.py to cmd_group_modify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_labcontroller_modify.py to cmd_labcontroller_modify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_whoami.py to cmd_whoami.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_systems.py to cmd_pool_systems.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_watch.py to cmd_job_watch.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_loan_return.py to cmd_loan_return.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_distros_tag.py to cmd_distros_tag.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_history_list.py to cmd_system_history_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_clone.py to cmd_job_clone.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_power.py to cmd_system_power.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_list.py to cmd_system_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_group_list.py to cmd_group_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_provision.py to cmd_system_provision.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_delete.py to cmd_pool_delete.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_task_delete.py to cmd_task_delete.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_group_members.py to cmd_group_members.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_list.py to cmd_job_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_delete.py to cmd_job_delete.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_remove_account.py to cmd_remove_account.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_distros_untag.py to cmd_distros_untag.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_modify.py to cmd_job_modify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_policy_grant.py to cmd_policy_grant.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_distros_edit_version.py to cmd_distros_edit_version.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_labcontroller_list.py to cmd_labcontroller_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_status.py to cmd_system_status.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_remove.py to cmd_pool_remove.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_results.py to cmd_job_results.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_update_inventory.py to cmd_update_inventory.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_watchdog_show.py to cmd_watchdog_show.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_reserve.py to cmd_system_reserve.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_comment.py to cmd_job_comment.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_modify.py to cmd_system_modify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_task_details.py to cmd_task_details.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_watchdog_extend.py to cmd_watchdog_extend.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_task_list.py to cmd_task_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_job_submit.py to cmd_job_submit.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_update_prefs.py to cmd_update_prefs.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_group_create.py to cmd_group_create.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_labcontroller_create.py to cmd_labcontroller_create.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_workflow_xslt.py to cmd_workflow_xslt.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_policy_revoke.py to cmd_policy_revoke.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_distro_trees_list.py to cmd_distro_trees_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_pool_list.py to cmd_pool_list.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_system_details.py to cmd_system_details.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/commands/cmd_harness_test.py to cmd_harness_test.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/tests/test_wizard.py to test_wizard.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/client/tests/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmpelayp1ge.py' /usr/bin/python3 /tmp/tmpelayp1ge.py removing /tmp/tmpelayp1ge.py running install_data creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/etc creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/etc/beaker creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/bash-completion creating /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/bash-completion/completions copying bash-completion/bkr -> /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/bash-completion/completions running install_egg_info running egg_info creating src/beaker_client.egg-info writing src/beaker_client.egg-info/PKG-INFO 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 namespace_packages to src/beaker_client.egg-info/namespace_packages.txt writing requirements to src/beaker_client.egg-info/requires.txt writing top-level names to src/beaker_client.egg-info/top_level.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-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/beaker_client-27.4-py3.8.egg-info Installing /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/beaker_client-27.4-py3.8-nspkg.pth running install_scripts Installing beaker-wizard script to /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/bin Installing bkr script to /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/bin make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/Client' make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/documentation' python3 -c '__requires__ = ["Sphinx >= 1.0",]; import pkg_resources; import bkr; bkr.__path__ = ["../Common/bkr", "../Client/src/bkr"]; exec(open("/usr/bin/sphinx-build").read())' -b man -d _build/doctrees . _build/man Running Sphinx v2.2.2 loading pickled environment... done loading intersphinx inventory from http://docs.python.org/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) loading intersphinx inventory from http://beaker-project.org/dev/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://beaker-project.org/dev/objects.inv' not fetchable due to : HTTPConnectionPool(host='beaker-project.org', port=80): Max retries exceeded with url: /dev/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 0 added, 4 changed, 0 removed reading sources... [ 25%] admin-guide/config-files reading sources... [ 50%] index reading sources... [ 75%] man/bkr reading sources... [100%] man/subcommands /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/config-files.rst:14: WARNING: Include file '/builddir/build/BUILD/beaker-27.4/Server/server.cfg' not found or reading it failed /builddir/build/BUILD/beaker-27.4/documentation/admin-guide/config-files.rst:22: WARNING: Include file '/builddir/build/BUILD/beaker-27.4/LabController/labcontroller.conf' not found or reading it failed /builddir/build/BUILD/beaker-27.4/documentation/index.rst:43: WARNING: toctree contains reference to excluded document 'server-api/index' looking for now-outdated files... none found pickling environment... done checking consistency... done writing... bkr.1 { } bkr-workflow-xslt.1 { } beaker-wizard.1 { } bkr-job-logs.1 { } bkr-task-add.1 { } bkr-job-cancel.1 { } bkr-system-release.1 { } bkr-distros-list.1 { } bkr-update-openstack-trust.1 { } bkr-user-modify.1 { } bkr-workflow-simple.1 { } bkr-distro-trees-verify.1 { } bkr-system-create.1 { } bkr-machine-test.1 { } bkr-system-delete.1 { } bkr-workflow-installer-test.1 { } bkr-pool-modify.1 { } bkr-watchdogs-extend.1 { } bkr-policy-list.1 { } bkr-pool-create.1 { } bkr-loan-grant.1 { } bkr-pool-add.1 { } bkr-group-modify.1 { } bkr-labcontroller-modify.1 { } bkr-whoami.1 { } bkr-pool-systems.1 { } bkr-job-watch.1 { } bkr-loan-return.1 { } bkr-distros-tag.1 { } bkr-system-history-list.1 { } bkr-job-clone.1 { } bkr-system-power.1 { } bkr-list-systems.1 { } bkr-system-list.1 { } bkr-group-list.1 { } bkr-system-provision.1 { } bkr-pool-delete.1 { } bkr-task-delete.1 { } bkr-group-members.1 { } bkr-job-list.1 { } bkr-job-delete.1 { } bkr-remove-account.1 { } bkr-distros-untag.1 { } bkr-job-modify.1 { } bkr-policy-grant.1 { } bkr-distros-edit-version.1 { } bkr-labcontroller-list.1 { } bkr-list-labcontrollers.1 { } bkr-system-status.1 { } bkr-pool-remove.1 { } bkr-job-results.1 { } bkr-update-inventory.1 { } bkr-watchdog-show.1 { } bkr-system-reserve.1 { } bkr-job-comment.1 { } bkr-system-modify.1 { } bkr-task-details.1 { } bkr-watchdog-extend.1 { } bkr-task-list.1 { } bkr-job-submit.1 { } bkr-update-prefs.1 { } bkr-group-create.1 { } bkr-labcontroller-create.1 { } bkr-policy-revoke.1 { } bkr-distro-trees-list.1 { } bkr-pool-list.1 { } bkr-system-details.1 { } bkr-harness-test.1 { } done build succeeded, 5 warnings. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. install -m0755 -d /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man{1,8} install -m0644 _build/man/*.1 /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man1 if [[ 1 == 0 ]]; then \ install -m0644 _build/man/*.8 /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man8; \ fi ln -s bkr-distro-trees-verify.1.gz /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man1/bkr-distros-verify.1.gz ln -s bkr-system-list.1.gz /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man1/bkr-list-systems.1.gz ln -s bkr-labcontroller-list /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man1/bkr-list-labcontrollers.1.gz make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/documentation' + rm -rf /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/beaker-integration-tests/ + rm -rf /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/bkr/inttest + rm -rf '/builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8/site-packages/beaker_integration_tests*' + rm -rf /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/man/man8/ + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 27.4-1.fc32 --unique-debug-suffix -27.4-1.fc32.noarch --unique-debug-src-base beaker-27.4-1.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/beaker-27.4 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 Bytecompiling .py files below /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Uc88I5 + umask 022 + cd /builddir/build/BUILD + cd beaker-27.4 + export BKR_PY3=1 + BKR_PY3=1 + make check set -e; for i in Common Client documentation; do make -C $i check; done make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/Common' ./run-tests.sh + [[ -z 1 ]] + [[ 1 == 1 ]] + nose_command=nosetests-3 + env PYTHONPATH=. nosetests-3 -v bkr test_device (bkr.common.test_schema.JobSchemaTest) ... ok test_device_driver (bkr.common.test_schema.JobSchemaTest) ... ok test_disk_units (bkr.common.test_schema.JobSchemaTest) ... ok test_duplicate_elements (bkr.common.test_schema.JobSchemaTest) ... ok test_force_system (bkr.common.test_schema.JobSchemaTest) ... ok test_guestrecipe (bkr.common.test_schema.JobSchemaTest) ... ok test_hostRequires_not_optional (bkr.common.test_schema.JobSchemaTest) ... ok test_job_with_reservesys (bkr.common.test_schema.JobSchemaTest) ... ok test_job_with_reservesys_duration (bkr.common.test_schema.JobSchemaTest) ... ok test_minimal_job (bkr.common.test_schema.JobSchemaTest) ... ok test_minimal_job_with_invalid_system_inventory_date (bkr.common.test_schema.JobSchemaTest) ... ok test_minimal_job_with_system_inventory_date (bkr.common.test_schema.JobSchemaTest) ... ok test_minimal_job_with_system_inventory_status (bkr.common.test_schema.JobSchemaTest) ... ok test_optional_guestname (bkr.common.test_schema.JobSchemaTest) ... ok test_optional_op (bkr.common.test_schema.JobSchemaTest) ... ok test_recipe_elements_in_different_order (bkr.common.test_schema.JobSchemaTest) ... ok test_maximal_task (bkr.common.test_schema.TaskSchemaTest) ... ok test_minimal_task (bkr.common.test_schema.TaskSchemaTest) ... ok test_complete_failure (bkr.common.test_xmlrpc.RetryTransportLoggingTestCase) ... ok test_eventual_success (bkr.common.test_xmlrpc.RetryTransportLoggingTestCase) ... ok test_immediate_success (bkr.common.test_xmlrpc.RetryTransportLoggingTestCase) ... ok test_complete_failure (bkr.common.test_xmlrpc.RetryTransportTestCase) ... ok test_default_retry_settings (bkr.common.test_xmlrpc.RetryTransportTestCase) ... ok test_immediate_success (bkr.common.test_xmlrpc.RetryTransportTestCase) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.086s OK make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/Common' make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/Client' ./run-tests.sh + [[ -z 1 ]] + [[ 1 == 1 ]] + nose_command=nosetests-3 + env PYTHONPATH=../Client/src:../Common nosetests-3 -v --traverse-namespace bkr.client.tests test_contain_aarch64 (bkr.client.tests.test_wizard.ArchitecturesTest) ... ok test_contain_ppc64le (bkr.client.tests.test_wizard.ArchitecturesTest) ... ok test_security_info_removed_from_summary (bkr.client.tests.test_wizard.BugsTest) ... ok test_shell_metachars_escaped_in_makefile (bkr.client.tests.test_wizard.DescTest) ... ok test_custom_other_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_default_is_gplv2_or_later (bkr.client.tests.test_wizard.LicenseTests) ... ok test_explicit_other_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_gplv2_only_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_gplv2_or_later_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_gplv3_or_later_explicit_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_gplv3_or_later_implicit_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_unknown_other_text (bkr.client.tests.test_wizard.LicenseTests) ... ok test_dashes_and_underscore (bkr.client.tests.test_wizard.ReleasesTest) ... ok test_default_excludes_rhel4_rhel5 (bkr.client.tests.test_wizard.ReleasesTest) ... ok test_long_spelled_out_RHEL_Name (bkr.client.tests.test_wizard.ReleasesTest) ... ok test_it (bkr.client.tests.test_wizard.ShellEscapingTest) ... ok test_prints_full_heading (bkr.client.tests.test_wizard.TypeTest) ... ok ---------------------------------------------------------------------- Ran 17 tests in 0.056s OK make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/Client' make[1]: Entering directory '/builddir/build/BUILD/beaker-27.4/documentation' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/beaker-27.4/documentation' + find /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch -name __pycache__ + xargs rm -rf + RPM_EC=0 ++ jobs -p + exit 0 Processing files: beaker-common-27.4-1.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sdMd35 + umask 022 + cd /builddir/build/BUILD + cd beaker-27.4 + DOCDIR=/builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/doc/beaker-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/doc/beaker-common + cp -pr README.md /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/doc/beaker-common + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GHRI22 + umask 022 + cd /builddir/build/BUILD + cd beaker-27.4 + LICENSEDIR=/builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/licenses/beaker-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/licenses/beaker-common + cp -pr COPYING /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/licenses/beaker-common + RPM_EC=0 ++ jobs -p + exit 0 Provides: beaker = 27.4-1.fc32 beaker-common = 27.4-1.fc32 python3.8dist(beaker-common) = 27.4 python3dist(beaker-common) = 27.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.8 Obsoletes: beaker < 0.17.0-1 Processing files: beaker-client-27.4-1.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NVqUU3 + umask 022 + cd /builddir/build/BUILD + cd beaker-27.4 + DOCDIR=/builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/doc/beaker-client + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/doc/beaker-client + cp -pr Client/client.conf.example /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch/usr/share/doc/beaker-client + RPM_EC=0 ++ jobs -p + exit 0 Provides: beaker-client = 27.4-1.fc32 python3.8dist(beaker-client) = 27.4 python3dist(beaker-client) = 27.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.8 python3.8dist(beaker-common) python3.8dist(gssapi) python3.8dist(jinja2) python3.8dist(lxml) python3.8dist(prettytable) python3.8dist(requests) python3.8dist(setuptools) python3.8dist(six) Conflicts: rhts-devel < 4.52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch Wrote: /builddir/build/RPMS/beaker-common-27.4-1.fc32.noarch.rpm Wrote: /builddir/build/RPMS/beaker-client-27.4-1.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.owXll3 + umask 022 + cd /builddir/build/BUILD + cd beaker-27.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/beaker-27.4-1.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0