Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 17, 2021 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/93b6a46989d2871e5df2b985f43254e0 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/93b6a46989d2871e5df2b985f43254e0 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a minute | https://github.com/NixOS/nixpkgs/pull/116579
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/g5y0cckwdbbw2hplzlpznzfnw2944nar-Bottleneck-1.3.2.tar.gz
source root is Bottleneck-1.3.2
setting SOURCE_DATE_EPOCH to timestamp 1582265938 of file Bottleneck-1.3.2/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
substituteStream(): WARNING: pattern '__builtins__.__NUMPY_SETUP__ = False' doesn't match anything in file 'setup.py'
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/bottleneck
copying bottleneck/_version.py -> build/lib.linux-x86_64-3.8/bottleneck
copying bottleneck/__init__.py -> build/lib.linux-x86_64-3.8/bottleneck
copying bottleneck/_pytesttester.py -> build/lib.linux-x86_64-3.8/bottleneck
creating build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/list_input_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/reduce_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/nonreduce_axis_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/__init__.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/input_modification_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/scalar_input_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/memory_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/move_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/nonreduce_test.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
copying bottleneck/tests/util.py -> build/lib.linux-x86_64-3.8/bottleneck/tests
creating build/lib.linux-x86_64-3.8/bottleneck/slow
copying bottleneck/slow/reduce.py -> build/lib.linux-x86_64-3.8/bottleneck/slow
copying bottleneck/slow/move.py -> build/lib.linux-x86_64-3.8/bottleneck/slow
copying bottleneck/slow/__init__.py -> build/lib.linux-x86_64-3.8/bottleneck/slow
copying bottleneck/slow/nonreduce_axis.py -> build/lib.linux-x86_64-3.8/bottleneck/slow
copying bottleneck/slow/nonreduce.py -> build/lib.linux-x86_64-3.8/bottleneck/slow
creating build/lib.linux-x86_64-3.8/bottleneck/src
copying bottleneck/src/bn_template.py -> build/lib.linux-x86_64-3.8/bottleneck/src
copying bottleneck/src/bn_config.py -> build/lib.linux-x86_64-3.8/bottleneck/src
copying bottleneck/src/__init__.py -> build/lib.linux-x86_64-3.8/bottleneck/src
creating build/lib.linux-x86_64-3.8/bottleneck/benchmark
copying bottleneck/benchmark/bench_detailed.py -> build/lib.linux-x86_64-3.8/bottleneck/benchmark
copying bottleneck/benchmark/autotimeit.py -> build/lib.linux-x86_64-3.8/bottleneck/benchmark
copying bottleneck/benchmark/__init__.py -> build/lib.linux-x86_64-3.8/bottleneck/benchmark
copying bottleneck/benchmark/bench.py -> build/lib.linux-x86_64-3.8/bottleneck/benchmark
UPDATING build/lib.linux-x86_64-3.8/bottleneck/_version.py
set build/lib.linux-x86_64-3.8/bottleneck/_version.py to '1.3.2'
running build_ext
running config
compiling '_configtest.c':
#pragma GCC diagnostic error "-Wattributes"
int __attribute__((optimize("O3"))) have_attribute_optimize_opt_3(void*);
int main(void)
{
return 0;
}
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -c _configtest.c -o _configtest.o
success!
removing: _configtest.c _configtest.o
compiling '_configtest.c':
#ifndef __cplusplus
static inline int static_func (void)
{
return 0;
}
inline int nostatic_func (void)
{
return 0;
}
#endif
int main(void) {
int r1 = static_func();
int r2 = nostatic_func();
return r1 + r2;
}
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -c _configtest.c -o _configtest.o
success!
removing: _configtest.c _configtest.o
building 'bottleneck.reduce' extension
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/bottleneck
creating build/temp.linux-x86_64-3.8/bottleneck/src
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/1cxag0vlihb780yldv54a105n3q1ml48-python3.8-numpy-1.20.1/lib/python3.8/site-packages/numpy/core/include -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -Ibottleneck/src -c bottleneck/src/reduce.c -o build/temp.linux-x86_64-3.8/bottleneck/src/reduce.o -O2
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/bottleneck/src/reduce.o -L/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib -o build/lib.linux-x86_64-3.8/bottleneck/reduce.cpython-38-x86_64-linux-gnu.so
building 'bottleneck.move' extension
creating build/temp.linux-x86_64-3.8/bottleneck/src/move_median
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/1cxag0vlihb780yldv54a105n3q1ml48-python3.8-numpy-1.20.1/lib/python3.8/site-packages/numpy/core/include -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -Ibottleneck/src -c bottleneck/src/move.c -o build/temp.linux-x86_64-3.8/bottleneck/src/move.o -O2
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/1cxag0vlihb780yldv54a105n3q1ml48-python3.8-numpy-1.20.1/lib/python3.8/site-packages/numpy/core/include -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -Ibottleneck/src -c bottleneck/src/move_median/move_median.c -o build/temp.linux-x86_64-3.8/bottleneck/src/move_median/move_median.o -O2
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/bottleneck/src/move.o build/temp.linux-x86_64-3.8/bottleneck/src/move_median/move_median.o -L/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib -o build/lib.linux-x86_64-3.8/bottleneck/move.cpython-38-x86_64-linux-gnu.so
building 'bottleneck.nonreduce' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/1cxag0vlihb780yldv54a105n3q1ml48-python3.8-numpy-1.20.1/lib/python3.8/site-packages/numpy/core/include -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -Ibottleneck/src -c bottleneck/src/nonreduce.c -o build/temp.linux-x86_64-3.8/bottleneck/src/nonreduce.o -O2
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/bottleneck/src/nonreduce.o -L/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib -o build/lib.linux-x86_64-3.8/bottleneck/nonreduce.cpython-38-x86_64-linux-gnu.so
building 'bottleneck.nonreduce_axis' extension
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/1cxag0vlihb780yldv54a105n3q1ml48-python3.8-numpy-1.20.1/lib/python3.8/site-packages/numpy/core/include -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -Ibottleneck/src -c bottleneck/src/nonreduce_axis.c -o build/temp.linux-x86_64-3.8/bottleneck/src/nonreduce_axis.o -O2
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/bottleneck/src/nonreduce_axis.o -L/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib -o build/lib.linux-x86_64-3.8/bottleneck/nonreduce_axis.cpython-38-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/bottleneck
copying build/lib.linux-x86_64-3.8/bottleneck/nonreduce.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/bottleneck
copying build/lib.linux-x86_64-3.8/bottleneck/move.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/bottleneck
copying build/lib.linux-x86_64-3.8/bottleneck/_version.py -> build/bdist.linux-x86_64/wheel/bottleneck
creating build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/list_input_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/reduce_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/nonreduce_axis_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/__init__.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/input_modification_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/scalar_input_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/memory_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/move_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/nonreduce_test.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/tests/util.py -> build/bdist.linux-x86_64/wheel/bottleneck/tests
copying build/lib.linux-x86_64-3.8/bottleneck/reduce.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/bottleneck
copying build/lib.linux-x86_64-3.8/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/bottleneck
creating build/bdist.linux-x86_64/wheel/bottleneck/slow
copying build/lib.linux-x86_64-3.8/bottleneck/slow/reduce.py -> build/bdist.linux-x86_64/wheel/bottleneck/slow
copying build/lib.linux-x86_64-3.8/bottleneck/slow/move.py -> build/bdist.linux-x86_64/wheel/bottleneck/slow
copying build/lib.linux-x86_64-3.8/bottleneck/slow/__init__.py -> build/bdist.linux-x86_64/wheel/bottleneck/slow
copying build/lib.linux-x86_64-3.8/bottleneck/slow/nonreduce_axis.py -> build/bdist.linux-x86_64/wheel/bottleneck/slow
copying build/lib.linux-x86_64-3.8/bottleneck/slow/nonreduce.py -> build/bdist.linux-x86_64/wheel/bottleneck/slow
copying build/lib.linux-x86_64-3.8/bottleneck/nonreduce_axis.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/bottleneck
creating build/bdist.linux-x86_64/wheel/bottleneck/src
copying build/lib.linux-x86_64-3.8/bottleneck/src/bn_template.py -> build/bdist.linux-x86_64/wheel/bottleneck/src
copying build/lib.linux-x86_64-3.8/bottleneck/src/bn_config.py -> build/bdist.linux-x86_64/wheel/bottleneck/src
copying build/lib.linux-x86_64-3.8/bottleneck/src/__init__.py -> build/bdist.linux-x86_64/wheel/bottleneck/src
creating build/bdist.linux-x86_64/wheel/bottleneck/benchmark
copying build/lib.linux-x86_64-3.8/bottleneck/benchmark/bench_detailed.py -> build/bdist.linux-x86_64/wheel/bottleneck/benchmark
copying build/lib.linux-x86_64-3.8/bottleneck/benchmark/autotimeit.py -> build/bdist.linux-x86_64/wheel/bottleneck/benchmark
copying build/lib.linux-x86_64-3.8/bottleneck/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/bottleneck/benchmark
copying build/lib.linux-x86_64-3.8/bottleneck/benchmark/bench.py -> build/bdist.linux-x86_64/wheel/bottleneck/benchmark
copying build/lib.linux-x86_64-3.8/bottleneck/_pytesttester.py -> build/bdist.linux-x86_64/wheel/bottleneck
running install_egg_info
running egg_info
writing Bottleneck.egg-info/PKG-INFO
writing dependency_links to Bottleneck.egg-info/dependency_links.txt
writing requirements to Bottleneck.egg-info/requires.txt
writing top-level names to Bottleneck.egg-info/top_level.txt
reading manifest file 'Bottleneck.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'doc/build'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
writing manifest file 'Bottleneck.egg-info/SOURCES.txt'
Copying Bottleneck.egg-info to build/bdist.linux-x86_64/wheel/Bottleneck-1.3.2-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/Bottleneck-1.3.2.dist-info/WHEEL
creating 'dist/Bottleneck-1.3.2-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'bottleneck/__init__.py'
adding 'bottleneck/_pytesttester.py'
adding 'bottleneck/_version.py'
adding 'bottleneck/move.cpython-38-x86_64-linux-gnu.so'
adding 'bottleneck/nonreduce.cpython-38-x86_64-linux-gnu.so'
adding 'bottleneck/nonreduce_axis.cpython-38-x86_64-linux-gnu.so'
adding 'bottleneck/reduce.cpython-38-x86_64-linux-gnu.so'
adding 'bottleneck/benchmark/__init__.py'
adding 'bottleneck/benchmark/autotimeit.py'
adding 'bottleneck/benchmark/bench.py'
adding 'bottleneck/benchmark/bench_detailed.py'
adding 'bottleneck/slow/__init__.py'
adding 'bottleneck/slow/move.py'
adding 'bottleneck/slow/nonreduce.py'
adding 'bottleneck/slow/nonreduce_axis.py'
adding 'bottleneck/slow/reduce.py'
adding 'bottleneck/src/__init__.py'
adding 'bottleneck/src/bn_config.py'
adding 'bottleneck/src/bn_template.py'
adding 'bottleneck/tests/__init__.py'
adding 'bottleneck/tests/input_modification_test.py'
adding 'bottleneck/tests/list_input_test.py'
adding 'bottleneck/tests/memory_test.py'
adding 'bottleneck/tests/move_test.py'
adding 'bottleneck/tests/nonreduce_axis_test.py'
adding 'bottleneck/tests/nonreduce_test.py'
adding 'bottleneck/tests/reduce_test.py'
adding 'bottleneck/tests/scalar_input_test.py'
adding 'bottleneck/tests/util.py'
adding 'Bottleneck-1.3.2.dist-info/LICENSE'
adding 'Bottleneck-1.3.2.dist-info/METADATA'
adding 'Bottleneck-1.3.2.dist-info/WHEEL'
adding 'Bottleneck-1.3.2.dist-info/top_level.txt'
adding 'Bottleneck-1.3.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/Bottleneck-1.3.2/dist /build/Bottleneck-1.3.2
Processing ./Bottleneck-1.3.2-cp38-cp38-linux_x86_64.whl
Requirement already satisfied: numpy in /nix/store/1cxag0vlihb780yldv54a105n3q1ml48-python3.8-numpy-1.20.1/lib/python3.8/site-packages (from Bottleneck==1.3.2) (1.20.1)
Installing collected packages: Bottleneck
Successfully installed Bottleneck-1.3.2
/build/Bottleneck-1.3.2
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2
shrinking /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/nonreduce.cpython-38-x86_64-linux-gnu.so
shrinking /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/move.cpython-38-x86_64-linux-gnu.so
shrinking /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/reduce.cpython-38-x86_64-linux-gnu.so
shrinking /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/nonreduce_axis.cpython-38-x86_64-linux-gnu.so
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib
patching script interpreter paths in /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2
checking for references to /build/ in /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages
collecting ...
collected 191 items
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/input_modification_test.py . [ 0%]
............................ [ 15%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/list_input_test.py . [ 15%]
............................ [ 30%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/memory_test.py . [ 30%]
[ 30%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/move_test.py . [ 31%]
................................ [ 48%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/nonreduce_axis_test.py . [ 48%]
................... [ 58%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/nonreduce_test.py . [ 59%]
......... [ 63%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/reduce_test.py . [ 64%]
.................................................. [ 90%]
../../nix/store/1j5z7wyyhxgk3ay95svr5z38xjyqrcg7-python3.8-Bottleneck-1.3.2/lib/python3.8/site-packages/bottleneck/tests/scalar_input_test.py . [ 91%]
................. [100%]
======================== 191 passed in 83.13s (0:01:23) ========================
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment