------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python37-3.7.6: -- 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 pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-pyjwt-1.7.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-pyjwt-1.7.1 for building => SHA256 Checksum OK for PyJWT-1.7.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-pyjwt-1.7.1 for building ===> Extracting for py37-pyjwt-1.7.1 => SHA256 Checksum OK for PyJWT-1.7.1.tar.gz. Extracted Memory Use: 0.31M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-pyjwt-1.7.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on package: py37-setuptools>0 - found ===> py37-pyjwt-1.7.1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on package: py37-setuptools>0 - found ===> py37-pyjwt-1.7.1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-pyjwt-1.7.1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-pyjwt-1.7.1 running build running build_py creating build creating build/lib creating build/lib/jwt copying jwt/utils.py -> build/lib/jwt copying jwt/exceptions.py -> build/lib/jwt copying jwt/api_jwt.py -> build/lib/jwt copying jwt/api_jws.py -> build/lib/jwt copying jwt/help.py -> build/lib/jwt copying jwt/__main__.py -> build/lib/jwt copying jwt/compat.py -> build/lib/jwt copying jwt/algorithms.py -> build/lib/jwt copying jwt/__init__.py -> build/lib/jwt creating build/lib/jwt/contrib copying jwt/contrib/__init__.py -> build/lib/jwt/contrib creating build/lib/jwt/contrib/algorithms copying jwt/contrib/algorithms/pycrypto.py -> build/lib/jwt/contrib/algorithms copying jwt/contrib/algorithms/__init__.py -> build/lib/jwt/contrib/algorithms copying jwt/contrib/algorithms/py_ecdsa.py -> build/lib/jwt/contrib/algorithms SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-pyjwt-1.7.1 depends on package: py37-setuptools>0 - found ===> py37-pyjwt-1.7.1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-pyjwt-1.7.1 ===> py37-pyjwt-1.7.1 depends on package: py37-setuptools>0 - found ===> py37-pyjwt-1.7.1 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-pyjwt/stage/usr/local/lib/python3.7 creating /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages creating /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/__main__.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/api_jwt.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/help.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/algorithms.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt creating /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib creating /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/algorithms/pycrypto.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/algorithms/py_ecdsa.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/algorithms/__init__.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/__init__.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib copying build/lib/jwt/__init__.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/api_jws.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/exceptions.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/utils.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt copying build/lib/jwt/compat.py -> /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/__main__.py to __main__.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/api_jwt.py to api_jwt.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/help.py to help.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/algorithms.py to algorithms.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms/pycrypto.py to pycrypto.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms/py_ecdsa.py to py_ecdsa.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/contrib/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/api_jws.py to api_jws.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/exceptions.py to exceptions.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/utils.py to utils.cpython-37.pyc byte-compiling /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/jwt/compat.py to compat.cpython-37.pyc writing byte-compilation script '/tmp/tmp_deimdnb.py' /usr/local/bin/python3.7 /tmp/tmp_deimdnb.py removing /tmp/tmp_deimdnb.py running install_egg_info running egg_info writing PyJWT.egg-info/PKG-INFO writing dependency_links to PyJWT.egg-info/dependency_links.txt writing entry points to PyJWT.egg-info/entry_points.txt writing requirements to PyJWT.egg-info/requires.txt writing top-level names to PyJWT.egg-info/top_level.txt reading manifest file 'PyJWT.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 'PyJWT.egg-info/SOURCES.txt' Copying PyJWT.egg-info to /construction/www/py-pyjwt/stage/usr/local/lib/python3.7/site-packages/PyJWT-1.7.1-py3.7.egg-info running install_scripts Installing pyjwt script to /construction/www/py-pyjwt/stage/usr/local/bin writing list of installed files to '/construction/www/py-pyjwt/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/pyjwt --> bin/pyjwt-3.7 Link: @bin/pyjwt --> bin/pyjwt-3.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:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> 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 ------------------------------------------------------------------------------- ===> Building package for py37-pyjwt-1.7.1 file sizes/checksums [47]: 0% file sizes/checksums [47]: 100% packing files [47]: 0% packing files [47]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10