------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python27-2.7.18.txz ===== Message from python27-2.7.18: -- 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-44.0.0.txz ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-setproctitle-1.1.10_1.txz ===== Message from py27-setproctitle-1.1.10_1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-gunicorn-19.9.0_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-gunicorn-19.9.0_1 for building => SHA256 Checksum OK for benoitc-gunicorn-19.9.0_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-gunicorn-19.9.0_1 for building ===> Extracting for py27-gunicorn-19.9.0_1 => SHA256 Checksum OK for benoitc-gunicorn-19.9.0_GH0.tar.gz. Extracted Memory Use: 1.90M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py27-gunicorn-19.9.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-gunicorn-19.9.0_1 depends on package: py27-setuptools>0 - found ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-gunicorn-19.9.0_1 depends on package: py27-setuptools>0 - found ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-gunicorn-19.9.0_1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-gunicorn-19.9.0_1 running build running build_py creating build creating build/lib creating build/lib/gunicorn copying gunicorn/arbiter.py -> build/lib/gunicorn copying gunicorn/systemd.py -> build/lib/gunicorn copying gunicorn/_compat.py -> build/lib/gunicorn copying gunicorn/errors.py -> build/lib/gunicorn copying gunicorn/six.py -> build/lib/gunicorn copying gunicorn/selectors.py -> build/lib/gunicorn copying gunicorn/util.py -> build/lib/gunicorn copying gunicorn/__init__.py -> build/lib/gunicorn copying gunicorn/sock.py -> build/lib/gunicorn copying gunicorn/pidfile.py -> build/lib/gunicorn copying gunicorn/config.py -> build/lib/gunicorn copying gunicorn/debug.py -> build/lib/gunicorn copying gunicorn/reloader.py -> build/lib/gunicorn copying gunicorn/argparse_compat.py -> build/lib/gunicorn copying gunicorn/glogging.py -> build/lib/gunicorn creating build/lib/gunicorn/instrument copying gunicorn/instrument/statsd.py -> build/lib/gunicorn/instrument copying gunicorn/instrument/__init__.py -> build/lib/gunicorn/instrument creating build/lib/gunicorn/app copying gunicorn/app/__init__.py -> build/lib/gunicorn/app copying gunicorn/app/pasterapp.py -> build/lib/gunicorn/app copying gunicorn/app/base.py -> build/lib/gunicorn/app copying gunicorn/app/wsgiapp.py -> build/lib/gunicorn/app creating build/lib/gunicorn/workers copying gunicorn/workers/workertmp.py -> build/lib/gunicorn/workers copying gunicorn/workers/base.py -> build/lib/gunicorn/workers copying gunicorn/workers/_gaiohttp.py -> build/lib/gunicorn/workers copying gunicorn/workers/gtornado.py -> build/lib/gunicorn/workers copying gunicorn/workers/sync.py -> build/lib/gunicorn/workers copying gunicorn/workers/base_async.py -> build/lib/gunicorn/workers copying gunicorn/workers/gaiohttp.py -> build/lib/gunicorn/workers copying gunicorn/workers/__init__.py -> build/lib/gunicorn/workers copying gunicorn/workers/gthread.py -> build/lib/gunicorn/workers copying gunicorn/workers/geventlet.py -> build/lib/gunicorn/workers copying gunicorn/workers/ggevent.py -> build/lib/gunicorn/workers creating build/lib/gunicorn/http copying gunicorn/http/unreader.py -> build/lib/gunicorn/http copying gunicorn/http/wsgi.py -> build/lib/gunicorn/http copying gunicorn/http/__init__.py -> build/lib/gunicorn/http copying gunicorn/http/errors.py -> build/lib/gunicorn/http copying gunicorn/http/parser.py -> build/lib/gunicorn/http copying gunicorn/http/body.py -> build/lib/gunicorn/http copying gunicorn/http/message.py -> build/lib/gunicorn/http copying gunicorn/http/_sendfile.py -> build/lib/gunicorn/http running egg_info creating gunicorn.egg-info writing requirements to gunicorn.egg-info/requires.txt writing gunicorn.egg-info/PKG-INFO writing top-level names to gunicorn.egg-info/top_level.txt writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' writing manifest file 'gunicorn.egg-info/SOURCES.txt' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-gunicorn-19.9.0_1 depends on package: py27-setproctitle>0 - found ===> py27-gunicorn-19.9.0_1 depends on package: py27-setuptools>0 - found ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-gunicorn-19.9.0_1 ===> py27-gunicorn-19.9.0_1 depends on package: py27-setproctitle>0 - found ===> py27-gunicorn-19.9.0_1 depends on package: py27-setuptools>0 - found ===> py27-gunicorn-19.9.0_1 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing requirements to gunicorn.egg-info/requires.txt writing gunicorn.egg-info/PKG-INFO writing top-level names to gunicorn.egg-info/top_level.txt writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' writing manifest file 'gunicorn.egg-info/SOURCES.txt' running install_lib creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7 creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/arbiter.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/systemd.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/_compat.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/errors.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/six.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/selectors.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/util.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/__init__.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/sock.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/pidfile.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/config.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/debug.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/reloader.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/argparse_compat.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/glogging.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/statsd.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/__init__.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/instrument creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/__init__.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/pasterapp.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/base.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/wsgiapp.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/workertmp.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/_gaiohttp.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gtornado.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/sync.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base_async.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gaiohttp.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/__init__.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gthread.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/geventlet.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/ggevent.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers creating /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/unreader.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/wsgi.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/__init__.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/errors.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/parser.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/body.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/message.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/_sendfile.py -> /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/arbiter.py to arbiter.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/systemd.py to systemd.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/_compat.py to _compat.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/errors.py to errors.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/six.py to six.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/selectors.py to selectors.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/util.py to util.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/__init__.py to __init__.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/sock.py to sock.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/pidfile.py to pidfile.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/config.py to config.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/debug.py to debug.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/reloader.py to reloader.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/argparse_compat.py to argparse_compat.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/glogging.py to glogging.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/instrument/statsd.py to statsd.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/instrument/__init__.py to __init__.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app/__init__.py to __init__.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app/pasterapp.py to pasterapp.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app/base.py to base.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py to wsgiapp.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/workertmp.py to workertmp.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/base.py to base.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py to _gaiohttp.pyc File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py", line 84 yield from self.wsgi.close() ^ SyntaxError: invalid syntax byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/gtornado.py to gtornado.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/sync.py to sync.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/base_async.py to base_async.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/gaiohttp.py to gaiohttp.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/__init__.py to __init__.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/gthread.py to gthread.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/geventlet.py to geventlet.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py to ggevent.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/unreader.py to unreader.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/wsgi.py to wsgi.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/__init__.py to __init__.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/errors.py to errors.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/parser.py to parser.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/body.py to body.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/message.py to message.pyc byte-compiling /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn/http/_sendfile.py to _sendfile.pyc writing byte-compilation script '/tmp/tmpwwVJE9.py' /usr/local/bin/python2.7 -O /tmp/tmpwwVJE9.py File "/usr/local/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py", line 84 yield from self.wsgi.close() ^ SyntaxError: invalid syntax removing /tmp/tmpwwVJE9.py running install_egg_info Copying gunicorn.egg-info to /construction/www/py-gunicorn/stage/usr/local/lib/python2.7/site-packages/gunicorn-19.9.0-py2.7.egg-info running install_scripts Installing gunicorn script to /construction/www/py-gunicorn/stage/usr/local/bin Installing gunicorn_paster script to /construction/www/py-gunicorn/stage/usr/local/bin writing list of installed files to '/construction/www/py-gunicorn/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/gunicorn --> bin/gunicorn-2.7 Move: bin/gunicorn_paster --> bin/gunicorn_paster-2.7 ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py27-gunicorn-19.9.0_1 file sizes/checksums [127]: 0% file sizes/checksums [127]: 78% file sizes/checksums [127]: 100% packing files [127]: 0% packing files [127]: 78% packing files [127]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:13