------------------------------------------------------------------------------- -- 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 Installing /packages/All/metis-5.1.0_8.txz Installing /packages/All/tbb-2020.2.txz Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/mpfr-4.0.2.txz Installing /packages/All/mpc-1.1.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/binutils-2.33.1_2,1.txz Installing /packages/All/gcc8-8.4.0.txz ===== Message from gcc8-8.4.0: -- To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc8 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Installing /packages/All/openblas-0.3.9_2,1.txz Installing /packages/All/suitesparse-5.7.2_1.txz Installing /packages/All/py37-numpy-1.16.5_5,1.txz Installing /packages/All/py37-future-0.18.2.txz UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:00:53 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-autograd-1.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-autograd-1.3 for building => SHA256 Checksum OK for autograd-1.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-autograd-1.3 for building ===> Extracting for py37-autograd-1.3 => SHA256 Checksum OK for autograd-1.3.tar.gz. Extracted Memory Use: 0.26M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-autograd-1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on package: py37-setuptools>0 - found ===> py37-autograd-1.3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on package: py37-setuptools>0 - found ===> py37-autograd-1.3 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-autograd-1.3 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-autograd-1.3 running build running build_py creating build creating build/lib creating build/lib/autograd copying autograd/differential_operators.py -> build/lib/autograd copying autograd/core.py -> build/lib/autograd copying autograd/builtins.py -> build/lib/autograd copying autograd/util.py -> build/lib/autograd copying autograd/tracer.py -> build/lib/autograd copying autograd/wrap_util.py -> build/lib/autograd copying autograd/__init__.py -> build/lib/autograd copying autograd/test_util.py -> build/lib/autograd copying autograd/extend.py -> build/lib/autograd creating build/lib/autograd/numpy copying autograd/numpy/linalg.py -> build/lib/autograd/numpy copying autograd/numpy/numpy_vjps.py -> build/lib/autograd/numpy copying autograd/numpy/random.py -> build/lib/autograd/numpy copying autograd/numpy/numpy_vspaces.py -> build/lib/autograd/numpy copying autograd/numpy/fft.py -> build/lib/autograd/numpy copying autograd/numpy/numpy_wrapper.py -> build/lib/autograd/numpy copying autograd/numpy/__init__.py -> build/lib/autograd/numpy copying autograd/numpy/numpy_boxes.py -> build/lib/autograd/numpy copying autograd/numpy/numpy_jvps.py -> build/lib/autograd/numpy creating build/lib/autograd/scipy copying autograd/scipy/misc.py -> build/lib/autograd/scipy copying autograd/scipy/linalg.py -> build/lib/autograd/scipy copying autograd/scipy/special.py -> build/lib/autograd/scipy copying autograd/scipy/integrate.py -> build/lib/autograd/scipy copying autograd/scipy/signal.py -> build/lib/autograd/scipy copying autograd/scipy/__init__.py -> build/lib/autograd/scipy creating build/lib/autograd/scipy/stats copying autograd/scipy/stats/chi2.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/norm.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/poisson.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/t.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/beta.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/dirichlet.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/__init__.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/gamma.py -> build/lib/autograd/scipy/stats copying autograd/scipy/stats/multivariate_normal.py -> build/lib/autograd/scipy/stats creating build/lib/autograd/misc copying autograd/misc/fixed_points.py -> build/lib/autograd/misc copying autograd/misc/flatten.py -> build/lib/autograd/misc copying autograd/misc/tracers.py -> build/lib/autograd/misc copying autograd/misc/optimizers.py -> build/lib/autograd/misc copying autograd/misc/__init__.py -> build/lib/autograd/misc SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-autograd-1.3 depends on package: py37-numpy>=1.16,1<1.19,1 - found ===> py37-autograd-1.3 depends on package: py37-future>=0.15.2 - found ===> py37-autograd-1.3 depends on package: py37-setuptools>0 - found ===> py37-autograd-1.3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-autograd-1.3 ===> py37-autograd-1.3 depends on package: py37-numpy>=1.16,1<1.19,1 - found ===> py37-autograd-1.3 depends on package: py37-future>=0.15.2 - found ===> py37-autograd-1.3 depends on package: py37-setuptools>0 - found ===> py37-autograd-1.3 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/math/py-autograd/stage/usr/local/lib/python3.7 creating /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages creating /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/differential_operators.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/core.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/builtins.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/util.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/tracer.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/wrap_util.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/__init__.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/test_util.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd copying build/lib/autograd/extend.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd creating /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/linalg.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/numpy_vjps.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/random.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/numpy_vspaces.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/fft.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/numpy_wrapper.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/__init__.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/numpy_boxes.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy copying build/lib/autograd/numpy/numpy_jvps.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy creating /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy copying build/lib/autograd/scipy/misc.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy copying build/lib/autograd/scipy/linalg.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy copying build/lib/autograd/scipy/special.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy copying build/lib/autograd/scipy/integrate.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy copying build/lib/autograd/scipy/signal.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy copying build/lib/autograd/scipy/__init__.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy creating /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/chi2.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/norm.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/poisson.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/t.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/beta.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/dirichlet.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/__init__.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/gamma.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats copying build/lib/autograd/scipy/stats/multivariate_normal.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats creating /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc copying build/lib/autograd/misc/fixed_points.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc copying build/lib/autograd/misc/flatten.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc copying build/lib/autograd/misc/tracers.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc copying build/lib/autograd/misc/optimizers.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc copying build/lib/autograd/misc/__init__.py -> /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/differential_operators.py to differential_operators.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/core.py to core.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/builtins.py to builtins.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/util.py to util.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/tracer.py to tracer.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/wrap_util.py to wrap_util.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/test_util.py to test_util.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/extend.py to extend.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/linalg.py to linalg.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/numpy_vjps.py to numpy_vjps.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/random.py to random.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/numpy_vspaces.py to numpy_vspaces.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/fft.py to fft.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/numpy_wrapper.py to numpy_wrapper.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/numpy_boxes.py to numpy_boxes.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/numpy/numpy_jvps.py to numpy_jvps.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/misc.py to misc.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/linalg.py to linalg.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/special.py to special.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/integrate.py to integrate.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/signal.py to signal.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/chi2.py to chi2.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/norm.py to norm.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/poisson.py to poisson.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/t.py to t.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/beta.py to beta.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/dirichlet.py to dirichlet.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/gamma.py to gamma.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/scipy/stats/multivariate_normal.py to multivariate_normal.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc/fixed_points.py to fixed_points.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc/flatten.py to flatten.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc/tracers.py to tracers.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc/optimizers.py to optimizers.cpython-37.pyc byte-compiling /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd/misc/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpvkfqkgpr.py' /usr/local/bin/python3.7 /tmp/tmpvkfqkgpr.py removing /tmp/tmpvkfqkgpr.py running install_egg_info running egg_info writing autograd.egg-info/PKG-INFO writing dependency_links to autograd.egg-info/dependency_links.txt writing requirements to autograd.egg-info/requires.txt writing top-level names to autograd.egg-info/top_level.txt reading manifest file 'autograd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'autograd' warning: no files found matching '*.h' under directory 'autograd' warning: no files found matching '*.pyx' under directory 'autograd' writing manifest file 'autograd.egg-info/SOURCES.txt' Copying autograd.egg-info to /construction/math/py-autograd/stage/usr/local/lib/python3.7/site-packages/autograd-1.3-py3.7.egg-info running install_scripts writing list of installed files to '/construction/math/py-autograd/.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-autograd-1.3 file sizes/checksums [119]: 0% file sizes/checksums [119]: 84% file sizes/checksums [119]: 100% packing files [119]: 0% packing files [119]: 84% packing files [119]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:01:05