------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.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/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on file: /usr/local/sbin/pkg - found => django-otp-0.9.0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/d/django-otp/django-otp-0.9.0.tar.gz django-otp-0.9.0.tar.gz 0% of 49 kB 0 Bps django-otp-0.9.0.tar.gz 49 kB 16 MBps 00s ===> Fetching all distfiles required by py37-django-otp-0.9.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-django-otp-0.9.0 for building => SHA256 Checksum OK for django-otp-0.9.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-django-otp-0.9.0 for building ===> Extracting for py37-django-otp-0.9.0 => SHA256 Checksum OK for django-otp-0.9.0.tar.gz. Extracted Memory Use: 0.33M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-django-otp-0.9.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on package: py37-setuptools>0 - found ===> py37-django-otp-0.9.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on package: py37-setuptools>0 - found ===> py37-django-otp-0.9.0 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-django-otp-0.9.0 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-django-otp-0.9.0 running build running build_py creating build creating build/lib creating build/lib/django_otp copying src/django_otp/admin.py -> build/lib/django_otp copying src/django_otp/__init__.py -> build/lib/django_otp copying src/django_otp/util.py -> build/lib/django_otp copying src/django_otp/views.py -> build/lib/django_otp copying src/django_otp/tests.py -> build/lib/django_otp copying src/django_otp/oath.py -> build/lib/django_otp copying src/django_otp/models.py -> build/lib/django_otp copying src/django_otp/middleware.py -> build/lib/django_otp copying src/django_otp/forms.py -> build/lib/django_otp copying src/django_otp/decorators.py -> build/lib/django_otp copying src/django_otp/conf.py -> build/lib/django_otp creating build/lib/django_otp/plugins copying src/django_otp/plugins/__init__.py -> build/lib/django_otp/plugins creating build/lib/django_otp/plugins/otp_totp copying src/django_otp/plugins/otp_totp/tests.py -> build/lib/django_otp/plugins/otp_totp copying src/django_otp/plugins/otp_totp/models.py -> build/lib/django_otp/plugins/otp_totp copying src/django_otp/plugins/otp_totp/__init__.py -> build/lib/django_otp/plugins/otp_totp copying src/django_otp/plugins/otp_totp/admin.py -> build/lib/django_otp/plugins/otp_totp creating build/lib/django_otp/plugins/otp_static copying src/django_otp/plugins/otp_static/models.py -> build/lib/django_otp/plugins/otp_static copying src/django_otp/plugins/otp_static/tests.py -> build/lib/django_otp/plugins/otp_static copying src/django_otp/plugins/otp_static/lib.py -> build/lib/django_otp/plugins/otp_static copying src/django_otp/plugins/otp_static/admin.py -> build/lib/django_otp/plugins/otp_static copying src/django_otp/plugins/otp_static/__init__.py -> build/lib/django_otp/plugins/otp_static creating build/lib/django_otp/plugins/otp_email copying src/django_otp/plugins/otp_email/tests.py -> build/lib/django_otp/plugins/otp_email copying src/django_otp/plugins/otp_email/models.py -> build/lib/django_otp/plugins/otp_email copying src/django_otp/plugins/otp_email/conf.py -> build/lib/django_otp/plugins/otp_email copying src/django_otp/plugins/otp_email/admin.py -> build/lib/django_otp/plugins/otp_email copying src/django_otp/plugins/otp_email/__init__.py -> build/lib/django_otp/plugins/otp_email creating build/lib/django_otp/plugins/otp_hotp copying src/django_otp/plugins/otp_hotp/tests.py -> build/lib/django_otp/plugins/otp_hotp copying src/django_otp/plugins/otp_hotp/models.py -> build/lib/django_otp/plugins/otp_hotp copying src/django_otp/plugins/otp_hotp/admin.py -> build/lib/django_otp/plugins/otp_hotp copying src/django_otp/plugins/otp_hotp/__init__.py -> build/lib/django_otp/plugins/otp_hotp creating build/lib/django_otp/plugins/otp_totp/migrations copying src/django_otp/plugins/otp_totp/migrations/0001_initial.py -> build/lib/django_otp/plugins/otp_totp/migrations copying src/django_otp/plugins/otp_totp/migrations/0002_auto_20190420_0723.py -> build/lib/django_otp/plugins/otp_totp/migrations copying src/django_otp/plugins/otp_totp/migrations/__init__.py -> build/lib/django_otp/plugins/otp_totp/migrations creating build/lib/django_otp/plugins/otp_static/migrations copying src/django_otp/plugins/otp_static/migrations/0002_throttling.py -> build/lib/django_otp/plugins/otp_static/migrations copying src/django_otp/plugins/otp_static/migrations/0001_initial.py -> build/lib/django_otp/plugins/otp_static/migrations copying src/django_otp/plugins/otp_static/migrations/__init__.py -> build/lib/django_otp/plugins/otp_static/migrations creating build/lib/django_otp/plugins/otp_static/management copying src/django_otp/plugins/otp_static/management/__init__.py -> build/lib/django_otp/plugins/otp_static/management creating build/lib/django_otp/plugins/otp_static/management/commands copying src/django_otp/plugins/otp_static/management/commands/addstatictoken.py -> build/lib/django_otp/plugins/otp_static/management/commands copying src/django_otp/plugins/otp_static/management/commands/__init__.py -> build/lib/django_otp/plugins/otp_static/management/commands creating build/lib/django_otp/plugins/otp_email/migrations copying src/django_otp/plugins/otp_email/migrations/__init__.py -> build/lib/django_otp/plugins/otp_email/migrations copying src/django_otp/plugins/otp_email/migrations/0004_throttling.py -> build/lib/django_otp/plugins/otp_email/migrations copying src/django_otp/plugins/otp_email/migrations/0003_emaildevice_email.py -> build/lib/django_otp/plugins/otp_email/migrations copying src/django_otp/plugins/otp_email/migrations/0002_sidechanneldevice_email.py -> build/lib/django_otp/plugins/otp_email/migrations copying src/django_otp/plugins/otp_email/migrations/0001_initial.py -> build/lib/django_otp/plugins/otp_email/migrations creating build/lib/django_otp/plugins/otp_hotp/migrations copying src/django_otp/plugins/otp_hotp/migrations/__init__.py -> build/lib/django_otp/plugins/otp_hotp/migrations copying src/django_otp/plugins/otp_hotp/migrations/0002_auto_20190420_0723.py -> build/lib/django_otp/plugins/otp_hotp/migrations copying src/django_otp/plugins/otp_hotp/migrations/0001_initial.py -> build/lib/django_otp/plugins/otp_hotp/migrations creating build/lib/django_otp/templates creating build/lib/django_otp/templates/otp creating build/lib/django_otp/templates/otp/admin111 copying src/django_otp/templates/otp/admin111/login.html -> build/lib/django_otp/templates/otp/admin111 creating build/lib/django_otp/plugins/otp_totp/templates creating build/lib/django_otp/plugins/otp_totp/templates/otp_totp creating build/lib/django_otp/plugins/otp_totp/templates/otp_totp/admin copying src/django_otp/plugins/otp_totp/templates/otp_totp/admin/config.html -> build/lib/django_otp/plugins/otp_totp/templates/otp_totp/admin creating build/lib/django_otp/plugins/otp_email/templates creating build/lib/django_otp/plugins/otp_email/templates/otp creating build/lib/django_otp/plugins/otp_email/templates/otp/email copying src/django_otp/plugins/otp_email/templates/otp/email/token.txt -> build/lib/django_otp/plugins/otp_email/templates/otp/email creating build/lib/django_otp/plugins/otp_hotp/templates creating build/lib/django_otp/plugins/otp_hotp/templates/otp_hotp creating build/lib/django_otp/plugins/otp_hotp/templates/otp_hotp/admin copying src/django_otp/plugins/otp_hotp/templates/otp_hotp/admin/config.html -> build/lib/django_otp/plugins/otp_hotp/templates/otp_hotp/admin SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-django-otp-0.9.0 depends on package: py37-setuptools>0 - found ===> py37-django-otp-0.9.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-django-otp-0.9.0 ===> py37-django-otp-0.9.0 depends on package: py37-setuptools>0 - found ===> py37-django-otp-0.9.0 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7 creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/admin.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/util.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/views.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/tests.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/oath.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/models.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/middleware.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/forms.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/decorators.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp copying build/lib/django_otp/conf.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/templates creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/templates/otp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/templates/otp/admin111 copying build/lib/django_otp/templates/otp/admin111/login.html -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/templates/otp/admin111 creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations copying build/lib/django_otp/plugins/otp_static/migrations/0002_throttling.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations copying build/lib/django_otp/plugins/otp_static/migrations/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations copying build/lib/django_otp/plugins/otp_static/migrations/0001_initial.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations copying build/lib/django_otp/plugins/otp_static/models.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management copying build/lib/django_otp/plugins/otp_static/management/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management/commands copying build/lib/django_otp/plugins/otp_static/management/commands/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management/commands copying build/lib/django_otp/plugins/otp_static/management/commands/addstatictoken.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management/commands copying build/lib/django_otp/plugins/otp_static/lib.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static copying build/lib/django_otp/plugins/otp_static/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static copying build/lib/django_otp/plugins/otp_static/admin.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static copying build/lib/django_otp/plugins/otp_static/tests.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email copying build/lib/django_otp/plugins/otp_email/admin.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email copying build/lib/django_otp/plugins/otp_email/tests.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email copying build/lib/django_otp/plugins/otp_email/models.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email copying build/lib/django_otp/plugins/otp_email/conf.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/templates creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/templates/otp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/templates/otp/email copying build/lib/django_otp/plugins/otp_email/templates/otp/email/token.txt -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/templates/otp/email creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations copying build/lib/django_otp/plugins/otp_email/migrations/0002_sidechanneldevice_email.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations copying build/lib/django_otp/plugins/otp_email/migrations/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations copying build/lib/django_otp/plugins/otp_email/migrations/0004_throttling.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations copying build/lib/django_otp/plugins/otp_email/migrations/0001_initial.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations copying build/lib/django_otp/plugins/otp_email/migrations/0003_emaildevice_email.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations copying build/lib/django_otp/plugins/otp_email/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email copying build/lib/django_otp/plugins/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp copying build/lib/django_otp/plugins/otp_hotp/tests.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp copying build/lib/django_otp/plugins/otp_hotp/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp copying build/lib/django_otp/plugins/otp_hotp/admin.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp copying build/lib/django_otp/plugins/otp_hotp/models.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/templates creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/templates/otp_hotp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/templates/otp_hotp/admin copying build/lib/django_otp/plugins/otp_hotp/templates/otp_hotp/admin/config.html -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/templates/otp_hotp/admin creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations copying build/lib/django_otp/plugins/otp_hotp/migrations/0002_auto_20190420_0723.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations copying build/lib/django_otp/plugins/otp_hotp/migrations/0001_initial.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations copying build/lib/django_otp/plugins/otp_hotp/migrations/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp copying build/lib/django_otp/plugins/otp_totp/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/templates creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/templates/otp_totp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/templates/otp_totp/admin copying build/lib/django_otp/plugins/otp_totp/templates/otp_totp/admin/config.html -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/templates/otp_totp/admin copying build/lib/django_otp/plugins/otp_totp/admin.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp creating /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations copying build/lib/django_otp/plugins/otp_totp/migrations/__init__.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations copying build/lib/django_otp/plugins/otp_totp/migrations/0001_initial.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations copying build/lib/django_otp/plugins/otp_totp/migrations/0002_auto_20190420_0723.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations copying build/lib/django_otp/plugins/otp_totp/tests.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp copying build/lib/django_otp/plugins/otp_totp/models.py -> /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/admin.py to admin.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/util.py to util.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/views.py to views.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/tests.py to tests.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/oath.py to oath.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/models.py to models.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/middleware.py to middleware.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/forms.py to forms.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/decorators.py to decorators.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/conf.py to conf.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations/0002_throttling.py to 0002_throttling.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/migrations/0001_initial.py to 0001_initial.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/models.py to models.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management/commands/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/management/commands/addstatictoken.py to addstatictoken.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/lib.py to lib.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/admin.py to admin.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_static/tests.py to tests.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/admin.py to admin.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/tests.py to tests.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/models.py to models.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/conf.py to conf.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations/0002_sidechanneldevice_email.py to 0002_sidechanneldevice_email.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations/0004_throttling.py to 0004_throttling.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations/0001_initial.py to 0001_initial.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/migrations/0003_emaildevice_email.py to 0003_emaildevice_email.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_email/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/tests.py to tests.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/admin.py to admin.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/models.py to models.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations/0002_auto_20190420_0723.py to 0002_auto_20190420_0723.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations/0001_initial.py to 0001_initial.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_hotp/migrations/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/admin.py to admin.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations/0001_initial.py to 0001_initial.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/migrations/0002_auto_20190420_0723.py to 0002_auto_20190420_0723.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/tests.py to tests.cpython-37.pyc byte-compiling /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp/plugins/otp_totp/models.py to models.cpython-37.pyc writing byte-compilation script '/tmp/tmp3ttdbbok.py' /usr/local/bin/python3.7 /tmp/tmp3ttdbbok.py removing /tmp/tmp3ttdbbok.py running install_egg_info running egg_info writing src/django_otp.egg-info/PKG-INFO writing dependency_links to src/django_otp.egg-info/dependency_links.txt writing requirements to src/django_otp.egg-info/requires.txt writing top-level names to src/django_otp.egg-info/top_level.txt reading manifest file 'src/django_otp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' warning: no files found matching '*' under directory 'django_otp/plugins/otp_email/templates' warning: no files found matching '*' under directory 'django_otp/plugins/otp_hotp/templates' warning: no files found matching '*' under directory 'django_otp/plugins/otp_totp/templates' warning: no files found matching '*' under directory 'django_otp/templates' writing manifest file 'src/django_otp.egg-info/SOURCES.txt' Copying src/django_otp.egg-info to /construction/www/py-django-otp/stage/usr/local/lib/python3.7/site-packages/django_otp-0.9.0-py3.7.egg-info running install_scripts writing list of installed files to '/construction/www/py-django-otp/.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:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-django-otp-0.9.0 file sizes/checksums [151]: 0% file sizes/checksums [151]: 66% file sizes/checksums [151]: 100% packing files [151]: 0% packing files [151]: 66% packing files [151]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:20