------------------------------------------------------------------------------- -- 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-pip-19.1.1.tgz Message from py36-pip-19.1.1: ============================== !!!! WARNING !!!! ========================== pip MUST ONLY be used: * With the --user flag, OR * To install or manage Python packages in virtual environments Failure to follow this warning can and will result in an inconsistent system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and cause errors. Avoid using pip as root unless you know what you're doing. ============================== !!!! WARNING !!!! ========================== Installing /packages/All/py36-pbr-3.1.1_1.tgz Installing /packages/All/py36-six-1.12.0.tgz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- 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-mock-2.0.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-mock-2.0.0 for building => SHA256 Checksum OK for mock-2.0.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-mock-2.0.0 for building ===> Extracting for py36-mock-2.0.0 => SHA256 Checksum OK for mock-2.0.0.tar.gz. Extracted Memory Use: 0.42M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-mock-2.0.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-mock-2.0.0 /usr/local/lib/python3.6/site-packages/setuptools/dist.py:45: DistDeprecationWarning: Do not call this function warnings.warn("Do not call this function", DistDeprecationWarning) running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-mock-2.0.0 /usr/local/lib/python3.6/site-packages/setuptools/dist.py:45: DistDeprecationWarning: Do not call this function warnings.warn("Do not call this function", DistDeprecationWarning) running build running build_py creating build creating build/lib creating build/lib/mock creating build/lib/mock/tests copying mock/tests/__main__.py -> build/lib/mock/tests copying mock/tests/testmock.py -> build/lib/mock/tests copying mock/tests/testwith.py -> build/lib/mock/tests copying mock/tests/testpatch.py -> build/lib/mock/tests copying mock/tests/testcallable.py -> build/lib/mock/tests copying mock/tests/testsentinel.py -> build/lib/mock/tests copying mock/tests/support.py -> build/lib/mock/tests copying mock/tests/testhelpers.py -> build/lib/mock/tests copying mock/tests/__init__.py -> build/lib/mock/tests copying mock/tests/testmagicmethods.py -> build/lib/mock/tests copying mock/__init__.py -> build/lib/mock copying mock/mock.py -> build/lib/mock running egg_info writing mock.egg-info/PKG-INFO writing dependency_links to mock.egg-info/dependency_links.txt writing requirements to mock.egg-info/requires.txt writing top-level names to mock.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-mock-2.0.0 ===> Generating temporary packing list /usr/local/lib/python3.6/site-packages/setuptools/dist.py:45: DistDeprecationWarning: Do not call this function warnings.warn("Do not call this function", DistDeprecationWarning) running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (1.8s) running build running build_py running egg_info writing mock.egg-info/PKG-INFO writing dependency_links to mock.egg-info/dependency_links.txt writing requirements to mock.egg-info/requires.txt writing top-level names to mock.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running install_lib creating /construction/devel/py-mock/stage/usr/local/lib/python3.6 creating /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages creating /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock creating /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testhelpers.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/__main__.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testmock.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testpatch.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testmagicmethods.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/support.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/__init__.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testwith.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testsentinel.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/tests/testcallable.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests copying build/lib/mock/mock.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock copying build/lib/mock/__init__.py -> /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testhelpers.py to testhelpers.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/__main__.py to __main__.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testmock.py to testmock.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testpatch.py to testpatch.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testmagicmethods.py to testmagicmethods.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/support.py to support.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testwith.py to testwith.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testsentinel.py to testsentinel.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/tests/testcallable.py to testcallable.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/mock.py to mock.cpython-36.pyc byte-compiling /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmp3ukipw3i.py' /usr/local/bin/python3.6 /tmp/tmp3ukipw3i.py removing /tmp/tmp3ukipw3i.py running install_egg_info Copying mock.egg-info to /construction/devel/py-mock/stage/usr/local/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info running install_scripts /usr/local/lib/python3.6/site-packages/pbr/packaging.py:382: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) writing list of installed files to '/construction/devel/py-mock/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> 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:13 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-mock-2.0.0 file sizes/checksums [43]: 0% file sizes/checksums [43]: 100% packing files [43]: 0% packing files [43]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:32