Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-sql-explorer.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681816112.634977/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-sql-explorer.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-django-sql-explorer-3.1.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-sql-explorer.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681816112.634977/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-sql-explorer.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-django-sql-explorer-3.1.1-1.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/python-django-sql-explorer.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681816112.634977/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-sql-explorer.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.b5pLnf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-sql-explorer-3.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-sql-explorer-3.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-sql-explorer-3.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KDPl6r + umask 022 + cd /builddir/build/BUILD + cd django-sql-explorer-3.1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-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/explorer copying explorer/__init__.py -> build/lib/explorer copying explorer/connections.py -> build/lib/explorer copying explorer/urls.py -> build/lib/explorer copying explorer/app_settings.py -> build/lib/explorer copying explorer/exporters.py -> build/lib/explorer copying explorer/admin.py -> build/lib/explorer copying explorer/charts.py -> build/lib/explorer copying explorer/schema.py -> build/lib/explorer copying explorer/permissions.py -> build/lib/explorer copying explorer/apps.py -> build/lib/explorer copying explorer/forms.py -> build/lib/explorer copying explorer/utils.py -> build/lib/explorer copying explorer/tasks.py -> build/lib/explorer copying explorer/models.py -> build/lib/explorer copying explorer/actions.py -> build/lib/explorer running egg_info writing django_sql_explorer.egg-info/PKG-INFO writing dependency_links to django_sql_explorer.egg-info/dependency_links.txt writing requirements to django_sql_explorer.egg-info/requires.txt writing top-level names to django_sql_explorer.egg-info/top_level.txt reading manifest file 'django_sql_explorer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'django_sql_explorer.egg-info/SOURCES.txt' creating build/lib/explorer/locale creating build/lib/explorer/locale/ru creating build/lib/explorer/locale/ru/LC_MESSAGES copying explorer/locale/ru/LC_MESSAGES/django.mo -> build/lib/explorer/locale/ru/LC_MESSAGES copying explorer/locale/ru/LC_MESSAGES/django.po -> build/lib/explorer/locale/ru/LC_MESSAGES creating build/lib/explorer/locale/zh_Hans creating build/lib/explorer/locale/zh_Hans/LC_MESSAGES copying explorer/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/explorer/locale/zh_Hans/LC_MESSAGES copying explorer/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/explorer/locale/zh_Hans/LC_MESSAGES creating build/lib/explorer/migrations copying explorer/migrations/0001_initial.py -> build/lib/explorer/migrations copying explorer/migrations/0002_auto_20150501_1515.py -> build/lib/explorer/migrations copying explorer/migrations/0003_query_snapshot.py -> build/lib/explorer/migrations copying explorer/migrations/0004_querylog_duration.py -> build/lib/explorer/migrations copying explorer/migrations/0005_auto_20160105_2052.py -> build/lib/explorer/migrations copying explorer/migrations/0006_query_connection.py -> build/lib/explorer/migrations copying explorer/migrations/0007_querylog_connection.py -> build/lib/explorer/migrations copying explorer/migrations/0008_auto_20190308_1642.py -> build/lib/explorer/migrations copying explorer/migrations/0009_auto_20201009_0547.py -> build/lib/explorer/migrations copying explorer/migrations/0010_sql_required.py -> build/lib/explorer/migrations copying explorer/migrations/0011_query_favorites.py -> build/lib/explorer/migrations copying explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py -> build/lib/explorer/migrations copying explorer/migrations/__init__.py -> build/lib/explorer/migrations creating build/lib/explorer/static creating build/lib/explorer/static/explorer creating build/lib/explorer/static/explorer/css copying explorer/static/explorer/css/bootstrap.min.css -> build/lib/explorer/static/explorer/css copying explorer/static/explorer/css/codemirror.min.css -> build/lib/explorer/static/explorer/css copying explorer/static/explorer/css/explorer.css -> build/lib/explorer/static/explorer/css copying explorer/static/explorer/css/pivot.min.css -> build/lib/explorer/static/explorer/css creating build/lib/explorer/static/explorer/fonts copying explorer/static/explorer/fonts/glyphicons-halflings-regular.eot -> build/lib/explorer/static/explorer/fonts copying explorer/static/explorer/fonts/glyphicons-halflings-regular.svg -> build/lib/explorer/static/explorer/fonts copying explorer/static/explorer/fonts/glyphicons-halflings-regular.ttf -> build/lib/explorer/static/explorer/fonts copying explorer/static/explorer/fonts/glyphicons-halflings-regular.woff -> build/lib/explorer/static/explorer/fonts copying explorer/static/explorer/fonts/glyphicons-halflings-regular.woff2 -> build/lib/explorer/static/explorer/fonts creating build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/bootstrap.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/codemirror.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/comment.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/explorer.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/favorites.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/jquery-ui.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/jquery.cookie.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/jquery.floatThead.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/jquery.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/list.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/pivot.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/query-list.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/sql.min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/underscore-min.js -> build/lib/explorer/static/explorer/js copying explorer/static/explorer/js/xlsx.mini.min.js -> build/lib/explorer/static/explorer/js creating build/lib/explorer/templates creating build/lib/explorer/templates/explorer copying explorer/templates/explorer/base.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/export_buttons.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/fullscreen.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/params.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/pdf_template.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/play.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/preview_pane.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_confirm_delete.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_favorite_button.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_favorites.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/query_list.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/querylog_list.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/schema.html -> build/lib/explorer/templates/explorer copying explorer/templates/explorer/schema_building.html -> build/lib/explorer/templates/explorer creating build/lib/explorer/templatetags copying explorer/templatetags/__init__.py -> build/lib/explorer/templatetags copying explorer/templatetags/explorer_tags.py -> build/lib/explorer/templatetags creating build/lib/explorer/tests copying explorer/tests/__init__.py -> build/lib/explorer/tests copying explorer/tests/factories.py -> build/lib/explorer/tests copying explorer/tests/test_actions.py -> build/lib/explorer/tests copying explorer/tests/test_apps.py -> build/lib/explorer/tests copying explorer/tests/test_csrf_cookie_name.py -> build/lib/explorer/tests copying explorer/tests/test_exporters.py -> build/lib/explorer/tests copying explorer/tests/test_forms.py -> build/lib/explorer/tests copying explorer/tests/test_models.py -> build/lib/explorer/tests copying explorer/tests/test_schema.py -> build/lib/explorer/tests copying explorer/tests/test_tasks.py -> build/lib/explorer/tests copying explorer/tests/test_utils.py -> build/lib/explorer/tests copying explorer/tests/test_views.py -> build/lib/explorer/tests copying explorer/tests/urls.py -> build/lib/explorer/tests creating build/lib/explorer/views copying explorer/views/__init__.py -> build/lib/explorer/views copying explorer/views/auth.py -> build/lib/explorer/views copying explorer/views/create.py -> build/lib/explorer/views copying explorer/views/delete.py -> build/lib/explorer/views copying explorer/views/download.py -> build/lib/explorer/views copying explorer/views/email.py -> build/lib/explorer/views copying explorer/views/export.py -> build/lib/explorer/views copying explorer/views/format_sql.py -> build/lib/explorer/views copying explorer/views/list.py -> build/lib/explorer/views copying explorer/views/mixins.py -> build/lib/explorer/views copying explorer/views/query.py -> build/lib/explorer/views copying explorer/views/query_favorite.py -> build/lib/explorer/views copying explorer/views/schema.py -> build/lib/explorer/views copying explorer/views/stream.py -> build/lib/explorer/views copying explorer/views/utils.py -> build/lib/explorer/views + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3T00Jq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 + cd django-sql-explorer-3.1.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/fonts copying build/lib/explorer/static/explorer/fonts/glyphicons-halflings-regular.svg -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/fonts copying build/lib/explorer/static/explorer/fonts/glyphicons-halflings-regular.woff -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/fonts copying build/lib/explorer/static/explorer/fonts/glyphicons-halflings-regular.eot -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/fonts copying build/lib/explorer/static/explorer/fonts/glyphicons-halflings-regular.woff2 -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/fonts copying build/lib/explorer/static/explorer/fonts/glyphicons-halflings-regular.ttf -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/fonts creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/query-list.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/comment.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/list.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/jquery.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/underscore-min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/explorer.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/bootstrap.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/codemirror.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/xlsx.mini.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/jquery.floatThead.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/pivot.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/jquery-ui.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/jquery.cookie.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/sql.min.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js copying build/lib/explorer/static/explorer/js/favorites.js -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/js creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/css copying build/lib/explorer/static/explorer/css/codemirror.min.css -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/css copying build/lib/explorer/static/explorer/css/bootstrap.min.css -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/css copying build/lib/explorer/static/explorer/css/pivot.min.css -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/css copying build/lib/explorer/static/explorer/css/explorer.css -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/static/explorer/css creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/delete.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/__init__.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/query_favorite.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/query.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/export.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/email.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/download.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/schema.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/list.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/utils.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/create.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/stream.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/auth.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/format_sql.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/views/mixins.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views copying build/lib/explorer/__init__.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templatetags copying build/lib/explorer/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templatetags copying build/lib/explorer/templatetags/explorer_tags.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templatetags copying build/lib/explorer/connections.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/ru creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/ru/LC_MESSAGES copying build/lib/explorer/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/ru/LC_MESSAGES copying build/lib/explorer/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/zh_Hans/LC_MESSAGES copying build/lib/explorer/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/zh_Hans/LC_MESSAGES copying build/lib/explorer/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/locale/zh_Hans/LC_MESSAGES copying build/lib/explorer/urls.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/app_settings.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/exporters.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/admin.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/charts.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/schema.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/permissions.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0008_auto_20190308_1642.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0009_auto_20201009_0547.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0011_query_favorites.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0007_querylog_connection.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0002_auto_20150501_1515.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0006_query_connection.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0003_query_snapshot.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0005_auto_20160105_2052.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0010_sql_required.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/migrations/0004_querylog_duration.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations copying build/lib/explorer/apps.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/forms.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/utils.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/tasks.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_models.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_schema.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_forms.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_csrf_cookie_name.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_exporters.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_apps.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/urls.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_tasks.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_views.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_actions.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/factories.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests copying build/lib/explorer/tests/test_utils.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates creating /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_confirm_delete.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/querylog_list.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/schema.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/pdf_template.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/schema_building.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/export_buttons.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/base.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/play.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/query.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_list.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_favorites.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/params.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/fullscreen.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/preview_pane.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/templates/explorer/query_favorite_button.html -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templates/explorer copying build/lib/explorer/models.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer copying build/lib/explorer/actions.py -> /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/delete.py to delete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/query_favorite.py to query_favorite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/export.py to export.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/email.py to email.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/download.py to download.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/list.py to list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/create.py to create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/stream.py to stream.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/format_sql.py to format_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/views/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/templatetags/explorer_tags.py to explorer_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/connections.py to connections.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/app_settings.py to app_settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/exporters.py to exporters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/charts.py to charts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/permissions.py to permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0008_auto_20190308_1642.py to 0008_auto_20190308_1642.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0009_auto_20201009_0547.py to 0009_auto_20201009_0547.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0011_query_favorites.py to 0011_query_favorites.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0007_querylog_connection.py to 0007_querylog_connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py to 0012_alter_queryfavorite_query_alter_queryfavorite_user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0002_auto_20150501_1515.py to 0002_auto_20150501_1515.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0006_query_connection.py to 0006_query_connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0003_query_snapshot.py to 0003_query_snapshot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0005_auto_20160105_2052.py to 0005_auto_20160105_2052.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0010_sql_required.py to 0010_sql_required.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/migrations/0004_querylog_duration.py to 0004_querylog_duration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tasks.py to tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_models.py to test_models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_schema.py to test_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_forms.py to test_forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_csrf_cookie_name.py to test_csrf_cookie_name.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_exporters.py to test_exporters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_apps.py to test_apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_tasks.py to test_tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_views.py to test_views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_actions.py to test_actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/factories.py to factories.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/explorer/actions.py to actions.cpython-39.pyc writing byte-compilation script '/tmp/tmpixeu2k5x.py' /usr/bin/python3 /tmp/tmpixeu2k5x.py removing /tmp/tmpixeu2k5x.py running install_egg_info running egg_info writing django_sql_explorer.egg-info/PKG-INFO writing dependency_links to django_sql_explorer.egg-info/dependency_links.txt writing requirements to django_sql_explorer.egg-info/requires.txt writing top-level names to django_sql_explorer.egg-info/top_level.txt reading manifest file 'django_sql_explorer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'django_sql_explorer.egg-info/SOURCES.txt' Copying django_sql_explorer.egg-info to /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9/site-packages/django_sql_explorer-3.1.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64//usr/share/doc/python-django-sql-explorer + '[' -d doc ']' ~/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 ~/build/BUILD/django-sql-explorer-3.1.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/django-sql-explorer-3.1.1 + mv /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 3.1.1-1 --unique-debug-suffix -3.1.1-1.x86_64 --unique-debug-src-base python-django-sql-explorer-3.1.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/django-sql-explorer-3.1.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-sql-explorer-3.1.1-1.noarch Provides: python-django-sql-explorer python3-django-sql-explorer = 3.1.1-1 python3.9dist(django-sql-explorer) = 3.1.1 python3dist(django-sql-explorer) = 3.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(django) >= 3.2.12 python3.9dist(sqlparse) >= 0.4 Processing files: python-django-sql-explorer-help-3.1.1-1.noarch warning: Empty %files file /builddir/build/BUILD/django-sql-explorer-3.1.1/doclist.lst Provides: python-django-sql-explorer-help = 3.1.1-1 python3-django-sql-explorer-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 Wrote: /builddir/build/RPMS/python-django-sql-explorer-help-3.1.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-sql-explorer-3.1.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.35kFo5 + umask 022 + cd /builddir/build/BUILD + cd django-sql-explorer-3.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-sql-explorer-3.1.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0