Last active
February 13, 2016 17:54
-
-
Save jjhelmus/de2b34779e83eb37a70f to your computer and use it in GitHub Desktop.
Test logs from atlas_build wheels
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
C:\Users\IEUser>python -c "import numpy; numpy.test() | |
Running unit tests for numpy | |
NumPy version 1.10.4 | |
NumPy relaxed strides checking option: False | |
NumPy is installed in C:\Users\IEUser\Miniconda2\lib\site-packages\numpy | |
Python version 2.7.11 |Continuum Analytics, Inc.| (default, Jan 29 2016, 15:36:5 | |
6) [MSC v.1500 32 bit (Intel)] | |
nose version 1.3.7 | |
..............................S................................................. | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
..C:\Users\IEUser\Miniconda2\lib\unittest\case.py:473: DeprecationWarning: using | |
a non-integer number instead of an integer will result in an error in the futur | |
e | |
callableObj(*args, **kwargs) | |
........C:\Users\IEUser\Miniconda2\lib\unittest\case.py:473: DeprecationWarning: | |
using a non-integer number instead of an integer will result in an error in the | |
future | |
callableObj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\lib\unittest\case.py:473: DeprecationWarning: using a | |
non-integer number instead of an integer will result in an error in the future | |
callableObj(*args, **kwargs) | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
.S.............................................................................. | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
............K.........................................................C:\Users\I | |
EUser\Miniconda2\lib\site-packages\numpy\ma\core.py:989: RuntimeWarning: invalid | |
value encountered in multiply | |
masked_da = umath.multiply(m, da) | |
C:\Users\IEUser\Miniconda2\lib\site-packages\numpy\ma\core.py:989: RuntimeWarnin | |
g: invalid value encountered in multiply | |
masked_da = umath.multiply(m, da) | |
................................................................................ | |
..........................................................C:\Users\IEUser\Minico | |
nda2\lib\site-packages\numpy\core\tests\test_numerictypes.py:372: DeprecationWar | |
ning: using a non-integer number instead of an integer will result in an error i | |
n the future | |
return self.ary['f0', 'f1'] | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
............................................K..K................................ | |
K...SK.S.......S................................................................ | |
..................ES..SS........................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
........................................S....................................... | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
...........................................K.................K.................. | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
...........................................S.................................... | |
................................................................................ | |
..S............................................................................. | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
............................................................................... | |
====================================================================== | |
ERROR: test_compile1 (test_system_info.TestSystemInfoReading) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Users\IEUser\Miniconda2\lib\site-packages\numpy\distutils\tests\test_ | |
system_info.py", line 182, in test_compile1 | |
c.compile([os.path.basename(self._src1)], output_dir=self._dir1) | |
File "C:\Users\IEUser\Miniconda2\lib\distutils\msvc9compiler.py", line 473, in | |
compile | |
self.initialize() | |
File "C:\Users\IEUser\Miniconda2\lib\site-packages\numpy\distutils\msvccompile | |
r.py", line 17, in initialize | |
distutils.msvccompiler.MSVCCompiler.initialize(self, plat_name) | |
File "C:\Users\IEUser\Miniconda2\lib\distutils\msvc9compiler.py", line 383, in | |
initialize | |
vc_env = query_vcvarsall(VERSION, plat_spec) | |
File "C:\Users\IEUser\Miniconda2\lib\distutils\msvc9compiler.py", line 271, in | |
query_vcvarsall | |
raise DistutilsPlatformError("Unable to find vcvarsall.bat") | |
DistutilsPlatformError: Unable to find vcvarsall.bat | |
---------------------------------------------------------------------- | |
Ran 5576 tests in 24.155s | |
FAILED (KNOWNFAIL=8, SKIP=11, errors=1) |
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
[py34] C:\Users\IEUser>python -c "import numpy; numpy.test()" | |
Running unit tests for numpy | |
NumPy version 1.10.4 | |
NumPy relaxed strides checking option: False | |
NumPy is installed in C:\Users\IEUser\Miniconda2\envs\py34\lib\site-packages\num | |
py | |
Python version 3.4.4 |Continuum Analytics, Inc.| (default, Jan 29 2016, 15:24:34 | |
) [MSC v.1600 32 bit (Intel)] | |
nose version 1.3.7 | |
..............................S................................................. | |
................................................................................ | |
.....................................................S.......................... | |
................................................................................ | |
..C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarn | |
ing: using a non-integer number instead of an integer will result in an error in | |
the future | |
callable_obj(*args, **kwargs) | |
........C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: Deprecati | |
onWarning: using a non-integer number instead of an integer will result in an er | |
ror in the future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
................................................................................ | |
.......S........................................................................ | |
................................................................................ | |
................................................................................ | |
C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
..C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarn | |
ing: using a non-integer number instead of an integer will result in an error in | |
the future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py34\lib\unittest\case.py:162: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
.........K.........................................................C:\Users\IEUs | |
er\Miniconda2\envs\py34\lib\site-packages\numpy\ma\core.py:989: RuntimeWarning: | |
invalid value encountered in multiply | |
masked_da = umath.multiply(m, da) | |
C:\Users\IEUser\Miniconda2\envs\py34\lib\site-packages\numpy\ma\core.py:989: Run | |
timeWarning: invalid value encountered in multiply | |
masked_da = umath.multiply(m, da) | |
................................................................................ | |
..........................................................C:\Users\IEUser\Minico | |
nda2\envs\py34\lib\site-packages\numpy\core\tests\test_numerictypes.py:372: Depr | |
ecationWarning: using a non-integer number instead of an integer will result in | |
an error in the future | |
return self.ary['f0', 'f1'] | |
................................................................................ | |
................................................................................ | |
.....................................................K.......................... | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
............................................K..K................................ | |
K...SK.S.......S................................................................ | |
..................ES..SS........................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
........................................S....................................... | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
...........................................K.................K.................. | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
...........................................S.................................... | |
................................................................................ | |
..S............................................................C:\Users\IEUser\M | |
iniconda2\envs\py34\lib\site-packages\numpy\ma\core.py:4089: UserWarning: Warnin | |
g: converting a masked element to nan. | |
warnings.warn("Warning: converting a masked element to nan.") | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................ | |
====================================================================== | |
ERROR: test_compile1 (test_system_info.TestSystemInfoReading) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Users\IEUser\Miniconda2\envs\py34\lib\site-packages\numpy\distutils\t | |
ests\test_system_info.py", line 182, in test_compile1 | |
c.compile([os.path.basename(self._src1)], output_dir=self._dir1) | |
File "C:\Users\IEUser\Miniconda2\envs\py34\lib\distutils\msvc9compiler.py", li | |
ne 460, in compile | |
self.initialize() | |
File "C:\Users\IEUser\Miniconda2\envs\py34\lib\site-packages\numpy\distutils\m | |
svccompiler.py", line 17, in initialize | |
distutils.msvccompiler.MSVCCompiler.initialize(self, plat_name) | |
File "C:\Users\IEUser\Miniconda2\envs\py34\lib\distutils\msvc9compiler.py", li | |
ne 371, in initialize | |
vc_env = query_vcvarsall(VERSION, plat_spec) | |
File "C:\Users\IEUser\Miniconda2\envs\py34\lib\distutils\msvc9compiler.py", li | |
ne 259, in query_vcvarsall | |
raise DistutilsPlatformError("Unable to find vcvarsall.bat") | |
distutils.errors.DistutilsPlatformError: Unable to find vcvarsall.bat | |
---------------------------------------------------------------------- | |
Ran 5575 tests in 25.857s | |
FAILED (KNOWNFAIL=8, SKIP=12, errors=1) |
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
[py35] C:\Users\IEUser>python -c "import numpy; numpy.test() | |
Running unit tests for numpy | |
NumPy version 1.10.4 | |
NumPy relaxed strides checking option: False | |
NumPy is installed in C:\Users\IEUser\Miniconda2\envs\py35\lib\site-packages\num | |
py | |
Python version 3.5.1 |Continuum Analytics, Inc.| (default, Jan 29 2016, 15:46:01 | |
) [MSC v.1900 32 bit (Intel)] | |
nose version 1.3.7 | |
..............................S................................................. | |
................................................................................ | |
.....................................................S.......................... | |
................................................................................ | |
..C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: DeprecationWarn | |
ing: using a non-integer number instead of an integer will result in an error in | |
the future | |
callable_obj(*args, **kwargs) | |
........C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: Deprecati | |
onWarning: using a non-integer number instead of an integer will result in an er | |
ror in the future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
................................................................................ | |
.......S........................................................................ | |
................................................................................ | |
................................................................................ | |
.........C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: Deprecat | |
ionWarning: using a non-integer number instead of an integer will result in an e | |
rror in the future | |
callable_obj(*args, **kwargs) | |
..C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: DeprecationWarn | |
ing: using a non-integer number instead of an integer will result in an error in | |
the future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
C:\Users\IEUser\Miniconda2\envs\py35\lib\unittest\case.py:176: DeprecationWarnin | |
g: using a non-integer number instead of an integer will result in an error in t | |
he future | |
callable_obj(*args, **kwargs) | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
..........K.........................................................C:\Users\IEU | |
ser\Miniconda2\envs\py35\lib\site-packages\numpy\ma\core.py:989: RuntimeWarning: | |
invalid value encountered in multiply | |
masked_da = umath.multiply(m, da) | |
C:\Users\IEUser\Miniconda2\envs\py35\lib\site-packages\numpy\ma\core.py:989: Run | |
timeWarning: invalid value encountered in multiply | |
masked_da = umath.multiply(m, da) | |
................................................................................ | |
..........................................................C:\Users\IEUser\Minico | |
nda2\envs\py35\lib\site-packages\numpy\core\tests\test_numerictypes.py:372: Depr | |
ecationWarning: using a non-integer number instead of an integer will result in | |
an error in the future | |
return self.ary['f0', 'f1'] | |
................................................................................ | |
................................................................................ | |
.....................................................K.......................... | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
............................................K..K................................ | |
K...SK.S.......S................................................................ | |
..................ES..SS........................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
........................................S....................................... | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
...........................................K.................K.................. | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
...........................................S.................................... | |
................................................................................ | |
..S............................................................C:\Users\IEUser\M | |
iniconda2\envs\py35\lib\site-packages\numpy\ma\core.py:4089: UserWarning: Warnin | |
g: converting a masked element to nan. | |
warnings.warn("Warning: converting a masked element to nan.") | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................................................................................ | |
................ | |
====================================================================== | |
ERROR: test_compile1 (test_system_info.TestSystemInfoReading) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "C:\Users\IEUser\Miniconda2\envs\py35\lib\site-packages\numpy\distutils\t | |
ests\test_system_info.py", line 182, in test_compile1 | |
c.compile([os.path.basename(self._src1)], output_dir=self._dir1) | |
File "C:\Users\IEUser\Miniconda2\envs\py35\lib\distutils\_msvccompiler.py", li | |
ne 317, in compile | |
self.initialize() | |
File "C:\Users\IEUser\Miniconda2\envs\py35\lib\distutils\_msvccompiler.py", li | |
ne 210, in initialize | |
vc_env = _get_vc_env(plat_spec) | |
File "C:\Users\IEUser\Miniconda2\envs\py35\lib\distutils\_msvccompiler.py", li | |
ne 85, in _get_vc_env | |
raise DistutilsPlatformError("Unable to find vcvarsall.bat") | |
distutils.errors.DistutilsPlatformError: Unable to find vcvarsall.bat | |
---------------------------------------------------------------------- | |
Ran 5585 tests in 24.826s | |
FAILED (KNOWNFAIL=8, SKIP=12, errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment