Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-moose.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682118371.944417/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-moose.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-Moose-0.9.8-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-moose.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682118371.944417/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-moose.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-Moose-0.9.8-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-moose.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682118371.944417/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-moose.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.xZeJas + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Moose-0.9.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/Moose-0.9.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Moose-0.9.8 + /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.l2UUKQ + umask 022 + cd /builddir/build/BUILD + cd Moose-0.9.8 + 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/tests copying tests/__init__.py -> build/lib/tests copying tests/settings.py -> build/lib/tests creating build/lib/moose copying moose/shortcuts.py -> build/lib/moose copying moose/__init__.py -> build/lib/moose creating build/lib/tests/test_utils copying tests/test_utils/__init__.py -> build/lib/tests/test_utils copying tests/test_utils/test_ivisit.py -> build/lib/tests/test_utils creating build/lib/tests/test_db copying tests/test_db/test_mongo.py -> build/lib/tests/test_db copying tests/test_db/config.py -> build/lib/tests/test_db copying tests/test_db/test_mysql.py -> build/lib/tests/test_db copying tests/test_db/_sqlhandler.py -> build/lib/tests/test_db copying tests/test_db/__init__.py -> build/lib/tests/test_db copying tests/test_db/test_mssql.py -> build/lib/tests/test_db copying tests/test_db/test_fetcth.py -> build/lib/tests/test_db copying tests/test_db/test_operations.py -> build/lib/tests/test_db creating build/lib/tests/test_configs copying tests/test_configs/test_loader.py -> build/lib/tests/test_configs copying tests/test_configs/__init__.py -> build/lib/tests/test_configs copying tests/test_configs/test_registry.py -> build/lib/tests/test_configs creating build/lib/tests/test_toolbox copying tests/test_toolbox/test_drawer.py -> build/lib/tests/test_toolbox copying tests/test_toolbox/__init__.py -> build/lib/tests/test_toolbox copying tests/test_toolbox/test_colors.py -> build/lib/tests/test_toolbox creating build/lib/tests/test_connection copying tests/test_connection/test_query.py -> build/lib/tests/test_connection copying tests/test_connection/test_database.py -> build/lib/tests/test_connection copying tests/test_connection/test_cloud.py -> build/lib/tests/test_connection copying tests/test_connection/__init__.py -> build/lib/tests/test_connection copying tests/test_connection/test_cifs.py -> build/lib/tests/test_connection creating build/lib/moose/connection copying moose/connection/mysql.py -> build/lib/moose/connection copying moose/connection/mssql.py -> build/lib/moose/connection copying moose/connection/database.py -> build/lib/moose/connection copying moose/connection/__init__.py -> build/lib/moose/connection copying moose/connection/query.py -> build/lib/moose/connection copying moose/connection/operations.py -> build/lib/moose/connection copying moose/connection/fetch.py -> build/lib/moose/connection copying moose/connection/cloud.py -> build/lib/moose/connection copying moose/connection/sqlhandler.py -> build/lib/moose/connection copying moose/connection/mongodb.py -> build/lib/moose/connection creating build/lib/moose/actions copying moose/actions/export.py -> build/lib/moose/actions copying moose/actions/operate.py -> build/lib/moose/actions copying moose/actions/stats.py -> build/lib/moose/actions copying moose/actions/migrate.py -> build/lib/moose/actions copying moose/actions/review.py -> build/lib/moose/actions copying moose/actions/__init__.py -> build/lib/moose/actions copying moose/actions/upload.py -> build/lib/moose/actions copying moose/actions/uploads.py -> build/lib/moose/actions copying moose/actions/files.py -> build/lib/moose/actions copying moose/actions/base.py -> build/lib/moose/actions creating build/lib/moose/conf copying moose/conf/global_settings.py -> build/lib/moose/conf copying moose/conf/__init__.py -> build/lib/moose/conf creating build/lib/moose/utils copying moose/utils/_os.py -> build/lib/moose/utils copying moose/utils/encoding.py -> build/lib/moose/utils copying moose/utils/shortname.py -> build/lib/moose/utils copying moose/utils/lru_cache.py -> build/lib/moose/utils copying moose/utils/xmlutils.py -> build/lib/moose/utils copying moose/utils/datautils.py -> build/lib/moose/utils copying moose/utils/archive.py -> build/lib/moose/utils copying moose/utils/module_loading.py -> build/lib/moose/utils copying moose/utils/__init__.py -> build/lib/moose/utils copying moose/utils/crypto.py -> build/lib/moose/utils copying moose/utils/termcolors.py -> build/lib/moose/utils copying moose/utils/functional.py -> build/lib/moose/utils copying moose/utils/six.py -> build/lib/moose/utils copying moose/utils/tree.py -> build/lib/moose/utils copying moose/utils/download.py -> build/lib/moose/utils copying moose/utils/datastructures.py -> build/lib/moose/utils copying moose/utils/version.py -> build/lib/moose/utils copying moose/utils/serialize.py -> build/lib/moose/utils copying moose/utils/log.py -> build/lib/moose/utils copying moose/utils/timezone.py -> build/lib/moose/utils creating build/lib/moose/apps copying moose/apps/config.py -> build/lib/moose/apps copying moose/apps/registry.py -> build/lib/moose/apps copying moose/apps/__init__.py -> build/lib/moose/apps creating build/lib/moose/core copying moose/core/exceptions.py -> build/lib/moose/core copying moose/core/__init__.py -> build/lib/moose/core copying moose/core/terminal.py -> build/lib/moose/core copying moose/core/mail.py -> build/lib/moose/core creating build/lib/moose/models copying moose/models/geojson.py -> build/lib/moose/models copying moose/models/collection.py -> build/lib/moose/models copying moose/models/__init__.py -> build/lib/moose/models copying moose/models/fields.py -> build/lib/moose/models copying moose/models/downloader.py -> build/lib/moose/models copying moose/models/dataset.py -> build/lib/moose/models copying moose/models/audio.py -> build/lib/moose/models copying moose/models/base.py -> build/lib/moose/models creating build/lib/moose/toolbox copying moose/toolbox/corpus.py -> build/lib/moose/toolbox copying moose/toolbox/__init__.py -> build/lib/moose/toolbox copying moose/toolbox/video.py -> build/lib/moose/toolbox creating build/lib/moose/utils/progressbar copying moose/utils/progressbar/shortcuts.py -> build/lib/moose/utils/progressbar copying moose/utils/progressbar/utils.py -> build/lib/moose/utils/progressbar copying moose/utils/progressbar/widgets.py -> build/lib/moose/utils/progressbar copying moose/utils/progressbar/__init__.py -> build/lib/moose/utils/progressbar copying moose/utils/progressbar/bar.py -> build/lib/moose/utils/progressbar copying moose/utils/progressbar/__about__.py -> build/lib/moose/utils/progressbar copying moose/utils/progressbar/base.py -> build/lib/moose/utils/progressbar creating build/lib/moose/utils/treelib copying moose/utils/treelib/exceptions.py -> build/lib/moose/utils/treelib copying moose/utils/treelib/__init__.py -> build/lib/moose/utils/treelib copying moose/utils/treelib/plugins.py -> build/lib/moose/utils/treelib copying moose/utils/treelib/tree.py -> build/lib/moose/utils/treelib copying moose/utils/treelib/node.py -> build/lib/moose/utils/treelib creating build/lib/moose/core/management copying moose/core/management/color.py -> build/lib/moose/core/management copying moose/core/management/utils.py -> build/lib/moose/core/management copying moose/core/management/templates.py -> build/lib/moose/core/management copying moose/core/management/__init__.py -> build/lib/moose/core/management copying moose/core/management/response.py -> build/lib/moose/core/management copying moose/core/management/base.py -> build/lib/moose/core/management creating build/lib/moose/core/records copying moose/core/records/registry.py -> build/lib/moose/core/records copying moose/core/records/__init__.py -> build/lib/moose/core/records copying moose/core/records/record.py -> build/lib/moose/core/records creating build/lib/moose/core/configs copying moose/core/configs/loader.py -> build/lib/moose/core/configs copying moose/core/configs/registry.py -> build/lib/moose/core/configs copying moose/core/configs/writer.py -> build/lib/moose/core/configs copying moose/core/configs/__init__.py -> build/lib/moose/core/configs creating build/lib/moose/core/management/commands copying moose/core/management/commands/genconf.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/run.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/deploy.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/__init__.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/editconf.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/shell.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/startapp.py -> build/lib/moose/core/management/commands copying moose/core/management/commands/startproject.py -> build/lib/moose/core/management/commands creating build/lib/moose/toolbox/image copying moose/toolbox/image/pallet.py -> build/lib/moose/toolbox/image copying moose/toolbox/image/draw.py -> build/lib/moose/toolbox/image copying moose/toolbox/image/common.py -> build/lib/moose/toolbox/image copying moose/toolbox/image/__init__.py -> build/lib/moose/toolbox/image copying moose/toolbox/image/colors.py -> build/lib/moose/toolbox/image copying moose/toolbox/image/drawer.py -> build/lib/moose/toolbox/image running egg_info writing Moose.egg-info/PKG-INFO writing dependency_links to Moose.egg-info/dependency_links.txt writing entry points to Moose.egg-info/entry_points.txt writing requirements to Moose.egg-info/requires.txt writing top-level names to Moose.egg-info/top_level.txt reading manifest file 'Moose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '*.DS_Store' found anywhere in distribution adding license file 'LICENCE' writing manifest file 'Moose.egg-info/SOURCES.txt' creating build/lib/tests/sample_data creating build/lib/tests/sample_data/configs copying tests/sample_data/configs/sample.conf -> build/lib/tests/sample_data/configs copying tests/sample_data/configs/sample_bom.conf -> build/lib/tests/sample_data/configs copying tests/sample_data/configs/sample_gbk.conf -> build/lib/tests/sample_data/configs copying tests/sample_data/configs/sample_short.conf -> build/lib/tests/sample_data/configs creating build/lib/tests/sample_data/configs/testapp1 copying tests/sample_data/configs/testapp1/apps.py -> build/lib/tests/sample_data/configs/testapp1 copying tests/sample_data/configs/testapp1/template.cfg -> build/lib/tests/sample_data/configs/testapp1 creating build/lib/tests/sample_data/configs/testapp1/configs copying tests/sample_data/configs/testapp1/configs/.config -> build/lib/tests/sample_data/configs/testapp1/configs copying tests/sample_data/configs/testapp1/configs/new.conf -> build/lib/tests/sample_data/configs/testapp1/configs copying tests/sample_data/configs/testapp1/configs/sample1.cfg -> build/lib/tests/sample_data/configs/testapp1/configs copying tests/sample_data/configs/testapp1/configs/sample2.cfg -> build/lib/tests/sample_data/configs/testapp1/configs creating build/lib/tests/sample_data/configs/testapp2 copying tests/sample_data/configs/testapp2/template.cfg -> build/lib/tests/sample_data/configs/testapp2 creating build/lib/tests/sample_data/configs/testapp2/configs copying tests/sample_data/configs/testapp2/configs/sample1.cfg -> build/lib/tests/sample_data/configs/testapp2/configs copying tests/sample_data/configs/testapp2/configs/sample2.cfg -> build/lib/tests/sample_data/configs/testapp2/configs creating build/lib/tests/sample_data/toolbox copying tests/sample_data/toolbox/OuNYQbIuF4_00048951.json -> build/lib/tests/sample_data/toolbox copying tests/sample_data/toolbox/OuNYQbIuF4_00048951.png -> build/lib/tests/sample_data/toolbox creating build/lib/tests/sample_data/utils copying tests/sample_data/utils/B.txt -> build/lib/tests/sample_data/utils copying tests/sample_data/utils/a.txt -> build/lib/tests/sample_data/utils creating build/lib/tests/sample_data/utils/b copying tests/sample_data/utils/b/b.yaml -> build/lib/tests/sample_data/utils/b copying moose/.__init__.py.swp -> build/lib/moose copying moose/VERSION -> build/lib/moose creating build/lib/moose/bin copying moose/bin/moose-admin.py -> build/lib/moose/bin creating build/lib/moose/process copying moose/process/videos.py -> build/lib/moose/process creating build/lib/moose/conf/app_template copying moose/conf/app_template/__init__.py -> build/lib/moose/conf/app_template copying moose/conf/app_template/actions.py-tpl -> build/lib/moose/conf/app_template copying moose/conf/app_template/apps.py-tpl -> build/lib/moose/conf/app_template copying moose/conf/app_template/models.py-tpl -> build/lib/moose/conf/app_template copying moose/conf/app_template/tests.py-tpl -> build/lib/moose/conf/app_template creating build/lib/moose/conf/project_template copying moose/conf/project_template/manage.py-tpl -> build/lib/moose/conf/project_template creating build/lib/moose/conf/project_template/project_name copying moose/conf/project_template/project_name/__init__.py -> build/lib/moose/conf/project_template/project_name copying moose/conf/project_template/project_name/settings.py-tpl -> build/lib/moose/conf/project_template/project_name copying moose/conf/project_template/project_name/settings.py-tpl.bak -> build/lib/moose/conf/project_template/project_name copying moose/conf/project_template/project_name/template.cfg-tpl -> build/lib/moose/conf/project_template/project_name running build_scripts creating build/scripts-3.9 copying and adjusting moose/bin/moose-admin.py -> build/scripts-3.9 changing mode of build/scripts-3.9/moose-admin.py from 644 to 755 + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1feaCB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64 + cd Moose-0.9.8 + 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-Moose-0.9.8-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-Moose-0.9.8-1.x86_64/usr creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_utils copying build/lib/tests/test_utils/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_utils copying build/lib/tests/test_utils/test_ivisit.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_utils creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs copying build/lib/tests/sample_data/configs/sample_short.conf -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs copying build/lib/tests/sample_data/configs/sample.conf -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp2 creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp2/configs copying build/lib/tests/sample_data/configs/testapp2/configs/sample1.cfg -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp2/configs copying build/lib/tests/sample_data/configs/testapp2/configs/sample2.cfg -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp2/configs copying build/lib/tests/sample_data/configs/testapp2/template.cfg -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp2 copying build/lib/tests/sample_data/configs/sample_bom.conf -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1 creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1/configs copying build/lib/tests/sample_data/configs/testapp1/configs/sample1.cfg -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1/configs copying build/lib/tests/sample_data/configs/testapp1/configs/sample2.cfg -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1/configs copying build/lib/tests/sample_data/configs/testapp1/configs/new.conf -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1/configs copying build/lib/tests/sample_data/configs/testapp1/configs/.config -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1/configs copying build/lib/tests/sample_data/configs/testapp1/apps.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1 copying build/lib/tests/sample_data/configs/testapp1/template.cfg -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1 copying build/lib/tests/sample_data/configs/sample_gbk.conf -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/utils copying build/lib/tests/sample_data/utils/a.txt -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/utils creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/utils/b copying build/lib/tests/sample_data/utils/b/b.yaml -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/utils/b copying build/lib/tests/sample_data/utils/B.txt -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/utils creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/toolbox copying build/lib/tests/sample_data/toolbox/OuNYQbIuF4_00048951.png -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/toolbox copying build/lib/tests/sample_data/toolbox/OuNYQbIuF4_00048951.json -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/toolbox copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/test_mongo.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/config.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/test_mysql.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/_sqlhandler.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/test_mssql.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/test_fetcth.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/test_db/test_operations.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db copying build/lib/tests/settings.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs copying build/lib/tests/test_configs/test_loader.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs copying build/lib/tests/test_configs/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs copying build/lib/tests/test_configs/test_registry.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox copying build/lib/tests/test_toolbox/test_drawer.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox copying build/lib/tests/test_toolbox/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox copying build/lib/tests/test_toolbox/test_colors.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection copying build/lib/tests/test_connection/test_query.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection copying build/lib/tests/test_connection/test_database.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection copying build/lib/tests/test_connection/test_cloud.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection copying build/lib/tests/test_connection/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection copying build/lib/tests/test_connection/test_cifs.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/mysql.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/mssql.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/database.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/query.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/operations.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/fetch.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/cloud.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/sqlhandler.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection copying build/lib/moose/connection/mongodb.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/export.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/operate.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/stats.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/migrate.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/review.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/upload.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/uploads.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/files.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/actions/base.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions copying build/lib/moose/shortcuts.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/bin copying build/lib/moose/bin/moose-admin.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/bin creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf copying build/lib/moose/conf/global_settings.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template copying build/lib/moose/conf/project_template/manage.py-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template/project_name copying build/lib/moose/conf/project_template/project_name/settings.py-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template/project_name copying build/lib/moose/conf/project_template/project_name/template.cfg-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template/project_name copying build/lib/moose/conf/project_template/project_name/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template/project_name copying build/lib/moose/conf/project_template/project_name/settings.py-tpl.bak -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template/project_name copying build/lib/moose/conf/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template copying build/lib/moose/conf/app_template/apps.py-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template copying build/lib/moose/conf/app_template/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template copying build/lib/moose/conf/app_template/tests.py-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template copying build/lib/moose/conf/app_template/models.py-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template copying build/lib/moose/conf/app_template/actions.py-tpl -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/process copying build/lib/moose/process/videos.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/process copying build/lib/moose/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose copying build/lib/moose/VERSION -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/_os.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/encoding.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/shortname.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/lru_cache.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/xmlutils.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/shortcuts.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/utils.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/widgets.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/bar.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/__about__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar copying build/lib/moose/utils/progressbar/base.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib copying build/lib/moose/utils/treelib/exceptions.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib copying build/lib/moose/utils/treelib/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib copying build/lib/moose/utils/treelib/plugins.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib copying build/lib/moose/utils/treelib/tree.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib copying build/lib/moose/utils/treelib/node.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib copying build/lib/moose/utils/datautils.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/archive.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/module_loading.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/crypto.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/termcolors.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/functional.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/six.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/tree.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/download.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/datastructures.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/version.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/serialize.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/log.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/utils/timezone.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils copying build/lib/moose/.__init__.py.swp -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps copying build/lib/moose/apps/config.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps copying build/lib/moose/apps/registry.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps copying build/lib/moose/apps/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core copying build/lib/moose/core/exceptions.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management copying build/lib/moose/core/management/color.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management copying build/lib/moose/core/management/utils.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management copying build/lib/moose/core/management/templates.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management copying build/lib/moose/core/management/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/genconf.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/run.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/deploy.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/editconf.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/shell.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/startapp.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/commands/startproject.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands copying build/lib/moose/core/management/response.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management copying build/lib/moose/core/management/base.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records copying build/lib/moose/core/records/registry.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records copying build/lib/moose/core/records/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records copying build/lib/moose/core/records/record.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs copying build/lib/moose/core/configs/loader.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs copying build/lib/moose/core/configs/registry.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs copying build/lib/moose/core/configs/writer.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs copying build/lib/moose/core/configs/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs copying build/lib/moose/core/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core copying build/lib/moose/core/terminal.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core copying build/lib/moose/core/mail.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/geojson.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/collection.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/fields.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/downloader.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/dataset.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/audio.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models copying build/lib/moose/models/base.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox copying build/lib/moose/toolbox/corpus.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox copying build/lib/moose/toolbox/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox copying build/lib/moose/toolbox/video.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image copying build/lib/moose/toolbox/image/pallet.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image copying build/lib/moose/toolbox/image/draw.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image copying build/lib/moose/toolbox/image/common.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image copying build/lib/moose/toolbox/image/__init__.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image copying build/lib/moose/toolbox/image/colors.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image copying build/lib/moose/toolbox/image/drawer.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_utils/test_ivisit.py to test_ivisit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/sample_data/configs/testapp1/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/test_mongo.py to test_mongo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/test_mysql.py to test_mysql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/_sqlhandler.py to _sqlhandler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/test_mssql.py to test_mssql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/test_fetcth.py to test_fetcth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_db/test_operations.py to test_operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs/test_loader.py to test_loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_configs/test_registry.py to test_registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox/test_drawer.py to test_drawer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_toolbox/test_colors.py to test_colors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection/test_query.py to test_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection/test_database.py to test_database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection/test_cloud.py to test_cloud.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection/test_cifs.py to test_cifs.cpython-39.pyc File "/usr/lib/python3.9/site-packages/tests/test_connection/test_cifs.py", line 59 except AttributeError, e: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/mysql.py to mysql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/mssql.py to mssql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/database.py to database.cpython-39.pyc File "/usr/lib/python3.9/site-packages/moose/connection/database.py", line 33 except AttributeError,e: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/fetch.py to fetch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/cloud.py to cloud.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/sqlhandler.py to sqlhandler.cpython-39.pyc File "/usr/lib/python3.9/site-packages/moose/connection/sqlhandler.py", line 92 except AttributeError, e: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/mongodb.py to mongodb.cpython-39.pyc File "/usr/lib/python3.9/site-packages/moose/connection/mongodb.py", line 181 except AttributeError,e: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/export.py to export.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/operate.py to operate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/stats.py to stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/migrate.py to migrate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/review.py to review.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/upload.py to upload.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/uploads.py to uploads.cpython-39.pyc File "/usr/lib/python3.9/site-packages/moose/actions/uploads.py", line 81 def handle_fileobj(self. fileobj): ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/files.py to files.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/shortcuts.py to shortcuts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/bin/moose-admin.py to moose-admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/global_settings.py to global_settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/project_template/project_name/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/conf/app_template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/process/videos.py to videos.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/_os.py to _os.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/encoding.py to encoding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/shortname.py to shortname.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/lru_cache.py to lru_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/xmlutils.py to xmlutils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/shortcuts.py to shortcuts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/widgets.py to widgets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/bar.py to bar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/__about__.py to __about__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/progressbar/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib/plugins.py to plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib/tree.py to tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/treelib/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/datautils.py to datautils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/archive.py to archive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/module_loading.py to module_loading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/crypto.py to crypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/termcolors.py to termcolors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/functional.py to functional.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/six.py to six.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/tree.py to tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/download.py to download.cpython-39.pyc File "/usr/lib/python3.9/site-packages/moose/utils/download.py", line 61 except urllib2.HTTPError, e: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/datastructures.py to datastructures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/serialize.py to serialize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/timezone.py to timezone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/apps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/color.py to color.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/templates.py to templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/genconf.py to genconf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/deploy.py to deploy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/editconf.py to editconf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/startapp.py to startapp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/commands/startproject.py to startproject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/response.py to response.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/management/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/records/record.py to record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs/writer.py to writer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/configs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/terminal.py to terminal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/core/mail.py to mail.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/geojson.py to geojson.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/collection.py to collection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/downloader.py to downloader.cpython-39.pyc File "/usr/lib/python3.9/site-packages/moose/models/downloader.py", line 72 except urllib2.HTTPError, e: ^ SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/dataset.py to dataset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/audio.py to audio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/corpus.py to corpus.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/video.py to video.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image/pallet.py to pallet.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image/draw.py to draw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image/colors.py to colors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/toolbox/image/drawer.py to drawer.cpython-39.pyc writing byte-compilation script '/tmp/tmpgooq3mxe.py' /usr/bin/python3 /tmp/tmpgooq3mxe.py File "/usr/lib/python3.9/site-packages/tests/test_connection/test_cifs.py", line 59 except AttributeError, e: ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/moose/connection/database.py", line 33 except AttributeError,e: ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/moose/connection/sqlhandler.py", line 92 except AttributeError, e: ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/moose/connection/mongodb.py", line 181 except AttributeError,e: ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/moose/actions/uploads.py", line 81 def handle_fileobj(self. fileobj): ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/moose/utils/download.py", line 61 except urllib2.HTTPError, e: ^ SyntaxError: invalid syntax File "/usr/lib/python3.9/site-packages/moose/models/downloader.py", line 72 except urllib2.HTTPError, e: ^ SyntaxError: invalid syntax removing /tmp/tmpgooq3mxe.py running install_egg_info running egg_info writing Moose.egg-info/PKG-INFO writing dependency_links to Moose.egg-info/dependency_links.txt writing entry points to Moose.egg-info/entry_points.txt writing requirements to Moose.egg-info/requires.txt writing top-level names to Moose.egg-info/top_level.txt reading manifest file 'Moose.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.rst' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '*.DS_Store' found anywhere in distribution adding license file 'LICENCE' writing manifest file 'Moose.egg-info/SOURCES.txt' Copying Moose.egg-info to /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/Moose-0.9.8-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/bin copying build/scripts-3.9/moose-admin.py -> /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/bin/moose-admin.py to 755 Installing moose-admin script to /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64//usr/share/doc/python-Moose + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64//usr/share/doc/python-Moose + '[' -d example ']' ~/build/BUILDROOT/python-Moose-0.9.8-1.x86_64 ~/build/BUILD/Moose-0.9.8 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/Moose-0.9.8 + mv /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.9.8-1 --unique-debug-suffix -0.9.8-1.x86_64 --unique-debug-src-base python-Moose-0.9.8-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/Moose-0.9.8 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-Moose-0.9.8-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/actions/uploads.py'... File "/usr/lib/python3.9/site-packages/moose/actions/uploads.py", line 81 def handle_fileobj(self. fileobj): ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/database.py'... File "/usr/lib/python3.9/site-packages/moose/connection/database.py", line 33 except AttributeError,e: ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/mongodb.py'... File "/usr/lib/python3.9/site-packages/moose/connection/mongodb.py", line 181 except AttributeError,e: ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/connection/sqlhandler.py'... File "/usr/lib/python3.9/site-packages/moose/connection/sqlhandler.py", line 92 except AttributeError, e: ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/models/downloader.py'... File "/usr/lib/python3.9/site-packages/moose/models/downloader.py", line 72 except urllib2.HTTPError, e: ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/moose/utils/download.py'... File "/usr/lib/python3.9/site-packages/moose/utils/download.py", line 61 except urllib2.HTTPError, e: ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/python-Moose-0.9.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_connection/test_cifs.py'... File "/usr/lib/python3.9/site-packages/tests/test_connection/test_cifs.py", line 59 except AttributeError, e: ^ SyntaxError: invalid syntax error: Bad exit status from /var/tmp/rpm-tmp.1feaCB (%install) Bad exit status from /var/tmp/rpm-tmp.1feaCB (%install) RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-moose.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-moose.spec