Created
May 10, 2023 11:54
-
-
Save 3rdcycle/3f22a1b1cfb3ad23eeedc3ed71023253 to your computer and use it in GitHub Desktop.
(partial) EasyBuild log for failed build of /tmp/eb-fnnrjaf9/files_pr16912/s/SciPy-bundle/SciPy-bundle-2023.02-gfbf-2022b.eb (PR(s) #16912)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[ 0.71302601, 9.55162869], | |
[ 0.71270987, 11.99170923]]])) | |
func = <function assert_array_almost_equal at 0x7fdd606c40d0> | |
kwds = {'decimal': 15} | |
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2920> | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1ddea320>, array([[[nan, nan], | |
[nan, nan]], | |
...1371], | |
[ 0.89013497, 8.8738254 ]], | |
[[ 0.71302601, 9.55162869], | |
[ 0.71270987, 11.99170923]]])) | |
kwds = {'err_msg': '', 'header': 'Arrays are not almost equal to 15 decimals', 'precision': 15, 'verbose': True} | |
@wraps(func) | |
def inner(*args, **kwds): | |
with self._recreate_cm(): | |
> return func(*args, **kwds) | |
E AssertionError: | |
E Arrays are not almost equal to 15 decimals | |
E | |
E x and y nan location mismatch: | |
E x: array([[[nan, nan], | |
E [nan, nan]], | |
E ... | |
E y: array([[[-1.747478062846581, 11.25613495182354 ], | |
E [-0.996733337006621, 10.342002097029821]], | |
E ... | |
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1ddea320>, array([[[nan, nan], | |
[nan, nan]], | |
...1371], | |
[ 0.89013497, 8.8738254 ]], | |
[[ 0.71302601, 9.55162869], | |
[ 0.71270987, 11.99170923]]])) | |
func = <function assert_array_compare at 0x7fdd6089feb0> | |
kwds = {'err_msg': '', 'header': 'Arrays are not almost equal to 15 decimals', 'precision': 15, 'verbose': True} | |
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2860> | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/contextlib.py:79: AssertionError | |
___________________ TestRandomDist.test_multivariate_normal ____________________ | |
self = <numpy.random.tests.test_random.TestRandomDist object at 0x7fdd580030d0> | |
def test_multivariate_normal(self): | |
np.random.seed(self.seed) | |
mean = (.123456789, 10) | |
cov = [[1, 0], [0, 1]] | |
size = (3, 2) | |
actual = np.random.multivariate_normal(mean, cov, size) | |
desired = np.array([[[1.463620246718631, 11.73759122771936], | |
[1.622445133300628, 9.771356667546383]], | |
[[2.154490787682787, 12.170324946056553], | |
[1.719909438201865, 9.230548443648306]], | |
[[0.689515026297799, 9.880729819607714], | |
[-0.023054015651998, 9.201096623542879]]]) | |
> assert_array_almost_equal(actual, desired, decimal=15) | |
actual = array([[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan, nan]]]) | |
cov = [[1, 0], [0, 1]] | |
desired = array([[[ 1.46362025, 11.73759123], | |
[ 1.62244513, 9.77135667]], | |
[[ 2.15449079, 12.17032495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]]) | |
mean = (0.123456789, 10) | |
self = <numpy.random.tests.test_random.TestRandomDist object at 0x7fdd580030d0> | |
size = (3, 2) | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/random/tests/test_random.py:775: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/contextlib.py:79: in inner | |
return func(*args, **kwds) | |
args = (array([[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan,...2495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]])) | |
func = <function assert_array_almost_equal at 0x7fdd606c40d0> | |
kwds = {'decimal': 15} | |
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2920> | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1d9441f0>, array([[[nan, nan], | |
[nan, nan]], | |
...2495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]])) | |
kwds = {'err_msg': '', 'header': 'Arrays are not almost equal to 15 decimals', 'precision': 15, 'verbose': True} | |
@wraps(func) | |
def inner(*args, **kwds): | |
with self._recreate_cm(): | |
> return func(*args, **kwds) | |
E AssertionError: | |
E Arrays are not almost equal to 15 decimals | |
E | |
E x and y nan location mismatch: | |
E x: array([[[nan, nan], | |
E [nan, nan]], | |
E ... | |
E y: array([[[ 1.463620246718631, 11.73759122771936 ], | |
E [ 1.622445133300628, 9.771356667546383]], | |
E ... | |
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1d9441f0>, array([[[nan, nan], | |
[nan, nan]], | |
...2495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]])) | |
func = <function assert_array_compare at 0x7fdd6089feb0> | |
kwds = {'err_msg': '', 'header': 'Arrays are not almost equal to 15 decimals', 'precision': 15, 'verbose': True} | |
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2860> | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/contextlib.py:79: AssertionError | |
___________________ TestRandomDist.test_multivariate_normal ____________________ | |
self = <numpy.random.tests.test_randomstate.TestRandomDist object at 0x7fdd57910220> | |
def test_multivariate_normal(self): | |
random.seed(self.seed) | |
mean = (.123456789, 10) | |
cov = [[1, 0], [0, 1]] | |
size = (3, 2) | |
actual = random.multivariate_normal(mean, cov, size) | |
desired = np.array([[[1.463620246718631, 11.73759122771936], | |
[1.622445133300628, 9.771356667546383]], | |
[[2.154490787682787, 12.170324946056553], | |
[1.719909438201865, 9.230548443648306]], | |
[[0.689515026297799, 9.880729819607714], | |
[-0.023054015651998, 9.201096623542879]]]) | |
> assert_array_almost_equal(actual, desired, decimal=15) | |
actual = array([[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan, nan]]]) | |
cov = [[1, 0], [0, 1]] | |
desired = array([[[ 1.46362025, 11.73759123], | |
[ 1.62244513, 9.77135667]], | |
[[ 2.15449079, 12.17032495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]]) | |
mean = (0.123456789, 10) | |
self = <numpy.random.tests.test_randomstate.TestRandomDist object at 0x7fdd57910220> | |
size = (3, 2) | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/random/tests/test_randomstate.py:992: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/contextlib.py:79: in inner | |
return func(*args, **kwds) | |
args = (array([[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan, nan]], | |
[[nan, nan], | |
[nan,...2495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]])) | |
func = <function assert_array_almost_equal at 0x7fdd606c40d0> | |
kwds = {'decimal': 15} | |
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2920> | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1d13e9e0>, array([[[nan, nan], | |
[nan, nan]], | |
...2495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]])) | |
kwds = {'err_msg': '', 'header': 'Arrays are not almost equal to 15 decimals', 'precision': 15, 'verbose': True} | |
@wraps(func) | |
def inner(*args, **kwds): | |
with self._recreate_cm(): | |
> return func(*args, **kwds) | |
E AssertionError: | |
E Arrays are not almost equal to 15 decimals | |
E | |
E x and y nan location mismatch: | |
E x: array([[[nan, nan], | |
E [nan, nan]], | |
E ... | |
E y: array([[[ 1.463620246718631, 11.73759122771936 ], | |
E [ 1.622445133300628, 9.771356667546383]], | |
E ... | |
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1d13e9e0>, array([[[nan, nan], | |
[nan, nan]], | |
...2495], | |
[ 1.71990944, 9.23054844]], | |
[[ 0.68951503, 9.88072982], | |
[-0.02305402, 9.20109662]]])) | |
func = <function assert_array_compare at 0x7fdd6089feb0> | |
kwds = {'err_msg': '', 'header': 'Arrays are not almost equal to 15 decimals', 'precision': 15, 'verbose': True} | |
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2860> | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/contextlib.py:79: AssertionError | |
=============================== warnings summary =============================== | |
core/tests/test_dtype.py::TestPromotion::test_complex_other_value_based[True-other4-complex64-complex256] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_dtype.py:1357: RuntimeWarning: invalid value encountered in cast | |
res = np.minimum(other, np.ones(3, dtype=min_complex)).dtype | |
core/tests/test_longdouble.py::test_scalar_extraction | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_longdouble.py:23: RuntimeWarning: invalid value encountered in scalar add | |
o = 1 + LD_INFO.eps | |
core/tests/test_multiarray.py::TestCreation::test_zeros | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/_methods.py:49: RuntimeWarning: invalid value encountered in reduce | |
return umr_sum(a, axis, dtype, out, keepdims, initial, where) | |
core/tests/test_multiarray.py::TestPutmask::test_ip_types | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_multiarray.py:5032: RuntimeWarning: invalid value encountered in cast | |
self.tst_basic(x.copy().astype(T), T, mask, val) | |
core/tests/test_multiarray.py::TestTake::test_ip_types | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_multiarray.py:5091: RuntimeWarning: invalid value encountered in cast | |
self.tst_basic(x.copy().astype(T)) | |
core/tests/test_multiarray.py::TestStats::test_dtype_from_input | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/_methods.py:181: RuntimeWarning: invalid value encountered in reduce | |
ret = umr_sum(arr, axis, dtype, out, keepdims, where=where) | |
core/tests/test_nditer.py::test_iter_copy_casts[?-g] | |
core/tests/test_nditer.py::test_iter_copy_casts[g-?] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_nditer.py:1405: RuntimeWarning: invalid value encountered in cast | |
expected = arr.astype(loop_dtype) | |
core/tests/test_nditer.py::test_iter_copy_casts[f-g] | |
core/tests/test_nditer.py::test_iter_copy_casts[f-G] | |
core/tests/test_nditer.py::test_iter_copy_casts[d-g] | |
core/tests/test_numeric.py::TestClip::test_ones_pathological[g] | |
core/tests/test_numeric.py::TestCreationFuncs::test_ones | |
core/tests/test_umath.py::TestFloat_power::test_type_conversion | |
<__array_function__ internals>:200: RuntimeWarning: invalid value encountered in cast | |
core/tests/test_numeric.py::TestNonarrayArgs::test_dunder_round_edgecases[2147483647--1] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_numeric.py:198: RuntimeWarning: invalid value encountered in cast | |
assert_equal(round(val, ndigits), round(np.int32(val), ndigits)) | |
core/tests/test_scalarmath.py::TestTypes::test_type_add | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_scalarmath.py:53: RuntimeWarning: invalid value encountered in add | |
c_scalar = a_scalar + b_scalar | |
core/tests/test_scalarmath.py::TestPower::test_large_types | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_scalarmath.py:204: RuntimeWarning: invalid value encountered in scalar power | |
b = a ** 4 | |
core/tests/test_ufunc.py::test_ufunc_noncontiguous[modf] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_ufunc.py:2477: RuntimeWarning: invalid value encountered in scalar multiply | |
tol = 2*res_eps | |
core/tests/test_umath.py::TestComparisons::test_comparison_functions[eq-equal-float128] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:286: RuntimeWarning: invalid value encountered in cast | |
a = np.random.randint(low=1, high=10, size=1000).astype(dtype) | |
core/tests/test_umath.py::TestFloat_power::test_type_conversion | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1157: RuntimeWarning: invalid value encountered in float_power | |
res = np.float_power(arg, arg) | |
core/tests/test_umath.py::TestLog2::test_log2_values[g] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1168: RuntimeWarning: invalid value encountered in log2 | |
assert_almost_equal(np.log2(xf), yf) | |
core/tests/test_umath.py::TestExp2::test_exp2_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1200: RuntimeWarning: invalid value encountered in exp2 | |
assert_almost_equal(np.exp2(yf), xf) | |
core/tests/test_umath.py::TestLog::test_log_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1258: RuntimeWarning: invalid value encountered in multiply | |
yf = np.array(y, dtype=dt)*log2_ | |
core/tests/test_umath.py::TestLog::test_log_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1259: RuntimeWarning: invalid value encountered in log | |
assert_almost_equal(np.log(xf), yf) | |
core/tests/test_umath.py::TestExp::test_exp_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1293: RuntimeWarning: invalid value encountered in multiply | |
yf = np.array(y, dtype=dt)*log2_ | |
core/tests/test_umath.py::TestExp::test_exp_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1294: RuntimeWarning: invalid value encountered in exp | |
assert_almost_equal(np.exp(yf), xf) | |
core/tests/test_umath.py::TestAVXUfuncs::test_avx_based_ufunc | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:1761: RuntimeWarning: invalid value encountered in cast | |
x_f128 = np.longdouble(x_f32) | |
core/tests/test_umath.py::TestComplexFunctions::test_precisions_consistent | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath.py:3808: RuntimeWarning: invalid value encountered in arcsin | |
fcl = f(np.clongdouble(z)) | |
core/tests/test_umath_complex.py::TestClog::test_special_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath_complex.py:250: RuntimeWarning: invalid value encountered in log | |
assert_almost_equal(np.log(x), y) | |
core/tests/test_umath_complex.py::TestClog::test_special_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath_complex.py:257: RuntimeWarning: invalid value encountered in log | |
assert_almost_equal(np.log(x), y) | |
core/tests/test_umath_complex.py::TestClog::test_special_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath_complex.py:264: RuntimeWarning: invalid value encountered in log | |
assert_almost_equal(np.log(x), y) | |
core/tests/test_umath_complex.py::TestClog::test_special_values | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/core/tests/test_umath_complex.py:273: RuntimeWarning: invalid value encountered in log | |
assert_almost_equal(np.log(xa[i].conj()), ya[i].conj()) | |
distutils/tests/test_fcompiler_gnu.py: 10 warnings | |
f2py/tests/test_f2py2e.py: 4 warnings | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/distutils/fcompiler/gnu.py:276: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. | |
if LooseVersion(v) >= "4": | |
distutils/tests/test_fcompiler_gnu.py: 10 warnings | |
f2py/tests/test_f2py2e.py: 8 warnings | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/site-packages/setuptools/_distutils/version.py:346: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. | |
other = LooseVersion(other) | |
f2py/tests/test_f2py2e.py::test_debugcapi_bld | |
/sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. | |
warnings.warn( | |
f2py/tests/test_f2py2e.py::test_debugcapi_bld | |
f2py/tests/test_f2py2e.py::test_debugcapi_bld | |
f2py/tests/test_f2py2e.py::test_npdistop | |
f2py/tests/test_f2py2e.py::test_npdistop | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/distutils/ccompiler.py:662: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. | |
version = LooseVersion(version) | |
fft/tests/test_pocketfft.py::TestFFT1D::test_dtypes[float128] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/fft/tests/test_pocketfft.py:227: RuntimeWarning: invalid value encountered in cast | |
x = random(30).astype(dtype) | |
lib/tests/test_arraysetops.py::TestUnique::test_unique_axis | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/lib/tests/test_arraysetops.py:898: RuntimeWarning: invalid value encountered in cast | |
[1, 0, 0, 0]]).astype(dtype) | |
lib/tests/test_function_base.py::TestFilterwindows::test_hanning[0-g] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/lib/function_base.py:3175: RuntimeWarning: invalid value encountered in scalar subtract | |
n = arange(1-M, M, 2) | |
lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-g] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/lib/function_base.py:3176: RuntimeWarning: invalid value encountered in cos | |
return 0.5 + 0.5*cos(pi*n/(M-1)) | |
lib/tests/test_histograms.py::TestHistogram::test_precision | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/lib/tests/test_histograms.py:344: RuntimeWarning: invalid value encountered in scalar add | |
range = np.array([1.0 + eps, 2.0], float_large) | |
linalg/tests/test_linalg.py::TestNormInt64::test_vector_return_type | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/linalg/tests/test_linalg.py:1274: RuntimeWarning: invalid value encountered in scalar power | |
assert_almost_equal(an, an.dtype.type(2.0)**an.dtype.type(1.0/2.0)) | |
ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_scalar_type | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/ma/tests/test_core.py:2939: RuntimeWarning: invalid value encountered in cast | |
(x, y, xm) = (_.astype(t) for _ in self.uint8data) | |
ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_array_type | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/ma/tests/test_core.py:2974: RuntimeWarning: invalid value encountered in cast | |
(x, y, xm) = (_.astype(t) for _ in self.uint8data) | |
ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_array_type | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/ma/core.py:4401: RuntimeWarning: divide by zero encountered in divide | |
self._data.__itruediv__(other_data) | |
ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_array_type | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/ma/core.py:4401: RuntimeWarning: invalid value encountered in divide | |
self._data.__itruediv__(other_data) | |
random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal[svd] | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/random/tests/test_generator_mt19937.py:1401: RuntimeWarning: covariance is not symmetric positive-semidefinite. | |
actual = random.multivariate_normal(mean, cov, size, method=method) | |
random/tests/test_random.py::TestRandomDist::test_multivariate_normal | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/random/tests/test_random.py:767: RuntimeWarning: covariance is not symmetric positive-semidefinite. | |
actual = np.random.multivariate_normal(mean, cov, size) | |
random/tests/test_randomstate.py::TestRandomDist::test_multivariate_normal | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/random/tests/test_randomstate.py:984: RuntimeWarning: covariance is not symmetric positive-semidefinite. | |
actual = random.multivariate_normal(mean, cov, size) | |
random/tests/test_smoke.py::TestMT19937::test_multivariate_normal | |
random/tests/test_smoke.py::TestPhilox::test_multivariate_normal | |
random/tests/test_smoke.py::TestSFC64::test_multivariate_normal | |
random/tests/test_smoke.py::TestPCG64::test_multivariate_normal | |
random/tests/test_smoke.py::TestPCG64DXSM::test_multivariate_normal | |
random/tests/test_smoke.py::TestDefaultRNG::test_multivariate_normal | |
/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages/numpy/random/tests/test_smoke.py:416: RuntimeWarning: covariance is not symmetric positive-semidefinite. | |
x = self.rg.multivariate_normal(mean, cov, 5000) | |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html | |
=========================== short test summary info ============================ | |
FAILED core/tests/test_multiarray.py::TestCreation::test_zeros - AssertionErr... | |
FAILED core/tests/test_multiarray.py::TestCreation::test_zeros_like_like_zeros | |
FAILED core/tests/test_multiarray.py::TestMethods::test_sort_unsigned[float128] | |
FAILED core/tests/test_multiarray.py::TestNewBufferProtocol::test_roundtrip | |
FAILED core/tests/test_nditer.py::test_iter_copy_casts[f-g] - AssertionError: | |
FAILED core/tests/test_nditer.py::test_iter_copy_casts[f-G] - AssertionError: | |
FAILED core/tests/test_nditer.py::test_iter_copy_casts[d-g] - AssertionError: | |
FAILED core/tests/test_nditer.py::test_iter_copy_casts[g-?] - AssertionError: | |
FAILED core/tests/test_nditer.py::test_iter_buffered_cast_byteswapped_complex | |
FAILED core/tests/test_numeric.py::TestFloatExceptions::test_floating_exceptions[g] | |
FAILED core/tests/test_numeric.py::TestClip::test_ones_pathological[g] - Asse... | |
FAILED core/tests/test_print.py::test_float_types[float32] - AssertionError: | |
FAILED core/tests/test_scalarmath.py::TestPower::test_large_types - Assertion... | |
FAILED core/tests/test_ufunc.py::test_ufunc_noncontiguous[divmod] - Assertion... | |
FAILED core/tests/test_ufunc.py::test_ufunc_noncontiguous[exp] - AssertionErr... | |
FAILED core/tests/test_ufunc.py::test_ufunc_noncontiguous[float_power] - Asse... | |
FAILED core/tests/test_ufunc.py::test_ufunc_noncontiguous[modf] - AssertionEr... | |
FAILED core/tests/test_umath.py::TestDivision::test_floor_division_errors[g] | |
FAILED core/tests/test_umath.py::TestLog2::test_log2_values[g] - AssertionErr... | |
FAILED core/tests/test_umath.py::TestExp2::test_exp2_values - AssertionError: | |
FAILED core/tests/test_umath.py::TestExp::test_exp_values - AssertionError: | |
FAILED core/tests/test_umath.py::TestAVXUfuncs::test_avx_based_ufunc - Assert... | |
FAILED core/tests/test_umath.py::TestLogAddExp::test_logaddexp_values - Asser... | |
FAILED core/tests/test_umath.py::TestMaximum::test_reduce - AssertionError: | |
FAILED core/tests/test_umath.py::TestComplexFunctions::test_precisions_consistent | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[float_power-g] | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmax-g] | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[fmin-g] | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[hypot-g] | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp-g] | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[logaddexp2-g] | |
FAILED core/tests/test_umath.py::test_memoverlap_accumulate_symmetric[remainder-g1] | |
FAILED f2py/tests/test_array_from_pyobj.py::TestSharedMemory::test_in_from_2seq[LONGDOUBLE] | |
FAILED fft/tests/test_pocketfft.py::TestFFT1D::test_dtypes[float128] - Assert... | |
FAILED lib/tests/test_arraysetops.py::TestUnique::test_unique_1d - AssertionE... | |
FAILED lib/tests/test_arraysetops.py::TestUnique::test_unique_axis - Assertio... | |
FAILED lib/tests/test_function_base.py::TestFilterwindows::test_hanning[10-g] | |
FAILED linalg/tests/test_linalg.py::TestNormSingle::test_keepdims - Assertion... | |
FAILED linalg/tests/test_linalg.py::TestNormSingle::test_matrix_return_type | |
FAILED linalg/tests/test_linalg.py::TestNormInt64::test_vector_return_type - ... | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_addition_scalar_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_addition_array_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_subtraction_scalar_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_subtraction_array_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_multiplication_scalar_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_multiplication_array_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_floor_division_scalar_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_floor_division_array_type | |
FAILED ma/tests/test_core.py::TestMaskedArrayInPlaceArithmetic::test_inplace_division_scalar_type | |
FAILED random/tests/test_generator_mt19937.py::TestRandomDist::test_multivariate_normal[svd] | |
FAILED random/tests/test_random.py::TestRandomDist::test_multivariate_normal | |
FAILED random/tests/test_randomstate.py::TestRandomDist::test_multivariate_normal | |
= 52 failed, 25324 passed, 2757 skipped, 1307 deselected, 33 xfailed, 4 xpassed, 88 warnings in 594.08s (0:09:54) = | |
(at easybuild/tools/run.py:643 in parse_cmd_output) | |
== 2023-05-10 13:54:56,010 build_log.py:267 INFO ... (took 18 mins 38 secs) | |
== 2023-05-10 13:54:56,011 build_log.py:267 INFO ... (took 18 mins 47 secs) | |
== 2023-05-10 13:54:56,011 filetools.py:2019 INFO Removing lock /sw/easybuild/amd/k10/2022b/software/.locks/_sw_easybuild_amd_k10_2022b_software_SciPy-bundle_2023.02-gfbf-2022b.lock... | |
== 2023-05-10 13:54:56,020 filetools.py:384 INFO Path /sw/easybuild/amd/k10/2022b/software/.locks/_sw_easybuild_amd_k10_2022b_software_SciPy-bundle_2023.02-gfbf-2022b.lock successfully removed. | |
== 2023-05-10 13:54:56,020 filetools.py:2023 INFO Lock removed: /sw/easybuild/amd/k10/2022b/software/.locks/_sw_easybuild_amd_k10_2022b_software_SciPy-bundle_2023.02-gfbf-2022b.lock | |
== 2023-05-10 13:54:56,020 easyblock.py:4232 WARNING build failed (first 300 chars): cmd "export PYTHONPATH=/tmp/eb-fnnrjaf9/tmpz_oz3ggo/lib/python3.10/site-packages:$PYTHONPATH && unset LDFLAGS && cd .. && /sw/easybuild/amd/k10/2022b/software/Python/3.10.8-GCCcore-12.2.0/bin/python -c 'import sys; import numpy; sys.exit(not numpy.test(verbose=2))' " exited with exit code 1 and out | |
== 2023-05-10 13:54:56,021 easyblock.py:328 INFO Closing log for application name SciPy-bundle version 2023.02 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment