------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Installing /packages/All/py27-setuptools-41.0.1.tgz Message from py27-setuptools-41.0.1: ******************************************************************* Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. ******************************************************************* Installing /packages/All/py27-six-1.12.0.tgz Installing /packages/All/py27-Paste-2.0.3.tgz Installing /packages/All/py27-PasteDeploy-2.0.1.tgz Installing /packages/All/py27-repoze.lru-0.7.tgz Installing /packages/All/py27-translationstring-1.3.tgz Installing /packages/All/py27-venusian-1.2.0,1.tgz Installing /packages/All/py27-webob-1.8.2.tgz Installing /packages/All/py27-zope.deprecation-4.1.2.tgz Installing /packages/All/py27-zope.interface-4.6.0.tgz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-pyramid-1.7.3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-pyramid-1.7.3 for building => SHA256 Checksum OK for pyramid-1.7.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py27-pyramid-1.7.3 for building ===> Extracting for py27-pyramid-1.7.3 => SHA256 Checksum OK for pyramid-1.7.3.tar.gz. Extracted Memory Use: 9.05M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py27-pyramid-1.7.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py27-pyramid-1.7.3 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py27-pyramid-1.7.3 running build running build_py creating build creating build/lib creating build/lib/pyramid copying pyramid/threadlocal.py -> build/lib/pyramid copying pyramid/traversal.py -> build/lib/pyramid copying pyramid/tweens.py -> build/lib/pyramid copying pyramid/url.py -> build/lib/pyramid copying pyramid/urldispatch.py -> build/lib/pyramid copying pyramid/util.py -> build/lib/pyramid copying pyramid/view.py -> build/lib/pyramid copying pyramid/viewderivers.py -> build/lib/pyramid copying pyramid/wsgi.py -> build/lib/pyramid copying pyramid/__init__.py -> build/lib/pyramid copying pyramid/asset.py -> build/lib/pyramid copying pyramid/authentication.py -> build/lib/pyramid copying pyramid/authorization.py -> build/lib/pyramid copying pyramid/compat.py -> build/lib/pyramid copying pyramid/decorator.py -> build/lib/pyramid copying pyramid/encode.py -> build/lib/pyramid copying pyramid/events.py -> build/lib/pyramid copying pyramid/exceptions.py -> build/lib/pyramid copying pyramid/httpexceptions.py -> build/lib/pyramid copying pyramid/i18n.py -> build/lib/pyramid copying pyramid/interfaces.py -> build/lib/pyramid copying pyramid/location.py -> build/lib/pyramid copying pyramid/paster.py -> build/lib/pyramid copying pyramid/path.py -> build/lib/pyramid copying pyramid/registry.py -> build/lib/pyramid copying pyramid/renderers.py -> build/lib/pyramid copying pyramid/request.py -> build/lib/pyramid copying pyramid/resource.py -> build/lib/pyramid copying pyramid/response.py -> build/lib/pyramid copying pyramid/router.py -> build/lib/pyramid copying pyramid/scripting.py -> build/lib/pyramid copying pyramid/security.py -> build/lib/pyramid copying pyramid/session.py -> build/lib/pyramid copying pyramid/settings.py -> build/lib/pyramid copying pyramid/static.py -> build/lib/pyramid copying pyramid/testing.py -> build/lib/pyramid creating build/lib/pyramid/config copying pyramid/config/__init__.py -> build/lib/pyramid/config copying pyramid/config/adapters.py -> build/lib/pyramid/config copying pyramid/config/assets.py -> build/lib/pyramid/config copying pyramid/config/factories.py -> build/lib/pyramid/config copying pyramid/config/i18n.py -> build/lib/pyramid/config copying pyramid/config/predicates.py -> build/lib/pyramid/config copying pyramid/config/rendering.py -> build/lib/pyramid/config copying pyramid/config/routes.py -> build/lib/pyramid/config copying pyramid/config/security.py -> build/lib/pyramid/config copying pyramid/config/settings.py -> build/lib/pyramid/config copying pyramid/config/testing.py -> build/lib/pyramid/config copying pyramid/config/tweens.py -> build/lib/pyramid/config copying pyramid/config/util.py -> build/lib/pyramid/config copying pyramid/config/views.py -> build/lib/pyramid/config copying pyramid/config/zca.py -> build/lib/pyramid/config creating build/lib/pyramid/scaffolds copying pyramid/scaffolds/__init__.py -> build/lib/pyramid/scaffolds copying pyramid/scaffolds/copydir.py -> build/lib/pyramid/scaffolds copying pyramid/scaffolds/template.py -> build/lib/pyramid/scaffolds copying pyramid/scaffolds/tests.py -> build/lib/pyramid/scaffolds creating build/lib/pyramid/scripts copying pyramid/scripts/__init__.py -> build/lib/pyramid/scripts copying pyramid/scripts/common.py -> build/lib/pyramid/scripts copying pyramid/scripts/pcreate.py -> build/lib/pyramid/scripts copying pyramid/scripts/pdistreport.py -> build/lib/pyramid/scripts copying pyramid/scripts/prequest.py -> build/lib/pyramid/scripts copying pyramid/scripts/proutes.py -> build/lib/pyramid/scripts copying pyramid/scripts/pserve.py -> build/lib/pyramid/scripts copying pyramid/scripts/pshell.py -> build/lib/pyramid/scripts copying pyramid/scripts/ptweens.py -> build/lib/pyramid/scripts copying pyramid/scripts/pviews.py -> build/lib/pyramid/scripts creating build/lib/pyramid/tests copying pyramid/tests/test_asset.py -> build/lib/pyramid/tests copying pyramid/tests/test_authentication.py -> build/lib/pyramid/tests copying pyramid/tests/test_authorization.py -> build/lib/pyramid/tests copying pyramid/tests/test_compat.py -> build/lib/pyramid/tests copying pyramid/tests/test_decorator.py -> build/lib/pyramid/tests copying pyramid/tests/test_docs.py -> build/lib/pyramid/tests copying pyramid/tests/test_encode.py -> build/lib/pyramid/tests copying pyramid/tests/test_events.py -> build/lib/pyramid/tests copying pyramid/tests/test_exceptions.py -> build/lib/pyramid/tests copying pyramid/tests/test_httpexceptions.py -> build/lib/pyramid/tests copying pyramid/tests/test_i18n.py -> build/lib/pyramid/tests copying pyramid/tests/test_integration.py -> build/lib/pyramid/tests copying pyramid/tests/test_location.py -> build/lib/pyramid/tests copying pyramid/tests/test_paster.py -> build/lib/pyramid/tests copying pyramid/tests/test_path.py -> build/lib/pyramid/tests copying pyramid/tests/test_registry.py -> build/lib/pyramid/tests copying pyramid/tests/test_renderers.py -> build/lib/pyramid/tests copying pyramid/tests/test_request.py -> build/lib/pyramid/tests copying pyramid/tests/test_response.py -> build/lib/pyramid/tests copying pyramid/tests/test_router.py -> build/lib/pyramid/tests copying pyramid/tests/test_scripting.py -> build/lib/pyramid/tests copying pyramid/tests/test_security.py -> build/lib/pyramid/tests copying pyramid/tests/test_session.py -> build/lib/pyramid/tests copying pyramid/tests/test_settings.py -> build/lib/pyramid/tests copying pyramid/tests/test_static.py -> build/lib/pyramid/tests copying pyramid/tests/test_testing.py -> build/lib/pyramid/tests copying pyramid/tests/test_threadlocal.py -> build/lib/pyramid/tests copying pyramid/tests/test_traversal.py -> build/lib/pyramid/tests copying pyramid/tests/test_tweens.py -> build/lib/pyramid/tests copying pyramid/tests/test_url.py -> build/lib/pyramid/tests copying pyramid/tests/test_urldispatch.py -> build/lib/pyramid/tests copying pyramid/tests/test_util.py -> build/lib/pyramid/tests copying pyramid/tests/test_view.py -> build/lib/pyramid/tests copying pyramid/tests/test_viewderivers.py -> build/lib/pyramid/tests copying pyramid/tests/test_wsgi.py -> build/lib/pyramid/tests copying pyramid/tests/__init__.py -> build/lib/pyramid/tests creating build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/__init__.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_adapters.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_assets.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_factories.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_i18n.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_init.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_predicates.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_rendering.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_routes.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_security.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_settings.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_testing.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_tweens.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_util.py -> build/lib/pyramid/tests/test_config copying pyramid/tests/test_config/test_views.py -> build/lib/pyramid/tests/test_config creating build/lib/pyramid/tests/test_scaffolds copying pyramid/tests/test_scaffolds/__init__.py -> build/lib/pyramid/tests/test_scaffolds copying pyramid/tests/test_scaffolds/test_copydir.py -> build/lib/pyramid/tests/test_scaffolds copying pyramid/tests/test_scaffolds/test_init.py -> build/lib/pyramid/tests/test_scaffolds copying pyramid/tests/test_scaffolds/test_template.py -> build/lib/pyramid/tests/test_scaffolds creating build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/__init__.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/dummy.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_common.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_pcreate.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_pdistreport.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_prequest.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_proutes.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_pserve.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_pshell.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_ptweens.py -> build/lib/pyramid/tests/test_scripts copying pyramid/tests/test_scripts/test_pviews.py -> build/lib/pyramid/tests/test_scripts creating build/lib/pyramid/tests/pkgs copying pyramid/tests/pkgs/__init__.py -> build/lib/pyramid/tests/pkgs creating build/lib/pyramid/tests/test_config/pkgs copying pyramid/tests/test_config/pkgs/__init__.py -> build/lib/pyramid/tests/test_config/pkgs creating build/lib/pyramid/tests/test_config/pkgs/asset copying pyramid/tests/test_config/pkgs/asset/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/asset creating build/lib/pyramid/tests/test_config/pkgs/scanextrakw copying pyramid/tests/test_config/pkgs/scanextrakw/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/scanextrakw creating build/lib/pyramid/tests/test_config/pkgs/scannable copying pyramid/tests/test_config/pkgs/scannable/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/scannable copying pyramid/tests/test_config/pkgs/scannable/another.py -> build/lib/pyramid/tests/test_config/pkgs/scannable creating build/lib/pyramid/tests/test_config/pkgs/selfscan copying pyramid/tests/test_config/pkgs/selfscan/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/selfscan copying pyramid/tests/test_config/pkgs/selfscan/another.py -> build/lib/pyramid/tests/test_config/pkgs/selfscan creating build/lib/pyramid/tests/test_config/pkgs/asset/subpackage copying pyramid/tests/test_config/pkgs/asset/subpackage/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/asset/subpackage creating build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage copying pyramid/tests/test_config/pkgs/scannable/subpackage/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage copying pyramid/tests/test_config/pkgs/scannable/subpackage/notinit.py -> build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage creating build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage copying pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage/__init__.py -> build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage creating build/lib/pyramid/tests/pkgs/static_assetspec copying pyramid/tests/pkgs/static_assetspec/__init__.py -> build/lib/pyramid/tests/pkgs/static_assetspec creating build/lib/pyramid/tests/pkgs/static_routeprefix copying pyramid/tests/pkgs/static_routeprefix/__init__.py -> build/lib/pyramid/tests/pkgs/static_routeprefix creating build/lib/pyramid/tests/pkgs/staticpermapp copying pyramid/tests/pkgs/staticpermapp/__init__.py -> build/lib/pyramid/tests/pkgs/staticpermapp creating build/lib/pyramid/tests/pkgs/subrequestapp copying pyramid/tests/pkgs/subrequestapp/__init__.py -> build/lib/pyramid/tests/pkgs/subrequestapp creating build/lib/pyramid/tests/pkgs/viewdecoratorapp copying pyramid/tests/pkgs/viewdecoratorapp/__init__.py -> build/lib/pyramid/tests/pkgs/viewdecoratorapp creating build/lib/pyramid/tests/pkgs/wsgiapp2app copying pyramid/tests/pkgs/wsgiapp2app/__init__.py -> build/lib/pyramid/tests/pkgs/wsgiapp2app creating build/lib/pyramid/tests/pkgs/ccbugapp copying pyramid/tests/pkgs/ccbugapp/__init__.py -> build/lib/pyramid/tests/pkgs/ccbugapp creating build/lib/pyramid/tests/pkgs/conflictapp copying pyramid/tests/pkgs/conflictapp/__init__.py -> build/lib/pyramid/tests/pkgs/conflictapp copying pyramid/tests/pkgs/conflictapp/included.py -> build/lib/pyramid/tests/pkgs/conflictapp creating build/lib/pyramid/tests/pkgs/defpermbugapp copying pyramid/tests/pkgs/defpermbugapp/__init__.py -> build/lib/pyramid/tests/pkgs/defpermbugapp creating build/lib/pyramid/tests/pkgs/eventonly copying pyramid/tests/pkgs/eventonly/__init__.py -> build/lib/pyramid/tests/pkgs/eventonly creating build/lib/pyramid/tests/pkgs/exceptionviewapp copying pyramid/tests/pkgs/exceptionviewapp/__init__.py -> build/lib/pyramid/tests/pkgs/exceptionviewapp copying pyramid/tests/pkgs/exceptionviewapp/models.py -> build/lib/pyramid/tests/pkgs/exceptionviewapp copying pyramid/tests/pkgs/exceptionviewapp/views.py -> build/lib/pyramid/tests/pkgs/exceptionviewapp creating build/lib/pyramid/tests/pkgs/fixtureapp copying pyramid/tests/pkgs/fixtureapp/__init__.py -> build/lib/pyramid/tests/pkgs/fixtureapp copying pyramid/tests/pkgs/fixtureapp/models.py -> build/lib/pyramid/tests/pkgs/fixtureapp copying pyramid/tests/pkgs/fixtureapp/views.py -> build/lib/pyramid/tests/pkgs/fixtureapp creating build/lib/pyramid/tests/pkgs/forbiddenapp copying pyramid/tests/pkgs/forbiddenapp/__init__.py -> build/lib/pyramid/tests/pkgs/forbiddenapp creating build/lib/pyramid/tests/pkgs/forbiddenview copying pyramid/tests/pkgs/forbiddenview/__init__.py -> build/lib/pyramid/tests/pkgs/forbiddenview creating build/lib/pyramid/tests/pkgs/hybridapp copying pyramid/tests/pkgs/hybridapp/__init__.py -> build/lib/pyramid/tests/pkgs/hybridapp copying pyramid/tests/pkgs/hybridapp/views.py -> build/lib/pyramid/tests/pkgs/hybridapp creating build/lib/pyramid/tests/pkgs/includeapp1 copying pyramid/tests/pkgs/includeapp1/__init__.py -> build/lib/pyramid/tests/pkgs/includeapp1 copying pyramid/tests/pkgs/includeapp1/root.py -> build/lib/pyramid/tests/pkgs/includeapp1 copying pyramid/tests/pkgs/includeapp1/three.py -> build/lib/pyramid/tests/pkgs/includeapp1 copying pyramid/tests/pkgs/includeapp1/two.py -> build/lib/pyramid/tests/pkgs/includeapp1 creating build/lib/pyramid/tests/pkgs/localeapp copying pyramid/tests/pkgs/localeapp/__init__.py -> build/lib/pyramid/tests/pkgs/localeapp creating build/lib/pyramid/tests/pkgs/notfoundview copying pyramid/tests/pkgs/notfoundview/__init__.py -> build/lib/pyramid/tests/pkgs/notfoundview creating build/lib/pyramid/tests/pkgs/permbugapp copying pyramid/tests/pkgs/permbugapp/__init__.py -> build/lib/pyramid/tests/pkgs/permbugapp creating build/lib/pyramid/tests/pkgs/rendererscanapp copying pyramid/tests/pkgs/rendererscanapp/__init__.py -> build/lib/pyramid/tests/pkgs/rendererscanapp creating build/lib/pyramid/tests/pkgs/restbugapp copying pyramid/tests/pkgs/restbugapp/__init__.py -> build/lib/pyramid/tests/pkgs/restbugapp copying pyramid/tests/pkgs/restbugapp/views.py -> build/lib/pyramid/tests/pkgs/restbugapp creating build/lib/pyramid/tests/pkgs/static_abspath copying pyramid/tests/pkgs/static_abspath/__init__.py -> build/lib/pyramid/tests/pkgs/static_abspath creating build/lib/pyramid/tests/pkgs/viewdecoratorapp/views copying pyramid/tests/pkgs/viewdecoratorapp/views/__init__.py -> build/lib/pyramid/tests/pkgs/viewdecoratorapp/views copying pyramid/tests/pkgs/viewdecoratorapp/views/views.py -> build/lib/pyramid/tests/pkgs/viewdecoratorapp/views creating build/lib/pyramid/tests/pkgs/fixtureapp/subpackage copying pyramid/tests/pkgs/fixtureapp/subpackage/__init__.py -> build/lib/pyramid/tests/pkgs/fixtureapp/subpackage creating build/lib/pyramid/tests/pkgs/rendererscanapp/two copying pyramid/tests/pkgs/rendererscanapp/two/__init__.py -> build/lib/pyramid/tests/pkgs/rendererscanapp/two running egg_info writing requirements to pyramid.egg-info/requires.txt writing pyramid.egg-info/PKG-INFO writing top-level names to pyramid.egg-info/top_level.txt writing dependency_links to pyramid.egg-info/dependency_links.txt writing entry points to pyramid.egg-info/entry_points.txt reading manifest file 'pyramid.egg-info/SOURCES.txt' writing manifest file 'pyramid.egg-info/SOURCES.txt' creating build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/+dot+coveragerc_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/CHANGES.txt_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/MANIFEST.in_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/README.txt_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/development.ini_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/production.ini_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/pytest.ini_tmpl -> build/lib/pyramid/scaffolds/alchemy copying pyramid/scaffolds/alchemy/setup.py_tmpl -> build/lib/pyramid/scaffolds/alchemy creating build/lib/pyramid/scaffolds/alchemy/+package+ copying pyramid/scaffolds/alchemy/+package+/__init__.py -> build/lib/pyramid/scaffolds/alchemy/+package+ copying pyramid/scaffolds/alchemy/+package+/routes.py -> build/lib/pyramid/scaffolds/alchemy/+package+ copying pyramid/scaffolds/alchemy/+package+/tests.py_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+ creating build/lib/pyramid/scaffolds/alchemy/+package+/models copying pyramid/scaffolds/alchemy/+package+/models/__init__.py_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+/models copying pyramid/scaffolds/alchemy/+package+/models/meta.py -> build/lib/pyramid/scaffolds/alchemy/+package+/models copying pyramid/scaffolds/alchemy/+package+/models/mymodel.py -> build/lib/pyramid/scaffolds/alchemy/+package+/models creating build/lib/pyramid/scaffolds/alchemy/+package+/scripts copying pyramid/scaffolds/alchemy/+package+/scripts/__init__.py -> build/lib/pyramid/scaffolds/alchemy/+package+/scripts copying pyramid/scaffolds/alchemy/+package+/scripts/initializedb.py -> build/lib/pyramid/scaffolds/alchemy/+package+/scripts creating build/lib/pyramid/scaffolds/alchemy/+package+/static copying pyramid/scaffolds/alchemy/+package+/static/pyramid-16x16.png -> build/lib/pyramid/scaffolds/alchemy/+package+/static copying pyramid/scaffolds/alchemy/+package+/static/pyramid.png -> build/lib/pyramid/scaffolds/alchemy/+package+/static copying pyramid/scaffolds/alchemy/+package+/static/theme.css -> build/lib/pyramid/scaffolds/alchemy/+package+/static creating build/lib/pyramid/scaffolds/alchemy/+package+/templates copying pyramid/scaffolds/alchemy/+package+/templates/404.jinja2_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+/templates copying pyramid/scaffolds/alchemy/+package+/templates/layout.jinja2_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+/templates copying pyramid/scaffolds/alchemy/+package+/templates/mytemplate.jinja2_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+/templates creating build/lib/pyramid/scaffolds/alchemy/+package+/views copying pyramid/scaffolds/alchemy/+package+/views/__init__.py -> build/lib/pyramid/scaffolds/alchemy/+package+/views copying pyramid/scaffolds/alchemy/+package+/views/default.py_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+/views copying pyramid/scaffolds/alchemy/+package+/views/notfound.py_tmpl -> build/lib/pyramid/scaffolds/alchemy/+package+/views creating build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/+dot+coveragerc_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/CHANGES.txt_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/MANIFEST.in_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/README.txt_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/development.ini_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/production.ini_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/pytest.ini_tmpl -> build/lib/pyramid/scaffolds/starter copying pyramid/scaffolds/starter/setup.py_tmpl -> build/lib/pyramid/scaffolds/starter creating build/lib/pyramid/scaffolds/starter/+package+ copying pyramid/scaffolds/starter/+package+/__init__.py -> build/lib/pyramid/scaffolds/starter/+package+ copying pyramid/scaffolds/starter/+package+/tests.py_tmpl -> build/lib/pyramid/scaffolds/starter/+package+ copying pyramid/scaffolds/starter/+package+/views.py_tmpl -> build/lib/pyramid/scaffolds/starter/+package+ creating build/lib/pyramid/scaffolds/starter/+package+/static copying pyramid/scaffolds/starter/+package+/static/pyramid-16x16.png -> build/lib/pyramid/scaffolds/starter/+package+/static copying pyramid/scaffolds/starter/+package+/static/pyramid.png -> build/lib/pyramid/scaffolds/starter/+package+/static copying pyramid/scaffolds/starter/+package+/static/theme.css -> build/lib/pyramid/scaffolds/starter/+package+/static creating build/lib/pyramid/scaffolds/starter/+package+/templates copying pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl -> build/lib/pyramid/scaffolds/starter/+package+/templates creating build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/+dot+coveragerc_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/CHANGES.txt_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/MANIFEST.in_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/README.txt_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/development.ini_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/production.ini_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/pytest.ini_tmpl -> build/lib/pyramid/scaffolds/zodb copying pyramid/scaffolds/zodb/setup.py_tmpl -> build/lib/pyramid/scaffolds/zodb creating build/lib/pyramid/scaffolds/zodb/+package+ copying pyramid/scaffolds/zodb/+package+/__init__.py -> build/lib/pyramid/scaffolds/zodb/+package+ copying pyramid/scaffolds/zodb/+package+/models.py -> build/lib/pyramid/scaffolds/zodb/+package+ copying pyramid/scaffolds/zodb/+package+/tests.py_tmpl -> build/lib/pyramid/scaffolds/zodb/+package+ copying pyramid/scaffolds/zodb/+package+/views.py_tmpl -> build/lib/pyramid/scaffolds/zodb/+package+ creating build/lib/pyramid/scaffolds/zodb/+package+/static copying pyramid/scaffolds/zodb/+package+/static/pyramid-16x16.png -> build/lib/pyramid/scaffolds/zodb/+package+/static copying pyramid/scaffolds/zodb/+package+/static/pyramid.png -> build/lib/pyramid/scaffolds/zodb/+package+/static copying pyramid/scaffolds/zodb/+package+/static/theme.css -> build/lib/pyramid/scaffolds/zodb/+package+/static creating build/lib/pyramid/scaffolds/zodb/+package+/templates copying pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl -> build/lib/pyramid/scaffolds/zodb/+package+/templates creating build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/dummy.ini -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/manifest.json -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/manifest2.json -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/minimal.jpg -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/minimal.pdf -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/minimal.txt -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/minimal.xml -> build/lib/pyramid/tests/fixtures copying pyramid/tests/fixtures/nonminimal.txt -> build/lib/pyramid/tests/fixtures creating build/lib/pyramid/tests/fixtures/static copying pyramid/tests/fixtures/static/.hiddenfile -> build/lib/pyramid/tests/fixtures/static copying pyramid/tests/fixtures/static/arcs.svg.tgz -> build/lib/pyramid/tests/fixtures/static copying pyramid/tests/fixtures/static/index.html -> build/lib/pyramid/tests/fixtures/static creating build/lib/pyramid/tests/fixtures/static/subdir copying pyramid/tests/fixtures/static/subdir/index.html -> build/lib/pyramid/tests/fixtures/static/subdir creating build/lib/pyramid/tests/test_config/files copying pyramid/tests/test_config/files/minimal.txt -> build/lib/pyramid/tests/test_config/files creating build/lib/pyramid/tests/test_config/files/assets copying pyramid/tests/test_config/files/assets/dummy.txt -> build/lib/pyramid/tests/test_config/files/assets creating build/lib/pyramid/tests/test_config/path creating build/lib/pyramid/tests/test_config/path/scanerror copying pyramid/tests/test_config/path/scanerror/__init__.py -> build/lib/pyramid/tests/test_config/path/scanerror copying pyramid/tests/test_config/path/scanerror/will_raise_error.py -> build/lib/pyramid/tests/test_config/path/scanerror creating build/lib/pyramid/tests/test_scaffolds/fixture_scaffold copying pyramid/tests/test_scaffolds/fixture_scaffold/CHANGES.txt_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold copying pyramid/tests/test_scaffolds/fixture_scaffold/MANIFEST.in_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold copying pyramid/tests/test_scaffolds/fixture_scaffold/README.txt_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold copying pyramid/tests/test_scaffolds/fixture_scaffold/development.ini_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold copying pyramid/tests/test_scaffolds/fixture_scaffold/production.ini_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold copying pyramid/tests/test_scaffolds/fixture_scaffold/setup.py_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold creating build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/.badfile -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/__init__.py_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/resources.py -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/test_no_content.py_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/tests.py_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/views.py_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ creating build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/favicon.ico -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/footerbg.png -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/headerbg.png -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/ie6.css -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/middlebg.png -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/pylons.css -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/pyramid-small.png -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/pyramid.png -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/transparent.gif -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static creating build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/templates copying pyramid/tests/test_scaffolds/fixture_scaffold/+package+/templates/mytemplate.pt_tmpl -> build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/templates copying pyramid/tests/test_scripts/pystartup.txt -> build/lib/pyramid/tests/test_scripts creating build/lib/pyramid/tests/test_config/pkgs/scannable/pod copying pyramid/tests/test_config/pkgs/scannable/pod/notinit.py -> build/lib/pyramid/tests/test_config/pkgs/scannable/pod creating build/lib/pyramid/tests/test_config/pkgs/asset/subpackage/templates copying pyramid/tests/test_config/pkgs/asset/subpackage/templates/bar.pt -> build/lib/pyramid/tests/test_config/pkgs/asset/subpackage/templates creating build/lib/pyramid/tests/pkgs/localeapp/locale copying pyramid/tests/pkgs/localeapp/locale/GARBAGE -> build/lib/pyramid/tests/pkgs/localeapp/locale creating build/lib/pyramid/tests/pkgs/localeapp/locale/be copying pyramid/tests/pkgs/localeapp/locale/be/LC_MESSAGES -> build/lib/pyramid/tests/pkgs/localeapp/locale/be creating build/lib/pyramid/tests/pkgs/localeapp/locale/de creating build/lib/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES creating build/lib/pyramid/tests/pkgs/localeapp/locale/de_DE creating build/lib/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES creating build/lib/pyramid/tests/pkgs/localeapp/locale/en creating build/lib/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES creating build/lib/pyramid/tests/pkgs/localeapp/locale2 copying pyramid/tests/pkgs/localeapp/locale2/GARBAGE -> build/lib/pyramid/tests/pkgs/localeapp/locale2 creating build/lib/pyramid/tests/pkgs/localeapp/locale2/be copying pyramid/tests/pkgs/localeapp/locale2/be/LC_MESSAGES -> build/lib/pyramid/tests/pkgs/localeapp/locale2/be creating build/lib/pyramid/tests/pkgs/localeapp/locale2/de creating build/lib/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES creating build/lib/pyramid/tests/pkgs/localeapp/locale2/en creating build/lib/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES creating build/lib/pyramid/tests/pkgs/localeapp/locale3 copying pyramid/tests/pkgs/localeapp/locale3/GARBAGE -> build/lib/pyramid/tests/pkgs/localeapp/locale3 creating build/lib/pyramid/tests/pkgs/localeapp/locale3/be copying pyramid/tests/pkgs/localeapp/locale3/be/LC_MESSAGES -> build/lib/pyramid/tests/pkgs/localeapp/locale3/be creating build/lib/pyramid/tests/pkgs/localeapp/locale3/de creating build/lib/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES creating build/lib/pyramid/tests/pkgs/localeapp/locale3/en creating build/lib/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES/deformsite.mo -> build/lib/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES copying pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES/deformsite.po -> build/lib/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py27-pyramid-1.7.3 ===> Generating temporary packing list running install running build running build_py running egg_info writing requirements to pyramid.egg-info/requires.txt writing pyramid.egg-info/PKG-INFO writing top-level names to pyramid.egg-info/top_level.txt writing dependency_links to pyramid.egg-info/dependency_links.txt writing entry points to pyramid.egg-info/entry_points.txt reading manifest file 'pyramid.egg-info/SOURCES.txt' writing manifest file 'pyramid.egg-info/SOURCES.txt' running install_lib creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7 creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/events.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/location.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/encode.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/authorization.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/interfaces.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/tweens.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/decorator.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/router.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/traversal.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/pdistreport.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/pserve.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/pshell.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/common.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/pviews.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/pcreate.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/prequest.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/proutes.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/ptweens.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/scripts/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts copying build/lib/pyramid/testing.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/static.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/response.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/util.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/scripting.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/renderers.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/security.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/rendering.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/i18n.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/testing.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/settings.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/routes.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/adapters.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/util.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/predicates.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/assets.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/tweens.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/zca.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config copying build/lib/pyramid/config/factories.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_common.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_pcreate.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_prequest.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/dummy.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_pviews.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_pserve.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_pshell.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_proutes.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_ptweens.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/test_pdistreport.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripts/pystartup.txt -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts copying build/lib/pyramid/tests/test_scripting.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_view.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_settings.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_testing.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_renderers.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_viewderivers.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_testing.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_assets.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_factories.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_settings.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_i18n.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_security.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_predicates.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_routes.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_util.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_tweens.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/files copying build/lib/pyramid/tests/test_config/files/minimal.txt -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/files creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/files/assets copying build/lib/pyramid/tests/test_config/files/assets/dummy.txt -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/files/assets copying build/lib/pyramid/tests/test_config/test_init.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_config/test_rendering.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/path creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/path/scanerror copying build/lib/pyramid/tests/test_config/path/scanerror/will_raise_error.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/path/scanerror copying build/lib/pyramid/tests/test_config/path/scanerror/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/path/scanerror creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/pod copying build/lib/pyramid/tests/test_config/pkgs/scannable/pod/notinit.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/pod copying build/lib/pyramid/tests/test_config/pkgs/scannable/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage copying build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage copying build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage/notinit.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage copying build/lib/pyramid/tests/test_config/pkgs/scannable/subpackage/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage copying build/lib/pyramid/tests/test_config/pkgs/scannable/another.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable copying build/lib/pyramid/tests/test_config/pkgs/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scanextrakw copying build/lib/pyramid/tests/test_config/pkgs/scanextrakw/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scanextrakw creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/selfscan copying build/lib/pyramid/tests/test_config/pkgs/selfscan/another.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/selfscan copying build/lib/pyramid/tests/test_config/pkgs/selfscan/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/selfscan creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset copying build/lib/pyramid/tests/test_config/pkgs/asset/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset/subpackage copying build/lib/pyramid/tests/test_config/pkgs/asset/subpackage/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset/subpackage creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset/subpackage/templates copying build/lib/pyramid/tests/test_config/pkgs/asset/subpackage/templates/bar.pt -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset/subpackage/templates copying build/lib/pyramid/tests/test_config/test_adapters.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config copying build/lib/pyramid/tests/test_authorization.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds copying build/lib/pyramid/tests/test_scaffolds/test_copydir.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds copying build/lib/pyramid/tests/test_scaffolds/test_init.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds copying build/lib/pyramid/tests/test_scaffolds/test_template.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/setup.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/.badfile -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/__init__.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/tests.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/resources.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/test_no_content.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/views.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+ creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/footerbg.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/headerbg.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/pyramid-small.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/transparent.gif -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/ie6.css -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/pylons.css -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/middlebg.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/favicon.ico -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static/pyramid.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/static creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/templates copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/templates/mytemplate.pt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/templates copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/development.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/production.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/README.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/CHANGES.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold copying build/lib/pyramid/tests/test_scaffolds/fixture_scaffold/MANIFEST.in_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold copying build/lib/pyramid/tests/test_scaffolds/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds copying build/lib/pyramid/tests/test_path.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_httpexceptions.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_i18n.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_session.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_wsgi.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_registry.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_urldispatch.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_exceptions.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_static.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_asset.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_threadlocal.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_authentication.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_util.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_location.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_compat.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_response.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_url.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_security.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_router.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_events.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_tweens.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/minimal.pdf -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/manifest.json -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/nonminimal.txt -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/minimal.xml -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/manifest2.json -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/minimal.jpg -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/fixtures/dummy.ini -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures/static copying build/lib/pyramid/tests/fixtures/static/arcs.svg.tgz -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures/static creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures/static/subdir copying build/lib/pyramid/tests/fixtures/static/subdir/index.html -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures/static/subdir copying build/lib/pyramid/tests/fixtures/static/.hiddenfile -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures/static copying build/lib/pyramid/tests/fixtures/static/index.html -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures/static copying build/lib/pyramid/tests/fixtures/minimal.txt -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/fixtures copying build/lib/pyramid/tests/test_decorator.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_request.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/forbiddenview copying build/lib/pyramid/tests/pkgs/forbiddenview/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/forbiddenview creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp copying build/lib/pyramid/tests/pkgs/exceptionviewapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp copying build/lib/pyramid/tests/pkgs/exceptionviewapp/views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp copying build/lib/pyramid/tests/pkgs/exceptionviewapp/models.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp copying build/lib/pyramid/tests/pkgs/fixtureapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp copying build/lib/pyramid/tests/pkgs/fixtureapp/views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp/subpackage copying build/lib/pyramid/tests/pkgs/fixtureapp/subpackage/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp/subpackage copying build/lib/pyramid/tests/pkgs/fixtureapp/models.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp copying build/lib/pyramid/tests/pkgs/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp copying build/lib/pyramid/tests/pkgs/viewdecoratorapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp/views copying build/lib/pyramid/tests/pkgs/viewdecoratorapp/views/views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp/views copying build/lib/pyramid/tests/pkgs/viewdecoratorapp/views/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp/views creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_routeprefix copying build/lib/pyramid/tests/pkgs/static_routeprefix/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_routeprefix creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/defpermbugapp copying build/lib/pyramid/tests/pkgs/defpermbugapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/defpermbugapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_assetspec copying build/lib/pyramid/tests/pkgs/static_assetspec/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_assetspec creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/restbugapp copying build/lib/pyramid/tests/pkgs/restbugapp/views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/restbugapp copying build/lib/pyramid/tests/pkgs/restbugapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/restbugapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/ccbugapp copying build/lib/pyramid/tests/pkgs/ccbugapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/ccbugapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/hybridapp copying build/lib/pyramid/tests/pkgs/hybridapp/views.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/hybridapp copying build/lib/pyramid/tests/pkgs/hybridapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/hybridapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1 copying build/lib/pyramid/tests/pkgs/includeapp1/root.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1 copying build/lib/pyramid/tests/pkgs/includeapp1/two.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1 copying build/lib/pyramid/tests/pkgs/includeapp1/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1 copying build/lib/pyramid/tests/pkgs/includeapp1/three.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1 creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/wsgiapp2app copying build/lib/pyramid/tests/pkgs/wsgiapp2app/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/wsgiapp2app creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/forbiddenapp copying build/lib/pyramid/tests/pkgs/forbiddenapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/forbiddenapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/subrequestapp copying build/lib/pyramid/tests/pkgs/subrequestapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/subrequestapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale copying build/lib/pyramid/tests/pkgs/localeapp/locale/GARBAGE -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de/LC_MESSAGES creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/be copying build/lib/pyramid/tests/pkgs/localeapp/locale/be/LC_MESSAGES -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/be creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/en creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/en/LC_MESSAGES creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de_DE creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale/de_DE/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3 copying build/lib/pyramid/tests/pkgs/localeapp/locale3/GARBAGE -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3 creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/en creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/en/LC_MESSAGES creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/de creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/de/LC_MESSAGES creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/be copying build/lib/pyramid/tests/pkgs/localeapp/locale3/be/LC_MESSAGES -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale3/be creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2 creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/de creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/de/LC_MESSAGES creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/be copying build/lib/pyramid/tests/pkgs/localeapp/locale2/be/LC_MESSAGES -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/be copying build/lib/pyramid/tests/pkgs/localeapp/locale2/GARBAGE -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2 creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/en creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES/deformsite.mo -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES copying build/lib/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES/deformsite.po -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/locale2/en/LC_MESSAGES creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_abspath copying build/lib/pyramid/tests/pkgs/static_abspath/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_abspath creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/rendererscanapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/rendererscanapp/two copying build/lib/pyramid/tests/pkgs/rendererscanapp/two/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/rendererscanapp/two copying build/lib/pyramid/tests/pkgs/rendererscanapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/rendererscanapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/notfoundview copying build/lib/pyramid/tests/pkgs/notfoundview/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/notfoundview creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/eventonly copying build/lib/pyramid/tests/pkgs/eventonly/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/eventonly creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/conflictapp copying build/lib/pyramid/tests/pkgs/conflictapp/included.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/conflictapp copying build/lib/pyramid/tests/pkgs/conflictapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/conflictapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/staticpermapp copying build/lib/pyramid/tests/pkgs/staticpermapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/staticpermapp creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/permbugapp copying build/lib/pyramid/tests/pkgs/permbugapp/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/permbugapp copying build/lib/pyramid/tests/test_traversal.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_docs.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_encode.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_integration.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/tests/test_paster.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests copying build/lib/pyramid/session.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/compat.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/i18n.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/asset.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/resource.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/httpexceptions.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/exceptions.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/security.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/settings.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/request.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/threadlocal.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/url.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/view.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/viewderivers.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/authentication.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/wsgi.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/production.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/+dot+coveragerc_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/README.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/CHANGES.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/setup.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/development.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/starter/pytest.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+ copying build/lib/pyramid/scaffolds/starter/+package+/tests.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+ copying build/lib/pyramid/scaffolds/starter/+package+/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+ copying build/lib/pyramid/scaffolds/starter/+package+/views.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+ creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/static copying build/lib/pyramid/scaffolds/starter/+package+/static/pyramid-16x16.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/static copying build/lib/pyramid/scaffolds/starter/+package+/static/theme.css -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/static copying build/lib/pyramid/scaffolds/starter/+package+/static/pyramid.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/static creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/templates copying build/lib/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/templates copying build/lib/pyramid/scaffolds/starter/MANIFEST.in_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter copying build/lib/pyramid/scaffolds/copydir.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds copying build/lib/pyramid/scaffolds/template.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds copying build/lib/pyramid/scaffolds/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/+dot+coveragerc_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/README.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/CHANGES.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+ creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/templates copying build/lib/pyramid/scaffolds/alchemy/+package+/templates/404.jinja2_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/templates copying build/lib/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.jinja2_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/templates copying build/lib/pyramid/scaffolds/alchemy/+package+/templates/layout.jinja2_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/templates creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/scripts copying build/lib/pyramid/scaffolds/alchemy/+package+/scripts/initializedb.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/scripts copying build/lib/pyramid/scaffolds/alchemy/+package+/scripts/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/scripts copying build/lib/pyramid/scaffolds/alchemy/+package+/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+ copying build/lib/pyramid/scaffolds/alchemy/+package+/routes.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+ creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/models copying build/lib/pyramid/scaffolds/alchemy/+package+/models/mymodel.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/models copying build/lib/pyramid/scaffolds/alchemy/+package+/models/__init__.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/models copying build/lib/pyramid/scaffolds/alchemy/+package+/models/meta.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/models creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/static copying build/lib/pyramid/scaffolds/alchemy/+package+/static/pyramid.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/static copying build/lib/pyramid/scaffolds/alchemy/+package+/static/pyramid-16x16.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/static copying build/lib/pyramid/scaffolds/alchemy/+package+/static/theme.css -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/static copying build/lib/pyramid/scaffolds/alchemy/+package+/tests.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+ creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/views copying build/lib/pyramid/scaffolds/alchemy/+package+/views/notfound.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/views copying build/lib/pyramid/scaffolds/alchemy/+package+/views/default.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/views copying build/lib/pyramid/scaffolds/alchemy/+package+/views/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/views copying build/lib/pyramid/scaffolds/alchemy/MANIFEST.in_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/development.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/production.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/pytest.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/alchemy/setup.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy copying build/lib/pyramid/scaffolds/tests.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/README.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/pytest.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/setup.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/development.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/CHANGES.txt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/+dot+coveragerc_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+ copying build/lib/pyramid/scaffolds/zodb/+package+/tests.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+ copying build/lib/pyramid/scaffolds/zodb/+package+/models.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+ copying build/lib/pyramid/scaffolds/zodb/+package+/__init__.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+ creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/templates copying build/lib/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/templates creating /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/static copying build/lib/pyramid/scaffolds/zodb/+package+/static/pyramid.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/static copying build/lib/pyramid/scaffolds/zodb/+package+/static/pyramid-16x16.png -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/static copying build/lib/pyramid/scaffolds/zodb/+package+/static/theme.css -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/static copying build/lib/pyramid/scaffolds/zodb/+package+/views.py_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+ copying build/lib/pyramid/scaffolds/zodb/MANIFEST.in_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/scaffolds/zodb/production.ini_tmpl -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb copying build/lib/pyramid/registry.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/path.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/urldispatch.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid copying build/lib/pyramid/paster.py -> /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/events.py to events.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/location.py to location.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/encode.py to encode.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/authorization.py to authorization.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/interfaces.py to interfaces.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tweens.py to tweens.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/decorator.py to decorator.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/router.py to router.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/traversal.py to traversal.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/pdistreport.py to pdistreport.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/pserve.py to pserve.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/pshell.py to pshell.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/common.py to common.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/pviews.py to pviews.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/pcreate.py to pcreate.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/prequest.py to prequest.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/proutes.py to proutes.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/ptweens.py to ptweens.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripts/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/testing.py to testing.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/static.py to static.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/response.py to response.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/util.py to util.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scripting.py to scripting.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/renderers.py to renderers.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/security.py to security.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/rendering.py to rendering.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/views.py to views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/i18n.py to i18n.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/testing.py to testing.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/settings.py to settings.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/routes.py to routes.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/adapters.py to adapters.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/util.py to util.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/predicates.py to predicates.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/assets.py to assets.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/tweens.py to tweens.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/zca.py to zca.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/config/factories.py to factories.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_common.py to test_common.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_pcreate.py to test_pcreate.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_prequest.py to test_prequest.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/dummy.py to dummy.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_pviews.py to test_pviews.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_pserve.py to test_pserve.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_pshell.py to test_pshell.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_proutes.py to test_proutes.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_ptweens.py to test_ptweens.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripts/test_pdistreport.py to test_pdistreport.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scripting.py to test_scripting.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_view.py to test_view.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_settings.py to test_settings.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_testing.py to test_testing.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_renderers.py to test_renderers.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_viewderivers.py to test_viewderivers.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_testing.py to test_testing.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_assets.py to test_assets.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_factories.py to test_factories.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_settings.py to test_settings.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_i18n.py to test_i18n.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_security.py to test_security.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_predicates.py to test_predicates.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_routes.py to test_routes.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_views.py to test_views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_util.py to test_util.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_tweens.py to test_tweens.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_init.py to test_init.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_rendering.py to test_rendering.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/path/scanerror/will_raise_error.py to will_raise_error.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/path/scanerror/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/pod/notinit.py to notinit.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage/subsubpackage/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage/notinit.py to notinit.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/subpackage/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scannable/another.py to another.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/scanextrakw/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/selfscan/another.py to another.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/selfscan/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/pkgs/asset/subpackage/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_config/test_adapters.py to test_adapters.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_authorization.py to test_authorization.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/test_copydir.py to test_copydir.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/test_init.py to test_init.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/test_template.py to test_template.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/fixture_scaffold/+package+/resources.py to resources.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_scaffolds/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_path.py to test_path.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_httpexceptions.py to test_httpexceptions.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_i18n.py to test_i18n.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_session.py to test_session.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_wsgi.py to test_wsgi.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_registry.py to test_registry.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_urldispatch.py to test_urldispatch.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_exceptions.py to test_exceptions.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_static.py to test_static.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_asset.py to test_asset.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_threadlocal.py to test_threadlocal.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_authentication.py to test_authentication.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_util.py to test_util.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_location.py to test_location.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_compat.py to test_compat.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_response.py to test_response.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_url.py to test_url.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_security.py to test_security.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_router.py to test_router.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_events.py to test_events.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_tweens.py to test_tweens.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_decorator.py to test_decorator.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_request.py to test_request.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/forbiddenview/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp/views.py to views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/exceptionviewapp/models.py to models.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp/views.py to views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp/subpackage/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/fixtureapp/models.py to models.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp/views/views.py to views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/viewdecoratorapp/views/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_routeprefix/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/defpermbugapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_assetspec/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/restbugapp/views.py to views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/restbugapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/ccbugapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/hybridapp/views.py to views.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/hybridapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1/root.py to root.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1/two.py to two.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/includeapp1/three.py to three.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/wsgiapp2app/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/forbiddenapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/subrequestapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/localeapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/static_abspath/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/rendererscanapp/two/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/rendererscanapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/notfoundview/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/eventonly/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/conflictapp/included.py to included.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/conflictapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/staticpermapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/pkgs/permbugapp/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_traversal.py to test_traversal.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_docs.py to test_docs.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_encode.py to test_encode.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_integration.py to test_integration.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/tests/test_paster.py to test_paster.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/session.py to session.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/compat.py to compat.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/i18n.py to i18n.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/asset.py to asset.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/resource.py to resource.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/httpexceptions.py to httpexceptions.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/exceptions.py to exceptions.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/security.py to security.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/settings.py to settings.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/request.py to request.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/threadlocal.py to threadlocal.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/url.py to url.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/view.py to view.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/viewderivers.py to viewderivers.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/authentication.py to authentication.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/wsgi.py to wsgi.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/starter/+package+/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/copydir.py to copydir.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/template.py to template.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/scripts/initializedb.py to initializedb.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/scripts/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/routes.py to routes.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/models/mymodel.py to mymodel.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/models/meta.py to meta.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/alchemy/+package+/views/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/tests.py to tests.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/models.py to models.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/scaffolds/zodb/+package+/__init__.py to __init__.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/registry.py to registry.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/path.py to path.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/urldispatch.py to urldispatch.pyc byte-compiling /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid/paster.py to paster.pyc writing byte-compilation script '/tmp/tmpXB0jDL.py' /usr/local/bin/python2.7 -O /tmp/tmpXB0jDL.py removing /tmp/tmpXB0jDL.py running install_egg_info Copying pyramid.egg-info to /construction/www/py-pyramid/stage/usr/local/lib/python2.7/site-packages/pyramid-1.7.3-py2.7.egg-info running install_scripts Installing ptweens script to /construction/www/py-pyramid/stage/usr/local/bin Installing pdistreport script to /construction/www/py-pyramid/stage/usr/local/bin Installing proutes script to /construction/www/py-pyramid/stage/usr/local/bin Installing pshell script to /construction/www/py-pyramid/stage/usr/local/bin Installing prequest script to /construction/www/py-pyramid/stage/usr/local/bin Installing pviews script to /construction/www/py-pyramid/stage/usr/local/bin Installing pcreate script to /construction/www/py-pyramid/stage/usr/local/bin Installing pserve script to /construction/www/py-pyramid/stage/usr/local/bin writing list of installed files to '/construction/www/py-pyramid/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py27-pyramid-1.7.3 file sizes/checksums [697]: 0% file sizes/checksums [697]: 14% file sizes/checksums [697]: 28% file sizes/checksums [697]: 43% file sizes/checksums [697]: 57% file sizes/checksums [697]: 71% file sizes/checksums [697]: 86% file sizes/checksums [697]: 100% packing files [697]: 0% packing files [697]: 14% packing files [697]: 28% packing files [697]: 43% packing files [697]: 57% packing files [697]: 71% packing files [697]: 86% packing files [697]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:18