Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pecan.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682299053.584566/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-pecan.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-pecan-1.4.2-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-pecan.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682299053.584566/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-pecan.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-pecan-1.4.2-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-pecan.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682299053.584566/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-pecan.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.mrbGBq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pecan-1.4.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pecan-1.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pecan-1.4.2 + /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.ydCbqN + umask 022 + cd /builddir/build/BUILD + cd pecan-1.4.2 + 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/pecan copying pecan/templating.py -> build/lib/pecan copying pecan/rest.py -> build/lib/pecan copying pecan/secure.py -> build/lib/pecan copying pecan/routing.py -> build/lib/pecan copying pecan/deploy.py -> build/lib/pecan copying pecan/extensions.py -> build/lib/pecan copying pecan/__init__.py -> build/lib/pecan copying pecan/decorators.py -> build/lib/pecan copying pecan/jsonify.py -> build/lib/pecan copying pecan/util.py -> build/lib/pecan copying pecan/hooks.py -> build/lib/pecan copying pecan/core.py -> build/lib/pecan copying pecan/log.py -> build/lib/pecan copying pecan/testing.py -> build/lib/pecan copying pecan/configuration.py -> build/lib/pecan creating build/lib/pecan/tests copying pecan/tests/test_secure.py -> build/lib/pecan/tests copying pecan/tests/test_jsonify.py -> build/lib/pecan/tests copying pecan/tests/test_hooks.py -> build/lib/pecan/tests copying pecan/tests/test_commands.py -> build/lib/pecan/tests copying pecan/tests/scaffold_builder.py -> build/lib/pecan/tests copying pecan/tests/__init__.py -> build/lib/pecan/tests copying pecan/tests/test_base.py -> build/lib/pecan/tests copying pecan/tests/test_conf.py -> build/lib/pecan/tests copying pecan/tests/test_util.py -> build/lib/pecan/tests copying pecan/tests/test_scaffolds.py -> build/lib/pecan/tests copying pecan/tests/test_generic.py -> build/lib/pecan/tests copying pecan/tests/test_rest.py -> build/lib/pecan/tests copying pecan/tests/test_templating.py -> build/lib/pecan/tests copying pecan/tests/test_no_thread_locals.py -> build/lib/pecan/tests creating build/lib/pecan/ext copying pecan/ext/__init__.py -> build/lib/pecan/ext creating build/lib/pecan/commands copying pecan/commands/create.py -> build/lib/pecan/commands copying pecan/commands/__init__.py -> build/lib/pecan/commands copying pecan/commands/shell.py -> build/lib/pecan/commands copying pecan/commands/serve.py -> build/lib/pecan/commands copying pecan/commands/base.py -> build/lib/pecan/commands creating build/lib/pecan/compat copying pecan/compat/__init__.py -> build/lib/pecan/compat creating build/lib/pecan/scaffolds copying pecan/scaffolds/__init__.py -> build/lib/pecan/scaffolds creating build/lib/pecan/middleware copying pecan/middleware/static.py -> build/lib/pecan/middleware copying pecan/middleware/__init__.py -> build/lib/pecan/middleware copying pecan/middleware/debug.py -> build/lib/pecan/middleware copying pecan/middleware/errordocument.py -> build/lib/pecan/middleware copying pecan/middleware/recursive.py -> build/lib/pecan/middleware creating build/lib/pecan/tests/scaffold_fixtures copying pecan/tests/scaffold_fixtures/__init__.py -> build/lib/pecan/tests/scaffold_fixtures creating build/lib/pecan/tests/templates copying pecan/tests/templates/__init__.py -> build/lib/pecan/tests/templates creating build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_errordocument.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/__init__.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_static.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/test_recursive.py -> build/lib/pecan/tests/middleware running egg_info writing pecan.egg-info/PKG-INFO writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt writing requirements to pecan.egg-info/requires.txt writing top-level names to pecan.egg-info/top_level.txt reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pecan.egg-info/SOURCES.txt' creating build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/config.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/empty.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/foobar.py -> build/lib/pecan/tests/config_fixtures copying pecan/tests/config_fixtures/forcedict.py -> build/lib/pecan/tests/config_fixtures creating build/lib/pecan/tests/config_fixtures/bad copying pecan/tests/config_fixtures/bad/importerror.py -> build/lib/pecan/tests/config_fixtures/bad copying pecan/tests/config_fixtures/bad/module_and_underscore.py -> build/lib/pecan/tests/config_fixtures/bad creating build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/MANIFEST.in -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/config.py_tmpl -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/setup.cfg_tmpl -> build/lib/pecan/scaffolds/base copying pecan/scaffolds/base/setup.py_tmpl -> build/lib/pecan/scaffolds/base creating build/lib/pecan/scaffolds/base/+package+ copying pecan/scaffolds/base/+package+/__init__.py -> build/lib/pecan/scaffolds/base/+package+ copying pecan/scaffolds/base/+package+/app.py_tmpl -> build/lib/pecan/scaffolds/base/+package+ creating build/lib/pecan/scaffolds/base/+package+/controllers copying pecan/scaffolds/base/+package+/controllers/__init__.py -> build/lib/pecan/scaffolds/base/+package+/controllers copying pecan/scaffolds/base/+package+/controllers/root.py -> build/lib/pecan/scaffolds/base/+package+/controllers creating build/lib/pecan/scaffolds/base/+package+/model copying pecan/scaffolds/base/+package+/model/__init__.py -> build/lib/pecan/scaffolds/base/+package+/model creating build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/error.html -> build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/index.html -> build/lib/pecan/scaffolds/base/+package+/templates copying pecan/scaffolds/base/+package+/templates/layout.html -> build/lib/pecan/scaffolds/base/+package+/templates creating build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/config.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> build/lib/pecan/scaffolds/base/+package+/tests copying pecan/scaffolds/base/+package+/tests/test_units.py -> build/lib/pecan/scaffolds/base/+package+/tests creating build/lib/pecan/scaffolds/base/public creating build/lib/pecan/scaffolds/base/public/css copying pecan/scaffolds/base/public/css/style.css -> build/lib/pecan/scaffolds/base/public/css creating build/lib/pecan/scaffolds/base/public/images copying pecan/scaffolds/base/public/images/logo.png -> build/lib/pecan/scaffolds/base/public/images creating build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/config.py_tmpl -> build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/setup.cfg_tmpl -> build/lib/pecan/scaffolds/rest-api copying pecan/scaffolds/rest-api/setup.py_tmpl -> build/lib/pecan/scaffolds/rest-api creating build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/app.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+ copying pecan/scaffolds/rest-api/+package+/errors.py -> build/lib/pecan/scaffolds/rest-api/+package+ creating build/lib/pecan/scaffolds/rest-api/+package+/controllers copying pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+/controllers copying pecan/scaffolds/rest-api/+package+/controllers/root.py -> build/lib/pecan/scaffolds/rest-api/+package+/controllers creating build/lib/pecan/scaffolds/rest-api/+package+/model copying pecan/scaffolds/rest-api/+package+/model/__init__.py -> build/lib/pecan/scaffolds/rest-api/+package+/model creating build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> build/lib/pecan/scaffolds/rest-api/+package+/tests copying pecan/scaffolds/rest-api/+package+/tests/test_units.py -> build/lib/pecan/scaffolds/rest-api/+package+/tests creating build/lib/pecan/tests/scaffold_fixtures/content_sub copying pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> build/lib/pecan/tests/scaffold_fixtures/content_sub creating build/lib/pecan/tests/scaffold_fixtures/content_sub/bar copying pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> build/lib/pecan/tests/scaffold_fixtures/content_sub/bar creating build/lib/pecan/tests/scaffold_fixtures/file_sub copying pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> build/lib/pecan/tests/scaffold_fixtures/file_sub creating build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ creating build/lib/pecan/tests/scaffold_fixtures/simple copying pecan/tests/scaffold_fixtures/simple/foo -> build/lib/pecan/tests/scaffold_fixtures/simple creating build/lib/pecan/tests/scaffold_fixtures/simple/bar copying pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> build/lib/pecan/tests/scaffold_fixtures/simple/bar copying pecan/tests/templates/form_colors.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_colors_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_colors_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_login_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_login_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_invalid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_invalid_custom.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/form_name_valid.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/genshi.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/genshi_bad.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/jinja.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/jinja_bad.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/kajiki.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/mako.html -> build/lib/pecan/tests/templates copying pecan/tests/templates/mako_bad.html -> build/lib/pecan/tests/templates creating build/lib/pecan/tests/middleware/static_fixtures copying pecan/tests/middleware/static_fixtures/self.png -> build/lib/pecan/tests/middleware/static_fixtures copying pecan/tests/middleware/static_fixtures/text.txt -> build/lib/pecan/tests/middleware/static_fixtures running build_scripts creating build/scripts-3.9 copying and adjusting bin/pecan -> build/scripts-3.9 changing mode of build/scripts-3.9/pecan from 644 to 755 + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.D1l1kS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64 + cd pecan-1.4.2 + 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-pecan-1.4.2-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-pecan-1.4.2-1.x86_64/usr creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/templating.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/rest.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/secure.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/routing.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_secure.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_jsonify.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/content_sub creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/content_sub creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/file_sub creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/file_sub copying build/lib/pecan/tests/scaffold_fixtures/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/simple copying build/lib/pecan/tests/scaffold_fixtures/simple/foo -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/simple creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/test_hooks.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_commands.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/scaffold_builder.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/config.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/empty.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/importerror.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/module_and_underscore.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/foobar.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/forcedict.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/test_base.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_conf.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_util.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_valid.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja_bad.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_invalid.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_valid.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/kajiki.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi_bad.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid_custom.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako_bad.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_invalid.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_valid.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_errordocument.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_static.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_recursive.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/text.txt -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/self.png -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/test_scaffolds.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_generic.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_rest.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_templating.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/tests/test_no_thread_locals.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests copying build/lib/pecan/deploy.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/extensions.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/ext copying build/lib/pecan/ext/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/ext copying build/lib/pecan/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands copying build/lib/pecan/commands/create.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands copying build/lib/pecan/commands/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands copying build/lib/pecan/commands/shell.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands copying build/lib/pecan/commands/serve.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands copying build/lib/pecan/commands/base.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/compat copying build/lib/pecan/compat/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/compat copying build/lib/pecan/decorators.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/jsonify.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds copying build/lib/pecan/scaffolds/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/setup.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/config.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/MANIFEST.in -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+ creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/config.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_units.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/tests creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/root.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+ copying build/lib/pecan/scaffolds/base/+package+/app.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+ creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/model copying build/lib/pecan/scaffolds/base/+package+/model/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/model creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/error.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/index.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/layout.html -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/templates creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/public creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/public/css copying build/lib/pecan/scaffolds/base/public/css/style.css -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/public/css creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/public/images copying build/lib/pecan/scaffolds/base/public/images/logo.png -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/public/images copying build/lib/pecan/scaffolds/base/setup.cfg_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/setup.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/config.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/errors.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+ creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_units.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/tests creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/root.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/app.py_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+ creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/model copying build/lib/pecan/scaffolds/rest-api/+package+/model/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/model copying build/lib/pecan/scaffolds/rest-api/setup.cfg_tmpl -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/util.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/hooks.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware copying build/lib/pecan/middleware/static.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware copying build/lib/pecan/middleware/__init__.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware copying build/lib/pecan/middleware/debug.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware copying build/lib/pecan/middleware/errordocument.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware copying build/lib/pecan/middleware/recursive.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware copying build/lib/pecan/core.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/log.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/testing.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan copying build/lib/pecan/configuration.py -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/templating.py to templating.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/rest.py to rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/secure.py to secure.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/routing.py to routing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_secure.py to test_secure.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_jsonify.py to test_jsonify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_fixtures/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_hooks.py to test_hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_commands.py to test_commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/scaffold_builder.py to scaffold_builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/empty.py to empty.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/bad/importerror.py to importerror.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/bad/module_and_underscore.py to module_and_underscore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/foobar.py to foobar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/config_fixtures/forcedict.py to forcedict.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_conf.py to test_conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_util.py to test_util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/templates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/test_errordocument.py to test_errordocument.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/test_static.py to test_static.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/middleware/test_recursive.py to test_recursive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_scaffolds.py to test_scaffolds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_generic.py to test_generic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_rest.py to test_rest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_templating.py to test_templating.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/tests/test_no_thread_locals.py to test_no_thread_locals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/deploy.py to deploy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/extensions.py to extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/ext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands/create.py to create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands/serve.py to serve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/commands/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/compat/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/jsonify.py to jsonify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/tests/test_units.py to test_units.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/controllers/root.py to root.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/controllers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/base/+package+/model/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/tests/test_units.py to test_units.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/controllers/root.py to root.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/controllers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/scaffolds/rest-api/+package+/model/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/hooks.py to hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware/static.py to static.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware/errordocument.py to errordocument.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/middleware/recursive.py to recursive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/core.py to core.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/testing.py to testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan/configuration.py to configuration.cpython-39.pyc writing byte-compilation script '/tmp/tmp08ghd5ws.py' /usr/bin/python3 /tmp/tmp08ghd5ws.py removing /tmp/tmp08ghd5ws.py running install_egg_info running egg_info writing pecan.egg-info/PKG-INFO writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt writing requirements to pecan.egg-info/requires.txt writing top-level names to pecan.egg-info/top_level.txt reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'pecan.egg-info/SOURCES.txt' Copying pecan.egg-info to /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/lib/python3.9/site-packages/pecan-1.4.2-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/bin copying build/scripts-3.9/pecan -> /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/bin/pecan to 755 Installing pecan script to /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/bin Installing gunicorn_pecan script to /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64//usr/share/doc/python-pecan + '[' -d doc ']' ~/build/BUILDROOT/python-pecan-1.4.2-1.x86_64 ~/build/BUILD/pecan-1.4.2 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pecan-1.4.2-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/pecan-1.4.2 + mv /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.4.2-1 --unique-debug-suffix -1.4.2-1.x86_64 --unique-debug-src-base python-pecan-1.4.2-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/pecan-1.4.2 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-pecan-1.4.2-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pecan-1.4.2-1.noarch Provides: python-pecan python3-pecan = 1.4.2-1 python3.9dist(pecan) = 1.4.2 python3dist(pecan) = 1.4.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(logutils) >= 0.3 python3.9dist(mako) >= 0.4 python3.9dist(setuptools) python3.9dist(six) python3.9dist(webob) >= 1.8 Processing files: python-pecan-help-1.4.2-1.noarch warning: Empty %files file /builddir/build/BUILD/pecan-1.4.2/doclist.lst Provides: python-pecan-help = 1.4.2-1 python3-pecan-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-pecan-1.4.2-1.x86_64 Wrote: /builddir/build/RPMS/python-pecan-help-1.4.2-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pecan-1.4.2-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.whXsDE + umask 022 + cd /builddir/build/BUILD + cd pecan-1.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pecan-1.4.2-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0