D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-pecan-1.0.3-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FxLU3V + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf pecan-1.0.3 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/pecan-1.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pecan-1.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf pecan.egg-info + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jsWBRn + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pecan-1.0.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/pecan copying pecan/util.py -> build/lib/pecan copying pecan/testing.py -> build/lib/pecan copying pecan/templating.py -> build/lib/pecan copying pecan/secure.py -> build/lib/pecan copying pecan/routing.py -> build/lib/pecan copying pecan/rest.py -> build/lib/pecan copying pecan/log.py -> build/lib/pecan copying pecan/jsonify.py -> build/lib/pecan copying pecan/hooks.py -> build/lib/pecan copying pecan/extensions.py -> build/lib/pecan copying pecan/deploy.py -> build/lib/pecan copying pecan/decorators.py -> build/lib/pecan copying pecan/core.py -> build/lib/pecan copying pecan/configuration.py -> build/lib/pecan copying pecan/__init__.py -> build/lib/pecan creating build/lib/pecan/tests copying pecan/tests/test_util.py -> build/lib/pecan/tests copying pecan/tests/test_templating.py -> build/lib/pecan/tests copying pecan/tests/test_secure.py -> build/lib/pecan/tests copying pecan/tests/test_scaffolds.py -> build/lib/pecan/tests copying pecan/tests/test_rest.py -> build/lib/pecan/tests copying pecan/tests/test_no_thread_locals.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_generic.py -> build/lib/pecan/tests copying pecan/tests/test_conf.py -> build/lib/pecan/tests copying pecan/tests/test_commands.py -> build/lib/pecan/tests copying pecan/tests/test_base.py -> build/lib/pecan/tests copying pecan/tests/scaffold_builder.py -> build/lib/pecan/tests copying pecan/tests/__init__.py -> build/lib/pecan/tests 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/recursive.py -> build/lib/pecan/middleware copying pecan/middleware/errordocument.py -> build/lib/pecan/middleware copying pecan/middleware/debug.py -> build/lib/pecan/middleware copying pecan/middleware/__init__.py -> build/lib/pecan/middleware creating build/lib/pecan/ext copying pecan/ext/__init__.py -> build/lib/pecan/ext creating build/lib/pecan/compat copying pecan/compat/__init__.py -> build/lib/pecan/compat creating 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/create.py -> build/lib/pecan/commands copying pecan/commands/base.py -> build/lib/pecan/commands copying pecan/commands/__init__.py -> build/lib/pecan/commands creating build/lib/pecan/tests/templates copying pecan/tests/templates/__init__.py -> build/lib/pecan/tests/templates 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/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 copying pecan/tests/middleware/test_errordocument.py -> build/lib/pecan/tests/middleware copying pecan/tests/middleware/__init__.py -> build/lib/pecan/tests/middleware running egg_info creating pecan.egg-info writing requirements to pecan.egg-info/requires.txt writing pecan.egg-info/PKG-INFO writing top-level names to pecan.egg-info/top_level.txt writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt writing manifest file 'pecan.egg-info/SOURCES.txt' reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' 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 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/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 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-2.7 copying and adjusting bin/pecan -> build/scripts-2.7 changing mode of build/scripts-2.7/pecan from 644 to 755 + sleep 1 + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py 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/*' writing manifest file 'pecan.egg-info/SOURCES.txt' running build_scripts creating build/scripts-3.6 copying and adjusting bin/pecan -> build/scripts-3.6 changing mode of build/scripts-3.6/pecan from 644 to 755 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9kCJ7W + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 + cd pecan-1.0.3 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 running install running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6 creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands copying build/lib/pecan/commands/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands copying build/lib/pecan/commands/base.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands copying build/lib/pecan/commands/create.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands copying build/lib/pecan/commands/serve.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands copying build/lib/pecan/commands/shell.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/compat copying build/lib/pecan/compat/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/compat creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/ext copying build/lib/pecan/ext/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/ext creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware copying build/lib/pecan/middleware/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware copying build/lib/pecan/middleware/debug.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware copying build/lib/pecan/middleware/errordocument.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware copying build/lib/pecan/middleware/recursive.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware copying build/lib/pecan/middleware/static.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+ creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_units.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/tests creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/model copying build/lib/pecan/scaffolds/rest-api/+package+/model/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/model creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/root.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/errors.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/app.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/setup.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/setup.cfg_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/public creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/public/images copying build/lib/pecan/scaffolds/base/public/images/logo.png -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/public/images creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/public/css copying build/lib/pecan/scaffolds/base/public/css/style.css -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/public/css creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+ creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_units.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/tests creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/layout.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/index.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/error.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/templates creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/model copying build/lib/pecan/scaffolds/base/+package+/model/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/model creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/root.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/app.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+ copying build/lib/pecan/scaffolds/base/+package+/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+ copying build/lib/pecan/scaffolds/base/setup.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/setup.cfg_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/MANIFEST.in -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/module_and_underscore.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/importerror.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/forcedict.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/foobar.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/empty.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/config.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/text.txt -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/self.png -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_errordocument.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_recursive.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_static.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/simple creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/scaffold_fixtures/simple/foo -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/simple creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/file_sub creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/file_sub creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/content_sub creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/content_sub copying build/lib/pecan/tests/scaffold_fixtures/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako_bad.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/kajiki.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja_bad.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi_bad.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_valid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid_custom.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_valid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_invalid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_valid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_invalid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates copying build/lib/pecan/tests/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/scaffold_builder.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_base.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_commands.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_conf.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_generic.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_hooks.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_jsonify.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_no_thread_locals.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_rest.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_scaffolds.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_secure.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_templating.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/tests/test_util.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests copying build/lib/pecan/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/configuration.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/core.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/decorators.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/deploy.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/extensions.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/hooks.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/jsonify.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/log.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/rest.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/routing.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/secure.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/templating.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/testing.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan copying build/lib/pecan/util.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands/base.py to base.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands/create.py to create.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands/serve.py to serve.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/commands/shell.py to shell.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/compat/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/ext/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware/debug.py to debug.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware/errordocument.py to errordocument.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware/recursive.py to recursive.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/middleware/static.py to static.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/tests/test_units.py to test_units.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/model/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/controllers/root.py to root.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/controllers/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/errors.py to errors.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/rest-api/+package+/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/tests/test_units.py to test_units.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/model/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/controllers/root.py to root.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/controllers/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/base/+package+/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/scaffolds/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/bad/module_and_underscore.py to module_and_underscore.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/bad/importerror.py to importerror.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/forcedict.py to forcedict.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/foobar.py to foobar.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/empty.py to empty.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/config_fixtures/config.py to config.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/test_errordocument.py to test_errordocument.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/test_recursive.py to test_recursive.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/middleware/test_static.py to test_static.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_fixtures/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/templates/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/scaffold_builder.py to scaffold_builder.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_base.py to test_base.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_commands.py to test_commands.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_conf.py to test_conf.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_generic.py to test_generic.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_hooks.py to test_hooks.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_jsonify.py to test_jsonify.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_no_thread_locals.py to test_no_thread_locals.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_rest.py to test_rest.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_scaffolds.py to test_scaffolds.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_secure.py to test_secure.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_templating.py to test_templating.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/tests/test_util.py to test_util.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/__init__.py to __init__.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/configuration.py to configuration.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/core.py to core.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/decorators.py to decorators.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/deploy.py to deploy.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/extensions.py to extensions.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/hooks.py to hooks.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/jsonify.py to jsonify.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/log.py to log.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/rest.py to rest.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/routing.py to routing.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/secure.py to secure.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/templating.py to templating.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/testing.py to testing.cpython-36.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan/util.py to util.cpython-36.pyc writing byte-compilation script '/tmp/tmppedrf9nw.py' /usr/bin/python3 /tmp/tmppedrf9nw.py removing /tmp/tmppedrf9nw.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/*' writing manifest file 'pecan.egg-info/SOURCES.txt' Copying pecan.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6/site-packages/pecan-1.0.3-py3.6.egg-info running install_scripts creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin copying build/scripts-3.6/pecan -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin changing mode of /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin/pecan to 755 Installing pecan script to /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin Installing gunicorn_pecan script to /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin + mv /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin/pecan /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin/python3-pecan + mv /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin/gunicorn_pecan /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin/python3-gunicorn_pecan + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + /usr/bin/python2 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 running install running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7 creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands copying build/lib/pecan/commands/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands copying build/lib/pecan/commands/base.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands copying build/lib/pecan/commands/create.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands copying build/lib/pecan/commands/serve.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands copying build/lib/pecan/commands/shell.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/compat copying build/lib/pecan/compat/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/compat creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/ext copying build/lib/pecan/ext/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/ext creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware copying build/lib/pecan/middleware/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware copying build/lib/pecan/middleware/debug.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware copying build/lib/pecan/middleware/errordocument.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware copying build/lib/pecan/middleware/recursive.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware copying build/lib/pecan/middleware/static.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+ creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_units.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/test_functional.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/tests copying build/lib/pecan/scaffolds/rest-api/+package+/tests/__init__.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/tests creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/model copying build/lib/pecan/scaffolds/rest-api/+package+/model/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/model creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/root.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/controllers/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/controllers copying build/lib/pecan/scaffolds/rest-api/+package+/errors.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/app.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/+package+/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+ copying build/lib/pecan/scaffolds/rest-api/setup.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/setup.cfg_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api copying build/lib/pecan/scaffolds/rest-api/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/public creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/public/images copying build/lib/pecan/scaffolds/base/public/images/logo.png -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/public/images creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/public/css copying build/lib/pecan/scaffolds/base/public/css/style.css -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/public/css creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+ creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_units.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/test_functional.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/tests copying build/lib/pecan/scaffolds/base/+package+/tests/__init__.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/tests creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/layout.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/index.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/templates copying build/lib/pecan/scaffolds/base/+package+/templates/error.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/templates creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/model copying build/lib/pecan/scaffolds/base/+package+/model/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/model creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/root.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/controllers/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/controllers copying build/lib/pecan/scaffolds/base/+package+/app.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+ copying build/lib/pecan/scaffolds/base/+package+/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+ copying build/lib/pecan/scaffolds/base/setup.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/setup.cfg_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/config.py_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/base/MANIFEST.in -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base copying build/lib/pecan/scaffolds/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/module_and_underscore.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/bad/importerror.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/bad copying build/lib/pecan/tests/config_fixtures/forcedict.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/foobar.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/empty.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures copying build/lib/pecan/tests/config_fixtures/config.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/text.txt -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/static_fixtures/self.png -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/static_fixtures copying build/lib/pecan/tests/middleware/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_errordocument.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_recursive.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware copying build/lib/pecan/tests/middleware/test_static.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/simple creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/scaffold_fixtures/simple/bar/spam.txt -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/simple/bar copying build/lib/pecan/tests/scaffold_fixtures/simple/foo -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/simple creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/file_sub creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/bar_+package+/spam.txt -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/file_sub/bar_+package+ copying build/lib/pecan/tests/scaffold_fixtures/file_sub/foo_+package+ -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/file_sub creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/content_sub creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/bar/spam.txt_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/content_sub/bar copying build/lib/pecan/tests/scaffold_fixtures/content_sub/foo_tmpl -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/content_sub copying build/lib/pecan/tests/scaffold_fixtures/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures creating /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako_bad.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/mako.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/kajiki.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja_bad.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/jinja.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi_bad.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/genshi.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_valid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid_custom.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name_invalid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_name.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_valid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_login_invalid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_valid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors_invalid.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/form_colors.html -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/templates/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates copying build/lib/pecan/tests/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/scaffold_builder.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_base.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_commands.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_conf.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_generic.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_hooks.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_jsonify.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_no_thread_locals.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_rest.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_scaffolds.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_secure.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_templating.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/tests/test_util.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests copying build/lib/pecan/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/configuration.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/core.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/decorators.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/deploy.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/extensions.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/hooks.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/jsonify.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/log.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/rest.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/routing.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/secure.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/templating.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/testing.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan copying build/lib/pecan/util.py -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands/base.py to base.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands/create.py to create.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands/serve.py to serve.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/commands/shell.py to shell.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/compat/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/ext/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware/debug.py to debug.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware/errordocument.py to errordocument.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware/recursive.py to recursive.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/middleware/static.py to static.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/tests/test_units.py to test_units.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/model/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/controllers/root.py to root.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/controllers/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/errors.py to errors.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/rest-api/+package+/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/tests/test_units.py to test_units.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/model/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/controllers/root.py to root.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/controllers/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/base/+package+/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/scaffolds/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/bad/module_and_underscore.py to module_and_underscore.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/bad/importerror.py to importerror.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/forcedict.py to forcedict.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/foobar.py to foobar.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/empty.py to empty.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/config_fixtures/config.py to config.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/test_errordocument.py to test_errordocument.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/test_recursive.py to test_recursive.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/middleware/test_static.py to test_static.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_fixtures/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/templates/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/scaffold_builder.py to scaffold_builder.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_base.py to test_base.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_commands.py to test_commands.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_conf.py to test_conf.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_generic.py to test_generic.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_hooks.py to test_hooks.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_jsonify.py to test_jsonify.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_no_thread_locals.py to test_no_thread_locals.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_rest.py to test_rest.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_scaffolds.py to test_scaffolds.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_secure.py to test_secure.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_templating.py to test_templating.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/tests/test_util.py to test_util.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/__init__.py to __init__.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/configuration.py to configuration.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/core.py to core.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/decorators.py to decorators.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/deploy.py to deploy.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/extensions.py to extensions.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/hooks.py to hooks.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/jsonify.py to jsonify.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/log.py to log.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/rest.py to rest.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/routing.py to routing.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/secure.py to secure.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/templating.py to templating.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/testing.py to testing.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan/util.py to util.pyc writing byte-compilation script '/tmp/tmpwuMyuR.py' /usr/bin/python2 -O /tmp/tmpwuMyuR.py removing /tmp/tmpwuMyuR.py running install_egg_info running egg_info writing requirements to pecan.egg-info/requires.txt writing pecan.egg-info/PKG-INFO writing top-level names to pecan.egg-info/top_level.txt writing dependency_links to pecan.egg-info/dependency_links.txt writing entry points to pecan.egg-info/entry_points.txt reading manifest file 'pecan.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pecan/middleware/resources/*' writing manifest file 'pecan.egg-info/SOURCES.txt' Copying pecan.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7/site-packages/pecan-1.0.3-py2.7.egg-info running install_scripts copying build/scripts-2.7/pecan -> /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin changing mode of /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin/pecan to 755 Installing pecan script to /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin Installing gunicorn_pecan script to /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 1.0.3-2.mga7 --unique-debug-suffix -1.0.3-2.mga7.x86_64 --unique-debug-src-base python-pecan-1.0.3-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/pecan-1.0.3 + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink Processing files: python-pecan-1.0.3-2.mga7.noarch Provides: python-pecan = 1.0.3-2.mga7 python2.7dist(pecan) = 1.0.3 python2dist(pecan) = 1.0.3 pythonegg(2)(pecan) = 1.0.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 python2.7dist(logutils) >= 0.3 python2.7dist(mako) >= 0.4.0 python2.7dist(singledispatch) python2.7dist(six) python2.7dist(webob) >= 1.2dev python2.7dist(webtest) >= 1.3.1 Processing files: python3-pecan-1.0.3-2.mga7.noarch Provides: python3-pecan = 1.0.3-2.mga7 python3.6dist(pecan) = 1.0.3 python3dist(pecan) = 1.0.3 pythonegg(3)(pecan) = 1.0.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 python3.6dist(logutils) >= 0.3 python3.6dist(mako) >= 0.4.0 python3.6dist(six) python3.6dist(webob) >= 1.2dev python3.6dist(webtest) >= 1.3.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python-pecan-1.0.3-2.mga7.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-pecan-1.0.3-2.mga7.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.p4sg0s + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd pecan-1.0.3 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-pecan-1.0.3-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.X5vzXY + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf pecan-1.0.3 + exit 0 D: [iurt_root_command] Success!