Mock Version: 1.4.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python3-ara.spec'], chrootPath='/var/lib/mock/908799-fedora-rawhide-x86_64-1557842599.482251/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.r4trzt58:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.r4trzt58:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '65166491f91941debed3d53703ebf640', '-D', '/var/lib/mock/908799-fedora-rawhide-x86_64-1557842599.482251/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.r4trzt58:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python3-ara.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python3-ara-1.0.0-0.1gitbb4e504.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python3-ara.spec'], chrootPath='/var/lib/mock/908799-fedora-rawhide-x86_64-1557842599.482251/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.r4trzt58:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.r4trzt58:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'dba09c574fb441f49c27a53d641c02e9', '-D', '/var/lib/mock/908799-fedora-rawhide-x86_64-1557842599.482251/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.r4trzt58:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python3-ara.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Rh8ulv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ara + /usr/bin/gzip -dc /builddir/build/SOURCES/ara-bb4e504.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ara + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gvT34s + umask 022 + cd /builddir/build/BUILD + cd ara + python3 manage.py migrate 2019-05-14 14:04:16,805 WARNING ara.server.settings: No setting found for SECRET_KEY. Generating a random key... 2019-05-14 14:04:16,806 INFO ara.server.settings: Using settings file: /builddir/.ara/server/settings.yaml 2019-05-14 14:04:16,807 INFO ara.server.settings: Writing default settings to /builddir/.ara/server/settings.yaml Operations to perform: Apply all migrations: admin, api, auth, contenttypes, sessions Running migrations: Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying api.0001_initial... OK Applying contenttypes.0002_remove_content_type_name... OK Applying auth.0002_alter_permission_name_max_length... OK Applying auth.0003_alter_user_email_max_length... OK Applying auth.0004_alter_user_username_opts... OK Applying auth.0005_alter_user_last_login_null... OK Applying auth.0006_require_contenttypes_0002... OK Applying auth.0007_alter_validators_add_error_messages... OK Applying auth.0008_alter_user_username_max_length... OK Applying auth.0009_alter_user_last_name_max_length... OK Applying auth.0010_alter_group_name_max_length... OK Applying auth.0011_update_proxy_permissions... OK Applying sessions.0001_initial... OK + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/ara creating build/lib/ara/setup copying ara/setup/env.py -> build/lib/ara/setup copying ara/setup/plugins.py -> build/lib/ara/setup copying ara/setup/path.py -> build/lib/ara/setup copying ara/setup/action_plugins.py -> build/lib/ara/setup copying ara/setup/exceptions.py -> build/lib/ara/setup copying ara/setup/__init__.py -> build/lib/ara/setup copying ara/setup/ansible.py -> build/lib/ara/setup copying ara/setup/callback_plugins.py -> build/lib/ara/setup creating build/lib/ara/api creating build/lib/ara/api/migrations copying ara/api/migrations/0001_initial.py -> build/lib/ara/api/migrations copying ara/api/migrations/__init__.py -> build/lib/ara/api/migrations creating build/lib/ara/server copying ara/server/utils.py -> build/lib/ara/server copying ara/server/settings.py -> build/lib/ara/server copying ara/server/apps.py -> build/lib/ara/server copying ara/server/admin.py -> build/lib/ara/server copying ara/server/__main__.py -> build/lib/ara/server copying ara/server/__init__.py -> build/lib/ara/server copying ara/server/urls.py -> build/lib/ara/server copying ara/server/wsgi.py -> build/lib/ara/server creating build/lib/ara/api/tests copying ara/api/tests/utils.py -> build/lib/ara/api/tests copying ara/api/tests/tests_play.py -> build/lib/ara/api/tests copying ara/api/tests/tests_records.py -> build/lib/ara/api/tests copying ara/api/tests/tests_file_content.py -> build/lib/ara/api/tests copying ara/api/tests/tests_task.py -> build/lib/ara/api/tests copying ara/api/tests/tests_result.py -> build/lib/ara/api/tests copying ara/api/tests/tests_file.py -> build/lib/ara/api/tests copying ara/api/tests/tests_utils.py -> build/lib/ara/api/tests copying ara/api/tests/tests_playbook.py -> build/lib/ara/api/tests copying ara/api/tests/tests_host.py -> build/lib/ara/api/tests copying ara/api/tests/__init__.py -> build/lib/ara/api/tests copying ara/api/tests/tests_auth.py -> build/lib/ara/api/tests copying ara/api/tests/tests_label.py -> build/lib/ara/api/tests copying ara/api/tests/factories.py -> build/lib/ara/api/tests copying ara/api/auth.py -> build/lib/ara/api copying ara/api/fields.py -> build/lib/ara/api copying ara/api/models.py -> build/lib/ara/api copying ara/api/apps.py -> build/lib/ara/api copying ara/api/admin.py -> build/lib/ara/api BUILDSTDERR: package init file 'ara/__init__.py' not found (or not a regular file) copying ara/api/views.py -> build/lib/ara/api copying ara/api/serializers.py -> build/lib/ara/api copying ara/api/__init__.py -> build/lib/ara/api copying ara/api/urls.py -> build/lib/ara/api creating build/lib/ara/clients copying ara/clients/utils.py -> build/lib/ara/clients copying ara/clients/http.py -> build/lib/ara/clients copying ara/clients/__init__.py -> build/lib/ara/clients copying ara/clients/offline.py -> build/lib/ara/clients running egg_info creating ara.egg-info writing ara.egg-info/PKG-INFO writing dependency_links to ara.egg-info/dependency_links.txt writing entry points to ara.egg-info/entry_points.txt writing requirements to ara.egg-info/requires.txt writing top-level names to ara.egg-info/top_level.txt writing pbr to ara.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'ara.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no files found matching 'AUTHORS' BUILDSTDERR: warning: no files found matching 'ChangeLog' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'ara.egg-info/SOURCES.txt' copying ara/setup/README.rst -> build/lib/ara/setup creating build/lib/ara/plugins creating build/lib/ara/plugins/action copying ara/plugins/action/ara_record.py -> build/lib/ara/plugins/action creating build/lib/ara/plugins/callback copying ara/plugins/callback/ara_default.py -> build/lib/ara/plugins/callback + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7NSFcw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 + cd ara + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins/callback copying build/lib/ara/plugins/callback/ara_default.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins/callback creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins/action copying build/lib/ara/plugins/action/ara_record.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins/action creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients copying build/lib/ara/clients/offline.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients copying build/lib/ara/clients/__init__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients copying build/lib/ara/clients/http.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients copying build/lib/ara/clients/utils.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/wsgi.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/urls.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/__init__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/__main__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/admin.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/apps.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/settings.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server copying build/lib/ara/server/utils.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/urls.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/__init__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/serializers.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/views.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/admin.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/apps.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/models.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/fields.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api copying build/lib/ara/api/auth.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/factories.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_label.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_auth.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/__init__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_host.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_playbook.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_utils.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_file.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_result.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_task.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_file_content.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_records.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/tests_play.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests copying build/lib/ara/api/tests/utils.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/migrations copying build/lib/ara/api/migrations/__init__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/migrations copying build/lib/ara/api/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/migrations creating /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/README.rst -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/callback_plugins.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/ansible.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/__init__.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/exceptions.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/action_plugins.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/path.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/plugins.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup copying build/lib/ara/setup/env.py -> /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins/callback/ara_default.py to ara_default.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/plugins/action/ara_record.py to ara_record.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients/offline.py to offline.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients/http.py to http.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/clients/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/wsgi.py to wsgi.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/urls.py to urls.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/admin.py to admin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/apps.py to apps.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/settings.py to settings.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/server/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/urls.py to urls.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/serializers.py to serializers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/views.py to views.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/admin.py to admin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/apps.py to apps.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/models.py to models.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/fields.py to fields.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/auth.py to auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/factories.py to factories.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_label.py to tests_label.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_auth.py to tests_auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_host.py to tests_host.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_playbook.py to tests_playbook.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_utils.py to tests_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_file.py to tests_file.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_result.py to tests_result.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_task.py to tests_task.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_file_content.py to tests_file_content.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_records.py to tests_records.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/tests_play.py to tests_play.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/tests/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/migrations/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/api/migrations/0001_initial.py to 0001_initial.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/callback_plugins.py to callback_plugins.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/ansible.py to ansible.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/action_plugins.py to action_plugins.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/path.py to path.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/plugins.py to plugins.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara/setup/env.py to env.cpython-37.pyc writing byte-compilation script '/tmp/tmp5li_2hs3.py' /usr/bin/python3 /tmp/tmp5li_2hs3.py removing /tmp/tmp5li_2hs3.py running install_egg_info running egg_info writing ara.egg-info/PKG-INFO writing dependency_links to ara.egg-info/dependency_links.txt writing entry points to ara.egg-info/entry_points.txt writing requirements to ara.egg-info/requires.txt writing top-level names to ara.egg-info/top_level.txt writing pbr to ara.egg-info/pbr.json [pbr] Processing SOURCES.txt BUILDSTDERR: package init file 'ara/__init__.py' not found (or not a regular file) [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no files found matching 'AUTHORS' BUILDSTDERR: warning: no files found matching 'ChangeLog' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'ara.egg-info/SOURCES.txt' Copying ara.egg-info to /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7/site-packages/ara-1.0.0.0a5.dev12-py3.7.egg-info running install_scripts Installing ara-manage script to /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/bin BUILDSTDERR: /usr/lib/python3.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header BUILDSTDERR: header = easy_install.get_script_header("", executable, is_wininst) + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.0.0-0.1gitbb4e504.fc31 --unique-debug-suffix -1.0.0-0.1gitbb4e504.fc31.x86_64 --unique-debug-src-base python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/ara 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/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-ara-1.0.0-0.1gitbb4e504.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qEIm5w + umask 022 + cd /builddir/build/BUILD + cd ara + DOCDIR=/builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/doc/python3-ara + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/doc/python3-ara + cp -pr doc /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/doc/python3-ara + cp -pr README.rst /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/doc/python3-ara + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.480Lew + umask 022 + cd /builddir/build/BUILD + cd ara + LICENSEDIR=/builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/licenses/python3-ara + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/licenses/python3-ara + cp -pr LICENSE /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64/usr/share/licenses/python3-ara + exit 0 Provides: ara = 1.0.0-0.1gitbb4e504.fc31 python-ara = 1.0.0-0.1gitbb4e504.fc31 python3-ara = 1.0.0-0.1gitbb4e504.fc31 python3.7dist(ara) = 1.0.0.0a5.dev12 python3dist(ara) = 1.0.0.0a5.dev12 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/python3 python(abi) = 3.7 python3.7dist(pbr) >= 2.0.0 python3.7dist(requests) >= 2.14.2 python3.7dist(setuptools) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 Wrote: /builddir/build/RPMS/python3-ara-1.0.0-0.1gitbb4e504.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HDHOht + umask 022 + cd /builddir/build/BUILD + cd ara + /usr/bin/rm -rf /builddir/build/BUILDROOT/python3-ara-1.0.0-0.1gitbb4e504.fc31.x86_64 + exit 0 Child return code was: 0