* Package: dev-python/numpy-python2-1.16.6 * Repository: gentoo * Maintainer: sci@gentoo.org python@gentoo.org * USE: abi_x86_32 elibc_glibc kernel_linux python_targets_python2_7 test userland_GNU x86 * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking numpy-1.16.6.zip to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work >>> Source unpacked in /var/tmp/portage/dev-python/numpy-python2-1.16.6/work >>> Preparing source in /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6 ... * Applying numpy-1.15.4-no-hardcode-blas.patch ... [ ok ] * Applying numpy-1.16.5-setup.py-install-skip-build-fails.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6 ... * python2_7: running distutils-r1_run_phase python_compile * DISTUTILS_USE_SETUPTOOLS value is probably incorrect * value: DISTUTILS_USE_SETUPTOOLS=bdepend (default?) * expected: DISTUTILS_USE_SETUPTOOLS=rdepend python2.7 setup.py build -j 1 Running from numpy source directory. blas_opt_info: system_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() blas_info: Disabled blas_info: (BLAS is None) customize UnixCCompiler libraries blas not found in [] NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. self.calc_info() blas_src_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. self.calc_info() NOT AVAILABLE /bin/sh: svnversion: command not found non-existing path in 'numpy/distutils': 'site.cfg' lapack_opt_info: lapack_info: Disabled lapack_info: (LAPACK is None) customize UnixCCompiler libraries lapack not found in [] NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() lapack_src_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() NOT AVAILABLE /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7 creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/distutils building library "npymath" sources get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' customize Gnu95FCompiler Found executable /usr/bin/gfortran Could not locate executable i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared Found executable /usr/bin/i686-pc-linux-gnu-ar /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/fcompiler/__init__.py:517: UserWarning: FFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release). fflags = self.flag_vars.flags + dflags + oflags + aflags /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/fcompiler/__init__.py:530: UserWarning: LDFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release). linker_so_flags = self.flag_vars.linker_so /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/fcompiler/__init__.py:540: UserWarning: LDFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release). linker_exe_flags = self.flag_vars.linker_exe customize Gnu95FCompiler customize Gnu95FCompiler using config C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest /usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld: _configtest.o: in function `main': /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_internal.h adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/ieee754.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_complex.c None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_internal.h'] building library "npysort" sources creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_sort.h adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common' to include_dirs. creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/quicksort.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/mergesort.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/heapsort.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_partition.h conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/selection.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_binsearch.h conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/binsearch.c None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_sort.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_partition.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_binsearch.h'] building extension "numpy.core._dummy" sources Generating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. failure. removing: _configtest.c _configtest.o C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’? 7 | (void) SIZEOF_LONGDOUBLE; | ^~~~~~~~~~~~~~~~~ | SIZEOF_LONG_DOUBLE _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)]; | ^~~~~~~~~~ C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)]; | ^~~~~~~~~~ C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:16: error: size of array ‘test_array’ is negative 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)]; | ^~~~~~~~~~ C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest /usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld: _configtest.o: in function `main': /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘asin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int asin (void); | ^~~~ _configtest.c:1:1: note: ‘asin’ is declared in header ‘’ +++ |+#include 1 | int asin (void); _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 2 | int cos (void); | ^~~ _configtest.c:2:5: note: ‘cos’ is declared in header ‘’ _configtest.c:3:5: warning: conflicting types for built-in function ‘log’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 3 | int log (void); | ^~~ _configtest.c:3:5: note: ‘log’ is declared in header ‘’ _configtest.c:4:5: warning: conflicting types for built-in function ‘fabs’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 4 | int fabs (void); | ^~~~ _configtest.c:4:5: note: ‘fabs’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘tanh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 5 | int tanh (void); | ^~~~ _configtest.c:5:5: note: ‘tanh’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘atan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 6 | int atan (void); | ^~~~ _configtest.c:6:5: note: ‘atan’ is declared in header ‘’ _configtest.c:7:5: warning: conflicting types for built-in function ‘acos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 7 | int acos (void); | ^~~~ _configtest.c:7:5: note: ‘acos’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 8 | int floor (void); | ^~~~~ _configtest.c:8:5: note: ‘floor’ is declared in header ‘’ _configtest.c:9:5: warning: conflicting types for built-in function ‘fmod’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] 9 | int fmod (void); | ^~~~ _configtest.c:9:5: note: ‘fmod’ is declared in header ‘’ _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 10 | int sqrt (void); | ^~~~ _configtest.c:10:5: note: ‘sqrt’ is declared in header ‘’ _configtest.c:11:5: warning: conflicting types for built-in function ‘cosh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 11 | int cosh (void); | ^~~~ _configtest.c:11:5: note: ‘cosh’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘modf’; expected ‘double(double, double *)’ [-Wbuiltin-declaration-mismatch] 12 | int modf (void); | ^~~~ _configtest.c:12:5: note: ‘modf’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘sinh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 13 | int sinh (void); | ^~~~ _configtest.c:13:5: note: ‘sinh’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘frexp’; expected ‘double(double, int *)’ [-Wbuiltin-declaration-mismatch] 14 | int frexp (void); | ^~~~~ _configtest.c:14:5: note: ‘frexp’ is declared in header ‘’ _configtest.c:15:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 15 | int exp (void); | ^~~ _configtest.c:15:5: note: ‘exp’ is declared in header ‘’ _configtest.c:16:5: warning: conflicting types for built-in function ‘tan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 16 | int tan (void); | ^~~ _configtest.c:16:5: note: ‘tan’ is declared in header ‘’ _configtest.c:17:5: warning: conflicting types for built-in function ‘ceil’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 17 | int ceil (void); | ^~~~ _configtest.c:17:5: note: ‘ceil’ is declared in header ‘’ _configtest.c:18:5: warning: conflicting types for built-in function ‘log10’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 18 | int log10 (void); | ^~~~~ _configtest.c:18:5: note: ‘log10’ is declared in header ‘’ _configtest.c:19:5: warning: conflicting types for built-in function ‘sin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 19 | int sin (void); | ^~~ _configtest.c:19:5: note: ‘sin’ is declared in header ‘’ _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’; expected ‘double(double, int)’ [-Wbuiltin-declaration-mismatch] 20 | int ldexp (void); | ^~~~~ _configtest.c:20:5: note: ‘ldexp’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘log2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int log2 (void); | ^~~~ _configtest.c:1:1: note: ‘log2’ is declared in header ‘’ +++ |+#include 1 | int log2 (void); _configtest.c:3:5: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] 3 | int pow (void); | ^~~ _configtest.c:3:5: note: ‘pow’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘exp2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 5 | int exp2 (void); | ^~~~ _configtest.c:5:5: note: ‘exp2’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘atan2’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] 6 | int atan2 (void); | ^~~~~ _configtest.c:6:5: note: ‘atan2’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘rint’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 8 | int rint (void); | ^~~~ _configtest.c:8:5: note: ‘rint’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘cbrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 12 | int cbrt (void); | ^~~~ _configtest.c:12:5: note: ‘cbrt’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘nextafter’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] 13 | int nextafter (void); | ^~~~~~~~~ _configtest.c:13:5: note: ‘nextafter’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘trunc’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 14 | int trunc (void); | ^~~~~ _configtest.c:14:5: note: ‘trunc’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:10: fatal error: xlocale.h: No such file or directory 1 | #include | ^~~~~~~~~~~ compilation terminated. failure. removing: _configtest.c _configtest.o C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:7:3: warning: implicit declaration of function ‘_m_from_int64’; did you mean ‘_m_from_int’? [-Wimplicit-function-declaration] 7 | _m_from_int64(0); | ^~~~~~~~~~~~~ | _m_from_int i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest /usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld: _configtest.o: in function `main': /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/_configtest.c:7: undefined reference to `_m_from_int64' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘__declspec’: _configtest.c:5:24: error: expected declaration specifiers before ‘foo’ 5 | int __declspec(thread) foo; | ^~~ _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token 9 | { | ^ _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int] 5 | int __declspec(thread) foo; | ^~~~~~~~~~ _configtest.c:11: error: expected ‘{’ at end of input 11 | } | failure. removing: _configtest.c _configtest.o C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 1 | int cosf (void); | ^~~~ _configtest.c:1:1: note: ‘cosf’ is declared in header ‘’ +++ |+#include 1 | int cosf (void); _configtest.c:2:5: warning: conflicting types for built-in function ‘coshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 2 | int coshf (void); | ^~~~~ _configtest.c:2:5: note: ‘coshf’ is declared in header ‘’ _configtest.c:3:5: warning: conflicting types for built-in function ‘rintf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 3 | int rintf (void); | ^~~~~ _configtest.c:3:5: note: ‘rintf’ is declared in header ‘’ _configtest.c:4:5: warning: conflicting types for built-in function ‘fabsf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 4 | int fabsf (void); | ^~~~~ _configtest.c:4:5: note: ‘fabsf’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘floorf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 5 | int floorf (void); | ^~~~~~ _configtest.c:5:5: note: ‘floorf’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘nextafterf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch] 6 | int nextafterf (void); | ^~~~~~~~~~ _configtest.c:6:5: note: ‘nextafterf’ is declared in header ‘’ _configtest.c:7:5: warning: conflicting types for built-in function ‘tanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 7 | int tanhf (void); | ^~~~~ _configtest.c:7:5: note: ‘tanhf’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘log10f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 8 | int log10f (void); | ^~~~~~ _configtest.c:8:5: note: ‘log10f’ is declared in header ‘’ _configtest.c:9:5: warning: conflicting types for built-in function ‘logf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 9 | int logf (void); | ^~~~ _configtest.c:9:5: note: ‘logf’ is declared in header ‘’ _configtest.c:10:5: warning: conflicting types for built-in function ‘sinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 10 | int sinhf (void); | ^~~~~ _configtest.c:10:5: note: ‘sinhf’ is declared in header ‘’ _configtest.c:11:5: warning: conflicting types for built-in function ‘acosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 11 | int acosf (void); | ^~~~~ _configtest.c:11:5: note: ‘acosf’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 12 | int sqrtf (void); | ^~~~~ _configtest.c:12:5: note: ‘sqrtf’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘ldexpf’; expected ‘float(float, int)’ [-Wbuiltin-declaration-mismatch] 13 | int ldexpf (void); | ^~~~~~ _configtest.c:13:5: note: ‘ldexpf’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘hypotf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch] 14 | int hypotf (void); | ^~~~~~ _configtest.c:14:5: note: ‘hypotf’ is declared in header ‘’ _configtest.c:15:5: warning: conflicting types for built-in function ‘log2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 15 | int log2f (void); | ^~~~~ _configtest.c:15:5: note: ‘log2f’ is declared in header ‘’ _configtest.c:16:5: warning: conflicting types for built-in function ‘exp2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 16 | int exp2f (void); | ^~~~~ _configtest.c:16:5: note: ‘exp2f’ is declared in header ‘’ _configtest.c:17:5: warning: conflicting types for built-in function ‘atanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 17 | int atanf (void); | ^~~~~ _configtest.c:17:5: note: ‘atanf’ is declared in header ‘’ _configtest.c:18:5: warning: conflicting types for built-in function ‘fmodf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch] 18 | int fmodf (void); | ^~~~~ _configtest.c:18:5: note: ‘fmodf’ is declared in header ‘’ _configtest.c:19:5: warning: conflicting types for built-in function ‘atan2f’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch] 19 | int atan2f (void); | ^~~~~~ _configtest.c:19:5: note: ‘atan2f’ is declared in header ‘’ _configtest.c:20:5: warning: conflicting types for built-in function ‘cbrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 20 | int cbrtf (void); | ^~~~~ _configtest.c:20:5: note: ‘cbrtf’ is declared in header ‘’ _configtest.c:21:5: warning: conflicting types for built-in function ‘modff’; expected ‘float(float, float *)’ [-Wbuiltin-declaration-mismatch] 21 | int modff (void); | ^~~~~ _configtest.c:21:5: note: ‘modff’ is declared in header ‘’ _configtest.c:22:5: warning: conflicting types for built-in function ‘ceilf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 22 | int ceilf (void); | ^~~~~ _configtest.c:22:5: note: ‘ceilf’ is declared in header ‘’ _configtest.c:23:5: warning: conflicting types for built-in function ‘log1pf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 23 | int log1pf (void); | ^~~~~~ _configtest.c:23:5: note: ‘log1pf’ is declared in header ‘’ _configtest.c:24:5: warning: conflicting types for built-in function ‘asinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 24 | int asinf (void); | ^~~~~ _configtest.c:24:5: note: ‘asinf’ is declared in header ‘’ _configtest.c:25:5: warning: conflicting types for built-in function ‘copysignf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch] 25 | int copysignf (void); | ^~~~~~~~~ _configtest.c:25:5: note: ‘copysignf’ is declared in header ‘’ _configtest.c:26:5: warning: conflicting types for built-in function ‘acoshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 26 | int acoshf (void); | ^~~~~~ _configtest.c:26:5: note: ‘acoshf’ is declared in header ‘’ _configtest.c:27:5: warning: conflicting types for built-in function ‘sinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 27 | int sinf (void); | ^~~~ _configtest.c:27:5: note: ‘sinf’ is declared in header ‘’ _configtest.c:28:5: warning: conflicting types for built-in function ‘tanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 28 | int tanf (void); | ^~~~ _configtest.c:28:5: note: ‘tanf’ is declared in header ‘’ _configtest.c:29:5: warning: conflicting types for built-in function ‘atanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 29 | int atanhf (void); | ^~~~~~ _configtest.c:29:5: note: ‘atanhf’ is declared in header ‘’ _configtest.c:30:5: warning: conflicting types for built-in function ‘truncf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 30 | int truncf (void); | ^~~~~~ _configtest.c:30:5: note: ‘truncf’ is declared in header ‘’ _configtest.c:31:5: warning: conflicting types for built-in function ‘asinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 31 | int asinhf (void); | ^~~~~~ _configtest.c:31:5: note: ‘asinhf’ is declared in header ‘’ _configtest.c:32:5: warning: conflicting types for built-in function ‘frexpf’; expected ‘float(float, int *)’ [-Wbuiltin-declaration-mismatch] 32 | int frexpf (void); | ^~~~~~ _configtest.c:32:5: note: ‘frexpf’ is declared in header ‘’ _configtest.c:33:5: warning: conflicting types for built-in function ‘powf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch] 33 | int powf (void); | ^~~~ _configtest.c:33:5: note: ‘powf’ is declared in header ‘’ _configtest.c:34:5: warning: conflicting types for built-in function ‘expf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 34 | int expf (void); | ^~~~ _configtest.c:34:5: note: ‘expf’ is declared in header ‘’ _configtest.c:35:5: warning: conflicting types for built-in function ‘expm1f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch] 35 | int expm1f (void); | ^~~~~~ _configtest.c:35:5: note: ‘expm1f’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘tanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 1 | int tanhl (void); | ^~~~~ _configtest.c:1:1: note: ‘tanhl’ is declared in header ‘’ +++ |+#include 1 | int tanhl (void); _configtest.c:2:5: warning: conflicting types for built-in function ‘log10l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 2 | int log10l (void); | ^~~~~~ _configtest.c:2:5: note: ‘log10l’ is declared in header ‘’ _configtest.c:3:5: warning: conflicting types for built-in function ‘nextafterl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch] 3 | int nextafterl (void); | ^~~~~~~~~~ _configtest.c:3:5: note: ‘nextafterl’ is declared in header ‘’ _configtest.c:4:5: warning: conflicting types for built-in function ‘coshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 4 | int coshl (void); | ^~~~~ _configtest.c:4:5: note: ‘coshl’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 5 | int cosl (void); | ^~~~ _configtest.c:5:5: note: ‘cosl’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘floorl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 6 | int floorl (void); | ^~~~~~ _configtest.c:6:5: note: ‘floorl’ is declared in header ‘’ _configtest.c:7:5: warning: conflicting types for built-in function ‘rintl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 7 | int rintl (void); | ^~~~~ _configtest.c:7:5: note: ‘rintl’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘fabsl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 8 | int fabsl (void); | ^~~~~ _configtest.c:8:5: note: ‘fabsl’ is declared in header ‘’ _configtest.c:9:5: warning: conflicting types for built-in function ‘acosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 9 | int acosl (void); | ^~~~~ _configtest.c:9:5: note: ‘acosl’ is declared in header ‘’ _configtest.c:10:5: warning: conflicting types for built-in function ‘ldexpl’; expected ‘long double(long double, int)’ [-Wbuiltin-declaration-mismatch] 10 | int ldexpl (void); | ^~~~~~ _configtest.c:10:5: note: ‘ldexpl’ is declared in header ‘’ _configtest.c:11:5: warning: conflicting types for built-in function ‘sqrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 11 | int sqrtl (void); | ^~~~~ _configtest.c:11:5: note: ‘sqrtl’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘logl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 12 | int logl (void); | ^~~~ _configtest.c:12:5: note: ‘logl’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘expm1l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 13 | int expm1l (void); | ^~~~~~ _configtest.c:13:5: note: ‘expm1l’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘hypotl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch] 14 | int hypotl (void); | ^~~~~~ _configtest.c:14:5: note: ‘hypotl’ is declared in header ‘’ _configtest.c:15:5: warning: conflicting types for built-in function ‘log2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 15 | int log2l (void); | ^~~~~ _configtest.c:15:5: note: ‘log2l’ is declared in header ‘’ _configtest.c:16:5: warning: conflicting types for built-in function ‘copysignl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch] 16 | int copysignl (void); | ^~~~~~~~~ _configtest.c:16:5: note: ‘copysignl’ is declared in header ‘’ _configtest.c:17:5: warning: conflicting types for built-in function ‘exp2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 17 | int exp2l (void); | ^~~~~ _configtest.c:17:5: note: ‘exp2l’ is declared in header ‘’ _configtest.c:18:5: warning: conflicting types for built-in function ‘atanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 18 | int atanl (void); | ^~~~~ _configtest.c:18:5: note: ‘atanl’ is declared in header ‘’ _configtest.c:19:5: warning: conflicting types for built-in function ‘frexpl’; expected ‘long double(long double, int *)’ [-Wbuiltin-declaration-mismatch] 19 | int frexpl (void); | ^~~~~~ _configtest.c:19:5: note: ‘frexpl’ is declared in header ‘’ _configtest.c:20:5: warning: conflicting types for built-in function ‘atan2l’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch] 20 | int atan2l (void); | ^~~~~~ _configtest.c:20:5: note: ‘atan2l’ is declared in header ‘’ _configtest.c:21:5: warning: conflicting types for built-in function ‘sinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 21 | int sinhl (void); | ^~~~~ _configtest.c:21:5: note: ‘sinhl’ is declared in header ‘’ _configtest.c:22:5: warning: conflicting types for built-in function ‘fmodl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch] 22 | int fmodl (void); | ^~~~~ _configtest.c:22:5: note: ‘fmodl’ is declared in header ‘’ _configtest.c:23:5: warning: conflicting types for built-in function ‘log1pl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 23 | int log1pl (void); | ^~~~~~ _configtest.c:23:5: note: ‘log1pl’ is declared in header ‘’ _configtest.c:24:5: warning: conflicting types for built-in function ‘asinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 24 | int asinl (void); | ^~~~~ _configtest.c:24:5: note: ‘asinl’ is declared in header ‘’ _configtest.c:25:5: warning: conflicting types for built-in function ‘ceill’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 25 | int ceill (void); | ^~~~~ _configtest.c:25:5: note: ‘ceill’ is declared in header ‘’ _configtest.c:26:5: warning: conflicting types for built-in function ‘sinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 26 | int sinl (void); | ^~~~ _configtest.c:26:5: note: ‘sinl’ is declared in header ‘’ _configtest.c:27:5: warning: conflicting types for built-in function ‘cbrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 27 | int cbrtl (void); | ^~~~~ _configtest.c:27:5: note: ‘cbrtl’ is declared in header ‘’ _configtest.c:28:5: warning: conflicting types for built-in function ‘acoshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 28 | int acoshl (void); | ^~~~~~ _configtest.c:28:5: note: ‘acoshl’ is declared in header ‘’ _configtest.c:29:5: warning: conflicting types for built-in function ‘atanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 29 | int atanhl (void); | ^~~~~~ _configtest.c:29:5: note: ‘atanhl’ is declared in header ‘’ _configtest.c:30:5: warning: conflicting types for built-in function ‘tanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 30 | int tanl (void); | ^~~~ _configtest.c:30:5: note: ‘tanl’ is declared in header ‘’ _configtest.c:31:5: warning: conflicting types for built-in function ‘truncl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 31 | int truncl (void); | ^~~~~~ _configtest.c:31:5: note: ‘truncl’ is declared in header ‘’ _configtest.c:32:5: warning: conflicting types for built-in function ‘powl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch] 32 | int powl (void); | ^~~~ _configtest.c:32:5: note: ‘powl’ is declared in header ‘’ _configtest.c:33:5: warning: conflicting types for built-in function ‘expl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 33 | int expl (void); | ^~~~ _configtest.c:33:5: note: ‘expl’ is declared in header ‘’ _configtest.c:34:5: warning: conflicting types for built-in function ‘modfl’; expected ‘long double(long double, long double *)’ [-Wbuiltin-declaration-mismatch] 34 | int modfl (void); | ^~~~~ _configtest.c:34:5: note: ‘modfl’ is declared in header ‘’ _configtest.c:35:5: warning: conflicting types for built-in function ‘asinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch] 35 | int asinhl (void); | ^~~~~~ _configtest.c:35:5: note: ‘asinhl’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c: In function ‘main’: _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function); did you mean ‘HAVE_DECL_ISNAN’? 8 | (void) HAVE_DECL_SIGNBIT; | ^~~~~~~~~~~~~~~~~ | HAVE_DECL_ISNAN _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘clog’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 1 | int clog (void); | ^~~~ _configtest.c:1:1: note: ‘clog’ is declared in header ‘’ +++ |+#include 1 | int clog (void); _configtest.c:2:5: warning: conflicting types for built-in function ‘ctan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 2 | int ctan (void); | ^~~~ _configtest.c:2:5: note: ‘ctan’ is declared in header ‘’ _configtest.c:3:5: warning: conflicting types for built-in function ‘casinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 3 | int casinh (void); | ^~~~~~ _configtest.c:3:5: note: ‘casinh’ is declared in header ‘’ _configtest.c:4:5: warning: conflicting types for built-in function ‘cacosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 4 | int cacosh (void); | ^~~~~~ _configtest.c:4:5: note: ‘cacosh’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cabs’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 5 | int cabs (void); | ^~~~ _configtest.c:5:5: note: ‘cabs’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘conj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 6 | int conj (void); | ^~~~ _configtest.c:6:5: note: ‘conj’ is declared in header ‘’ _configtest.c:7:5: warning: conflicting types for built-in function ‘csqrt’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 7 | int csqrt (void); | ^~~~~ _configtest.c:7:5: note: ‘csqrt’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘creal’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 8 | int creal (void); | ^~~~~ _configtest.c:8:5: note: ‘creal’ is declared in header ‘’ _configtest.c:9:5: warning: conflicting types for built-in function ‘cproj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 9 | int cproj (void); | ^~~~~ _configtest.c:9:5: note: ‘cproj’ is declared in header ‘’ _configtest.c:10:5: warning: conflicting types for built-in function ‘cpow’; expected ‘_Complex double(_Complex double, _Complex double)’ [-Wbuiltin-declaration-mismatch] 10 | int cpow (void); | ^~~~ _configtest.c:10:5: note: ‘cpow’ is declared in header ‘’ _configtest.c:11:5: warning: conflicting types for built-in function ‘csinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 11 | int csinh (void); | ^~~~~ _configtest.c:11:5: note: ‘csinh’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘catan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 12 | int catan (void); | ^~~~~ _configtest.c:12:5: note: ‘catan’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘ctanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 13 | int ctanh (void); | ^~~~~ _configtest.c:13:5: note: ‘ctanh’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘ccosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 14 | int ccosh (void); | ^~~~~ _configtest.c:14:5: note: ‘ccosh’ is declared in header ‘’ _configtest.c:15:5: warning: conflicting types for built-in function ‘cimag’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 15 | int cimag (void); | ^~~~~ _configtest.c:15:5: note: ‘cimag’ is declared in header ‘’ _configtest.c:16:5: warning: conflicting types for built-in function ‘casin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 16 | int casin (void); | ^~~~~ _configtest.c:16:5: note: ‘casin’ is declared in header ‘’ _configtest.c:17:5: warning: conflicting types for built-in function ‘carg’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 17 | int carg (void); | ^~~~ _configtest.c:17:5: note: ‘carg’ is declared in header ‘’ _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 18 | int csin (void); | ^~~~ _configtest.c:18:5: note: ‘csin’ is declared in header ‘’ _configtest.c:19:5: warning: conflicting types for built-in function ‘cexp’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 19 | int cexp (void); | ^~~~ _configtest.c:19:5: note: ‘cexp’ is declared in header ‘’ _configtest.c:20:5: warning: conflicting types for built-in function ‘ccos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 20 | int ccos (void); | ^~~~ _configtest.c:20:5: note: ‘ccos’ is declared in header ‘’ _configtest.c:21:5: warning: conflicting types for built-in function ‘cacos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 21 | int cacos (void); | ^~~~~ _configtest.c:21:5: note: ‘cacos’ is declared in header ‘’ _configtest.c:22:5: warning: conflicting types for built-in function ‘catanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch] 22 | int catanh (void); | ^~~~~~ _configtest.c:22:5: note: ‘catanh’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘ctanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 1 | int ctanhf (void); | ^~~~~~ _configtest.c:1:1: note: ‘ctanhf’ is declared in header ‘’ +++ |+#include 1 | int ctanhf (void); _configtest.c:2:5: warning: conflicting types for built-in function ‘csinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 2 | int csinhf (void); | ^~~~~~ _configtest.c:2:5: note: ‘csinhf’ is declared in header ‘’ _configtest.c:3:5: warning: conflicting types for built-in function ‘cprojf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 3 | int cprojf (void); | ^~~~~~ _configtest.c:3:5: note: ‘cprojf’ is declared in header ‘’ _configtest.c:4:5: warning: conflicting types for built-in function ‘cacoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 4 | int cacoshf (void); | ^~~~~~~ _configtest.c:4:5: note: ‘cacoshf’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cacosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 5 | int cacosf (void); | ^~~~~~ _configtest.c:5:5: note: ‘cacosf’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘cargf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 6 | int cargf (void); | ^~~~~ _configtest.c:6:5: note: ‘cargf’ is declared in header ‘’ _configtest.c:7:5: warning: conflicting types for built-in function ‘cpowf’; expected ‘_Complex float(_Complex float, _Complex float)’ [-Wbuiltin-declaration-mismatch] 7 | int cpowf (void); | ^~~~~ _configtest.c:7:5: note: ‘cpowf’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘csinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 8 | int csinf (void); | ^~~~~ _configtest.c:8:5: note: ‘csinf’ is declared in header ‘’ _configtest.c:9:5: warning: conflicting types for built-in function ‘clogf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 9 | int clogf (void); | ^~~~~ _configtest.c:9:5: note: ‘clogf’ is declared in header ‘’ _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 10 | int ccoshf (void); | ^~~~~~ _configtest.c:10:5: note: ‘ccoshf’ is declared in header ‘’ _configtest.c:11:5: warning: conflicting types for built-in function ‘conjf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 11 | int conjf (void); | ^~~~~ _configtest.c:11:5: note: ‘conjf’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘casinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 12 | int casinhf (void); | ^~~~~~~ _configtest.c:12:5: note: ‘casinhf’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘ccosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 13 | int ccosf (void); | ^~~~~ _configtest.c:13:5: note: ‘ccosf’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘ctanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 14 | int ctanf (void); | ^~~~~ _configtest.c:14:5: note: ‘ctanf’ is declared in header ‘’ _configtest.c:15:5: warning: conflicting types for built-in function ‘cexpf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 15 | int cexpf (void); | ^~~~~ _configtest.c:15:5: note: ‘cexpf’ is declared in header ‘’ _configtest.c:16:5: warning: conflicting types for built-in function ‘cimagf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 16 | int cimagf (void); | ^~~~~~ _configtest.c:16:5: note: ‘cimagf’ is declared in header ‘’ _configtest.c:17:5: warning: conflicting types for built-in function ‘catanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 17 | int catanhf (void); | ^~~~~~~ _configtest.c:17:5: note: ‘catanhf’ is declared in header ‘’ _configtest.c:18:5: warning: conflicting types for built-in function ‘casinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 18 | int casinf (void); | ^~~~~~ _configtest.c:18:5: note: ‘casinf’ is declared in header ‘’ _configtest.c:19:5: warning: conflicting types for built-in function ‘catanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 19 | int catanf (void); | ^~~~~~ _configtest.c:19:5: note: ‘catanf’ is declared in header ‘’ _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 20 | int csqrtf (void); | ^~~~~~ _configtest.c:20:5: note: ‘csqrtf’ is declared in header ‘’ _configtest.c:21:5: warning: conflicting types for built-in function ‘crealf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 21 | int crealf (void); | ^~~~~~ _configtest.c:21:5: note: ‘crealf’ is declared in header ‘’ _configtest.c:22:5: warning: conflicting types for built-in function ‘cabsf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch] 22 | int cabsf (void); | ^~~~~ _configtest.c:22:5: note: ‘cabsf’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘csinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 1 | int csinhl (void); | ^~~~~~ _configtest.c:1:1: note: ‘csinhl’ is declared in header ‘’ +++ |+#include 1 | int csinhl (void); _configtest.c:2:5: warning: conflicting types for built-in function ‘ctanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 2 | int ctanhl (void); | ^~~~~~ _configtest.c:2:5: note: ‘ctanhl’ is declared in header ‘’ _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 3 | int cacosl (void); | ^~~~~~ _configtest.c:3:5: note: ‘cacosl’ is declared in header ‘’ _configtest.c:4:5: warning: conflicting types for built-in function ‘cacoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 4 | int cacoshl (void); | ^~~~~~~ _configtest.c:4:5: note: ‘cacoshl’ is declared in header ‘’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cprojl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 5 | int cprojl (void); | ^~~~~~ _configtest.c:5:5: note: ‘cprojl’ is declared in header ‘’ _configtest.c:6:5: warning: conflicting types for built-in function ‘cargl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 6 | int cargl (void); | ^~~~~ _configtest.c:6:5: note: ‘cargl’ is declared in header ‘’ _configtest.c:7:5: warning: conflicting types for built-in function ‘ccoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 7 | int ccoshl (void); | ^~~~~~ _configtest.c:7:5: note: ‘ccoshl’ is declared in header ‘’ _configtest.c:8:5: warning: conflicting types for built-in function ‘conjl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 8 | int conjl (void); | ^~~~~ _configtest.c:8:5: note: ‘conjl’ is declared in header ‘’ _configtest.c:9:5: warning: conflicting types for built-in function ‘csinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 9 | int csinl (void); | ^~~~~ _configtest.c:9:5: note: ‘csinl’ is declared in header ‘’ _configtest.c:10:5: warning: conflicting types for built-in function ‘clogl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 10 | int clogl (void); | ^~~~~ _configtest.c:10:5: note: ‘clogl’ is declared in header ‘’ _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 11 | int cexpl (void); | ^~~~~ _configtest.c:11:5: note: ‘cexpl’ is declared in header ‘’ _configtest.c:12:5: warning: conflicting types for built-in function ‘ccosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 12 | int ccosl (void); | ^~~~~ _configtest.c:12:5: note: ‘ccosl’ is declared in header ‘’ _configtest.c:13:5: warning: conflicting types for built-in function ‘ctanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 13 | int ctanl (void); | ^~~~~ _configtest.c:13:5: note: ‘ctanl’ is declared in header ‘’ _configtest.c:14:5: warning: conflicting types for built-in function ‘cpowl’; expected ‘_Complex long double(_Complex long double, _Complex long double)’ [-Wbuiltin-declaration-mismatch] 14 | int cpowl (void); | ^~~~~ _configtest.c:14:5: note: ‘cpowl’ is declared in header ‘’ _configtest.c:15:5: warning: conflicting types for built-in function ‘casinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 15 | int casinhl (void); | ^~~~~~~ _configtest.c:15:5: note: ‘casinhl’ is declared in header ‘’ _configtest.c:16:5: warning: conflicting types for built-in function ‘csqrtl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 16 | int csqrtl (void); | ^~~~~~ _configtest.c:16:5: note: ‘csqrtl’ is declared in header ‘’ _configtest.c:17:5: warning: conflicting types for built-in function ‘casinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 17 | int casinl (void); | ^~~~~~ _configtest.c:17:5: note: ‘casinl’ is declared in header ‘’ _configtest.c:18:5: warning: conflicting types for built-in function ‘catanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 18 | int catanl (void); | ^~~~~~ _configtest.c:18:5: note: ‘catanl’ is declared in header ‘’ _configtest.c:19:5: warning: conflicting types for built-in function ‘catanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 19 | int catanhl (void); | ^~~~~~~ _configtest.c:19:5: note: ‘catanhl’ is declared in header ‘’ _configtest.c:20:5: warning: conflicting types for built-in function ‘creall’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 20 | int creall (void); | ^~~~~~ _configtest.c:20:5: note: ‘creall’ is declared in header ‘’ _configtest.c:21:5: warning: conflicting types for built-in function ‘cabsl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 21 | int cabsl (void); | ^~~~~ _configtest.c:21:5: note: ‘cabsl’ is declared in header ‘’ _configtest.c:22:5: warning: conflicting types for built-in function ‘cimagl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch] 22 | int cimagl (void); | ^~~~~~ _configtest.c:22:5: note: ‘cimagl’ is declared in header ‘’ i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c removing: _configtest.c _configtest.o _configtest.o.d File: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h #define HAVE_ENDIAN_H 1 #define SIZEOF_PY_INTPTR_T 4 #define SIZEOF_OFF_T 8 #define SIZEOF_PY_LONG_LONG 8 #define MATHLIB m #define HAVE_SIN 1 #define HAVE_COS 1 #define HAVE_TAN 1 #define HAVE_SINH 1 #define HAVE_COSH 1 #define HAVE_TANH 1 #define HAVE_FABS 1 #define HAVE_FLOOR 1 #define HAVE_CEIL 1 #define HAVE_SQRT 1 #define HAVE_LOG10 1 #define HAVE_LOG 1 #define HAVE_EXP 1 #define HAVE_ASIN 1 #define HAVE_ACOS 1 #define HAVE_ATAN 1 #define HAVE_FMOD 1 #define HAVE_MODF 1 #define HAVE_FREXP 1 #define HAVE_LDEXP 1 #define HAVE_RINT 1 #define HAVE_TRUNC 1 #define HAVE_EXP2 1 #define HAVE_LOG2 1 #define HAVE_ATAN2 1 #define HAVE_POW 1 #define HAVE_NEXTAFTER 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_CBRT 1 #define HAVE_STRTOLD_L 1 #define HAVE_FALLOCATE 1 #define HAVE_BACKTRACE 1 #define HAVE_MADVISE 1 #define HAVE_XMMINTRIN_H 1 #define HAVE_EMMINTRIN_H 1 #define HAVE_FEATURES_H 1 #define HAVE_DLFCN_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE___BUILTIN_ISNAN 1 #define HAVE___BUILTIN_ISINF 1 #define HAVE___BUILTIN_ISFINITE 1 #define HAVE___BUILTIN_BSWAP32 1 #define HAVE___BUILTIN_BSWAP64 1 #define HAVE___BUILTIN_EXPECT 1 #define HAVE___BUILTIN_MUL_OVERFLOW 1 #define HAVE___BUILTIN_CPU_SUPPORTS 1 #define HAVE__MM_LOAD_PS 1 #define HAVE__MM_PREFETCH 1 #define HAVE__MM_LOAD_PD 1 #define HAVE___BUILTIN_PREFETCH 1 #define HAVE_LINK_AVX 1 #define HAVE_LINK_AVX2 1 #define HAVE_XGETBV 1 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1 #define HAVE_ATTRIBUTE_NONNULL 1 #define HAVE_ATTRIBUTE_TARGET_AVX 1 #define HAVE_ATTRIBUTE_TARGET_AVX2 1 #define HAVE___THREAD 1 #define HAVE_SINF 1 #define HAVE_COSF 1 #define HAVE_TANF 1 #define HAVE_SINHF 1 #define HAVE_COSHF 1 #define HAVE_TANHF 1 #define HAVE_FABSF 1 #define HAVE_FLOORF 1 #define HAVE_CEILF 1 #define HAVE_RINTF 1 #define HAVE_TRUNCF 1 #define HAVE_SQRTF 1 #define HAVE_LOG10F 1 #define HAVE_LOGF 1 #define HAVE_LOG1PF 1 #define HAVE_EXPF 1 #define HAVE_EXPM1F 1 #define HAVE_ASINF 1 #define HAVE_ACOSF 1 #define HAVE_ATANF 1 #define HAVE_ASINHF 1 #define HAVE_ACOSHF 1 #define HAVE_ATANHF 1 #define HAVE_HYPOTF 1 #define HAVE_ATAN2F 1 #define HAVE_POWF 1 #define HAVE_FMODF 1 #define HAVE_MODFF 1 #define HAVE_FREXPF 1 #define HAVE_LDEXPF 1 #define HAVE_EXP2F 1 #define HAVE_LOG2F 1 #define HAVE_COPYSIGNF 1 #define HAVE_NEXTAFTERF 1 #define HAVE_CBRTF 1 #define HAVE_SINL 1 #define HAVE_COSL 1 #define HAVE_TANL 1 #define HAVE_SINHL 1 #define HAVE_COSHL 1 #define HAVE_TANHL 1 #define HAVE_FABSL 1 #define HAVE_FLOORL 1 #define HAVE_CEILL 1 #define HAVE_RINTL 1 #define HAVE_TRUNCL 1 #define HAVE_SQRTL 1 #define HAVE_LOG10L 1 #define HAVE_LOGL 1 #define HAVE_LOG1PL 1 #define HAVE_EXPL 1 #define HAVE_EXPM1L 1 #define HAVE_ASINL 1 #define HAVE_ACOSL 1 #define HAVE_ATANL 1 #define HAVE_ASINHL 1 #define HAVE_ACOSHL 1 #define HAVE_ATANHL 1 #define HAVE_HYPOTL 1 #define HAVE_ATAN2L 1 #define HAVE_POWL 1 #define HAVE_FMODL 1 #define HAVE_MODFL 1 #define HAVE_FREXPL 1 #define HAVE_LDEXPL 1 #define HAVE_EXP2L 1 #define HAVE_LOG2L 1 #define HAVE_COPYSIGNL 1 #define HAVE_NEXTAFTERL 1 #define HAVE_CBRTL 1 #define HAVE_DECL_SIGNBIT #define HAVE_COMPLEX_H 1 #define HAVE_CABS 1 #define HAVE_CACOS 1 #define HAVE_CACOSH 1 #define HAVE_CARG 1 #define HAVE_CASIN 1 #define HAVE_CASINH 1 #define HAVE_CATAN 1 #define HAVE_CATANH 1 #define HAVE_CCOS 1 #define HAVE_CCOSH 1 #define HAVE_CEXP 1 #define HAVE_CIMAG 1 #define HAVE_CLOG 1 #define HAVE_CONJ 1 #define HAVE_CPOW 1 #define HAVE_CPROJ 1 #define HAVE_CREAL 1 #define HAVE_CSIN 1 #define HAVE_CSINH 1 #define HAVE_CSQRT 1 #define HAVE_CTAN 1 #define HAVE_CTANH 1 #define HAVE_CABSF 1 #define HAVE_CACOSF 1 #define HAVE_CACOSHF 1 #define HAVE_CARGF 1 #define HAVE_CASINF 1 #define HAVE_CASINHF 1 #define HAVE_CATANF 1 #define HAVE_CATANHF 1 #define HAVE_CCOSF 1 #define HAVE_CCOSHF 1 #define HAVE_CEXPF 1 #define HAVE_CIMAGF 1 #define HAVE_CLOGF 1 #define HAVE_CONJF 1 #define HAVE_CPOWF 1 #define HAVE_CPROJF 1 #define HAVE_CREALF 1 #define HAVE_CSINF 1 #define HAVE_CSINHF 1 #define HAVE_CSQRTF 1 #define HAVE_CTANF 1 #define HAVE_CTANHF 1 #define HAVE_CABSL 1 #define HAVE_CACOSL 1 #define HAVE_CACOSHL 1 #define HAVE_CARGL 1 #define HAVE_CASINL 1 #define HAVE_CASINHL 1 #define HAVE_CATANL 1 #define HAVE_CATANHL 1 #define HAVE_CCOSL 1 #define HAVE_CCOSHL 1 #define HAVE_CEXPL 1 #define HAVE_CIMAGL 1 #define HAVE_CLOGL 1 #define HAVE_CONJL 1 #define HAVE_CPOWL 1 #define HAVE_CPROJL 1 #define HAVE_CREALL 1 #define HAVE_CSINL 1 #define HAVE_CSINHL 1 #define HAVE_CSQRTL 1 #define HAVE_CTANL 1 #define HAVE_CTANHL 1 #define NPY_RESTRICT restrict #define NPY_RELAXED_STRIDES_CHECKING 1 #define HAVE_LDOUBLE_INTEL_EXTENDED_12_BYTES_LE 1 #ifndef __cplusplus /* #undef inline */ #endif #ifndef _NPY_NPY_CONFIG_H_ #error config.h should never be included directly, include npy_config.h instead #endif EOF adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h' to sources. Generating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest /usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld: _configtest.o: in function `main': /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c success! removing: _configtest.c _configtest.o _configtest.o.d File: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h #define NPY_HAVE_ENDIAN_H 1 #define NPY_SIZEOF_SHORT SIZEOF_SHORT #define NPY_SIZEOF_INT SIZEOF_INT #define NPY_SIZEOF_LONG SIZEOF_LONG #define NPY_SIZEOF_FLOAT 4 #define NPY_SIZEOF_COMPLEX_FLOAT 8 #define NPY_SIZEOF_DOUBLE 8 #define NPY_SIZEOF_COMPLEX_DOUBLE 16 #define NPY_SIZEOF_LONGDOUBLE 12 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 24 #define NPY_SIZEOF_PY_INTPTR_T 4 #define NPY_SIZEOF_OFF_T 8 #define NPY_SIZEOF_PY_LONG_LONG 8 #define NPY_SIZEOF_LONGLONG 8 #define NPY_NO_SMP 0 #define NPY_HAVE_DECL_ISNAN #define NPY_HAVE_DECL_ISINF #define NPY_HAVE_DECL_ISFINITE #define NPY_HAVE_DECL_SIGNBIT #define NPY_USE_C99_COMPLEX 1 #define NPY_HAVE_COMPLEX_DOUBLE 1 #define NPY_HAVE_COMPLEX_FLOAT 1 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 #define NPY_RELAXED_STRIDES_CHECKING 1 #define NPY_USE_C99_FORMATS 1 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) #define NPY_ABI_VERSION 0x01000009 #define NPY_API_VERSION 0x0000000D #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif EOF adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core._multiarray_tests" sources creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/_multiarray_tests.c building extension "numpy.core._multiarray_umath" sources adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/arraytypes.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/einsum.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/nditer_templ.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/scalartypes.c creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/funcs.inc adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/simd.inc conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/loops.h conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/loops.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/matmul.h conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/matmul.c conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/scalarmath.c adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath' to include_dirs. conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/templ_common.h adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common' to include_dirs. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/funcs.inc', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/simd.inc', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/loops.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/matmul.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_internal.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/templ_common.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core._umath_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_umath_tests.c building extension "numpy.core._rational_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_rational_tests.c building extension "numpy.core._struct_ufunc_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_struct_ufunc_tests.c building extension "numpy.core._operand_flag_tests" sources conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_operand_flag_tests.c building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/linalg ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. building extension "numpy.linalg._umath_linalg" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. conv_template:> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/linalg/umath_linalg.c building extension "numpy.random.mtrand" sources creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/random building data_files sources build_src: building npy-pkg config files running build_py creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/_pytesttester.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/matlib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/conftest.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/_globals.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/_distributor_init.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/ctypeslib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying numpy/dual.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/__config__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat copying numpy/compat/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat copying numpy/compat/_inspect.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat copying numpy/compat/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat copying numpy/compat/py3k.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/setup_common.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/cversions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_internal.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/numerictypes.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_methods.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/shape_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/einsumfunc.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_dtype_ctypes.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/arrayprint.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/fromnumeric.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/machar.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/overrides.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_aliased_types.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/getlimits.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_string_helpers.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/function_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/defchararray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/memmap.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_dtype.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_type_aliases.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/multiarray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/umath.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/_add_newdocs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/umath_tests.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/records.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/numeric.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core copying numpy/core/code_generators/generate_numpy_api.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/extension.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/conv_template.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/system_info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/cpuinfo.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/msvccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/pathccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/compat.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/msvc9compiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/misc_util.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/mingw32ccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/lib2def.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/__version__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/npy_pkg_config.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/line_endings.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/from_template.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/core.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/numpy_distribution.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/_shell_utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/ccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/log.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/unixccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/intelccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying numpy/distutils/exec_command.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/distutils/__config__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/bdist_rpm.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install_data.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_clib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_scripts.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/config.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/develop.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/egg_info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/config_compiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_py.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_ext.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install_headers.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/autodist.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/install_clib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/sdist.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command copying numpy/distutils/command/build_src.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/intel.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/hpux.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pg.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/lahey.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nag.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/mips.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/sun.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/vast.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/environment.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/g95.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pathf95.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/compaq.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/none.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/gnu.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/ibm.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/absoft.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/structured_arrays.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/indexing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/ufuncs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/broadcasting.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/misc.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/byteswapping.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/subclassing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/basics.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/glossary.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/creation.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/dispatch.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/internals.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc copying numpy/doc/constants.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/crackfortran.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/use_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/__main__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/capi_maps.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/cb_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/__version__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/func2subr.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/f2py2e.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/f90mod_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/auxfuncs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/cfuncs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/common_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/diagnose.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py copying numpy/f2py/f2py_testing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft copying numpy/fft/fftpack.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft copying numpy/fft/helper.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft copying numpy/fft/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft copying numpy/fft/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft copying numpy/fft/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/stride_tricks.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/_iotools.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/arrayterator.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/shape_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/financial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/format.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/type_check.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/ufunclike.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/scimath.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/function_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/twodim_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/arraypad.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/index_tricks.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/nanfunctions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/histograms.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/polynomial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/_version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/_datasource.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/npyio.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/user_array.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/arraysetops.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/mixins.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib copying numpy/lib/recfunctions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg copying numpy/linalg/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg copying numpy/linalg/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg copying numpy/linalg/linalg.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg copying numpy/linalg/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/bench.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/extras.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/timer_comparison.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/testutils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/core.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/mrecords.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma copying numpy/ma/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib copying numpy/matrixlib/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib copying numpy/matrixlib/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib copying numpy/matrixlib/defmatrix.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/hermite_e.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/polyutils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/chebyshev.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/hermite.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/_polybase.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/laguerre.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/legendre.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/polynomial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial copying numpy/polynomial/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random copying numpy/random/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random copying numpy/random/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random copying numpy/random/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/nosetester.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/noseclasses.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/decorators.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/print_coercion_tables.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing copying numpy/testing/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private copying numpy/testing/_private/parameterized.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private copying numpy/testing/_private/nosetester.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private copying numpy/testing/_private/noseclasses.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private copying numpy/testing/_private/decorators.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private copying numpy/testing/_private/utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private copying numpy/testing/_private/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private warning: build_py: byte-compiling is disabled, skipping. running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib building 'npymath' library compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/npymath creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6 creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7 creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7 creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath compile options: '-I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: numpy/core/src/npymath/npy_math.c i686-pc-linux-gnu-gcc: numpy/core/src/npymath/halffloat.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/ieee754.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_complex.c i686-pc-linux-gnu-ar: adding 4 object files to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/libnpymath.a building 'npysort' library compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort compile options: '-I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/heapsort.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/binsearch.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/quicksort.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/mergesort.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npysort/selection.c i686-pc-linux-gnu-ar: adding 5 object files to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/libnpysort.a running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext building 'numpy.core._dummy' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: numpy/core/src/dummymodule.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/dummymodule.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lm -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_dummy.so building 'numpy.core._multiarray_tests' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/_multiarray_tests.c i686-pc-linux-gnu-gcc: numpy/core/src/common/mem_overlap.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/_multiarray_tests.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/mem_overlap.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lnpymath -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_multiarray_tests.so building 'numpy.core._multiarray_umath' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_strings.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/override.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busday.c i686-pc-linux-gnu-gcc: numpy/core/src/common/npy_longdouble.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_pywrap.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/getset.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/shape.c i686-pc-linux-gnu-gcc: numpy/core/src/common/mem_overlap.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/dtype_transfer.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/arrayobject.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/scalartypes.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/compiled_base.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/conversion_utils.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/methods.c i686-pc-linux-gnu-gcc: numpy/core/src/common/numpyos.c i686-pc-linux-gnu-gcc: numpy/core/src/common/ucsnarrow.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/ufunc_object.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/refcount.c i686-pc-linux-gnu-gcc: numpy/core/src/npymath/npy_math.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/iterators.c i686-pc-linux-gnu-gcc: numpy/core/src/common/ufunc_override.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/scalarmath.c i686-pc-linux-gnu-gcc: numpy/core/src/npymath/halffloat.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/multiarraymodule.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/temp_elide.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/common.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/nditer_templ.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/item_selection.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/hashdescr.c i686-pc-linux-gnu-gcc: numpy/core/src/common/array_assign.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_constr.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/nditer_api.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/convert_datatype.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/number.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/umathmodule.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/usertypes.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/loops.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/matmul.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/cpuid.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/vdot.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/arraytypes.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/ctors.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/scalarapi.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/mapping.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/dragon4.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/descriptor.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/strfuncs.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/einsum.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/convert.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/extobj.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/typeinfo.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/arrayfunction_override.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/ieee754.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/alloc.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/buffer.c i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_complex.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/ufunc_type_resolution.c i686-pc-linux-gnu-gcc: numpy/core/src/umath/reduction.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_scalar.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/calculation.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/flagsobject.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/sequence.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/datetime_busdaycal.c i686-pc-linux-gnu-gcc: numpy/core/src/multiarray/array_assign_array.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/alloc.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/arrayobject.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/arraytypes.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/array_assign_scalar.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/array_assign_array.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/arrayfunction_override.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/buffer.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/calculation.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/compiled_base.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/common.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/convert.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/convert_datatype.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/conversion_utils.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/ctors.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/datetime.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/datetime_strings.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/datetime_busday.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/datetime_busdaycal.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/descriptor.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/dragon4.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/dtype_transfer.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/einsum.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/flagsobject.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/getset.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/hashdescr.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/item_selection.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/iterators.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/mapping.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/methods.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/multiarraymodule.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/nditer_templ.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/nditer_api.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/nditer_constr.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/nditer_pywrap.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/number.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/refcount.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/sequence.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/shape.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/scalarapi.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/multiarray/scalartypes.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/strfuncs.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/temp_elide.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/typeinfo.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/usertypes.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/multiarray/vdot.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/umathmodule.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/reduction.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/loops.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/matmul.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/ufunc_object.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/extobj.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/cpuid.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/scalarmath.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/ufunc_type_resolution.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/umath/override.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/npymath/npy_math.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/ieee754.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_complex.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/npymath/halffloat.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/array_assign.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/mem_overlap.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/npy_longdouble.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/ucsnarrow.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/ufunc_override.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/core/src/common/numpyos.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lnpymath -lnpysort -lm -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_multiarray_umath.so building 'numpy.core._umath_tests' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_umath_tests.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_umath_tests.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_umath_tests.so building 'numpy.core._rational_tests' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_rational_tests.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_rational_tests.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_rational_tests.so building 'numpy.core._struct_ufunc_tests' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_struct_ufunc_tests.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_struct_ufunc_tests.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_struct_ufunc_tests.so building 'numpy.core._operand_flag_tests' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_operand_flag_tests.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/_operand_flag_tests.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_operand_flag_tests.so building 'numpy.fft.fftpack_lite' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/fft compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: numpy/fft/fftpack_litemodule.c i686-pc-linux-gnu-gcc: numpy/fft/fftpack.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/fft/fftpack_litemodule.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/fft/fftpack.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/fftpack_lite.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_d_lapack.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_c_lapack.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_z_lapack.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/python_xerbla.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_s_lapack.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_lapack.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_blas.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_lite/f2c_config.c i686-pc-linux-gnu-gcc: numpy/linalg/lapack_litemodule.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_litemodule.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/lapack_lite.so building 'numpy.linalg._umath_linalg' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/linalg compile options: '-Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/linalg/umath_linalg.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/linalg/umath_linalg.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/python_xerbla.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_z_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_c_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_d_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_s_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_lapack.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_blas.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c_config.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/linalg/lapack_lite/f2c.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lnpymath -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/_umath_linalg.so building 'numpy.random.mtrand' extension compiling C sources C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/random creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/random/mtrand compile options: '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common -I/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath -c' i686-pc-linux-gnu-gcc: numpy/random/mtrand/mtrand.c i686-pc-linux-gnu-gcc: numpy/random/mtrand/randomkit.c i686-pc-linux-gnu-gcc: numpy/random/mtrand/distributions.c i686-pc-linux-gnu-gcc: numpy/random/mtrand/initarray.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared -Wl,-O1 -Wl,--as-needed -shared -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/random/mtrand/mtrand.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/random/mtrand/randomkit.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/random/mtrand/initarray.o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/numpy/random/mtrand/distributions.o -L/usr/lib -L/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7 -lpython2.7 -o /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random/mtrand.so >>> Source compiled. >>> Test phase: dev-python/numpy-python2-1.16.6 * python2_7: running distutils-r1_run_phase python_test python2.7 setup.py install --home=/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test --install-lib=/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib --install-scripts=/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/scripts --single-version-externally-managed --record /var/tmp/portage/dev-python/numpy-python2-1.16.6/temp/record.txt Running from numpy source directory. Note: if you need reliable uninstall behavior, then install with pip instead of using `setup.py install`: - `pip install .` (from a git repo or downloaded source release) - `pip install numpy` (last NumPy release on PyPi) blas_opt_info: system_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() blas_info: Disabled blas_info: (BLAS is None) customize UnixCCompiler libraries blas not found in [] NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. self.calc_info() blas_src_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. self.calc_info() NOT AVAILABLE /bin/sh: svnversion: command not found non-existing path in 'numpy/distutils': 'site.cfg' lapack_opt_info: lapack_info: Disabled lapack_info: (LAPACK is None) customize UnixCCompiler libraries lapack not found in [] NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() lapack_src_info: NOT AVAILABLE /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/system_info.py:617: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() NOT AVAILABLE /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running install running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources building library "npymath" sources get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']' customize Gnu95FCompiler Found executable /usr/bin/gfortran Could not locate executable i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -shared Found executable /usr/bin/i686-pc-linux-gnu-ar /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/fcompiler/__init__.py:517: UserWarning: FFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release). fflags = self.flag_vars.flags + dflags + oflags + aflags /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/fcompiler/__init__.py:530: UserWarning: LDFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release). linker_so_flags = self.flag_vars.linker_so /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/numpy/distutils/fcompiler/__init__.py:540: UserWarning: LDFLAGS is used as is, not appended to flags already defined by numpy.distutils! Use NPY_DISTUTILS_APPEND_FLAGS=1 to obtain appending behavior instead (this behavior will become default in a future release). linker_exe_flags = self.flag_vars.linker_exe customize Gnu95FCompiler customize Gnu95FCompiler using config C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -o _configtest /usr/lib/gcc/i686-pc-linux-gnu/9.3.0/../../../../i686-pc-linux-gnu/bin/ld: _configtest.o: in function `main': /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6/_configtest.c:6: undefined reference to `exp' collect2: error: ld returned 1 exit status failure. removing: _configtest.c _configtest.o _configtest.o.d C compiler: i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -ggdb -fwrapv -DNDEBUG -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare -fno-strict-aliasing -fPIC compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -c' i686-pc-linux-gnu-gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] 1 | int exp (void); | ^~~ _configtest.c:1:1: note: ‘exp’ is declared in header ‘’ +++ |+#include 1 | int exp (void); i686-pc-linux-gnu-gcc -O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest.o.d _configtest adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath' to include_dirs. None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_internal.h'] building library "npysort" sources adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common' to include_dirs. None - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_sort.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_partition.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/npy_binsearch.h'] building extension "numpy.core._dummy" sources adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core._multiarray_tests" sources building extension "numpy.core._multiarray_umath" sources adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h' to sources. adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources. adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath' to include_dirs. adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath' to include_dirs. adding '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common' to include_dirs. numpy.core - nothing done with h_files = ['/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/funcs.inc', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/simd.inc', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/loops.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/umath/matmul.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/npymath/npy_math_internal.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/src/common/templ_common.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/config.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h', '/var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core._umath_tests" sources building extension "numpy.core._rational_tests" sources building extension "numpy.core._struct_ufunc_tests" sources building extension "numpy.core._operand_flag_tests" sources building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. building extension "numpy.linalg._umath_linalg" sources ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources. adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources. adding 'numpy/linalg/lapack_lite/f2c.c' to sources. building extension "numpy.random.mtrand" sources building data_files sources build_src: building npy-pkg config files running build_py copying numpy/version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/__config__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/distutils/__config__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils warning: build_py: byte-compiling is disabled, skipping. running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext running install_lib creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat/_inspect.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/compat/py3k.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/_pytesttester.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/fftpack.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/helper.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/fftpack_lite.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/fft/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/__config__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matlib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/setup_common.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/cversions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_internal.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/numerictypes.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_methods.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/shape_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/einsumfunc.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_dtype_ctypes.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/arrayprint.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/fromnumeric.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/machar.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_operand_flag_tests.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/overrides.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_aliased_types.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/generate_numpy_api.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/getlimits.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_dummy.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_string_helpers.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/function_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_multiarray_tests.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_struct_ufunc_tests.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_rational_tests.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/defchararray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/memmap.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_dtype.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_type_aliases.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/multiarray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_multiarray_umath.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/umath.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_add_newdocs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/umath_tests.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/_umath_tests.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/records.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/core/numeric.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/crackfortran.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/use_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/__main__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/capi_maps.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/cb_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/__version__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/func2subr.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/f2py2e.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/f90mod_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/auxfuncs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/cfuncs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/common_rules.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/diagnose.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/f2py/f2py_testing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/extension.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/__config__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/conv_template.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/system_info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/cpuinfo.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/msvccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/pathccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/compat.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/msvc9compiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/misc_util.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/mingw32ccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/lib2def.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/bdist_rpm.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/install_data.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/build_clib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/build_scripts.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/build.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/config.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/develop.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/egg_info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/config_compiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/install.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/build_py.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/build_ext.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/install_headers.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/autodist.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/install_clib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/sdist.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/command/build_src.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/command copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/__version__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/intel.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/hpux.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/pg.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/lahey.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/nag.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/mips.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/sun.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/vast.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/environment.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/g95.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/pathf95.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/compaq.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/none.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/gnu.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/ibm.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/fcompiler/absoft.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/fcompiler copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/npy_pkg_config.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/line_endings.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/from_template.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/core.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/numpy_distribution.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/_shell_utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/ccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/log.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/unixccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/intelccompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/distutils/exec_command.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/lapack_lite.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/_umath_linalg.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/linalg.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/linalg/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/conftest.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/matrixlib/defmatrix.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/bench.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/extras.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/timer_comparison.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/testutils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/core.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/mrecords.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ma/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/hermite_e.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/polyutils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/chebyshev.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/hermite.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/_polybase.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/laguerre.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/legendre.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/polynomial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/polynomial/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random/mtrand.so -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/random/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/_globals.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/_distributor_init.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/ctypeslib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/stride_tricks.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/_iotools.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/arrayterator.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/shape_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/financial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/format.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/type_check.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/ufunclike.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/scimath.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/function_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/twodim_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/arraypad.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/index_tricks.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/nanfunctions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/histograms.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/polynomial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/_version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/_datasource.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/npyio.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/user_array.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/arraysetops.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/mixins.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/lib/recfunctions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/structured_arrays.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/indexing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/ufuncs.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/broadcasting.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/misc.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/byteswapping.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/subclassing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/basics.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/glossary.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/creation.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/dispatch.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/internals.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/doc/constants.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/doc copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/dual.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/nosetester.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/noseclasses.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private/parameterized.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private/nosetester.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private/noseclasses.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private/decorators.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private/utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/_private/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/_private copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/decorators.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/print_coercion_tables.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/setup.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/lib/numpy/testing/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing warning: install_lib: byte-compiling is disabled, skipping. running install_data creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft/tests copying numpy/fft/tests/test_fftpack.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft/tests/ copying numpy/fft/tests/test_helper.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft/tests/ copying numpy/fft/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/fft/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/regression copying numpy/f2py/tests/src/regression/inout.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/regression creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/src copying numpy/f2py/src/fortranobject.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/src copying numpy/f2py/src/fortranobject.c -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/src creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_numeric.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_defmatrix.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_matrix_linalg.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_interaction.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_multiarray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_masked_matrix.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/matrixlib/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random/tests copying numpy/random/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random/tests/ copying numpy/random/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random/tests/ copying numpy/random/tests/test_random.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests copying numpy/tests/test_ctypeslib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/test_numpy_version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/test_reloading.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/test_public_api.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/test_warnings.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/test_matlib.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ copying numpy/tests/test_scripts.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/data copying numpy/core/tests/data/recarray_from_file.fits -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/data/ copying numpy/core/tests/data/astype_copy.pkl -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/data/ copying numpy/random/mtrand/randomkit.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/random/. creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/size copying numpy/f2py/tests/src/size/foo.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/size creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data copying numpy/lib/tests/data/python3.npy -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data copying numpy/lib/tests/data/win64python2.npy -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data copying numpy/lib/tests/data/py2-objarr.npy -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data copying numpy/lib/tests/data/py2-objarr.npz -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data copying numpy/lib/tests/data/py3-objarr.npz -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data copying numpy/lib/tests/data/py3-objarr.npy -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/data creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_interrupt.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_no_deprecated_api.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/halffloat.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/ufuncobject.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_os.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_common.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_math.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/noprefix.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/old_defines.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/arrayobject.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/oldnumeric.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/arrayscalars.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/numpyconfig.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_cpu.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_endian.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_1_7_deprecated_api.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/utils.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/npy_3kcompat.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/ndarraytypes.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying numpy/core/include/numpy/ndarrayobject.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo.f -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/mixed copying LICENSE.txt -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/kind copying numpy/f2py/tests/src/kind/foo.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/kind copying numpy/lib/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_type_check.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_format.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_nanfunctions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_ufunclike.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_histograms.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test__version.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_stride_tricks.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_function_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_index_tricks.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_io.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_arraysetops.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_arrayterator.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_shape_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_twodim_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_polynomial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_recfunctions.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_financial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_arraypad.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test__iotools.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_mixins.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test_packbits.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ copying numpy/lib/tests/test__datasource.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/lib/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/mingw copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/mingw copying numpy/f2py/tests/test_assumed_shape.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_common.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_kind.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/util.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_complex.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_compile_function.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_size.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_real.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_callback.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_character.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_string.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_logical.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_mixed.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_parameter.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_array_from_pyobj.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_block_docstring.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_integer.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_semicolon_split.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ copying numpy/f2py/tests/test_quoted_character.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/string copying numpy/f2py/tests/src/string/char.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/string creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests copying numpy/polynomial/tests/test_polyutils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_legendre.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_polynomial.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_classes.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_printing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_hermite.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_chebyshev.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_hermite_e.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_laguerre.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/polynomial/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_both.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_integer.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_non_compound.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_real.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/parameter copying numpy/f2py/tests/src/parameter/constant_compound.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/parameter creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests copying numpy/distutils/tests/test_fcompiler.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_npy_pkg_config.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_from_template.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_nagfor.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_shell_utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_gnu.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_misc_util.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_system_info.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_exec_command.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_intel.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/distutils/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/assumed_shape copying numpy/core/tests/test_abc.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_scalarbuffer.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_unicode.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_arrayprint.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_machar.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_scalarinherit.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_longdouble.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_ufunc.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_deprecations.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_einsum.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_api.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_scalar_ctors.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_function_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_item_selection.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_umath_complex.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_mem_overlap.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_multiarray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_memmap.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_shape_base.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_extint128.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_datetime.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_dtype.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_numerictypes.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_nditer.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_getlimits.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_print.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_records.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_scalarprint.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_indexing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_errstate.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_indexerrors.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_umath.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_overrides.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_defchararray.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_half.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_scalarmath.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/_locales.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ copying numpy/core/tests/test_numeric.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/tests copying numpy/testing/tests/test_decorators.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/tests/ copying numpy/testing/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/tests/ copying numpy/testing/tests/test_doctesting.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/tests/ copying numpy/testing/tests/test_utils.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/testing/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests copying numpy/ma/tests/test_core.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/test_subclassing.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/test_deprecations.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/test_mrecords.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/test_old_ma.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/test_extras.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ copying numpy/ma/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/ma/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/array_from_pyobj copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/array_from_pyobj creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/common copying numpy/f2py/tests/src/common/block.f -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/f2py/tests/src/common creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg/tests copying numpy/linalg/tests/test_regression.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg/tests/ copying numpy/linalg/tests/test_linalg.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg/tests/ copying numpy/linalg/tests/test_deprecations.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg/tests/ copying numpy/linalg/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg/tests/ copying numpy/linalg/tests/test_build.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/linalg/tests/ creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat/tests copying numpy/compat/tests/test_compat.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat/tests/ copying numpy/compat/tests/__init__.py -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/compat/tests/ copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/_numpyconfig.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__multiarray_api.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/multiarray_api.txt -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/__ufunc_api.h -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/include/numpy/ufunc_api.txt -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/include/numpy creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/lib creating /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/lib/npy-pkg-config copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/lib/npy-pkg-config/npymath.ini -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/lib/npy-pkg-config copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/src.linux-i686-2.7/numpy/core/lib/npy-pkg-config/mlib.ini -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/lib/npy-pkg-config running install_clib copying /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/temp.linux-i686-2.7/libnpymath.a -> /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy/core/lib running install_egg_info running egg_info creating numpy.egg-info writing numpy.egg-info/PKG-INFO writing top-level names to numpy.egg-info/top_level.txt writing dependency_links to numpy.egg-info/dependency_links.txt writing entry points to numpy.egg-info/entry_points.txt writing manifest file 'numpy.egg-info/SOURCES.txt' reading manifest file 'numpy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/generated' no previously-included directories found matching 'benchmarks/env' no previously-included directories found matching 'benchmarks/results' no previously-included directories found matching 'benchmarks/html' no previously-included directories found matching 'benchmarks/numpy' no previously-included directories found matching '*/__pycache__' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution writing manifest file 'numpy.egg-info/SOURCES.txt' Copying numpy.egg-info to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/lib/numpy-1.16.6-py2.7.egg-info running install_scripts Installing f2py2 script to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/scripts Installing f2py script to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/scripts Installing f2py2.7 script to /var/tmp/portage/dev-python/numpy-python2-1.16.6/work/numpy-1.16.6-python2_7/test/scripts writing list of installed files to '/var/tmp/portage/dev-python/numpy-python2-1.16.6/temp/record.txt' NumPy version 1.16.6 NumPy relaxed strides checking option: True ================================================= test session starts ================================================== platform linux2 -- Python 2.7.18, pytest-4.6.9, py-1.8.0, pluggy-0.13.1 -- /usr/bin/python2.7 cachedir: .pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/tmp/portage/dev-python/numpy-python2-1.16.6/temp/.hypothesis/examples') rootdir: /var/tmp/portage/dev-python/numpy-python2-1.16.6/temp plugins: hypothesis-4.57.1 collecting ... collected 7557 items compat/tests/test_compat.py::test_isfileobj PASSED [ 0%] compat/tests/test_compat.py::test_os_fspath_strings PASSED [ 0%] core/tests/test_abc.py::TestABC::test_abstract PASSED [ 0%] core/tests/test_abc.py::TestABC::test_floats PASSED [ 0%] core/tests/test_abc.py::TestABC::test_complex PASSED [ 0%] core/tests/test_abc.py::TestABC::test_int PASSED [ 0%] core/tests/test_abc.py::TestABC::test_uint PASSED [ 0%] core/tests/test_api.py::test_array_array PASSED [ 0%] core/tests/test_api.py::test_fastCopyAndTranspose PASSED [ 0%] core/tests/test_api.py::test_array_astype PASSED [ 0%] core/tests/test_api.py::test_copyto_fromscalar PASSED [ 0%] core/tests/test_api.py::test_copyto PASSED [ 0%] core/tests/test_api.py::test_copyto_permut PASSED [ 0%] core/tests/test_api.py::test_copy_order PASSED [ 0%] core/tests/test_api.py::test_contiguous_flags PASSED [ 0%] core/tests/test_api.py::test_broadcast_arrays PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_nan_inf PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_subclass PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_object_subclass XFAIL [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_0d_object_subclass PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_self_containing PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_containing_list PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_void_scalar_recursion PASSED [ 0%] core/tests/test_arrayprint.py::TestArrayRepr::test_fieldless_structured PASSED [ 0%] core/tests/test_arrayprint.py::TestComplexArray::test_str PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_basic PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_unexpected_kwarg PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_format_function PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_structure_format PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_unstructured_void_repr PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_edgeitems_kwarg PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_summarize_1d PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_summarize_2d PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_linewidth PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_wide_element PASSED [ 0%] core/tests/test_arrayprint.py::TestArray2String::test_refcount PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_basic PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_precision_zero PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_formatter PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_formatter_reset PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_0d_arrays PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_float_spacing PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_bool_spacing PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_sign_spacing PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_float_overflow_nowarn PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_sign_spacing_structured PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_floatmode PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_legacy_mode_scalars PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_legacy_stray_comma PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_dtype_linewidth_wrapping PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_linewidth_repr PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_linewidth_str PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_edgeitems PASSED [ 0%] core/tests/test_arrayprint.py::TestPrintOptions::test_bad_args PASSED [ 0%] core/tests/test_arrayprint.py::test_unicode_object_array PASSED [ 0%] core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr PASSED [ 0%] core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr_restores PASSED [ 0%] core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr_exceptions PASSED [ 0%] core/tests/test_arrayprint.py::TestContextManager::test_ctx_mgr_as_smth PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_datetime_dtype_creation PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_datetime_casting_rules PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_compare_generic_nat PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_datetime_scalar_construction PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_datetime_scalar_construction_timezone PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_datetime_array_find_type PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[Y] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[M] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[W] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[D] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[h] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[m] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[s] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[ms] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[us] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[ns] PASSED [ 0%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[ps] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[fs] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[as] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_np_int_construction[generic] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_scalar_construction PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_object_array_conversion PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_0_dim_object_array_conversion PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_scalar_construction_units PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_nat_casting PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_days_creation PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_days_to_pydate PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_dtype_comparison PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_pydatetime_creation PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_string_conversion PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_array_str PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_array_str PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_pickle PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_setstate PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_dtype_promotion PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_cast_overflow PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_pyobject_roundtrip PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_month_truncation PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_different_unit_comparison PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_like PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_unary PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_add PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_subtract PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_multiply PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op10-op20-1] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op11-op21--2] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op12-op22--2] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op13-op23-1] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op14-op24-60] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op15-op25-1] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_divide[op16-op26-exp6] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_warnings[op10-op20] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_warnings[op11-op21] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_warnings[op12-op22] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_precision[val10-1] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_precision[val11--2] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_error[val10-val20] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_floor_div_error[val11-val21] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op10-op20] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op11-op21] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op12-op22] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op13-op23] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op14-op24] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op15-op25] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod[op16-op26] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod_warnings[op10-op20] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod_warnings[op11-op21] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_divmod_warnings[op12-op22] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_divide PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_compare PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_compare_nat PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_minmax PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_hours PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_year PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_month PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_week PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_day PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_hour PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_minute PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_second PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_fs PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_divisor_conversion_as PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_string_parser_variants PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_string_parser_error_check PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_creation_overflow PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_as_string PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_as_string_timezone PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_arange PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_datetime_arange_no_dtype PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_arange PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val10-val20-expected0] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val11-val21-expected1] PASSED [ 1%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val12-val22-expected2] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val13-val23-expected3] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val14-val24-expected4] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val15-val25-expected5] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val16-val26-expected6] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val17-val27-expected7] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus[val18-val28-expected8] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_error[val10-val20] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_error[val11-val21] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_div_by_zero PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_type_resolution[val10-15] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_modulus_type_resolution[7.5-val21] PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_timedelta_arange_no_dtype PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_maximum_reduce PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_busday_offset PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_busdaycalendar PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_busday_holidays_offset PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_busday_holidays_count PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_is_busday PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_datetime_y2038 PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_isnat PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_isnat_error PASSED [ 2%] core/tests/test_datetime.py::TestDateTime::test_corecursive_input PASSED [ 2%] core/tests/test_datetime.py::TestDateTimeData::test_basic PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_from_object_array PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_from_object_array_unicode PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_from_string_array PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_from_unicode_array PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_unicode_upconvert PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_from_string PASSED [ 2%] core/tests/test_defchararray.py::TestBasic::test_from_unicode PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_non_existent_method PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_non_string_array PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_invalid_args_tuple PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_invalid_type_descr PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_invalid_function_args PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_invalid_result_type PASSED [ 2%] core/tests/test_defchararray.py::TestVecString::test_broadcast_error PASSED [ 2%] core/tests/test_defchararray.py::TestWhitespace::test1 PASSED [ 2%] core/tests/test_defchararray.py::TestChar::test_it PASSED [ 2%] core/tests/test_defchararray.py::TestComparisons::test_not_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisons::test_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisons::test_greater_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisons::test_less_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisons::test_greater PASSED [ 2%] core/tests/test_defchararray.py::TestComparisons::test_less PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed1::test_not_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed1::test_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed1::test_greater_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed1::test_less_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed1::test_greater PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed1::test_less PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed2::test_not_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed2::test_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed2::test_greater_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed2::test_less_equal PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed2::test_greater PASSED [ 2%] core/tests/test_defchararray.py::TestComparisonsMixed2::test_less PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_len PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_count PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_endswith PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_find PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_index PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_isalnum PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_isalpha PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_isdigit PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_islower PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_isspace PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_istitle PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_isupper PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_rfind PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_rindex PASSED [ 2%] core/tests/test_defchararray.py::TestInformation::test_startswith PASSED [ 2%] core/tests/test_defchararray.py::TestMethods::test_capitalize PASSED [ 2%] core/tests/test_defchararray.py::TestMethods::test_center PASSED [ 2%] core/tests/test_defchararray.py::TestMethods::test_decode PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_encode PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_expandtabs PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_join PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_ljust PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_lower PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_lstrip PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_partition PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_replace PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_rjust PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_rpartition PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_rsplit PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_rstrip PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_strip PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_split PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_splitlines PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_swapcase PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_title PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_upper PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_isnumeric PASSED [ 3%] core/tests/test_defchararray.py::TestMethods::test_isdecimal PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_add PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_radd PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_mul PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_rmul PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_mod PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_rmod PASSED [ 3%] core/tests/test_defchararray.py::TestOperations::test_slice PASSED [ 3%] core/tests/test_defchararray.py::test_empty_indexing PASSED [ 3%] core/tests/test_deprecations.py::TestNonTupleNDIndexDeprecation::test_basic PASSED [ 3%] core/tests/test_deprecations.py::TestRankDeprecation::test PASSED [ 3%] core/tests/test_deprecations.py::TestComparisonDeprecations::test_normal_types PASSED [ 3%] core/tests/test_deprecations.py::TestComparisonDeprecations::test_string PASSED [ 3%] core/tests/test_deprecations.py::TestComparisonDeprecations::test_void_dtype_equality_failures PASSED [ 3%] core/tests/test_deprecations.py::TestComparisonDeprecations::test_array_richcompare_legacy_weirdness PASSED [ 3%] core/tests/test_deprecations.py::TestDatetime64Timezone::test_string PASSED [ 3%] core/tests/test_deprecations.py::TestDatetime64Timezone::test_datetime PASSED [ 3%] core/tests/test_deprecations.py::TestNonCContiguousViewDeprecation::test_fortran_contiguous PASSED [ 3%] core/tests/test_deprecations.py::TestInvalidOrderParameterInputForFlattenArrayDeprecation::test_flatten_array_non_string_arg PASSED [ 3%] core/tests/test_deprecations.py::TestInvalidOrderParameterInputForFlattenArrayDeprecation::test_flatten_array_invalid_string_arg PASSED [ 3%] core/tests/test_deprecations.py::TestArrayDataAttributeAssignmentDeprecation::test_data_attr_assignment PASSED [ 3%] core/tests/test_deprecations.py::TestLinspaceInvalidNumParameter::test_float_arg PASSED [ 3%] core/tests/test_deprecations.py::TestBinaryReprInsufficientWidthParameterForRepresentation::test_insufficient_width_positive PASSED [ 3%] core/tests/test_deprecations.py::TestBinaryReprInsufficientWidthParameterForRepresentation::test_insufficient_width_negative PASSED [ 3%] core/tests/test_deprecations.py::TestNumericStyleTypecodes::test_all_dtypes PASSED [ 3%] core/tests/test_deprecations.py::TestTestDeprecated::test_assert_deprecated PASSED [ 3%] core/tests/test_deprecations.py::TestClassicIntDivision::test_int_dtypes PASSED [ 3%] core/tests/test_deprecations.py::TestNonNumericConjugate::test_conjugate PASSED [ 3%] core/tests/test_deprecations.py::TestNPY_CHAR::test_npy_char_deprecation PASSED [ 3%] core/tests/test_deprecations.py::Test_UPDATEIFCOPY::test_npy_updateifcopy_deprecation PASSED [ 3%] core/tests/test_deprecations.py::TestDatetimeEvent::test_3_tuple PASSED [ 3%] core/tests/test_deprecations.py::TestTruthTestingEmptyArrays::test_1d PASSED [ 3%] core/tests/test_deprecations.py::TestTruthTestingEmptyArrays::test_2d PASSED [ 3%] core/tests/test_deprecations.py::TestBincount::test_bincount_minlength PASSED [ 3%] core/tests/test_deprecations.py::TestGeneratorSum::test_generator_sum PASSED [ 3%] core/tests/test_deprecations.py::TestSctypeNA::test_sctypeNA PASSED [ 3%] core/tests/test_deprecations.py::TestPositiveOnNonNumerical::test_positive_on_non_number PASSED [ 3%] core/tests/test_deprecations.py::TestFromstring::test_fromstring PASSED [ 3%] core/tests/test_deprecations.py::Test_GetSet_NumericOps::test_get_numeric_ops PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[int] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[float] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[complex] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[int32] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[str] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[object] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_run[unicode] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_dtype[int] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_dtype[float] PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_equivalent_dtype_hashing PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_invalid_types PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_bad_param PASSED [ 3%] core/tests/test_dtype.py::TestBuiltin::test_field_order_equality PASSED [ 3%] core/tests/test_dtype.py::TestRecord::test_equivalent_record PASSED [ 3%] core/tests/test_dtype.py::TestRecord::test_different_names PASSED [ 3%] core/tests/test_dtype.py::TestRecord::test_different_titles PASSED [ 3%] core/tests/test_dtype.py::TestRecord::test_refcount_dictionary_setting PASSED [ 3%] core/tests/test_dtype.py::TestRecord::test_mutate PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_not_lists PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_aligned_size PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_union_struct PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_comma_datetime PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_from_dictproxy PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_from_dict_with_zero_width_field PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_bool_commastring PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_nonint_offsets PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_fields_by_index PASSED [ 4%] core/tests/test_dtype.py::TestRecord::test_partial_dict PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_single_subarray PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_equivalent_record PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_nonequivalent_record PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_shape_equal PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_shape_simple PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_shape_monster PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_shape_sequence PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_shape_matches_ndim PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_shape_invalid PASSED [ 4%] core/tests/test_dtype.py::TestSubarray::test_alignment PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func0-None-] SKIPPED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func0-None-] SKIPPED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func0-None-] SKIPPED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func0-None-] SKIPPED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[ones-1-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func2-0-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func2-0-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func2-0-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_create_delete[creation_func2-0-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_item_setting[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape0-index0-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape1-index1-4-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape2-index2-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_indexing[shape3-index3-2-] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredObjectRefcounting::test_structured_object_take_and_repeat[] PASSED [ 4%] core/tests/test_dtype.py::TestStructuredDtypeSparseFields::test_sparse_field_assignment XFAIL [ 4%] core/tests/test_dtype.py::TestStructuredDtypeSparseFields::test_sparse_field_assignment_fancy PASSED [ 4%] core/tests/test_dtype.py::TestMonsterType::test1 PASSED [ 4%] core/tests/test_dtype.py::TestMetadata::test_no_metadata PASSED [ 4%] core/tests/test_dtype.py::TestMetadata::test_metadata_takes_dict PASSED [ 4%] core/tests/test_dtype.py::TestMetadata::test_metadata_rejects_nondict PASSED [ 4%] core/tests/test_dtype.py::TestMetadata::test_nested_metadata PASSED [ 4%] core/tests/test_dtype.py::TestMetadata::test_base_metadata_copied PASSED [ 4%] core/tests/test_dtype.py::TestString::test_complex_dtype_str PASSED [ 4%] core/tests/test_dtype.py::TestString::test_repr_structured PASSED [ 4%] core/tests/test_dtype.py::TestString::test_repr_structured_not_packed PASSED [ 4%] core/tests/test_dtype.py::TestString::test_repr_structured_datetime PASSED [ 4%] core/tests/test_dtype.py::TestString::test_repr_str_subarray PASSED [ 4%] core/tests/test_dtype.py::TestString::test_dtype_str_with_long_in_shape PASSED [ 4%] core/tests/test_dtype.py::TestString::test_base_dtype_with_object_type PASSED [ 4%] core/tests/test_dtype.py::TestString::test_empty_string_to_object PASSED [ 4%] core/tests/test_dtype.py::TestString::test_void_subclass_unsized PASSED [ 4%] core/tests/test_dtype.py::TestString::test_void_subclass_sized PASSED [ 4%] core/tests/test_dtype.py::TestString::test_void_subclass_fields PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributeDeletion::test_dtype_non_writable_attributes_deletion PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributeDeletion::test_dtype_writable_attributes_deletion PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_descr_has_trailing_void PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_0] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int80] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint80] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int160] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint160] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int320] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint320] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int321] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint321] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int640] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint640] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float320] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float640] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float960] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex640] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1920] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[object_0] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_0] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[unicode_0] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[void0] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[datetime640] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[unicode_1] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float160] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1280] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float961] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int322] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1281] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[unicode_2] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1282] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[timedelta640] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint161] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1283] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float321] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int323] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1284] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float962] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint162] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[void1] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[unicode_3] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint322] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint323] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float161] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1285] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[void2] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float641] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int161] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int324] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int325] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[timedelta641] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[timedelta642] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[object_1] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_1] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint324] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float322] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float162] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint641] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int81] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint325] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_2] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[void3] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex641] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1921] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[object_2] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint81] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_1] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int82] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint642] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float963] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float642] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint163] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1922] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float643] PASSED [ 5%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint326] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[object_3] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float163] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1286] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[unicode_4] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint327] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int326] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex642] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[datetime641] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float644] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_3] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_4] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int327] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint328] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_2] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint643] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float964] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint329] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int328] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1287] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint82] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1288] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint164] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float645] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[datetime642] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint83] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[timedelta643] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1923] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint84] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint3210] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex643] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_5] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint85] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex644] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int641] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int83] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex645] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[void4] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int84] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint644] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int85] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1924] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float323] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float646] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint3211] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1925] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_3] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float965] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float164] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float324] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int329] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float966] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float325] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_4] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[object_4] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int162] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float647] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[datetime643] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1926] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint165] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[bool_6] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_5] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_6] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int642] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int643] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int163] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_7] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint3212] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[object_5] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[datetime644] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int3210] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex646] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[uint645] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_8] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[unicode_5] PASSED [ 6%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[string_9] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int164] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[float165] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int3211] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[complex1927] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[timedelta644] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int644] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int645] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int165] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_builtin[int3212] PASSED [ 7%] core/tests/test_dtype.py::TestDtypeAttributes::test_name_dtype_subclass PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[int] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[float] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[complex] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[int32] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[str] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[object] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[unicode] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_builtin[bool] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_structured PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_structured_aligned PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_structured_unaligned PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_structured_padded PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_structured_titles PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[Y-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[Y-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[M-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[M-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[W-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[W-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[D-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[D-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[h-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[h-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[m-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[m-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[s-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[s-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[ms-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[ms-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[us-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[us-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[ns-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[ns-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[ps-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[ps-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[fs-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[fs-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[as-m8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_datetime[as-M8] PASSED [ 7%] core/tests/test_dtype.py::TestPickling::test_metadata PASSED [ 7%] core/tests/test_dtype.py::test_rational_dtype PASSED [ 7%] core/tests/test_dtype.py::test_dtypes_are_true PASSED [ 7%] core/tests/test_dtype.py::test_invalid_dtype_string PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_array PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_padded_structure PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_bit_fields PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_pointer PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_void_pointer PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_union PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_union_with_struct_packed PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_union_packed PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_packed_structure PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_large_packed_structure PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_big_endian_structure_packed PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_little_endian_structure_packed PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_little_endian_structure PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_big_endian_structure PASSED [ 7%] core/tests/test_dtype.py::TestFromCTypes::test_simple_endian_types PASSED [ 7%] core/tests/test_einsum.py::TestEinsum::test_einsum_errors PASSED [ 7%] core/tests/test_einsum.py::TestEinsum::test_einsum_views PASSED [ 7%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int8 PASSED [ 7%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint8 PASSED [ 7%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int16 PASSED [ 7%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint16 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int32 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint32 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int64 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_uint64 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_float16 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_float32 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_float64 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_longdouble PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_cfloat64 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_cfloat128 PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_sums_clongdouble PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_misc PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_subscript_range PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_broadcast PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_fixedstridebug PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_fixed_collapsingbug PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_failed_on_p9_and_s390x PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_einsum_all_contig_non_contig_output PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_small_boolean_arrays PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_out_is_res PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_hadamard_like_products PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_index_transformations PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_complex PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_collapse PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_expand PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_edge_cases PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_inner_product PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_random_cases PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_combined_views_mapping PASSED [ 8%] core/tests/test_einsum.py::TestEinsum::test_broadcasting_dot_cases PASSED [ 8%] core/tests/test_einsum.py::TestEinsumPath::test_memory_contraints PASSED [ 8%] core/tests/test_einsum.py::TestEinsumPath::test_long_paths PASSED [ 8%] core/tests/test_einsum.py::TestEinsumPath::test_edge_paths PASSED [ 8%] core/tests/test_einsum.py::TestEinsumPath::test_path_type_input PASSED [ 8%] core/tests/test_einsum.py::TestEinsumPath::test_spaces PASSED [ 8%] core/tests/test_einsum.py::test_overlap PASSED [ 8%] core/tests/test_errstate.py::TestErrstate::test_invalid PASSED [ 8%] core/tests/test_errstate.py::TestErrstate::test_divide PASSED [ 8%] core/tests/test_errstate.py::TestErrstate::test_errcall PASSED [ 8%] core/tests/test_extint128.py::test_safe_binop PASSED [ 8%] core/tests/test_extint128.py::test_to_128 PASSED [ 8%] core/tests/test_extint128.py::test_to_64 PASSED [ 8%] core/tests/test_extint128.py::test_mul_64_64 PASSED [ 8%] core/tests/test_extint128.py::test_add_128 PASSED [ 8%] core/tests/test_extint128.py::test_sub_128 PASSED [ 8%] core/tests/test_extint128.py::test_neg_128 PASSED [ 8%] core/tests/test_extint128.py::test_shl_128 PASSED [ 8%] core/tests/test_extint128.py::test_shr_128 PASSED [ 8%] core/tests/test_extint128.py::test_gt_128 PASSED [ 8%] core/tests/test_extint128.py::test_divmod_128_64 PASSED [ 8%] core/tests/test_extint128.py::test_floordiv_128_64 PASSED [ 8%] core/tests/test_extint128.py::test_ceildiv_128_64 PASSED [ 8%] core/tests/test_function_base.py::TestLogspace::test_basic PASSED [ 8%] core/tests/test_function_base.py::TestLogspace::test_start_stop_array PASSED [ 8%] core/tests/test_function_base.py::TestLogspace::test_dtype PASSED [ 8%] core/tests/test_function_base.py::TestLogspace::test_physical_quantities PASSED [ 8%] core/tests/test_function_base.py::TestLogspace::test_subclass PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_basic PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_complex PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_dtype PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_start_stop_array_scalar PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_start_stop_array PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_physical_quantities PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_subclass PASSED [ 8%] core/tests/test_function_base.py::TestGeomspace::test_bounds PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_basic PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_corner PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_type PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_dtype PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_start_stop_array_scalar PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_start_stop_array PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_complex PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_physical_quantities PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_subclass PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_array_interface PASSED [ 8%] core/tests/test_function_base.py::TestLinspace::test_denormal_numbers PASSED [ 9%] core/tests/test_function_base.py::TestLinspace::test_equivalent_to_arange PASSED [ 9%] core/tests/test_function_base.py::TestLinspace::test_retstep PASSED [ 9%] core/tests/test_function_base.py::TestLinspace::test_object PASSED [ 9%] core/tests/test_getlimits.py::TestPythonFloat::test_singleton PASSED [ 9%] core/tests/test_getlimits.py::TestHalf::test_singleton PASSED [ 9%] core/tests/test_getlimits.py::TestSingle::test_singleton PASSED [ 9%] core/tests/test_getlimits.py::TestDouble::test_singleton PASSED [ 9%] core/tests/test_getlimits.py::TestLongdouble::test_singleton PASSED [ 9%] core/tests/test_getlimits.py::TestFinfo::test_basic PASSED [ 9%] core/tests/test_getlimits.py::TestIinfo::test_basic PASSED [ 9%] core/tests/test_getlimits.py::TestIinfo::test_unsigned_max PASSED [ 9%] core/tests/test_getlimits.py::TestRepr::test_iinfo_repr PASSED [ 9%] core/tests/test_getlimits.py::TestRepr::test_finfo_repr PASSED [ 9%] core/tests/test_getlimits.py::test_instances PASSED [ 9%] core/tests/test_getlimits.py::test_known_types PASSED [ 9%] core/tests/test_getlimits.py::test_plausible_finfo PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversions PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-None-None] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-None-up] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-None-down] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-up-None] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-up-up] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-up-down] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-down-None] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-down-up] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float32-down-down] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-None-None] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-None-up] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-None-down] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-up-None] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-up-up] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-up-down] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-down-None] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-down-up] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_rounding[float64-down-down] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_denormal_round_even[float32-uint32-23] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_conversion_denormal_round_even[float64-uint64-52] PASSED [ 9%] core/tests/test_half.py::TestHalf::test_nans_infs PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_values PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_rounding PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_correctness PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_ordering PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_funcs PASSED [ 9%] core/tests/test_half.py::TestHalf::test_spacing_nextafter PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_ufuncs PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_coercion PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_fpe PASSED [ 9%] core/tests/test_half.py::TestHalf::test_half_array_interface PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_arraytypes_fasttake PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_take_from_object PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_multiindex_exceptions PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_put_exceptions PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_iterators_exceptions PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_mapping PASSED [ 9%] core/tests/test_indexerrors.py::TestIndexErrors::test_methods PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_index_no_floats PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_slicing_no_floats PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_index_no_array_to_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_none_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_empty_tuple_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_void_scalar_empty_tuple PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_same_kind_index_casting PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_empty_fancy_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_ellipsis_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_single_int_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_single_bool_index PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_boolean_shape_mismatch PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_boolean_indexing_onedim PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_boolean_assignment_value_mismatch PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_boolean_assignment_needs_api PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_boolean_indexing_twodim PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_boolean_indexing_list PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_reverse_strides_and_subspace_bufferinit PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_reversed_strides_result_allocation PASSED [ 9%] core/tests/test_indexing.py::TestIndexing::test_uncontiguous_subspace_assignment PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_too_many_fancy_indices_special_case PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_scalar_array_bool PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_everything_returns_views PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_broaderrors_indexing PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_trivial_fancy_out_of_bounds PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_trivial_fancy_not_possible PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_nonbaseclass_values PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_subclass_writeable PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_memory_order PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_scalar_return_type PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_small_regressions PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_unaligned PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_tuple_subclass PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_broken_sequence_not_nd_index PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_indexing_array_weird_strides PASSED [ 10%] core/tests/test_indexing.py::TestIndexing::test_indexing_array_negative_strides PASSED [ 10%] core/tests/test_indexing.py::TestFieldIndexing::test_scalar_return_type PASSED [ 10%] core/tests/test_indexing.py::TestBroadcastedAssignments::test_prepending_ones PASSED [ 10%] core/tests/test_indexing.py::TestBroadcastedAssignments::test_prepend_not_one PASSED [ 10%] core/tests/test_indexing.py::TestBroadcastedAssignments::test_simple_broadcasting_errors PASSED [ 10%] core/tests/test_indexing.py::TestBroadcastedAssignments::test_index_is_larger PASSED [ 10%] core/tests/test_indexing.py::TestBroadcastedAssignments::test_broadcast_subspace PASSED [ 10%] core/tests/test_indexing.py::TestSubclasses::test_basic PASSED [ 10%] core/tests/test_indexing.py::TestSubclasses::test_finalize_gets_full_info PASSED [ 10%] core/tests/test_indexing.py::TestSubclasses::test_slice_decref_getsetslice PASSED [ 10%] core/tests/test_indexing.py::TestFancyIndexingCast::test_boolean_index_cast_assign PASSED [ 10%] core/tests/test_indexing.py::TestFancyIndexingEquivalence::test_object_assign PASSED [ 10%] core/tests/test_indexing.py::TestFancyIndexingEquivalence::test_cast_equivalence PASSED [ 10%] core/tests/test_indexing.py::TestMultiIndexingAutomated::test_boolean PASSED [ 10%] core/tests/test_indexing.py::TestMultiIndexingAutomated::test_multidim PASSED [ 10%] core/tests/test_indexing.py::TestMultiIndexingAutomated::test_1d PASSED [ 10%] core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_valid_indexing PASSED [ 10%] core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_valid_slicing PASSED [ 10%] core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_non_integer_argument_errors PASSED [ 10%] core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_non_integer_sequence_multiplication PASSED [ 10%] core/tests/test_indexing.py::TestFloatNonIntegerArgument::test_reduce_axis_float_index PASSED [ 10%] core/tests/test_indexing.py::TestBooleanIndexing::test_bool_as_int_argument_errors PASSED [ 10%] core/tests/test_indexing.py::TestBooleanIndexing::test_boolean_indexing_weirdness PASSED [ 10%] core/tests/test_indexing.py::TestArrayToIndexDeprecation::test_array_to_index_error PASSED [ 10%] core/tests/test_indexing.py::TestNonIntegerArrayLike::test_basic PASSED [ 10%] core/tests/test_indexing.py::TestMultipleEllipsisError::test_basic PASSED [ 10%] core/tests/test_indexing.py::TestCApiAccess::test_getitem PASSED [ 10%] core/tests/test_indexing.py::TestCApiAccess::test_setitem PASSED [ 10%] core/tests/test_item_selection.py::TestTake::test_simple PASSED [ 10%] core/tests/test_item_selection.py::TestTake::test_refcounting PASSED [ 10%] core/tests/test_item_selection.py::TestTake::test_unicode_mode PASSED [ 10%] core/tests/test_item_selection.py::TestTake::test_empty_partition PASSED [ 10%] core/tests/test_item_selection.py::TestTake::test_empty_argpartition PASSED [ 10%] core/tests/test_longdouble.py::test_scalar_extraction PASSED [ 10%] core/tests/test_longdouble.py::test_repr_roundtrip PASSED [ 10%] core/tests/test_longdouble.py::test_unicode PASSED [ 10%] core/tests/test_longdouble.py::test_string PASSED [ 10%] core/tests/test_longdouble.py::test_bytes PASSED [ 10%] core/tests/test_longdouble.py::test_repr_roundtrip_bytes PASSED [ 10%] core/tests/test_longdouble.py::test_bogus_string PASSED [ 10%] core/tests/test_longdouble.py::test_fromstring PASSED [ 10%] core/tests/test_longdouble.py::test_fromstring_bogus PASSED [ 10%] core/tests/test_longdouble.py::test_fromstring_empty PASSED [ 10%] core/tests/test_longdouble.py::test_fromstring_missing PASSED [ 10%] core/tests/test_longdouble.py::TestFileBased::test_fromfile_bogus PASSED [ 10%] core/tests/test_longdouble.py::TestFileBased::test_fromfile PASSED [ 10%] core/tests/test_longdouble.py::TestFileBased::test_genfromtxt PASSED [ 10%] core/tests/test_longdouble.py::TestFileBased::test_loadtxt PASSED [ 10%] core/tests/test_longdouble.py::TestFileBased::test_tofile_roundtrip PASSED [ 10%] core/tests/test_longdouble.py::test_repr_exact PASSED [ 10%] core/tests/test_longdouble.py::test_format SKIPPED [ 10%] core/tests/test_longdouble.py::test_percent SKIPPED [ 10%] core/tests/test_longdouble.py::test_array_repr SKIPPED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_repr_roundtrip_foreign PASSED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign_repr PASSED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_best_effort_float PASSED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_best_effort PASSED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign PASSED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign_sep PASSED [ 10%] core/tests/test_longdouble.py::TestCommaDecimalPointLocale::test_fromstring_foreign_value PASSED [ 10%] core/tests/test_longdouble.py::test_longdouble_from_int[int_val0] PASSED [ 11%] core/tests/test_longdouble.py::test_longdouble_from_int[0] PASSED [ 11%] core/tests/test_longdouble.py::test_longdouble_from_bool[True] PASSED [ 11%] core/tests/test_longdouble.py::test_longdouble_from_bool[False] PASSED [ 11%] core/tests/test_machar.py::TestMachAr::test_underlow PASSED [ 11%] core/tests/test_mem_overlap.py::test_overlapping_assignments PASSED [ 11%] core/tests/test_mem_overlap.py::test_diophantine_overflow PASSED [ 11%] core/tests/test_mem_overlap.py::test_may_share_memory_manual PASSED [ 11%] core/tests/test_mem_overlap.py::test_shares_memory_api PASSED [ 11%] core/tests/test_mem_overlap.py::test_may_share_memory_bad_max_work PASSED [ 11%] core/tests/test_mem_overlap.py::test_internal_overlap_diophantine PASSED [ 11%] core/tests/test_mem_overlap.py::test_internal_overlap_slices PASSED [ 11%] core/tests/test_mem_overlap.py::test_internal_overlap_manual PASSED [ 11%] core/tests/test_mem_overlap.py::test_non_ndarray_inputs PASSED [ 11%] core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_reduceat_manual PASSED [ 11%] core/tests/test_mem_overlap.py::TestUFunc::test_ufunc_at_manual PASSED [ 11%] core/tests/test_mem_overlap.py::TestUFunc::test_unary_ufunc_1d_manual PASSED [ 11%] core/tests/test_mem_overlap.py::TestUFunc::test_unary_ufunc_where_same PASSED [ 11%] core/tests/test_mem_overlap.py::TestUFunc::test_binary_ufunc_1d_manual PASSED [ 11%] core/tests/test_mem_overlap.py::TestUFunc::test_inplace_op_simple_manual PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_roundtrip PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_open_with_filename PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_unnamed_file PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_attributes PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_filename PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_path SKIPPED [ 11%] core/tests/test_memmap.py::TestMemmap::test_filename_fileobj PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_flush PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_del PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_arithmetic_drops_references PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_indexing_drops_references PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_slicing_keeps_references PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_view PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_ufunc_return_ndarray PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_getitem PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_memmap_subclass PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_mmap_offset_greater_than_allocation_granularity PASSED [ 11%] core/tests/test_memmap.py::TestMemmap::test_no_shape PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_writeable PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_writeable_from_readonly PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_writeable_from_buffer PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_writeable_pickle SKIPPED [ 11%] core/tests/test_multiarray.py::TestFlags::test_writeable_from_c_data PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_otherflags PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_string_align PASSED [ 11%] core/tests/test_multiarray.py::TestFlags::test_void_align PASSED [ 11%] core/tests/test_multiarray.py::TestHash::test_int PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_attributes PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_dtypeattr PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_int_subclassing PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_stridesattr PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_set_stridesattr PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_fill PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_fill_max_uint64 PASSED [ 11%] core/tests/test_multiarray.py::TestAttributes::test_fill_struct_array PASSED [ 11%] core/tests/test_multiarray.py::TestArrayConstruction::test_array PASSED [ 11%] core/tests/test_multiarray.py::TestArrayConstruction::test_array_empty PASSED [ 11%] core/tests/test_multiarray.py::TestArrayConstruction::test_array_copy_false PASSED [ 11%] core/tests/test_multiarray.py::TestArrayConstruction::test_array_copy_true PASSED [ 11%] core/tests/test_multiarray.py::TestArrayConstruction::test_array_cont PASSED [ 11%] core/tests/test_multiarray.py::TestAssignment::test_assignment_broadcasting PASSED [ 11%] core/tests/test_multiarray.py::TestAssignment::test_assignment_errors PASSED [ 11%] core/tests/test_multiarray.py::TestAssignment::test_unicode_assignment PASSED [ 11%] core/tests/test_multiarray.py::TestAssignment::test_stringlike_empty_list PASSED [ 11%] core/tests/test_multiarray.py::TestAssignment::test_longdouble_assignment PASSED [ 11%] core/tests/test_multiarray.py::TestAssignment::test_cast_to_string PASSED [ 11%] core/tests/test_multiarray.py::TestDtypedescr::test_construction PASSED [ 11%] core/tests/test_multiarray.py::TestDtypedescr::test_byteorders PASSED [ 11%] core/tests/test_multiarray.py::TestDtypedescr::test_structured_non_void PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_ellipsis_subscript PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_empty_subscript PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_invalid_subscript PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_ellipsis_subscript_assignment PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_empty_subscript_assignment PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_invalid_subscript_assignment PASSED [ 11%] core/tests/test_multiarray.py::TestZeroRank::test_newaxis PASSED [ 12%] core/tests/test_multiarray.py::TestZeroRank::test_invalid_newaxis PASSED [ 12%] core/tests/test_multiarray.py::TestZeroRank::test_constructor PASSED [ 12%] core/tests/test_multiarray.py::TestZeroRank::test_output PASSED [ 12%] core/tests/test_multiarray.py::TestZeroRank::test_real_imag PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_ellipsis_subscript PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_empty_subscript PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_invalid_subscript PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_invalid_subscript_assignment PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_newaxis PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_invalid_newaxis PASSED [ 12%] core/tests/test_multiarray.py::TestScalarIndexing::test_overlapping_assignment PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_from_attribute PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_from_string PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_void PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_too_big_error PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_zeros PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_zeros_big PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_zeros_obj PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_zeros_obj_obj PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_zeros_like_like_zeros PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_empty_unicode PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_sequence_non_homogenous PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_sequence_long PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_non_sequence_sequence PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_no_len_object_type PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_false_len_sequence PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_failed_len_sequence PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_array_too_big PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_jagged_ndim_object PASSED [ 12%] core/tests/test_multiarray.py::TestCreation::test_jagged_shape_object PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_subarray_field_access PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_subarray_comparison PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_casting PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_objview PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_setfield PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_setfield_object PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_zero_width_string PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_base_attr PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_assignment PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_structuredscalar_indexing PASSED [ 12%] core/tests/test_multiarray.py::TestStructured::test_multiindex_titles PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_test_interning PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_sum PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_count_nonzero PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_count_nonzero_all PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_count_nonzero_unaligned PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_cast_from_void PASSED [ 12%] core/tests/test_multiarray.py::TestBool::test_cast_from_unicode XFAIL [ 12%] core/tests/test_multiarray.py::TestBool::test_cast_from_bytes XFAIL [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_create PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_sort PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_argsort PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_partition PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_argpartition PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_resize PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_view PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_pickle PASSED [ 12%] core/tests/test_multiarray.py::TestZeroSizeFlexible::test_pickle_with_buffercallback SKIPPED [ 12%] core/tests/test_multiarray.py::TestMethods::test_compress PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_choose PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_prod PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_repeat PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_reshape PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_round PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_squeeze PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_transpose PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_sort PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_void_sort PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_sort_raises PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_sort_degraded PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_copy PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_sort_order PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_argsort PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_sort_unicode_kind PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_searchsorted PASSED [ 12%] core/tests/test_multiarray.py::TestMethods::test_searchsorted_unicode PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_searchsorted_with_sorter PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_searchsorted_return_type PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_argpartition_out_of_range PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition_out_of_range PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_argpartition_integer PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition_integer PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition_empty_array PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_argpartition_empty_array PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition_iterative PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition_cdtype PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_partition_unicode_kind PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_argpartition_gh5524 PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_flatten PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_arr_mult[func0] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_arr_mult[func1] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[i-func0] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[i-func1] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[f-func0] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[f-func1] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[d-func0] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[d-func1] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[F-func0] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[F-func1] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[D-func0] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_no_dgemv[D-func1] PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_dot PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_dot_type_mismatch PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_dot_out_mem_overlap PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_dot_matmul_out PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_dot_matmul_inner_array_casting_fails PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_matmul_out PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_diagonal PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_diagonal_view_notwriteable PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_diagonal_memleak PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_size_zero_memleak PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_trace PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_trace_subclass PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_put PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_ravel PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_ravel_subclass PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_swapaxes PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test_conjugate PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test__complex__ PASSED [ 13%] core/tests/test_multiarray.py::TestMethods::test__complex__should_not_work PASSED [ 13%] core/tests/test_multiarray.py::TestCequenceMethods::test_array_contains PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_inplace PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_ufunc_binop_interaction PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_ufunc_override_normalize_signature PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_array_ufunc_index PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_out_override PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_pow_override_with_errors PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_pow_array_object_dtype PASSED [ 13%] core/tests/test_multiarray.py::TestBinop::test_pos_array_ufunc_override PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_extension_incref_elide PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_extension_incref_elide_stack PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_temporary_with_cast PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_elide_broadcast PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_elide_scalar PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_elide_scalar_readonly PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_elide_readonly PASSED [ 13%] core/tests/test_multiarray.py::TestTemporaryElide::test_elide_updateifcopy PASSED [ 13%] core/tests/test_multiarray.py::TestCAPI::test_IsPythonScalar PASSED [ 13%] core/tests/test_multiarray.py::TestSubscripting::test_test_zero_rank PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_highest_available_pickle_protocol PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_correct_protocol5_error_message PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_record_array_with_object_dtype PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_f_contiguous_array SKIPPED [ 13%] core/tests/test_multiarray.py::TestPickling::test_non_contiguous_array PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_roundtrip PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_version0_int8 PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_version0_float32 PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_version0_object PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_version1_int8 PASSED [ 13%] core/tests/test_multiarray.py::TestPickling::test_version1_float32 PASSED [ 14%] core/tests/test_multiarray.py::TestPickling::test_version1_object PASSED [ 14%] core/tests/test_multiarray.py::TestPickling::test_subarray_int_shape PASSED [ 14%] core/tests/test_multiarray.py::TestPickling::test_datetime64_byteorder PASSED [ 14%] core/tests/test_multiarray.py::TestPickling::test_py2_can_load_py3_pickle_with_dtype_field_names PASSED [ 14%] core/tests/test_multiarray.py::TestPickling::test_py3_can_load_py2_pickle_with_dtype_field_names PASSED [ 14%] core/tests/test_multiarray.py::TestFancyIndexing::test_list PASSED [ 14%] core/tests/test_multiarray.py::TestFancyIndexing::test_tuple PASSED [ 14%] core/tests/test_multiarray.py::TestFancyIndexing::test_mask PASSED [ 14%] core/tests/test_multiarray.py::TestFancyIndexing::test_mask2 PASSED [ 14%] core/tests/test_multiarray.py::TestFancyIndexing::test_assign_mask PASSED [ 14%] core/tests/test_multiarray.py::TestFancyIndexing::test_assign_mask2 PASSED [ 14%] core/tests/test_multiarray.py::TestStringCompare::test_string PASSED [ 14%] core/tests/test_multiarray.py::TestStringCompare::test_mixed PASSED [ 14%] core/tests/test_multiarray.py::TestStringCompare::test_unicode PASSED [ 14%] core/tests/test_multiarray.py::TestArgmax::test_all PASSED [ 14%] core/tests/test_multiarray.py::TestArgmax::test_combinations PASSED [ 14%] core/tests/test_multiarray.py::TestArgmax::test_output_shape PASSED [ 14%] core/tests/test_multiarray.py::TestArgmax::test_argmax_unicode PASSED [ 14%] core/tests/test_multiarray.py::TestArgmax::test_np_vs_ndarray PASSED [ 14%] core/tests/test_multiarray.py::TestArgmax::test_object_argmax_with_NULLs PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_all PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_combinations PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_minimum_signed_integers PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_output_shape PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_argmin_unicode PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_np_vs_ndarray PASSED [ 14%] core/tests/test_multiarray.py::TestArgmin::test_object_argmin_with_NULLs PASSED [ 14%] core/tests/test_multiarray.py::TestMinMax::test_scalar PASSED [ 14%] core/tests/test_multiarray.py::TestMinMax::test_axis PASSED [ 14%] core/tests/test_multiarray.py::TestMinMax::test_datetime PASSED [ 14%] core/tests/test_multiarray.py::TestNewaxis::test_basic PASSED [ 14%] core/tests/test_multiarray.py::TestClip::test_basic PASSED [ 14%] core/tests/test_multiarray.py::TestClip::test_record_array PASSED [ 14%] core/tests/test_multiarray.py::TestClip::test_max_or_min PASSED [ 14%] core/tests/test_multiarray.py::TestClip::test_nan PASSED [ 14%] core/tests/test_multiarray.py::TestCompress::test_axis PASSED [ 14%] core/tests/test_multiarray.py::TestCompress::test_truncate PASSED [ 14%] core/tests/test_multiarray.py::TestCompress::test_flatten PASSED [ 14%] core/tests/test_multiarray.py::TestPutmask::test_ip_types PASSED [ 14%] core/tests/test_multiarray.py::TestPutmask::test_mask_size PASSED [ 14%] core/tests/test_multiarray.py::TestPutmask::test_byteorder[>i4] PASSED [ 14%] core/tests/test_multiarray.py::TestPutmask::test_byteorder[i4] PASSED [ 14%] core/tests/test_multiarray.py::TestTake::test_byteorder[] PASSED [ 15%] core/tests/test_multiarray.py::TestFromBuffer::test_basic[int-<] PASSED [ 15%] core/tests/test_multiarray.py::TestFromBuffer::test_basic[int->] PASSED [ 15%] core/tests/test_multiarray.py::TestFromBuffer::test_basic[complex-<] PASSED [ 15%] core/tests/test_multiarray.py::TestFromBuffer::test_basic[complex->] PASSED [ 15%] core/tests/test_multiarray.py::TestFromBuffer::test_empty PASSED [ 15%] core/tests/test_multiarray.py::TestFlat::test_contiguous PASSED [ 15%] core/tests/test_multiarray.py::TestFlat::test_discontiguous PASSED [ 15%] core/tests/test_multiarray.py::TestFlat::test___array__ PASSED [ 15%] core/tests/test_multiarray.py::TestFlat::test_refcount PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_basic PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_check_reference PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_int_shape PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_none_shape PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_0d_shape PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_invalid_arguments PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_freeform_shape PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_zeros_appended PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_obj_obj PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_empty_view PASSED [ 15%] core/tests/test_multiarray.py::TestResize::test_check_weakref PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_field_rename PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_multiple_field_name_occurrence PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_bytes_fields SKIPPED [ 15%] core/tests/test_multiarray.py::TestRecord::test_multiple_field_name_unicode SKIPPED [ 15%] core/tests/test_multiarray.py::TestRecord::test_unicode_field_titles PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_unicode_field_names PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_fromarrays_unicode PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_unicode_order PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_field_names SKIPPED [ 15%] core/tests/test_multiarray.py::TestRecord::test_record_hash PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_record_no_hash PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_empty_structure_creation PASSED [ 15%] core/tests/test_multiarray.py::TestRecord::test_multifield_indexing_view PASSED [ 15%] core/tests/test_multiarray.py::TestView::test_basic PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_python_type PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_keepdims PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_out PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_dtype_from_input PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_dtype_from_dtype PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_ddof PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_ddof_too_big PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_empty PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_mean_values PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_mean_float16 PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_var_values PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_std_values PASSED [ 15%] core/tests/test_multiarray.py::TestStats::test_subclass PASSED [ 15%] core/tests/test_multiarray.py::TestVdot::test_basic PASSED [ 15%] core/tests/test_multiarray.py::TestVdot::test_vdot_array_order PASSED [ 15%] core/tests/test_multiarray.py::TestVdot::test_vdot_uncontiguous PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotmatmat PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotmatvec PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotmatvec2 PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotvecmat PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotvecmat2 PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotvecmat3 PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotvecvecouter PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotvecvecinner PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotcolumnvect1 PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotcolumnvect2 PASSED [ 15%] core/tests/test_multiarray.py::TestDot::test_dotvecscalar PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_dotvecscalar2 PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_all PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_vecobject PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_dot_2args PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_dot_3args PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_dot_3args_errors PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_dot_array_order PASSED [ 16%] core/tests/test_multiarray.py::TestDot::test_accelerate_framework_sgemv_fix PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_exceptions PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_shapes PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_result_types PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_scalar_output PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_vector_vector_values PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_vector_matrix_values PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matrix_vector_values PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matrix_matrix_values PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_out_arg PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_out_contiguous PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args0] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args1] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args2] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args3] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args4] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args5] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args6] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args7] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args8] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args9] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args10] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args11] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args12] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args13] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args14] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args15] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args16] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args17] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args18] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args19] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args20] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args21] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args22] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args23] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args24] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args25] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args26] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args27] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args28] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args29] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args30] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args31] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_dot_equivalent[args32] PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matmul_object PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matmul_object_type_scalar PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matmul_empty PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matmul_exception_multiply PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matmul_exception_add PASSED [ 16%] core/tests/test_multiarray.py::TestMatmul::test_matmul_bool PASSED [ 16%] core/tests/test_multiarray.py::TestInner::test_inner_type_mismatch PASSED [ 16%] core/tests/test_multiarray.py::TestInner::test_inner_scalar_and_vector PASSED [ 16%] core/tests/test_multiarray.py::TestInner::test_vecself PASSED [ 16%] core/tests/test_multiarray.py::TestInner::test_inner_product_with_various_contiguities PASSED [ 16%] core/tests/test_multiarray.py::TestInner::test_3d_tensor PASSED [ 16%] core/tests/test_multiarray.py::TestAlen::test_basic PASSED [ 16%] core/tests/test_multiarray.py::TestAlen::test_singleton PASSED [ 16%] core/tests/test_multiarray.py::TestChoose::test_basic PASSED [ 16%] core/tests/test_multiarray.py::TestChoose::test_broadcast1 PASSED [ 16%] core/tests/test_multiarray.py::TestChoose::test_broadcast2 PASSED [ 16%] core/tests/test_multiarray.py::TestRepeat::test_basic PASSED [ 16%] core/tests/test_multiarray.py::TestRepeat::test_broadcast1 PASSED [ 16%] core/tests/test_multiarray.py::TestRepeat::test_axis_spec PASSED [ 16%] core/tests/test_multiarray.py::TestRepeat::test_broadcast2 PASSED [ 16%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple2d[float] PASSED [ 16%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple2d[object] PASSED [ 16%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror2d[float] PASSED [ 16%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror2d[object] PASSED [ 17%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple[float] PASSED [ 17%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_simple[object] PASSED [ 17%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror[float] PASSED [ 17%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_mirror[object] PASSED [ 17%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_circular[float] PASSED [ 17%] core/tests/test_multiarray.py::TestNeighborhoodIter::test_circular[object] PASSED [ 17%] core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_const PASSED [ 17%] core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_mirror PASSED [ 17%] core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_circular PASSED [ 17%] core/tests/test_multiarray.py::TestStackedNeighborhoodIter::test_simple_strict_within PASSED [ 17%] core/tests/test_multiarray.py::TestWarnings::test_complex_warning PASSED [ 17%] core/tests/test_multiarray.py::TestMinScalarType::test_usigned_shortshort PASSED [ 17%] core/tests/test_multiarray.py::TestMinScalarType::test_usigned_short PASSED [ 17%] core/tests/test_multiarray.py::TestMinScalarType::test_usigned_int PASSED [ 17%] core/tests/test_multiarray.py::TestMinScalarType::test_usigned_longlong PASSED [ 17%] core/tests/test_multiarray.py::TestMinScalarType::test_object PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_native_padding PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_native_padding_2 PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_trailing_padding PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_native_padding_3 PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_padding_with_array_inside_struct PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_byteorder_inside_struct PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_intra_padding PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_char_vs_string PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_field_order PASSED [ 17%] core/tests/test_multiarray.py::TestPEP3118Dtype::test_unnamed_fields PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip_half PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip_single_types PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip_scalar PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_invalid_buffer_format PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_simple_1d PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_simple_nd PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_discontiguous PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_record PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_subarray PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_endian PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_export_flags PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_padding PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_reference_leak PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_padded_struct_array PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_relaxed_strides PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_out_of_order_fields PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_max_dims PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_too_many_dims PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_pointer_type PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_error_message_unsupported PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_ctypes_integer_via_memoryview PASSED [ 17%] core/tests/test_multiarray.py::TestNewBufferProtocol::test_ctypes_struct_via_memoryview PASSED [ 17%] core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_writable_attributes_deletion PASSED [ 17%] core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_not_writable_attributes_deletion PASSED [ 17%] core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_flags_writable_attribute_deletion PASSED [ 17%] core/tests/test_multiarray.py::TestArrayAttributeDeletion::test_multiarray_flags_not_writable_attribute_deletion PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val0-iface0-0.5] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val1-iface1-expected1] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val2-iface2-expected2] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val3-iface3-0.5] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val4-iface4-TypeError] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val5-iface5-expected5] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val6-iface6-ValueError] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val7-iface7-0.5] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val8-iface8-ValueError] PASSED [ 17%] core/tests/test_multiarray.py::TestArrayInterface::test_scalar_interface[val9-iface9-TypeError] PASSED [ 17%] core/tests/test_multiarray.py::test_interface_no_shape PASSED [ 17%] core/tests/test_multiarray.py::test_array_interface_itemsize PASSED [ 17%] core/tests/test_multiarray.py::test_array_interface_empty_shape PASSED [ 17%] core/tests/test_multiarray.py::test_array_interface_offset PASSED [ 17%] core/tests/test_multiarray.py::test_flat_element_deletion PASSED [ 17%] core/tests/test_multiarray.py::test_scalar_element_deletion PASSED [ 17%] core/tests/test_multiarray.py::TestMemEventHook::test_mem_seteventhook PASSED [ 17%] core/tests/test_multiarray.py::TestMapIter::test_mapiter PASSED [ 17%] core/tests/test_multiarray.py::TestAsCArray::test_1darray PASSED [ 17%] core/tests/test_multiarray.py::TestAsCArray::test_2darray PASSED [ 17%] core/tests/test_multiarray.py::TestAsCArray::test_3darray PASSED [ 17%] core/tests/test_multiarray.py::TestConversion::test_array_scalar_relational_operation PASSED [ 17%] core/tests/test_multiarray.py::TestConversion::test_to_bool_scalar PASSED [ 18%] core/tests/test_multiarray.py::TestConversion::test_to_int_scalar PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_basic PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_exotic PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_ndim PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_dtype_mix PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_foreign PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_error PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_string PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_empty_result PASSED [ 18%] core/tests/test_multiarray.py::TestWhere::test_largedim PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_empty_array PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_array_int32 PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_array_int64 PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_array_float32 PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_array_float64 PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_view PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_reshape PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_resize PASSED [ 18%] core/tests/test_multiarray.py::TestSizeOf::test_error PASSED [ 18%] core/tests/test_multiarray.py::TestHashing::test_arrays_not_hashable PASSED [ 18%] core/tests/test_multiarray.py::TestHashing::test_collections_hashable PASSED [ 18%] core/tests/test_multiarray.py::TestArrayPriority::test_ndarray_subclass PASSED [ 18%] core/tests/test_multiarray.py::TestArrayPriority::test_ndarray_other PASSED [ 18%] core/tests/test_multiarray.py::TestArrayPriority::test_subclass_subclass PASSED [ 18%] core/tests/test_multiarray.py::TestArrayPriority::test_subclass_other PASSED [ 18%] core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_empty_bstring_array_is_falsey PASSED [ 18%] core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_whitespace_bstring_array_is_falsey PASSED [ 18%] core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_all_null_bstring_array_is_falsey PASSED [ 18%] core/tests/test_multiarray.py::TestBytestringArrayNonzero::test_null_inside_bstring_array_is_truthy PASSED [ 18%] core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_empty_ustring_array_is_falsey PASSED [ 18%] core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_whitespace_ustring_array_is_falsey PASSED [ 18%] core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_all_null_ustring_array_is_falsey PASSED [ 18%] core/tests/test_multiarray.py::TestUnicodeArrayNonzero::test_null_inside_ustring_array_is_truthy PASSED [ 18%] core/tests/test_multiarray.py::TestFormat::test_0d PASSED [ 18%] core/tests/test_multiarray.py::TestFormat::test_1d_no_format PASSED [ 18%] core/tests/test_multiarray.py::TestFormat::test_1d_format PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_is_available PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_is_not_available PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[1d] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[2d] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[structured] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[overlapping] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[object] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[empty] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[empty-2d] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_data_as_holds_reference[readonly] PASSED [ 18%] core/tests/test_multiarray.py::TestCTypes::test_ctypes_as_parameter_holds_reference PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_argmax_with_out PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_argmin_with_out PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_clip_with_out PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_insert_noncontiguous PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_put_noncontiguous PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_putmask_noncontiguous PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_take_mode_raise PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_choose_mod_raise PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_flatiter__array__ PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_dot_out PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_view_assign PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_dealloc_warning PASSED [ 18%] core/tests/test_multiarray.py::TestWritebackIfCopy::test_view_discard_refcount PASSED [ 18%] core/tests/test_multiarray.py::TestArange::test_infinite PASSED [ 18%] core/tests/test_multiarray.py::TestArange::test_nan_step PASSED [ 18%] core/tests/test_multiarray.py::TestArange::test_zero_step PASSED [ 18%] core/tests/test_multiarray.py::TestArrayFinalize::test_receives_base PASSED [ 18%] core/tests/test_multiarray.py::TestArrayFinalize::test_lifetime_on_error PASSED [ 18%] core/tests/test_multiarray.py::test_orderconverter_with_nonASCII_unicode_ordering PASSED [ 18%] core/tests/test_multiarray.py::test_equal_override PASSED [ 18%] core/tests/test_multiarray.py::test_npymath_complex PASSED [ 18%] core/tests/test_multiarray.py::test_npymath_real PASSED [ 18%] core/tests/test_multiarray.py::test_uintalignment_and_alignment PASSED [ 18%] core/tests/test_multiarray.py::TestAlignment::test_various_alignments PASSED [ 18%] core/tests/test_multiarray.py::TestAlignment::test_strided_loop_alignments PASSED [ 18%] core/tests/test_multiarray.py::test_getfield PASSED [ 18%] core/tests/test_nditer.py::test_iter_refcount PASSED [ 18%] core/tests/test_nditer.py::test_iter_best_order PASSED [ 19%] core/tests/test_nditer.py::test_iter_c_order PASSED [ 19%] core/tests/test_nditer.py::test_iter_f_order PASSED [ 19%] core/tests/test_nditer.py::test_iter_c_or_f_order PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_multi_index_1d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_multi_index_2d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_multi_index_3d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_c_index_1d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_c_index_2d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_c_index_3d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_f_index_1d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_f_index_2d PASSED [ 19%] core/tests/test_nditer.py::test_iter_best_order_f_index_3d PASSED [ 19%] core/tests/test_nditer.py::test_iter_no_inner_full_coalesce PASSED [ 19%] core/tests/test_nditer.py::test_iter_no_inner_dim_coalescing PASSED [ 19%] core/tests/test_nditer.py::test_iter_dim_coalescing PASSED [ 19%] core/tests/test_nditer.py::test_iter_broadcasting PASSED [ 19%] core/tests/test_nditer.py::test_iter_itershape PASSED [ 19%] core/tests/test_nditer.py::test_iter_broadcasting_errors PASSED [ 19%] core/tests/test_nditer.py::test_iter_flags_errors PASSED [ 19%] core/tests/test_nditer.py::test_iter_slice PASSED [ 19%] core/tests/test_nditer.py::test_iter_assign_mapping PASSED [ 19%] core/tests/test_nditer.py::test_iter_nbo_align_contig PASSED [ 19%] core/tests/test_nditer.py::test_iter_array_cast PASSED [ 19%] core/tests/test_nditer.py::test_iter_array_cast_errors PASSED [ 19%] core/tests/test_nditer.py::test_iter_scalar_cast PASSED [ 19%] core/tests/test_nditer.py::test_iter_scalar_cast_errors PASSED [ 19%] core/tests/test_nditer.py::test_iter_object_arrays_basic PASSED [ 19%] core/tests/test_nditer.py::test_iter_object_arrays_conversions PASSED [ 19%] core/tests/test_nditer.py::test_iter_common_dtype PASSED [ 19%] core/tests/test_nditer.py::test_iter_copy_if_overlap PASSED [ 19%] core/tests/test_nditer.py::test_iter_op_axes PASSED [ 19%] core/tests/test_nditer.py::test_iter_op_axes_errors PASSED [ 19%] core/tests/test_nditer.py::test_iter_copy PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_simple PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_buffered_readwrite PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_itorder PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_opaxes PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_types_promotion PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_types_byte_order PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_types_scalar PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_subtype PASSED [ 19%] core/tests/test_nditer.py::test_iter_allocate_output_errors PASSED [ 19%] core/tests/test_nditer.py::test_iter_remove_axis PASSED [ 19%] core/tests/test_nditer.py::test_iter_remove_multi_index_inner_loop PASSED [ 19%] core/tests/test_nditer.py::test_iter_iterindex PASSED [ 19%] core/tests/test_nditer.py::test_iter_iterrange PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering PASSED [ 19%] core/tests/test_nditer.py::test_iter_write_buffering PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering_delayed_alloc PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffered_cast_simple PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffered_cast_byteswapped PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffered_cast_byteswapped_complex PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffered_cast_structured_type PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffered_cast_subarray PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering_badwriteback PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering_string PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering_growinner PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffered_reduce_reuse PASSED [ 19%] core/tests/test_nditer.py::test_iter_no_broadcast PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_basic PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_reorder PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_flip_axes PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_broadcast PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_dtype_copy PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_dtype_buffered PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_0d PASSED [ 19%] core/tests/test_nditer.py::TestIterNested::test_iter_nested_iters_dtype_buffered PASSED [ 19%] core/tests/test_nditer.py::test_iter_reduction_error PASSED [ 19%] core/tests/test_nditer.py::test_iter_reduction PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering_reduction PASSED [ 19%] core/tests/test_nditer.py::test_iter_buffering_reduction_reuse_reduce_loops PASSED [ 19%] core/tests/test_nditer.py::test_iter_writemasked_badinput PASSED [ 19%] core/tests/test_nditer.py::test_iter_writemasked PASSED [ 19%] core/tests/test_nditer.py::test_iter_non_writable_attribute_deletion PASSED [ 19%] core/tests/test_nditer.py::test_iter_writable_attribute_deletion PASSED [ 19%] core/tests/test_nditer.py::test_iter_element_deletion PASSED [ 20%] core/tests/test_nditer.py::test_iter_allocated_array_dtypes PASSED [ 20%] core/tests/test_nditer.py::test_0d_iter PASSED [ 20%] core/tests/test_nditer.py::test_iter_too_large PASSED [ 20%] core/tests/test_nditer.py::test_iter_too_large_with_multiindex PASSED [ 20%] core/tests/test_nditer.py::test_writebacks PASSED [ 20%] core/tests/test_nditer.py::test_close_equivalent PASSED [ 20%] core/tests/test_nditer.py::test_close_raises PASSED [ 20%] core/tests/test_nditer.py::test_warn_noclose PASSED [ 20%] core/tests/test_numeric.py::TestResize::test_copies PASSED [ 20%] core/tests/test_numeric.py::TestResize::test_zeroresize PASSED [ 20%] core/tests/test_numeric.py::TestResize::test_reshape_from_zero PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_choose PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_clip PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_compress PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_count_nonzero PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_cumproduct PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_diagonal PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_mean PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_ptp PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_prod PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_ravel PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_repeat PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_reshape PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_round PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_searchsorted PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_size PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_squeeze PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_std PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_swapaxes PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_sum PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_take PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_trace PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_transpose PASSED [ 20%] core/tests/test_numeric.py::TestNonarrayArgs::test_var PASSED [ 20%] core/tests/test_numeric.py::TestIsscalar::test_isscalar PASSED [ 20%] core/tests/test_numeric.py::TestBoolScalar::test_logical PASSED [ 20%] core/tests/test_numeric.py::TestBoolScalar::test_bitwise_or PASSED [ 20%] core/tests/test_numeric.py::TestBoolScalar::test_bitwise_and PASSED [ 20%] core/tests/test_numeric.py::TestBoolScalar::test_bitwise_xor PASSED [ 20%] core/tests/test_numeric.py::TestBoolArray::test_all_any PASSED [ 20%] core/tests/test_numeric.py::TestBoolArray::test_logical_not_abs PASSED [ 20%] core/tests/test_numeric.py::TestBoolArray::test_logical_and_or_xor PASSED [ 20%] core/tests/test_numeric.py::TestBoolCmp::test_float PASSED [ 20%] core/tests/test_numeric.py::TestBoolCmp::test_double PASSED [ 20%] core/tests/test_numeric.py::TestSeterr::test_default PASSED [ 20%] core/tests/test_numeric.py::TestSeterr::test_set PASSED [ 20%] core/tests/test_numeric.py::TestSeterr::test_divide_err PASSED [ 20%] core/tests/test_numeric.py::TestSeterr::test_errobj PASSED [ 20%] core/tests/test_numeric.py::TestSeterr::test_errobj_noerrmask PASSED [ 20%] core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions PASSED [ 20%] core/tests/test_numeric.py::TestFloatExceptions::test_warnings PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_coercion PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_result_type PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_promote_types_endian PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_promote_types_strings PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_can_cast PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_can_cast_simple_to_structured PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_can_cast_structured_to_simple PASSED [ 20%] core/tests/test_numeric.py::TestTypes::test_can_cast_values PASSED [ 20%] core/tests/test_numeric.py::TestFromiter::test_types PASSED [ 20%] core/tests/test_numeric.py::TestFromiter::test_lengths PASSED [ 20%] core/tests/test_numeric.py::TestFromiter::test_values PASSED [ 20%] core/tests/test_numeric.py::TestFromiter::test_2592 PASSED [ 20%] core/tests/test_numeric.py::TestFromiter::test_2592_edge PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_nonzero_trivial PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_nonzero_onedim PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_nonzero_twodim PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_sparse PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_return_type PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_count_nonzero_axis PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_count_nonzero_axis_all_dtypes PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_count_nonzero_axis_consistent PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_countnonzero_axis_empty PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_array_method PASSED [ 20%] core/tests/test_numeric.py::TestNonzero::test_nonzero_invalid_object PASSED [ 21%] core/tests/test_numeric.py::TestIndex::test_boolean PASSED [ 21%] core/tests/test_numeric.py::TestIndex::test_boolean_edgecase PASSED [ 21%] core/tests/test_numeric.py::TestBinaryRepr::test_zero PASSED [ 21%] core/tests/test_numeric.py::TestBinaryRepr::test_positive PASSED [ 21%] core/tests/test_numeric.py::TestBinaryRepr::test_negative PASSED [ 21%] core/tests/test_numeric.py::TestBinaryRepr::test_sufficient_width PASSED [ 21%] core/tests/test_numeric.py::TestBinaryRepr::test_neg_width_boundaries PASSED [ 21%] core/tests/test_numeric.py::TestBaseRepr::test_base3 PASSED [ 21%] core/tests/test_numeric.py::TestBaseRepr::test_positive PASSED [ 21%] core/tests/test_numeric.py::TestBaseRepr::test_negative PASSED [ 21%] core/tests/test_numeric.py::TestBaseRepr::test_base_range PASSED [ 21%] core/tests/test_numeric.py::TestArrayComparisons::test_array_equal PASSED [ 21%] core/tests/test_numeric.py::TestArrayComparisons::test_none_compares_elementwise PASSED [ 21%] core/tests/test_numeric.py::TestArrayComparisons::test_array_equiv PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_double PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_int PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_array_double PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_nonnative PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_complex PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_complex PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_non_contig PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_out PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_int32_inout PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_int64_out PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_int64_inout PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_int32_out PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_inplace_01 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_simple_inplace_02 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_noncontig_inplace PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_01 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_02 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_03 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_04 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_05 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_06 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_07 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_08 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_09 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_10 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_11 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_type_cast_12 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_simple PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_simple2 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_simple_int32 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_array_int32 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_array_outint32 PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_transposed PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_with_out_memory_overlap PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_inplace_array PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_inplace_simple PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_func_takes_out PASSED [ 21%] core/tests/test_numeric.py::TestClip::test_clip_nan PASSED [ 21%] core/tests/test_numeric.py::TestAllclose::test_ip_allclose PASSED [ 21%] core/tests/test_numeric.py::TestAllclose::test_ip_not_allclose PASSED [ 21%] core/tests/test_numeric.py::TestAllclose::test_no_parameter_modification PASSED [ 21%] core/tests/test_numeric.py::TestAllclose::test_min_int PASSED [ 21%] core/tests/test_numeric.py::TestAllclose::test_equalnan PASSED [ 21%] core/tests/test_numeric.py::TestAllclose::test_return_class_is_ndarray PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_ip_isclose PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_ip_all_isclose PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_ip_none_isclose PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_ip_isclose_allclose PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_equal_nan PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_masked_arrays PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_scalar_return PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_no_parameter_modification PASSED [ 21%] core/tests/test_numeric.py::TestIsclose::test_non_finite_scalar PASSED [ 21%] core/tests/test_numeric.py::TestStdVar::test_basic PASSED [ 21%] core/tests/test_numeric.py::TestStdVar::test_scalars PASSED [ 21%] core/tests/test_numeric.py::TestStdVar::test_ddof1 PASSED [ 21%] core/tests/test_numeric.py::TestStdVar::test_ddof2 PASSED [ 21%] core/tests/test_numeric.py::TestStdVar::test_out_scalar PASSED [ 21%] core/tests/test_numeric.py::TestStdVarComplex::test_basic PASSED [ 21%] core/tests/test_numeric.py::TestStdVarComplex::test_scalars PASSED [ 21%] core/tests/test_numeric.py::TestCreationFuncs::test_zeros PASSED [ 21%] core/tests/test_numeric.py::TestCreationFuncs::test_ones PASSED [ 22%] core/tests/test_numeric.py::TestCreationFuncs::test_empty PASSED [ 22%] core/tests/test_numeric.py::TestCreationFuncs::test_full PASSED [ 22%] core/tests/test_numeric.py::TestCreationFuncs::test_for_reference_leak PASSED [ 22%] core/tests/test_numeric.py::TestLikeFuncs::test_ones_like PASSED [ 22%] core/tests/test_numeric.py::TestLikeFuncs::test_zeros_like PASSED [ 22%] core/tests/test_numeric.py::TestLikeFuncs::test_empty_like PASSED [ 22%] core/tests/test_numeric.py::TestLikeFuncs::test_filled_like PASSED [ 22%] core/tests/test_numeric.py::TestCorrelate::test_float PASSED [ 22%] core/tests/test_numeric.py::TestCorrelate::test_object PASSED [ 22%] core/tests/test_numeric.py::TestCorrelate::test_no_overwrite PASSED [ 22%] core/tests/test_numeric.py::TestCorrelate::test_complex PASSED [ 22%] core/tests/test_numeric.py::TestConvolve::test_object PASSED [ 22%] core/tests/test_numeric.py::TestConvolve::test_no_overwrite PASSED [ 22%] core/tests/test_numeric.py::TestArgwhere::test_2D PASSED [ 22%] core/tests/test_numeric.py::TestArgwhere::test_list PASSED [ 22%] core/tests/test_numeric.py::TestStringFunction::test_set_string_function PASSED [ 22%] core/tests/test_numeric.py::TestRoll::test_roll1d PASSED [ 22%] core/tests/test_numeric.py::TestRoll::test_roll2d PASSED [ 22%] core/tests/test_numeric.py::TestRoll::test_roll_empty PASSED [ 22%] core/tests/test_numeric.py::TestRollaxis::test_exceptions PASSED [ 22%] core/tests/test_numeric.py::TestRollaxis::test_results PASSED [ 22%] core/tests/test_numeric.py::TestMoveaxis::test_move_to_end PASSED [ 22%] core/tests/test_numeric.py::TestMoveaxis::test_move_new_position PASSED [ 22%] core/tests/test_numeric.py::TestMoveaxis::test_preserve_order PASSED [ 22%] core/tests/test_numeric.py::TestMoveaxis::test_move_multiples PASSED [ 22%] core/tests/test_numeric.py::TestMoveaxis::test_errors PASSED [ 22%] core/tests/test_numeric.py::TestMoveaxis::test_array_likes PASSED [ 22%] core/tests/test_numeric.py::TestCross::test_2x2 PASSED [ 22%] core/tests/test_numeric.py::TestCross::test_2x3 PASSED [ 22%] core/tests/test_numeric.py::TestCross::test_3x3 PASSED [ 22%] core/tests/test_numeric.py::TestCross::test_broadcasting PASSED [ 22%] core/tests/test_numeric.py::TestCross::test_broadcasting_shapes PASSED [ 22%] core/tests/test_numeric.py::test_outer_out_param PASSED [ 22%] core/tests/test_numeric.py::TestRequire::test_require_each PASSED [ 22%] core/tests/test_numeric.py::TestRequire::test_unknown_requirement PASSED [ 22%] core/tests/test_numeric.py::TestRequire::test_non_array_input PASSED [ 22%] core/tests/test_numeric.py::TestRequire::test_C_and_F_simul PASSED [ 22%] core/tests/test_numeric.py::TestRequire::test_ensure_array PASSED [ 22%] core/tests/test_numeric.py::TestRequire::test_preserve_subtype PASSED [ 22%] core/tests/test_numeric.py::TestBroadcast::test_broadcast_in_args PASSED [ 22%] core/tests/test_numeric.py::TestBroadcast::test_broadcast_single_arg PASSED [ 22%] core/tests/test_numeric.py::TestBroadcast::test_number_of_arguments PASSED [ 22%] core/tests/test_numeric.py::TestBroadcast::test_broadcast_error_kwargs PASSED [ 22%] core/tests/test_numeric.py::TestKeepdims::test_raise PASSED [ 22%] core/tests/test_numeric.py::TestTensordot::test_zero_dimension PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateZerosPlain::test_zeros0D PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateZerosPlain::test_zerosSD PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateZerosPlain::test_zerosMD PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateZerosNested::test_zeros0D PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateZerosNested::test_zerosSD PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateZerosNested::test_zerosMD PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesPlainSingle::test_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesPlainSingle::test_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesPlainSingle::test_list_of_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesPlainMultiple::test_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesPlainMultiple::test_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesPlainMultiple::test_list_of_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesNestedSingle::test_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesNestedSingle::test_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesNestedSingle::test_list_of_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesNestedMultiple::test_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesNestedMultiple::test_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestCreateValuesNestedMultiple::test_list_of_list_of_tuple PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesPlainSingle::test_access_fields PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesPlainMultiple::test_access_fields PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_access_top_fields PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested1_acessors PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested2_acessors PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested1_descriptor PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedSingle::test_nested2_descriptor PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_access_top_fields PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested1_acessors PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested2_acessors PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested1_descriptor PASSED [ 22%] core/tests/test_numerictypes.py::TestReadValuesNestedMultiple::test_nested2_descriptor PASSED [ 22%] core/tests/test_numerictypes.py::TestEmptyField::test_assign PASSED [ 23%] core/tests/test_numerictypes.py::TestCommonType::test_scalar_loses1 PASSED [ 23%] core/tests/test_numerictypes.py::TestCommonType::test_scalar_loses2 PASSED [ 23%] core/tests/test_numerictypes.py::TestCommonType::test_scalar_wins PASSED [ 23%] core/tests/test_numerictypes.py::TestCommonType::test_scalar_wins2 PASSED [ 23%] core/tests/test_numerictypes.py::TestCommonType::test_scalar_wins3 PASSED [ 23%] core/tests/test_numerictypes.py::TestMultipleFields::test_no_tuple PASSED [ 23%] core/tests/test_numerictypes.py::TestMultipleFields::test_return PASSED [ 23%] core/tests/test_numerictypes.py::TestIsSubDType::test_both_abstract PASSED [ 23%] core/tests/test_numerictypes.py::TestIsSubDType::test_same PASSED [ 23%] core/tests/test_numerictypes.py::TestIsSubDType::test_subclass PASSED [ 23%] core/tests/test_numerictypes.py::TestIsSubDType::test_subclass_backwards PASSED [ 23%] core/tests/test_numerictypes.py::TestIsSubDType::test_sibling_class PASSED [ 23%] core/tests/test_numerictypes.py::TestSctypeDict::test_longdouble PASSED [ 23%] core/tests/test_numerictypes.py::TestBitName::test_abstract PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int8] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int16] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int320] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int321] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_int[int64] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint8] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint16] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint320] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint321] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_uint[uint64] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float16] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float32] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float64] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_float[float96] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_complex[complex64] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_complex[complex128] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_complex[complex192] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_other[bool_] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_other[object_] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_other[unicode_] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_other[string_] PASSED [ 23%] core/tests/test_numerictypes.py::TestMaximumSctype::test_other[void] PASSED [ 23%] core/tests/test_numerictypes.py::Test_sctype2char::test_scalar_type PASSED [ 23%] core/tests/test_numerictypes.py::Test_sctype2char::test_other_type PASSED [ 23%] core/tests/test_numerictypes.py::Test_sctype2char::test_third_party_scalar_type PASSED [ 23%] core/tests/test_numerictypes.py::Test_sctype2char::test_array_instance PASSED [ 23%] core/tests/test_numerictypes.py::Test_sctype2char::test_abstract_type PASSED [ 23%] core/tests/test_numerictypes.py::Test_sctype2char::test_non_type PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[int32-True] PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[list-False] PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[1.1-False] PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[str-True] PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[rep4-True] PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[rep5-True] PASSED [ 23%] core/tests/test_numerictypes.py::test_issctype[rep6-True] PASSED [ 23%] core/tests/test_numerictypes.py::TestDocStrings::test_platform_dependent_aliases PASSED [ 23%] core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray SKIPPED [ 23%] core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray_subclasses SKIPPED [ 23%] core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray_and_duck_array SKIPPED [ 23%] core/tests/test_overrides.py::TestGetImplementingArgs::test_ndarray_subclass_and_duck_array SKIPPED [ 23%] core/tests/test_overrides.py::TestGetImplementingArgs::test_many_duck_arrays SKIPPED [ 23%] core/tests/test_overrides.py::TestGetImplementingArgs::test_too_many_duck_arrays SKIPPED [ 23%] core/tests/test_overrides.py::TestNDArrayArrayFunction::test_method SKIPPED [ 23%] core/tests/test_overrides.py::TestNDArrayArrayFunction::test_no_wrapper SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionDispatch::test_pickle SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionDispatch::test_name_and_docstring SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionDispatch::test_interface SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionDispatch::test_not_implemented SKIPPED [ 23%] core/tests/test_overrides.py::TestVerifyMatchingSignatures::test_verify_matching_signatures SKIPPED [ 23%] core/tests/test_overrides.py::TestVerifyMatchingSignatures::test_array_function_dispatch SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionImplementation::test_one_arg SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionImplementation::test_optional_args SKIPPED [ 23%] core/tests/test_overrides.py::TestArrayFunctionImplementation::test_not_implemented SKIPPED [ 23%] core/tests/test_overrides.py::TestNDArrayMethods::test_repr PASSED [ 23%] core/tests/test_overrides.py::TestNumPyFunctions::test_set_module PASSED [ 23%] core/tests/test_overrides.py::TestNumPyFunctions::test_inspect_sum SKIPPED [ 23%] core/tests/test_overrides.py::TestNumPyFunctions::test_override_sum SKIPPED [ 23%] core/tests/test_print.py::test_float_types[float32] PASSED [ 23%] core/tests/test_print.py::test_float_types[float64] PASSED [ 23%] core/tests/test_print.py::test_float_types[float96] PASSED [ 23%] core/tests/test_print.py::test_nan_inf_float[float32] PASSED [ 24%] core/tests/test_print.py::test_nan_inf_float[float64] PASSED [ 24%] core/tests/test_print.py::test_nan_inf_float[float96] PASSED [ 24%] core/tests/test_print.py::test_complex_types[complex64] PASSED [ 24%] core/tests/test_print.py::test_complex_types[complex128] PASSED [ 24%] core/tests/test_print.py::test_complex_types[complex192] PASSED [ 24%] core/tests/test_print.py::test_complex_inf_nan[complex64] PASSED [ 24%] core/tests/test_print.py::test_complex_inf_nan[complex128] PASSED [ 24%] core/tests/test_print.py::test_complex_inf_nan[complex192] PASSED [ 24%] core/tests/test_print.py::test_float_type_print[float32] PASSED [ 24%] core/tests/test_print.py::test_float_type_print[float64] PASSED [ 24%] core/tests/test_print.py::test_float_type_print[float96] PASSED [ 24%] core/tests/test_print.py::test_complex_type_print[complex64] PASSED [ 24%] core/tests/test_print.py::test_complex_type_print[complex128] PASSED [ 24%] core/tests/test_print.py::test_complex_type_print[complex192] PASSED [ 24%] core/tests/test_print.py::test_scalar_format PASSED [ 24%] core/tests/test_print.py::TestCommaDecimalPointLocale::test_locale_single PASSED [ 24%] core/tests/test_print.py::TestCommaDecimalPointLocale::test_locale_double PASSED [ 24%] core/tests/test_print.py::TestCommaDecimalPointLocale::test_locale_longdouble PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_fromrecords PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_fromrecords_0len PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_fromrecords_2d PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_method_array PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_method_array2 PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_slices PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_fromarrays PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_fromfile PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_from_obj PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_repr PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_0d_recarray_repr PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_from_repr PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_views PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_from_names PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_conflict_fields PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_fromrecords_with_explicit_dtype PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_stringtypes PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_recarray_returntypes PASSED [ 24%] core/tests/test_records.py::TestFromrecords::test_zero_width_strings PASSED [ 24%] core/tests/test_records.py::TestPathUsage::test_tofile_fromfile SKIPPED [ 24%] core/tests/test_records.py::TestRecord::test_assignment1 PASSED [ 24%] core/tests/test_records.py::TestRecord::test_assignment2 PASSED [ 24%] core/tests/test_records.py::TestRecord::test_invalid_assignment PASSED [ 24%] core/tests/test_records.py::TestRecord::test_nonwriteable_setfield PASSED [ 24%] core/tests/test_records.py::TestRecord::test_out_of_order_fields PASSED [ 24%] core/tests/test_records.py::TestRecord::test_pickle_1 PASSED [ 24%] core/tests/test_records.py::TestRecord::test_pickle_2 PASSED [ 24%] core/tests/test_records.py::TestRecord::test_pickle_3 PASSED [ 24%] core/tests/test_records.py::TestRecord::test_objview_record PASSED [ 24%] core/tests/test_records.py::TestRecord::test_record_scalar_setitem PASSED [ 24%] core/tests/test_records.py::TestRecord::test_missing_field PASSED [ 24%] core/tests/test_records.py::TestRecord::test_assign_dtype_attribute[0] PASSED [ 24%] core/tests/test_records.py::TestRecord::test_assign_dtype_attribute[1] PASSED [ 24%] core/tests/test_records.py::TestRecord::test_assign_dtype_attribute[2] PASSED [ 24%] core/tests/test_records.py::TestRecord::test_nested_fields_are_records[0] PASSED [ 24%] core/tests/test_records.py::TestRecord::test_nested_fields_are_records[1] PASSED [ 24%] core/tests/test_records.py::TestRecord::test_nested_fields_are_records[2] PASSED [ 24%] core/tests/test_records.py::TestRecord::test_nested_dtype_padding PASSED [ 24%] core/tests/test_records.py::test_find_duplicate PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_invalid_round PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_mem_empty PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_pickle_transposed PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_typeNA PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_dtype_names PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_reduce PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_zeros_order PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_asarray_with_order PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_ravel_with_order PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_sort_bigendian PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_negative_nd_indexing PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_char_dump PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_noncontiguous_fill PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_bool PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_indexing1 PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_indexing2 PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_round PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_scalar_compare PASSED [ 24%] core/tests/test_regression.py::TestRegression::test_unicode_swapping PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_object_array_fill PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_dtype_align PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_endian_bool_indexing PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_endian_where PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_endian_recarray PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_dot PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_arange_endian PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_arange_inf_step PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_arange_underflow_stop_and_step PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_argmax PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_divmod PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_hstack_invalid_dims PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_squeeze_type PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_add_identity PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_numpy_float_python_long_addition PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_binary_repr_0 PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_rec_iterate PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_unicode_string_comparison PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_tobytes_FORTRANORDER_discontiguous PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_flat_assignment PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_broadcast_flat_assignment PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_nonarray_assignment PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_unpickle_dtype_with_object PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_array_creation_invalid_specification PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_recarray_single_element PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_zero_sized_array_indexing PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_chararray_rstrip PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_object_array_shape PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_around PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_character_array_strip PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_lexsort PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_lexsort_invalid_sequence PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_pickle_py2_bytes_encoding PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_pickle_dtype PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_swap_real PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_object_array_from_list PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_multiple_assign PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_empty_array_type PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_void_copyswap PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_method_args PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_lexsort_strings PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_fancy_index PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_recarray_copy PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_rec_fromarray PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_object_array_assign PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_ndmin_float64 PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_ndmin_order PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_axis_minimization PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_float_imag PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_dtype_tuple PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_dtype_posttuple PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_numeric_carray_compare PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_string_array_size PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_dtype_repr PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_reshape_order PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_reshape_zero_strides PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_reshape_zero_size PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_reshape_trailing_ones_strides PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_repeat_discont PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_array_index PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_object_argmax PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_recarray_fields PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_random_shuffle PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_refcount_vdot PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_startswith PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_noncommutative_reduce_accumulate PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_convolve_empty PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_multidim_byteswap PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_string_NULL PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_junk_in_string_fields_of_recarray PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_take_output PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_take_object_fail PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_array_str_64bit PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_frompyfunc_endian PASSED [ 25%] core/tests/test_regression.py::TestRegression::test_mem_string_arr PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_arr_transpose PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_string_mergesort PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_argmax_byteorder PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_rand_seed PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mem_deallocation_leak PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mem_on_invalid_dtype PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_dot_negative_stride PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_object_casting PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_unicode_scalar PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_arange_non_native_dtype PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_bool_flat_indexing_invalid_nr_elements PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mem_scalar_indexing PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_binary_repr_0_width PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_fromstring PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_searchsorted_variable_length PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_string_argsort_with_zeros PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_string_sort_with_zeros PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_copy_detection_zero_dim PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_flat_byteorder PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_sign_bit PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_flat_index_byteswap PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_copy_detection_corner_case PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_copy_detection_corner_case2 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_object_array_refcounting PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mem_custom_float_to_array PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_object_array_refcount_self_assign PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mem_fromiter_invalid_dtype_string PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_reduce_big_object_array PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mem_0d_array_index PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_nonnative_endian_fill PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_dot_alignment_sse2 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_astype_copy PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_compress_small_type PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_attributes PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_recarray_tolist PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_nonscalar_item_method PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_char_array_creation PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_unaligned_unicode_access PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_sign_for_complex_nan PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_for_equal_names PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_for_object_scalar_creation PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_array_resize_method_system_error PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_for_zero_length_in_choose PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_array_ndmin_overflow PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_void_scalar_with_titles PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_void_scalar_constructor PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_blasdot_uninitialized_memory PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_zeros PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_huge_arange PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_fromiter_bytes PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_array_from_sequence_scalar_array PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_array_from_sequence_scalar_array2 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_array_too_big PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_dtype_keyerrors_ PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_lexsort_buffer_length PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_object_array_to_fixed_string PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_unicode_to_string_cast PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_mixed_string_unicode_array_creation PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_misaligned_objects_segfault PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_misaligned_scalars_segfault PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_misaligned_dot_product_objects PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_byteswap_complex_scalar PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_structured_arrays_with_objects1 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_structured_arrays_with_objects2 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_duplicate_title_and_name PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_signed_integer_division_overflow PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_buffer_hashlib PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_0d_string_scalar PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_log1p_compiler_shenanigans PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_fromiter_comparison PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_fromstring_crash PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_ticket_1539 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_ticket_1538 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_ticket_1434 PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_complex_nan_maximum PASSED [ 26%] core/tests/test_regression.py::TestRegression::test_subclass_int_tuple_assignment PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_ufunc_no_unnecessary_views PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_take_refcount PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_fromfile_tofile_seeks PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_complex_scalar_warning PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_complex_scalar_complex_cast PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_complex_boolean_cast PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_uint_int_conversion PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_duplicate_field_names_assign PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_eq_string_and_object_array PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_nonzero_byteswap PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_find_common_type_boolean PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_empty_mul PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_array_side_effect PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_any_float PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_large_float_sum PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_ufunc_casting_out PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_array_scalar_contiguous PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_squeeze_contiguous PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_squeeze_axis_handling PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_reduce_contiguous PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_object_array_self_reference PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_object_array_circular_reference PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_object_array_nested PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_object_array_self_copy PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_zerosize_accumulate PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_objectarray_setfield PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_setting_rank0_string PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_string_astype PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_ticket_1756 PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_fields_strides PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_alignment_update PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_ticket_1770 PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_ticket_1608 PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_pickle_string_overwrite PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_pickle_bytes_overwrite PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_pickle_py2_array_latin1_hack PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_pickle_py2_scalar_latin1_hack PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_structured_type_to_object PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_assign_obj_listoflists PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_memoryleak PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_ufunc_reduce_memoryleak PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_search_sorted_invalid_arguments PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_string_truncation PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_string_truncation_ucs2 PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_unique_stable PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_unicode_alloc_dealloc_match PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_refcount_error_in_clip PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_searchsorted_wrong_dtype PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_complex64_alignment PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_structured_count_nonzero PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_copymodule_preserves_f_contiguity PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_fortran_order_buffer PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_assign_from_sequence_error PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_format_on_flex_array_element PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_deepcopy_on_0d_array PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_deepcopy_F_order_object_array PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_deepcopy_empty_object_array PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_bool_subscript_crash PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_richcompare_crash PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_richcompare_scalar_and_subclass PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_pickle_empty_string PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_frompyfunc_many_args PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_repeat_broadcasting PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_frompyfunc_nout_0 PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_leak_in_structured_dtype_comparison PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_empty_percentile PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_void_compare_segfault PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_reshape_size_overflow PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_invalid_structured_dtypes PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_correct_hash_dict PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_scalar_copy PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_void_item_memview PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_void_getitem PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_structarray_title PASSED [ 27%] core/tests/test_regression.py::TestRegression::test_dtype_scalar_squeeze PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_field_access_by_title PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_pickle_module[2-val0] PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_pickle_module[2-val1] PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_object_casting_errors PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_eff1d_casting PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_pickle_datetime64_array PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_bad_array_interface PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_2d__array__shape PASSED [ 28%] core/tests/test_regression.py::TestRegression::test_to_ctypes SKIPPED [ 28%] core/tests/test_scalar_ctors.py::TestFromString::test_floating PASSED [ 28%] core/tests/test_scalar_ctors.py::TestFromString::test_floating_overflow PASSED [ 28%] core/tests/test_scalar_ctors.py::TestFromString::test_intp PASSED [ 28%] core/tests/test_scalar_ctors.py::TestFromInt::test_intp PASSED [ 28%] core/tests/test_scalar_ctors.py::TestFromInt::test_uint64_from_negative PASSED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[?] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[b] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[h] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[i] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[l] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[q] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[B] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[H] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[I] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[L] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Q] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[e] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[f] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[d] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[g] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Zf] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Zd] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_match_array[Zg] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[?] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[b] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[h] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[i] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[l] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[q] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[B] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[H] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[I] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[L] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Q] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[e] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[f] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[d] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[g] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Zf] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Zd] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_dim[Zg] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[?] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[b] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[h] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[i] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[l] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[q] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[B] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[H] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[I] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[L] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[Q] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[e] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[f] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[d] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[g] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[Zf] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[Zd] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_scalar_known_code[Zg] SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_void_scalar_structured_data SKIPPED [ 28%] core/tests/test_scalarbuffer.py::TestScalarPEP3118::test_datetime_memoryview SKIPPED [ 28%] core/tests/test_scalarinherit.py::TestInherit::test_init PASSED [ 28%] core/tests/test_scalarinherit.py::TestInherit::test_init2 PASSED [ 28%] core/tests/test_scalarinherit.py::TestCharacter::test_char_radd PASSED [ 28%] core/tests/test_scalarinherit.py::TestCharacter::test_char_repeat PASSED [ 28%] core/tests/test_scalarmath.py::TestTypes::test_types PASSED [ 28%] core/tests/test_scalarmath.py::TestTypes::test_type_add PASSED [ 29%] core/tests/test_scalarmath.py::TestTypes::test_type_create PASSED [ 29%] core/tests/test_scalarmath.py::TestTypes::test_leak PASSED [ 29%] core/tests/test_scalarmath.py::TestBaseMath::test_blocked PASSED [ 29%] core/tests/test_scalarmath.py::TestBaseMath::test_lower_align PASSED [ 29%] core/tests/test_scalarmath.py::TestPower::test_small_types PASSED [ 29%] core/tests/test_scalarmath.py::TestPower::test_large_types PASSED [ 29%] core/tests/test_scalarmath.py::TestPower::test_integers_to_negative_integer_power PASSED [ 29%] core/tests/test_scalarmath.py::TestPower::test_mixed_types PASSED [ 29%] core/tests/test_scalarmath.py::TestPower::test_modular_power PASSED [ 29%] core/tests/test_scalarmath.py::TestModulus::test_modulus_basic PASSED [ 29%] core/tests/test_scalarmath.py::TestModulus::test_float_modulus_exact PASSED [ 29%] core/tests/test_scalarmath.py::TestModulus::test_float_modulus_roundoff PASSED [ 29%] core/tests/test_scalarmath.py::TestModulus::test_float_modulus_corner_cases PASSED [ 29%] core/tests/test_scalarmath.py::TestComplexDivision::test_zero_division PASSED [ 29%] core/tests/test_scalarmath.py::TestComplexDivision::test_signed_zeros PASSED [ 29%] core/tests/test_scalarmath.py::TestComplexDivision::test_branches PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_int_from_long PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_iinfo_long_values PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_int_raise_behaviour PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_int_from_infinite_longdouble PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_int_from_infinite_longdouble___int__ SKIPPED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_int_from_huge_longdouble PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_int_from_longdouble PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_numpy_scalar_relational_operators PASSED [ 29%] core/tests/test_scalarmath.py::TestConversion::test_scalar_comparison_to_none PASSED [ 29%] core/tests/test_scalarmath.py::TestRepr::test_float_repr PASSED [ 29%] core/tests/test_scalarmath.py::TestSizeOf::test_equal_nbytes PASSED [ 29%] core/tests/test_scalarmath.py::TestSizeOf::test_error PASSED [ 29%] core/tests/test_scalarmath.py::TestMultiply::test_seq_repeat PASSED [ 29%] core/tests/test_scalarmath.py::TestMultiply::test_no_seq_repeat_basic_array_like PASSED [ 29%] core/tests/test_scalarmath.py::TestNegative::test_exceptions PASSED [ 29%] core/tests/test_scalarmath.py::TestNegative::test_result PASSED [ 29%] core/tests/test_scalarmath.py::TestSubtract::test_exceptions PASSED [ 29%] core/tests/test_scalarmath.py::TestSubtract::test_result PASSED [ 29%] core/tests/test_scalarmath.py::TestAbs::test_builtin_abs PASSED [ 29%] core/tests/test_scalarmath.py::TestAbs::test_numpy_abs PASSED [ 29%] core/tests/test_scalarprint.py::TestRealScalars::test_str PASSED [ 29%] core/tests/test_scalarprint.py::TestRealScalars::test_scalar_cutoffs PASSED [ 29%] core/tests/test_scalarprint.py::TestRealScalars::test_py2_float_print PASSED [ 29%] core/tests/test_scalarprint.py::TestRealScalars::test_dragon4 PASSED [ 29%] core/tests/test_scalarprint.py::TestRealScalars::test_dragon4_interface PASSED [ 29%] core/tests/test_scalarprint.py::TestRealScalars::test_ppc64_ibm_double_double128 SKIPPED [ 29%] core/tests/test_shape_base.py::TestAtleast1d::test_0D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast1d::test_1D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast1d::test_2D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast1d::test_3D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast1d::test_r1array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast2d::test_0D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast2d::test_1D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast2d::test_2D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast2d::test_3D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast2d::test_r2array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast3d::test_0D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast3d::test_1D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast3d::test_2D_array PASSED [ 29%] core/tests/test_shape_base.py::TestAtleast3d::test_3D_array PASSED [ 29%] core/tests/test_shape_base.py::TestHstack::test_non_iterable PASSED [ 29%] core/tests/test_shape_base.py::TestHstack::test_empty_input PASSED [ 29%] core/tests/test_shape_base.py::TestHstack::test_0D_array PASSED [ 29%] core/tests/test_shape_base.py::TestHstack::test_1D_array PASSED [ 29%] core/tests/test_shape_base.py::TestHstack::test_2D_array PASSED [ 29%] core/tests/test_shape_base.py::TestHstack::test_generator PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_non_iterable PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_empty_input PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_0D_array PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_1D_array PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_2D_array PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_2D_array2 PASSED [ 29%] core/tests/test_shape_base.py::TestVstack::test_generator PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_returns_copy PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_exceptions PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_concatenate_axis_None PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_large_concatenate_axis_None PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_concatenate PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_bad_out_shape PASSED [ 29%] core/tests/test_shape_base.py::TestConcatenate::test_out_dtype PASSED [ 30%] core/tests/test_shape_base.py::test_stack PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_returns_copy[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_returns_copy[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_returns_copy[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_total_size_estimate[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_total_size_estimate[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_total_size_estimate[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_simple_row_wise[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_simple_row_wise[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_simple_row_wise[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_simple_column_wise[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_simple_column_wise[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_simple_column_wise[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_row_wise[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_row_wise[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_row_wise[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_multiple_rows[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_multiple_rows[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_multiple_rows[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_column_wise[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_column_wise[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_1d_arrays_column_wise[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_mixed_1d_and_2d[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_mixed_1d_and_2d[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_mixed_1d_and_2d[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_complicated[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_complicated[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_complicated[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_nested[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_nested[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_nested[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_3d[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_3d[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_3d[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_mismatched_shape[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_mismatched_shape[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_with_mismatched_shape[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_no_lists[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_no_lists[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_no_lists[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_invalid_nesting[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_invalid_nesting[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_invalid_nesting[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_empty_lists[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_empty_lists[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_empty_lists[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_tuple[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_tuple[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_tuple[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_different_ndims[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_different_ndims[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_different_ndims[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_different_ndims_depths[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_different_ndims_depths[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_different_ndims_depths[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_memory_order[block] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_memory_order[force_concatenate] PASSED [ 30%] core/tests/test_shape_base.py::TestBlock::test_block_memory_order[force_slicing] PASSED [ 30%] core/tests/test_shape_base.py::test_block_dispatcher PASSED [ 30%] core/tests/test_ufunc.py::TestUfuncKwargs::test_kwarg_exact PASSED [ 30%] core/tests/test_ufunc.py::TestUfuncKwargs::test_sig_signature PASSED [ 30%] core/tests/test_ufunc.py::TestUfuncKwargs::test_sig_dtype PASSED [ 30%] core/tests/test_ufunc.py::TestUfuncKwargs::test_extobj_refcount PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_pickle PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_pickle_withstring PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_reduceat_shifting_sum PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_generic_loops PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_all_ufunc PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature0 PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature1 PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature2 PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature3 PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature4 PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature5 PASSED [ 30%] core/tests/test_ufunc.py::TestUfunc::test_signature6 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_signature7 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_signature8 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_signature_failure0 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_signature_failure1 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_signature_failure2 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_signature_failure3 PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_get_signature PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_forced_sig PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_true_divide PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_sum_stability PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_sum PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_sum_complex PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_sum_initial PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_inner1d PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_broadcast PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_type_cast PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_endian PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_incontiguous_array PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_output_argument PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_axes_argument PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_axis_argument PASSED [ 31%] core/tests/test_ufunc.py::TestUfunc::test_keepdims_argument * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-python:numpy-python2-1.16.6.5ar7dlom/cgroup.procs': 11387 11388 11392 11412 11511 sandbox:stop caught signal 2 in pid 4 * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-python:numpy-python2-1.16.6.5ar7dlom/cgroup.procs': 11511