------------------------------------------------------------------------------- -- 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/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz Installing /packages/All/py36-pyjsparser-2.5.2.tgz Installing /packages/All/py36-six-1.12.0.tgz Installing /packages/All/py36-pytz-2019.1,1.tgz Installing /packages/All/py36-tzlocal-1.5.1.tgz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- 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 py36-Js2Py-0.66 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-Js2Py-0.66 for building => SHA256 Checksum OK for Js2Py-0.66.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-Js2Py-0.66 for building ===> Extracting for py36-Js2Py-0.66 => SHA256 Checksum OK for Js2Py-0.66.tar.gz. Extracted Memory Use: 7.95M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-Js2Py-0.66 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 py36-Js2Py-0.66 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-Js2Py-0.66 running build running build_py creating build creating build/lib creating build/lib/js2py copying js2py/node_import.py -> build/lib/js2py copying js2py/__init__.py -> build/lib/js2py copying js2py/evaljs.py -> build/lib/js2py copying js2py/test_internals.py -> build/lib/js2py copying js2py/base.py -> build/lib/js2py copying js2py/pyjs.py -> build/lib/js2py creating build/lib/js2py/utils copying js2py/utils/__init__.py -> build/lib/js2py/utils copying js2py/utils/injector.py -> build/lib/js2py/utils creating build/lib/js2py/prototypes copying js2py/prototypes/jsarraybuffer.py -> build/lib/js2py/prototypes copying js2py/prototypes/jstypedarray.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsarray.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsobject.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsboolean.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsnumber.py -> build/lib/js2py/prototypes copying js2py/prototypes/__init__.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsregexp.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsfunction.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsstring.py -> build/lib/js2py/prototypes copying js2py/prototypes/jserror.py -> build/lib/js2py/prototypes copying js2py/prototypes/jsjson.py -> build/lib/js2py/prototypes creating build/lib/js2py/translators copying js2py/translators/translating_nodes.py -> build/lib/js2py/translators copying js2py/translators/__init__.py -> build/lib/js2py/translators copying js2py/translators/jsregexps.py -> build/lib/js2py/translators copying js2py/translators/friendly_nodes.py -> build/lib/js2py/translators copying js2py/translators/translator.py -> build/lib/js2py/translators creating build/lib/js2py/constructors copying js2py/constructors/jsarraybuffer.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint16array.py -> build/lib/js2py/constructors copying js2py/constructors/jsfloat64array.py -> build/lib/js2py/constructors copying js2py/constructors/jsarray.py -> build/lib/js2py/constructors copying js2py/constructors/jsobject.py -> build/lib/js2py/constructors copying js2py/constructors/jsboolean.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint8array.py -> build/lib/js2py/constructors copying js2py/constructors/jsfloat32array.py -> build/lib/js2py/constructors copying js2py/constructors/jsnumber.py -> build/lib/js2py/constructors copying js2py/constructors/__init__.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint32array.py -> build/lib/js2py/constructors copying js2py/constructors/time_helpers.py -> build/lib/js2py/constructors copying js2py/constructors/jsregexp.py -> build/lib/js2py/constructors copying js2py/constructors/jsfunction.py -> build/lib/js2py/constructors copying js2py/constructors/jsint16array.py -> build/lib/js2py/constructors copying js2py/constructors/jsint32array.py -> build/lib/js2py/constructors copying js2py/constructors/jsstring.py -> build/lib/js2py/constructors copying js2py/constructors/jsmath.py -> build/lib/js2py/constructors copying js2py/constructors/jsint8array.py -> build/lib/js2py/constructors copying js2py/constructors/jsuint8clampedarray.py -> build/lib/js2py/constructors copying js2py/constructors/jsdate.py -> build/lib/js2py/constructors creating build/lib/js2py/host copying js2py/host/console.py -> build/lib/js2py/host copying js2py/host/__init__.py -> build/lib/js2py/host copying js2py/host/jsfunctions.py -> build/lib/js2py/host copying js2py/host/jseval.py -> build/lib/js2py/host creating build/lib/js2py/es6 copying js2py/es6/__init__.py -> build/lib/js2py/es6 copying js2py/es6/babel.py -> build/lib/js2py/es6 creating build/lib/js2py/internals copying js2py/internals/func_utils.py -> build/lib/js2py/internals copying js2py/internals/opcodes.py -> build/lib/js2py/internals copying js2py/internals/gen.py -> build/lib/js2py/internals copying js2py/internals/speed.py -> build/lib/js2py/internals copying js2py/internals/conversions.py -> build/lib/js2py/internals copying js2py/internals/fill_space.py -> build/lib/js2py/internals copying js2py/internals/seval.py -> build/lib/js2py/internals copying js2py/internals/code.py -> build/lib/js2py/internals copying js2py/internals/__init__.py -> build/lib/js2py/internals copying js2py/internals/operations.py -> build/lib/js2py/internals copying js2py/internals/desc.py -> build/lib/js2py/internals copying js2py/internals/simplex.py -> build/lib/js2py/internals copying js2py/internals/trans_utils.py -> build/lib/js2py/internals copying js2py/internals/space.py -> build/lib/js2py/internals copying js2py/internals/base.py -> build/lib/js2py/internals copying js2py/internals/byte_trans.py -> build/lib/js2py/internals creating build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsarray.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsobject.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsboolean.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsnumber.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/__init__.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsutils.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsregexp.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsfunction.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsstring.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jserror.py -> build/lib/js2py/internals/prototypes copying js2py/internals/prototypes/jsjson.py -> build/lib/js2py/internals/prototypes creating build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsconsole.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsarray.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsobject.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsboolean.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsnumber.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/__init__.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/time_helpers.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsregexp.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsfunction.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsstring.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsmath.py -> build/lib/js2py/internals/constructors copying js2py/internals/constructors/jsdate.py -> build/lib/js2py/internals/constructors creating build/lib/js2py/py_node_modules copying js2py/py_node_modules/esprima.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/crypto_js.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/chalk.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/__init__.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/escodegen.py -> build/lib/js2py/py_node_modules copying js2py/py_node_modules/numjs.py -> build/lib/js2py/py_node_modules SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-Js2Py-0.66 ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6 creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsstring.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jserror.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsjson.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsfunction.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsregexp.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsnumber.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsboolean.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsobject.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsarray.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jstypedarray.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/prototypes/jsarraybuffer.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes copying build/lib/js2py/test_internals.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py copying build/lib/js2py/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py copying build/lib/js2py/evaljs.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py copying build/lib/js2py/node_import.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators copying build/lib/js2py/translators/translating_nodes.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators copying build/lib/js2py/translators/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators copying build/lib/js2py/translators/jsregexps.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators copying build/lib/js2py/translators/friendly_nodes.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators copying build/lib/js2py/translators/translator.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsarraybuffer.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsuint16array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsfloat64array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsarray.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsobject.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsboolean.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsuint8array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsfloat32array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsnumber.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsuint32array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/time_helpers.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsregexp.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsfunction.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsint16array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsint32array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsstring.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsmath.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsint8array.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsuint8clampedarray.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors copying build/lib/js2py/constructors/jsdate.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host copying build/lib/js2py/host/console.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host copying build/lib/js2py/host/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host copying build/lib/js2py/host/jsfunctions.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host copying build/lib/js2py/host/jseval.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/es6 copying build/lib/js2py/es6/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/es6 copying build/lib/js2py/es6/babel.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/es6 creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/func_utils.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/opcodes.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/gen.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/speed.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/conversions.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/fill_space.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/seval.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/code.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/operations.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/desc.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/simplex.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/trans_utils.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/space.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/base.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals copying build/lib/js2py/internals/byte_trans.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsarray.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsobject.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsboolean.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsnumber.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsutils.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsregexp.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsfunction.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsstring.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jserror.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes copying build/lib/js2py/internals/prototypes/jsjson.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsconsole.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsarray.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsobject.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsboolean.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsnumber.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/time_helpers.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsregexp.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsfunction.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsstring.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsmath.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors copying build/lib/js2py/internals/constructors/jsdate.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/py_node_modules/esprima.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/py_node_modules/crypto_js.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/py_node_modules/chalk.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/py_node_modules/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/py_node_modules/escodegen.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/py_node_modules/numjs.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules copying build/lib/js2py/base.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py creating /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/utils copying build/lib/js2py/utils/injector.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/utils copying build/lib/js2py/utils/__init__.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/utils copying build/lib/js2py/pyjs.py -> /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsstring.py to jsstring.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jserror.py to jserror.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsjson.py to jsjson.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsfunction.py to jsfunction.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsregexp.py to jsregexp.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsnumber.py to jsnumber.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsboolean.py to jsboolean.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsobject.py to jsobject.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsarray.py to jsarray.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jstypedarray.py to jstypedarray.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/prototypes/jsarraybuffer.py to jsarraybuffer.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/test_internals.py to test_internals.cpython-36.pyc File "/usr/local/lib/python3.6/site-packages/js2py/test_internals.py", line 9 print seval.eval_js_vm(x) ^ SyntaxError: invalid syntax byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/evaljs.py to evaljs.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/node_import.py to node_import.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators/translating_nodes.py to translating_nodes.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators/jsregexps.py to jsregexps.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators/friendly_nodes.py to friendly_nodes.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/translators/translator.py to translator.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsarraybuffer.py to jsarraybuffer.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsuint16array.py to jsuint16array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsfloat64array.py to jsfloat64array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsarray.py to jsarray.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsobject.py to jsobject.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsboolean.py to jsboolean.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsuint8array.py to jsuint8array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsfloat32array.py to jsfloat32array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsnumber.py to jsnumber.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsuint32array.py to jsuint32array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/time_helpers.py to time_helpers.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsregexp.py to jsregexp.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsfunction.py to jsfunction.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsint16array.py to jsint16array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsint32array.py to jsint32array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsstring.py to jsstring.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsmath.py to jsmath.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsint8array.py to jsint8array.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsuint8clampedarray.py to jsuint8clampedarray.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/constructors/jsdate.py to jsdate.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host/console.py to console.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host/jsfunctions.py to jsfunctions.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/host/jseval.py to jseval.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/es6/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/es6/babel.py to babel.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/func_utils.py to func_utils.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/opcodes.py to opcodes.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/gen.py to gen.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/speed.py to speed.cpython-36.pyc File "/usr/local/lib/python3.6/site-packages/js2py/internals/speed.py", line 50 print timeit( ^ SyntaxError: invalid syntax byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/conversions.py to conversions.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/fill_space.py to fill_space.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/seval.py to seval.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/code.py to code.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/operations.py to operations.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/desc.py to desc.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/simplex.py to simplex.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/trans_utils.py to trans_utils.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/space.py to space.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/base.py to base.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/byte_trans.py to byte_trans.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsarray.py to jsarray.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsobject.py to jsobject.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsboolean.py to jsboolean.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsnumber.py to jsnumber.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsutils.py to jsutils.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsregexp.py to jsregexp.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsfunction.py to jsfunction.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsstring.py to jsstring.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jserror.py to jserror.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/prototypes/jsjson.py to jsjson.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsconsole.py to jsconsole.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsarray.py to jsarray.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsobject.py to jsobject.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsboolean.py to jsboolean.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsnumber.py to jsnumber.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/time_helpers.py to time_helpers.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsregexp.py to jsregexp.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsfunction.py to jsfunction.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsstring.py to jsstring.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsmath.py to jsmath.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/internals/constructors/jsdate.py to jsdate.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules/esprima.py to esprima.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules/crypto_js.py to crypto_js.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules/chalk.py to chalk.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules/escodegen.py to escodegen.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/py_node_modules/numjs.py to numjs.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/base.py to base.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/utils/injector.py to injector.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/js2py/pyjs.py to pyjs.cpython-36.pyc writing byte-compilation script '/tmp/tmp4yx0_88o.py' /usr/local/bin/python3.6 /tmp/tmp4yx0_88o.py File "/usr/local/lib/python3.6/site-packages/js2py/test_internals.py", line 9 print seval.eval_js_vm(x) ^ SyntaxError: invalid syntax File "/usr/local/lib/python3.6/site-packages/js2py/internals/speed.py", line 50 print timeit( ^ SyntaxError: invalid syntax removing /tmp/tmp4yx0_88o.py running install_egg_info running egg_info writing Js2Py.egg-info/PKG-INFO writing dependency_links to Js2Py.egg-info/dependency_links.txt writing requirements to Js2Py.egg-info/requires.txt writing top-level names to Js2Py.egg-info/top_level.txt reading manifest file 'Js2Py.egg-info/SOURCES.txt' writing manifest file 'Js2Py.egg-info/SOURCES.txt' Copying Js2Py.egg-info to /construction/devel/py-Js2Py/stage/usr/local/lib/python3.6/site-packages/Js2Py-0.66-py3.6.egg-info running install_scripts writing list of installed files to '/construction/devel/py-Js2Py/.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:09 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-Js2Py-0.66 file sizes/checksums [292]: 0% file sizes/checksums [292]: 34% file sizes/checksums [292]: 68% file sizes/checksums [292]: 100% packing files [292]: 0% packing files [292]: 34% packing files [292]: 68% packing files [292]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:19