Skip to content

Instantly share code, notes, and snippets.

@stggh
Last active December 14, 2021 05:53
Show Gist options
  • Save stggh/75151d92c4adc8548dba8af1c14814eb to your computer and use it in GitHub Desktop.
Save stggh/75151d92c4adc8548dba8af1c14814eb to your computer and use it in GitHub Desktop.
PyAbel build log i7-6700
[etalon:.+Software/Python]$ git clone https://github.com/PyAbel/PyAbel.git
Cloning into 'PyAbel'...
remote: Enumerating objects: 7858, done.
remote: Counting objects: 100% (675/675), done.
remote: Compressing objects: 100% (372/372), done.
remote: Total 7858 (delta 401), reused 508 (delta 285), pack-reused 7183
Receiving objects: 100% (7858/7858), 22.54 MiB | 9.50 MiB/s, done.
Resolving deltas: 100% (5611/5611), done.
[etalon:.+Software/Python]$ mv PyAbel PyAbel-master
[etalon:.+Software/Python]$ python -V
Python 3.9.7
[etalon:.+Software/Python]$ cd PyAbel-master/
[etalon:.+n/PyAbel-master]$ python setup.py install --user
running install
running bdist_egg
running egg_info
creating PyAbel.egg-info
writing PyAbel.egg-info/PKG-INFO
writing dependency_links to PyAbel.egg-info/dependency_links.txt
writing requirements to PyAbel.egg-info/requires.txt
writing top-level names to PyAbel.egg-info/top_level.txt
writing manifest file 'PyAbel.egg-info/SOURCES.txt'
reading manifest file 'PyAbel.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'PyAbel.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/abel
copying abel/_version.py -> build/lib.linux-x86_64-3.9/abel
copying abel/rbasex.py -> build/lib.linux-x86_64-3.9/abel
copying abel/transform.py -> build/lib.linux-x86_64-3.9/abel
copying abel/onion_bordas.py -> build/lib.linux-x86_64-3.9/abel
copying abel/__init__.py -> build/lib.linux-x86_64-3.9/abel
copying abel/hansenlaw.py -> build/lib.linux-x86_64-3.9/abel
copying abel/benchmark.py -> build/lib.linux-x86_64-3.9/abel
copying abel/basex.py -> build/lib.linux-x86_64-3.9/abel
copying abel/dasch.py -> build/lib.linux-x86_64-3.9/abel
copying abel/linbasex.py -> build/lib.linux-x86_64-3.9/abel
copying abel/direct.py -> build/lib.linux-x86_64-3.9/abel
copying abel/daun.py -> build/lib.linux-x86_64-3.9/abel
creating build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/circularize.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/math.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/polynomial.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/__init__.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/io.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/polar.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/symmetry.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/analytical.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/transform_pairs.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/vmi.py -> build/lib.linux-x86_64-3.9/abel/tools
copying abel/tools/center.py -> build/lib.linux-x86_64-3.9/abel/tools
creating build/lib.linux-x86_64-3.9/abel/lib
copying abel/lib/__init__.py -> build/lib.linux-x86_64-3.9/abel/lib
creating build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_dasch_methods.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_tools_polynomial.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_onion_bordas.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_basex.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_daun.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_tools_center.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_linbasex.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_tools_circularize.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_tools_vmi.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/__init__.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_hansenlaw.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_benchmarks.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_tools_distributions.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_rbasex.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_direct.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_math.py -> build/lib.linux-x86_64-3.9/abel/tests
copying abel/tests/test_tools_symmetry.py -> build/lib.linux-x86_64-3.9/abel/tests
creating build/lib.linux-x86_64-3.9/abel/tests/data
copying abel/tests/data/dan_basis100pr_1.bst.gz -> build/lib.linux-x86_64-3.9/abel/tests/data
copying abel/tests/data/dan_basis100_1.bst.gz -> build/lib.linux-x86_64-3.9/abel/tests/data
running build_ext
cythoning abel/lib/direct.pyx to abel/lib/direct.c
/usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/stg121/Software/Python/PyAbel-master/abel/lib/direct.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
building 'abel.lib.direct' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/abel
creating build/temp.linux-x86_64-3.9/abel/lib
x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c abel/lib/direct.c -o build/temp.linux-x86_64-3.9/abel/lib/direct.o -O2 -march=native
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from abel/lib/direct.c:610:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/abel/lib/direct.o -lm -o build/lib.linux-x86_64-3.9/abel/lib/direct.cpython-39-x86_64-linux-gnu.so -O2 -march=native
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/_version.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/rbasex.py -> build/bdist.linux-x86_64/egg/abel
creating build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/circularize.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/math.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/polynomial.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/__init__.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/io.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/polar.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/symmetry.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/analytical.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/transform_pairs.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/vmi.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/tools/center.py -> build/bdist.linux-x86_64/egg/abel/tools
copying build/lib.linux-x86_64-3.9/abel/transform.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/onion_bordas.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/__init__.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/hansenlaw.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/benchmark.py -> build/bdist.linux-x86_64/egg/abel
creating build/bdist.linux-x86_64/egg/abel/lib
copying build/lib.linux-x86_64-3.9/abel/lib/__init__.py -> build/bdist.linux-x86_64/egg/abel/lib
copying build/lib.linux-x86_64-3.9/abel/lib/direct.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/abel/lib
copying build/lib.linux-x86_64-3.9/abel/basex.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/dasch.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/linbasex.py -> build/bdist.linux-x86_64/egg/abel
creating build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_dasch_methods.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_tools_polynomial.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_onion_bordas.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_basex.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_daun.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_tools_center.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_linbasex.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_tools_circularize.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_tools_vmi.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/__init__.py -> build/bdist.linux-x86_64/egg/abel/tests
creating build/bdist.linux-x86_64/egg/abel/tests/data
copying build/lib.linux-x86_64-3.9/abel/tests/data/dan_basis100pr_1.bst.gz -> build/bdist.linux-x86_64/egg/abel/tests/data
copying build/lib.linux-x86_64-3.9/abel/tests/data/dan_basis100_1.bst.gz -> build/bdist.linux-x86_64/egg/abel/tests/data
copying build/lib.linux-x86_64-3.9/abel/tests/test_hansenlaw.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_benchmarks.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_tools_distributions.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_rbasex.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_direct.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_math.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/tests/test_tools_symmetry.py -> build/bdist.linux-x86_64/egg/abel/tests
copying build/lib.linux-x86_64-3.9/abel/direct.py -> build/bdist.linux-x86_64/egg/abel
copying build/lib.linux-x86_64-3.9/abel/daun.py -> build/bdist.linux-x86_64/egg/abel
byte-compiling build/bdist.linux-x86_64/egg/abel/_version.py to _version.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/rbasex.py to rbasex.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/circularize.py to circularize.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/math.py to math.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/polynomial.py to polynomial.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/__init__.py to __init__.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/io.py to io.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/polar.py to polar.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/symmetry.py to symmetry.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/analytical.py to analytical.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/transform_pairs.py to transform_pairs.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/vmi.py to vmi.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tools/center.py to center.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/transform.py to transform.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/onion_bordas.py to onion_bordas.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/__init__.py to __init__.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/hansenlaw.py to hansenlaw.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/benchmark.py to benchmark.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/lib/__init__.py to __init__.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/basex.py to basex.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/dasch.py to dasch.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/linbasex.py to linbasex.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_dasch_methods.py to test_dasch_methods.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_tools_polynomial.py to test_tools_polynomial.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_onion_bordas.py to test_onion_bordas.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_basex.py to test_basex.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_daun.py to test_daun.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_tools_center.py to test_tools_center.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_linbasex.py to test_linbasex.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_tools_circularize.py to test_tools_circularize.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_tools_vmi.py to test_tools_vmi.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_hansenlaw.py to test_hansenlaw.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_benchmarks.py to test_benchmarks.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_tools_distributions.py to test_tools_distributions.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_rbasex.py to test_rbasex.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_direct.py to test_direct.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_math.py to test_math.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/tests/test_tools_symmetry.py to test_tools_symmetry.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/direct.py to direct.cpython-39.pyc
byte-compiling build/bdist.linux-x86_64/egg/abel/daun.py to daun.cpython-39.pyc
creating stub loader for abel/lib/direct.cpython-39-x86_64-linux-gnu.so
byte-compiling build/bdist.linux-x86_64/egg/abel/lib/direct.py to direct.cpython-39.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying PyAbel.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying PyAbel.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying PyAbel.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying PyAbel.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying PyAbel.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
abel.lib.__pycache__.direct.cpython-39: module references __file__
abel.tests.__pycache__.test_basex.cpython-39: module references __file__
abel.tests.__pycache__.test_daun.cpython-39: module references __file__
abel.tests.__pycache__.test_linbasex.cpython-39: module references __file__
abel.tests.__pycache__.test_rbasex.cpython-39: module references __file__
creating dist
creating 'dist/PyAbel-0.8.4-py3.9-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing PyAbel-0.8.4-py3.9-linux-x86_64.egg
creating /home/stg121/.local/lib/python3.9/site-packages/PyAbel-0.8.4-py3.9-linux-x86_64.egg
Extracting PyAbel-0.8.4-py3.9-linux-x86_64.egg to /home/stg121/.local/lib/python3.9/site-packages
Removing PyAbel 0.8.4 from easy-install.pth file
Adding PyAbel 0.8.4 to easy-install.pth file
Installed /home/stg121/.local/lib/python3.9/site-packages/PyAbel-0.8.4-py3.9-linux-x86_64.egg
Processing dependencies for PyAbel==0.8.4
Searching for six==1.16.0
Best match: six 1.16.0
Adding six 1.16.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for setuptools==52.0.0
Best match: setuptools 52.0.0
Adding setuptools 52.0.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for scipy==1.6.0
Best match: scipy 1.6.0
Adding scipy 1.6.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for numpy==1.19.5
Best match: numpy 1.19.5
Adding numpy 1.19.5 to easy-install.pth file
Installing f2py script to /home/stg121/.local/bin
Installing f2py3 script to /home/stg121/.local/bin
Installing f2py3.9 script to /home/stg121/.local/bin
Using /usr/lib/python3/dist-packages
Finished processing dependencies for PyAbel==0.8.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment