Advertisement
neo01124

heroku_err

Jul 6th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 103.63 KB | None | 0 0
  1. (venv)neo@neo:~/Desktop/webhindify$ git push heroku master
  2. Counting objects: 45, done.
  3. Delta compression using up to 2 threads.
  4. Compressing objects: 100% (42/42), done.
  5. Writing objects: 100% (45/45), 291.46 KiB | 113 KiB/s, done.
  6. Total 45 (delta 18), reused 0 (delta 0)
  7.  
  8. -----> Python app detected
  9. -----> No runtime.txt provided; assuming python-2.7.4.
  10. -----> Preparing Python runtime (python-2.7.4)
  11. -----> Installing Distribute (0.6.36)
  12. -----> Installing Pip (1.3.1)
  13. -----> Installing dependencies using Pip (1.3.1)
  14. Downloading/unpacking numpy (from -r requirements.txt (line 1))
  15. Running setup.py egg_info for package numpy
  16. Running from numpy source directory.
  17. non-existing path in 'numpy/distutils': 'site.cfg'
  18. /bin/sh: svnversion: not found
  19. F2PY Version 2
  20. blas_opt_info:
  21. blas_mkl_info:
  22. libraries mkl,vml,guide not found in ['/app/.heroku/python/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib']
  23. NOT AVAILABLE
  24.  
  25. atlas_blas_threads_info:
  26. Setting PTATLAS=ATLAS
  27. libraries ptf77blas,ptcblas,atlas not found in ['/app/.heroku/python/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib']
  28. NOT AVAILABLE
  29.  
  30. atlas_blas_info:
  31. libraries f77blas,cblas,atlas not found in ['/app/.heroku/python/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib']
  32. NOT AVAILABLE
  33.  
  34. /tmp/pip-build-u28836/numpy/numpy/distutils/system_info.py:1494: UserWarning:
  35. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  36. Directories to search for the libraries can be specified in the
  37. numpy/distutils/site.cfg file (section [atlas]) or by setting
  38. the ATLAS environment variable.
  39. warnings.warn(AtlasNotFoundError.__doc__)
  40. blas_info:
  41. libraries blas not found in ['/app/.heroku/python/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib']
  42. NOT AVAILABLE
  43.  
  44. /tmp/pip-build-u28836/numpy/numpy/distutils/system_info.py:1503: UserWarning:
  45. Blas (http://www.netlib.org/blas/) libraries not found.
  46. Directories to search for the libraries can be specified in the
  47. numpy/distutils/site.cfg file (section [blas]) or by setting
  48. the BLAS environment variable.
  49. warnings.warn(BlasNotFoundError.__doc__)
  50. blas_src_info:
  51. NOT AVAILABLE
  52.  
  53. /tmp/pip-build-u28836/numpy/numpy/distutils/system_info.py:1506: UserWarning:
  54. Blas (http://www.netlib.org/blas/) sources not found.
  55. Directories to search for the sources can be specified in the
  56. numpy/distutils/site.cfg file (section [blas_src]) or by setting
  57. the BLAS_SRC environment variable.
  58. warnings.warn(BlasSrcNotFoundError.__doc__)
  59. NOT AVAILABLE
  60.  
  61. /bin/sh: svnversion: not found
  62. lapack_opt_info:
  63. lapack_mkl_info:
  64. mkl_info:
  65. libraries mkl,vml,guide not found in ['/app/.heroku/python/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib']
  66. NOT AVAILABLE
  67.  
  68. NOT AVAILABLE
  69.  
  70. atlas_threads_info:
  71. Setting PTATLAS=ATLAS
  72. libraries ptf77blas,ptcblas,atlas not found in /app/.heroku/python/lib
  73. libraries lapack_atlas not found in /app/.heroku/python/lib
  74. libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  75. libraries lapack_atlas not found in /usr/local/lib
  76. libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
  77. libraries lapack_atlas not found in /usr/lib64
  78. libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  79. libraries lapack_atlas not found in /usr/lib
  80. numpy.distutils.system_info.atlas_threads_info
  81. NOT AVAILABLE
  82.  
  83. atlas_info:
  84. libraries f77blas,cblas,atlas not found in /app/.heroku/python/lib
  85. libraries lapack_atlas not found in /app/.heroku/python/lib
  86. libraries f77blas,cblas,atlas not found in /usr/local/lib
  87. libraries lapack_atlas not found in /usr/local/lib
  88. libraries f77blas,cblas,atlas not found in /usr/lib64
  89. libraries lapack_atlas not found in /usr/lib64
  90. libraries f77blas,cblas,atlas not found in /usr/lib
  91. libraries lapack_atlas not found in /usr/lib
  92. numpy.distutils.system_info.atlas_info
  93. NOT AVAILABLE
  94.  
  95. /tmp/pip-build-u28836/numpy/numpy/distutils/system_info.py:1408: UserWarning:
  96. Atlas (http://math-atlas.sourceforge.net/) libraries not found.
  97. Directories to search for the libraries can be specified in the
  98. numpy/distutils/site.cfg file (section [atlas]) or by setting
  99. the ATLAS environment variable.
  100. warnings.warn(AtlasNotFoundError.__doc__)
  101. lapack_info:
  102. libraries lapack not found in ['/app/.heroku/python/lib', '/usr/local/lib', '/usr/lib64', '/usr/lib']
  103. NOT AVAILABLE
  104.  
  105. /tmp/pip-build-u28836/numpy/numpy/distutils/system_info.py:1419: UserWarning:
  106. Lapack (http://www.netlib.org/lapack/) libraries not found.
  107. Directories to search for the libraries can be specified in the
  108. numpy/distutils/site.cfg file (section [lapack]) or by setting
  109. the LAPACK environment variable.
  110. warnings.warn(LapackNotFoundError.__doc__)
  111. lapack_src_info:
  112. NOT AVAILABLE
  113.  
  114. /tmp/pip-build-u28836/numpy/numpy/distutils/system_info.py:1422: UserWarning:
  115. Lapack (http://www.netlib.org/lapack/) sources not found.
  116. Directories to search for the sources can be specified in the
  117. numpy/distutils/site.cfg file (section [lapack_src]) or by setting
  118. the LAPACK_SRC environment variable.
  119. warnings.warn(LapackSrcNotFoundError.__doc__)
  120. NOT AVAILABLE
  121.  
  122. build_src
  123. building py_modules sources
  124. building library "npymath" sources
  125. customize Gnu95FCompiler
  126. Could not locate executable gfortran
  127. Could not locate executable f95
  128. customize IntelFCompiler
  129. Could not locate executable ifort
  130. Could not locate executable ifc
  131. customize LaheyFCompiler
  132. Could not locate executable lf95
  133. customize PGroupFCompiler
  134. Could not locate executable pgfortran
  135. customize AbsoftFCompiler
  136. Could not locate executable f90
  137. Could not locate executable f77
  138. customize NAGFCompiler
  139. customize VastFCompiler
  140. customize CompaqFCompiler
  141. Could not locate executable fort
  142. customize IntelItaniumFCompiler
  143. Could not locate executable efort
  144. Could not locate executable efc
  145. customize IntelEM64TFCompiler
  146. customize GnuFCompiler
  147. Could not locate executable g77
  148. customize G95FCompiler
  149. Could not locate executable g95
  150. customize PathScaleFCompiler
  151. Could not locate executable pathf95
  152. don't know how to compile Fortran code on platform 'posix'
  153. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  154.  
  155. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  156. gcc: _configtest.c
  157. gcc -pthread _configtest.o -o _configtest
  158. success!
  159. removing: _configtest.c _configtest.o _configtest
  160. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  161.  
  162. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  163. gcc: _configtest.c
  164. _configtest.c:1: warning: conflicting types for built-in function ‘exp’
  165. gcc -pthread _configtest.o -o _configtest
  166. _configtest.o: In function `main':
  167. /tmp/pip-build-u28836/numpy/_configtest.c:6: undefined reference to `exp'
  168. collect2: ld returned 1 exit status
  169. _configtest.o: In function `main':
  170. /tmp/pip-build-u28836/numpy/_configtest.c:6: undefined reference to `exp'
  171. collect2: ld returned 1 exit status
  172. failure.
  173. removing: _configtest.c _configtest.o
  174. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  175.  
  176. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  177. gcc: _configtest.c
  178. _configtest.c:1: warning: conflicting types for built-in function ‘exp’
  179. gcc -pthread _configtest.o -lm -o _configtest
  180. success!
  181. removing: _configtest.c _configtest.o _configtest
  182. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math.c
  183. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/ieee754.c
  184. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_complex.c
  185. building library "npysort" sources
  186. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/quicksort.c
  187. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/mergesort.c
  188. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/npysort/heapsort.c
  189. building extension "numpy.core._dummy" sources
  190. Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h
  191. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  192.  
  193. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  194. gcc: _configtest.c
  195. success!
  196. removing: _configtest.c _configtest.o
  197. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  198.  
  199. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  200. gcc: _configtest.c
  201. success!
  202. removing: _configtest.c _configtest.o
  203. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  204.  
  205. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  206. gcc: _configtest.c
  207. _configtest.c:5: warning: function declaration isn’t a prototype
  208. success!
  209. removing: _configtest.c _configtest.o
  210. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  211.  
  212. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  213. gcc: _configtest.c
  214. _configtest.c:5: warning: function declaration isn’t a prototype
  215. success!
  216. removing: _configtest.c _configtest.o
  217. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  218.  
  219. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  220. gcc: _configtest.c
  221. _configtest.c:5: warning: function declaration isn’t a prototype
  222. success!
  223. removing: _configtest.c _configtest.o
  224. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  225.  
  226. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  227. gcc: _configtest.c
  228. _configtest.c:5: warning: function declaration isn’t a prototype
  229. success!
  230. removing: _configtest.c _configtest.o
  231. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  232.  
  233. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  234. gcc: _configtest.c
  235. _configtest.c:4: warning: function declaration isn’t a prototype
  236. removing: _configtest.c _configtest.o
  237. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  238.  
  239. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  240. gcc: _configtest.c
  241. _configtest.c:4: warning: function declaration isn’t a prototype
  242. removing: _configtest.c _configtest.o
  243. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  244.  
  245. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  246. gcc: _configtest.c
  247. _configtest.c:4: warning: function declaration isn’t a prototype
  248. removing: _configtest.c _configtest.o
  249. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  250.  
  251. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  252. gcc: _configtest.c
  253. _configtest.c:4: warning: function declaration isn’t a prototype
  254. _configtest.c: In function ‘main’:
  255. _configtest.c:5: error: size of array ‘test_array’ is negative
  256. _configtest.c:4: warning: function declaration isn’t a prototype
  257. _configtest.c: In function ‘main’:
  258. _configtest.c:5: error: size of array ‘test_array’ is negative
  259. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  260.  
  261. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  262. gcc: _configtest.c
  263. _configtest.c:4: warning: function declaration isn’t a prototype
  264. _configtest.c: In function ‘main’:
  265. _configtest.c:5: error: size of array ‘test_array’ is negative
  266. _configtest.c:4: warning: function declaration isn’t a prototype
  267. _configtest.c: In function ‘main’:
  268. _configtest.c:5: error: size of array ‘test_array’ is negative
  269. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  270.  
  271. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  272. gcc: _configtest.c
  273. _configtest.c:4: warning: function declaration isn’t a prototype
  274. _configtest.c: In function ‘main’:
  275. _configtest.c:5: error: size of array ‘test_array’ is negative
  276. _configtest.c:4: warning: function declaration isn’t a prototype
  277. _configtest.c: In function ‘main’:
  278. _configtest.c:5: error: size of array ‘test_array’ is negative
  279. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  280.  
  281. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  282. gcc: _configtest.c
  283. _configtest.c:4: warning: function declaration isn’t a prototype
  284. _configtest.c: In function ‘main’:
  285. _configtest.c:5: error: size of array ‘test_array’ is negative
  286. _configtest.c:4: warning: function declaration isn’t a prototype
  287. _configtest.c: In function ‘main’:
  288. _configtest.c:5: error: size of array ‘test_array’ is negative
  289. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  290.  
  291. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  292. gcc: _configtest.c
  293. _configtest.c:4: warning: function declaration isn’t a prototype
  294. _configtest.c: In function ‘main’:
  295. _configtest.c:5: error: size of array ‘test_array’ is negative
  296. _configtest.c:4: warning: function declaration isn’t a prototype
  297. _configtest.c: In function ‘main’:
  298. _configtest.c:5: error: size of array ‘test_array’ is negative
  299. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  300.  
  301. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  302. gcc: _configtest.c
  303. _configtest.c:4: warning: function declaration isn’t a prototype
  304. _configtest.c: In function ‘main’:
  305. _configtest.c:5: error: size of array ‘test_array’ is negative
  306. _configtest.c:4: warning: function declaration isn’t a prototype
  307. _configtest.c: In function ‘main’:
  308. _configtest.c:5: error: size of array ‘test_array’ is negative
  309. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  310.  
  311. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  312. gcc: _configtest.c
  313. _configtest.c:4: warning: function declaration isn’t a prototype
  314. removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
  315. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  316.  
  317. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  318. gcc: _configtest.c
  319. _configtest.c:4: warning: function declaration isn’t a prototype
  320. removing: _configtest.c _configtest.o
  321. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  322.  
  323. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  324. gcc: _configtest.c
  325. _configtest.c:4: warning: function declaration isn’t a prototype
  326. removing: _configtest.c _configtest.o
  327. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  328.  
  329. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  330. gcc: _configtest.c
  331. _configtest.c:4: warning: function declaration isn’t a prototype
  332. removing: _configtest.c _configtest.o
  333. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  334.  
  335. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  336. gcc: _configtest.c
  337. _configtest.c:5: warning: function declaration isn’t a prototype
  338. success!
  339. removing: _configtest.c _configtest.o
  340. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  341.  
  342. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  343. gcc: _configtest.c
  344. _configtest.c:4: warning: function declaration isn’t a prototype
  345. removing: _configtest.c _configtest.o
  346. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  347.  
  348. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  349. gcc: _configtest.c
  350. _configtest.c:4: warning: function declaration isn’t a prototype
  351. removing: _configtest.c _configtest.o
  352. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  353.  
  354. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  355. gcc: _configtest.c
  356. _configtest.c:4: warning: function declaration isn’t a prototype
  357. removing: _configtest.c _configtest.o
  358. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  359.  
  360. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  361. gcc: _configtest.c
  362. _configtest.c:4: warning: function declaration isn’t a prototype
  363. _configtest.c: In function ‘main’:
  364. _configtest.c:5: error: size of array ‘test_array’ is negative
  365. _configtest.c:4: warning: function declaration isn’t a prototype
  366. _configtest.c: In function ‘main’:
  367. _configtest.c:5: error: size of array ‘test_array’ is negative
  368. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  369.  
  370. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  371. gcc: _configtest.c
  372. _configtest.c:4: warning: function declaration isn’t a prototype
  373. _configtest.c: In function ‘main’:
  374. _configtest.c:5: error: size of array ‘test_array’ is negative
  375. _configtest.c:4: warning: function declaration isn’t a prototype
  376. _configtest.c: In function ‘main’:
  377. _configtest.c:5: error: size of array ‘test_array’ is negative
  378. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  379.  
  380. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  381. gcc: _configtest.c
  382. _configtest.c:4: warning: function declaration isn’t a prototype
  383. _configtest.c: In function ‘main’:
  384. _configtest.c:5: error: size of array ‘test_array’ is negative
  385. _configtest.c:4: warning: function declaration isn’t a prototype
  386. _configtest.c: In function ‘main’:
  387. _configtest.c:5: error: size of array ‘test_array’ is negative
  388. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  389.  
  390. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  391. gcc: _configtest.c
  392. _configtest.c:4: warning: function declaration isn’t a prototype
  393. _configtest.c: In function ‘main’:
  394. _configtest.c:5: error: size of array ‘test_array’ is negative
  395. _configtest.c:4: warning: function declaration isn’t a prototype
  396. _configtest.c: In function ‘main’:
  397. _configtest.c:5: error: size of array ‘test_array’ is negative
  398. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  399.  
  400. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  401. gcc: _configtest.c
  402. _configtest.c:4: warning: function declaration isn’t a prototype
  403. _configtest.c: In function ‘main’:
  404. _configtest.c:5: error: size of array ‘test_array’ is negative
  405. _configtest.c:4: warning: function declaration isn’t a prototype
  406. _configtest.c: In function ‘main’:
  407. _configtest.c:5: error: size of array ‘test_array’ is negative
  408. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  409.  
  410. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  411. gcc: _configtest.c
  412. _configtest.c:4: warning: function declaration isn’t a prototype
  413. _configtest.c: In function ‘main’:
  414. _configtest.c:5: error: size of array ‘test_array’ is negative
  415. _configtest.c:4: warning: function declaration isn’t a prototype
  416. _configtest.c: In function ‘main’:
  417. _configtest.c:5: error: size of array ‘test_array’ is negative
  418. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  419.  
  420. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  421. gcc: _configtest.c
  422. _configtest.c:4: warning: function declaration isn’t a prototype
  423. _configtest.c: In function ‘main’:
  424. _configtest.c:5: error: size of array ‘test_array’ is negative
  425. _configtest.c:4: warning: function declaration isn’t a prototype
  426. _configtest.c: In function ‘main’:
  427. _configtest.c:5: error: size of array ‘test_array’ is negative
  428. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  429.  
  430. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  431. gcc: _configtest.c
  432. _configtest.c:4: warning: function declaration isn’t a prototype
  433. removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
  434. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  435.  
  436. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  437. gcc: _configtest.c
  438. _configtest.c:4: warning: function declaration isn’t a prototype
  439. removing: _configtest.c _configtest.o
  440. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  441.  
  442. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  443. gcc: _configtest.c
  444. _configtest.c:4: warning: function declaration isn’t a prototype
  445. removing: _configtest.c _configtest.o
  446. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  447.  
  448. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  449. gcc: _configtest.c
  450. _configtest.c:4: warning: function declaration isn’t a prototype
  451. removing: _configtest.c _configtest.o
  452. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  453.  
  454. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  455. gcc: _configtest.c
  456. _configtest.c:4: warning: function declaration isn’t a prototype
  457. removing: _configtest.c _configtest.o
  458. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  459.  
  460. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  461. gcc: _configtest.c
  462. _configtest.c:5: warning: function declaration isn’t a prototype
  463. _configtest.c: In function ‘main’:
  464. _configtest.c:7: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function)
  465. _configtest.c:7: error: (Each undeclared identifier is reported only once
  466. _configtest.c:7: error: for each function it appears in.)
  467. _configtest.c:5: warning: function declaration isn’t a prototype
  468. _configtest.c: In function ‘main’:
  469. _configtest.c:7: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function)
  470. _configtest.c:7: error: (Each undeclared identifier is reported only once
  471. _configtest.c:7: error: for each function it appears in.)
  472. failure.
  473. removing: _configtest.c _configtest.o
  474. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  475.  
  476. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  477. gcc: _configtest.c
  478. _configtest.c:4: warning: function declaration isn’t a prototype
  479. removing: _configtest.c _configtest.o
  480. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  481.  
  482. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  483. gcc: _configtest.c
  484. _configtest.c:4: warning: function declaration isn’t a prototype
  485. _configtest.c: In function ‘main’:
  486. _configtest.c:5: error: size of array ‘test_array’ is negative
  487. _configtest.c:4: warning: function declaration isn’t a prototype
  488. _configtest.c: In function ‘main’:
  489. _configtest.c:5: error: size of array ‘test_array’ is negative
  490. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  491.  
  492. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  493. gcc: _configtest.c
  494. _configtest.c:4: warning: function declaration isn’t a prototype
  495. _configtest.c: In function ‘main’:
  496. _configtest.c:5: error: size of array ‘test_array’ is negative
  497. _configtest.c:4: warning: function declaration isn’t a prototype
  498. _configtest.c: In function ‘main’:
  499. _configtest.c:5: error: size of array ‘test_array’ is negative
  500. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  501.  
  502. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  503. gcc: _configtest.c
  504. _configtest.c:4: warning: function declaration isn’t a prototype
  505. removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
  506. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  507.  
  508. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  509. gcc: _configtest.c
  510. _configtest.c:4: warning: function declaration isn’t a prototype
  511. removing: _configtest.c _configtest.o
  512. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  513.  
  514. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  515. gcc: _configtest.c
  516. _configtest.c:4: warning: function declaration isn’t a prototype
  517. _configtest.c: In function ‘main’:
  518. _configtest.c:5: error: size of array ‘test_array’ is negative
  519. _configtest.c:4: warning: function declaration isn’t a prototype
  520. _configtest.c: In function ‘main’:
  521. _configtest.c:5: error: size of array ‘test_array’ is negative
  522. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  523.  
  524. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  525. gcc: _configtest.c
  526. _configtest.c:4: warning: function declaration isn’t a prototype
  527. _configtest.c: In function ‘main’:
  528. _configtest.c:5: error: size of array ‘test_array’ is negative
  529. _configtest.c:4: warning: function declaration isn’t a prototype
  530. _configtest.c: In function ‘main’:
  531. _configtest.c:5: error: size of array ‘test_array’ is negative
  532. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  533.  
  534. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  535. gcc: _configtest.c
  536. _configtest.c:4: warning: function declaration isn’t a prototype
  537. _configtest.c: In function ‘main’:
  538. _configtest.c:5: error: size of array ‘test_array’ is negative
  539. _configtest.c:4: warning: function declaration isn’t a prototype
  540. _configtest.c: In function ‘main’:
  541. _configtest.c:5: error: size of array ‘test_array’ is negative
  542. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  543.  
  544. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  545. gcc: _configtest.c
  546. _configtest.c:4: warning: function declaration isn’t a prototype
  547. _configtest.c: In function ‘main’:
  548. _configtest.c:5: error: size of array ‘test_array’ is negative
  549. _configtest.c:4: warning: function declaration isn’t a prototype
  550. _configtest.c: In function ‘main’:
  551. _configtest.c:5: error: size of array ‘test_array’ is negative
  552. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  553.  
  554. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  555. gcc: _configtest.c
  556. _configtest.c:4: warning: function declaration isn’t a prototype
  557. _configtest.c: In function ‘main’:
  558. _configtest.c:5: error: size of array ‘test_array’ is negative
  559. _configtest.c:4: warning: function declaration isn’t a prototype
  560. _configtest.c: In function ‘main’:
  561. _configtest.c:5: error: size of array ‘test_array’ is negative
  562. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  563.  
  564. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  565. gcc: _configtest.c
  566. _configtest.c:4: warning: function declaration isn’t a prototype
  567. _configtest.c: In function ‘main’:
  568. _configtest.c:5: error: size of array ‘test_array’ is negative
  569. _configtest.c:4: warning: function declaration isn’t a prototype
  570. _configtest.c: In function ‘main’:
  571. _configtest.c:5: error: size of array ‘test_array’ is negative
  572. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  573.  
  574. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  575. gcc: _configtest.c
  576. _configtest.c:4: warning: function declaration isn’t a prototype
  577. _configtest.c: In function ‘main’:
  578. _configtest.c:5: error: size of array ‘test_array’ is negative
  579. _configtest.c:4: warning: function declaration isn’t a prototype
  580. _configtest.c: In function ‘main’:
  581. _configtest.c:5: error: size of array ‘test_array’ is negative
  582. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  583.  
  584. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  585. gcc: _configtest.c
  586. _configtest.c:4: warning: function declaration isn’t a prototype
  587. _configtest.c: In function ‘main’:
  588. _configtest.c:5: error: size of array ‘test_array’ is negative
  589. _configtest.c:4: warning: function declaration isn’t a prototype
  590. _configtest.c: In function ‘main’:
  591. _configtest.c:5: error: size of array ‘test_array’ is negative
  592. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  593.  
  594. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  595. gcc: _configtest.c
  596. _configtest.c:4: warning: function declaration isn’t a prototype
  597. _configtest.c: In function ‘main’:
  598. _configtest.c:5: error: size of array ‘test_array’ is negative
  599. _configtest.c:4: warning: function declaration isn’t a prototype
  600. _configtest.c: In function ‘main’:
  601. _configtest.c:5: error: size of array ‘test_array’ is negative
  602. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  603.  
  604. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  605. gcc: _configtest.c
  606. _configtest.c:4: warning: function declaration isn’t a prototype
  607. _configtest.c: In function ‘main’:
  608. _configtest.c:5: error: size of array ‘test_array’ is negative
  609. _configtest.c:4: warning: function declaration isn’t a prototype
  610. _configtest.c: In function ‘main’:
  611. _configtest.c:5: error: size of array ‘test_array’ is negative
  612. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  613.  
  614. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  615. gcc: _configtest.c
  616. _configtest.c:4: warning: function declaration isn’t a prototype
  617. _configtest.c: In function ‘main’:
  618. _configtest.c:5: error: size of array ‘test_array’ is negative
  619. _configtest.c:4: warning: function declaration isn’t a prototype
  620. _configtest.c: In function ‘main’:
  621. _configtest.c:5: error: size of array ‘test_array’ is negative
  622. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  623.  
  624. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  625. gcc: _configtest.c
  626. _configtest.c:4: warning: function declaration isn’t a prototype
  627. _configtest.c: In function ‘main’:
  628. _configtest.c:5: error: size of array ‘test_array’ is negative
  629. _configtest.c:4: warning: function declaration isn’t a prototype
  630. _configtest.c: In function ‘main’:
  631. _configtest.c:5: error: size of array ‘test_array’ is negative
  632. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  633.  
  634. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  635. gcc: _configtest.c
  636. _configtest.c:4: warning: function declaration isn’t a prototype
  637. removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
  638. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  639.  
  640. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  641. gcc: _configtest.c
  642. _configtest.c:4: warning: function declaration isn’t a prototype
  643. removing: _configtest.c _configtest.o
  644. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  645.  
  646. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  647. gcc: _configtest.c
  648. _configtest.c:4: warning: function declaration isn’t a prototype
  649. removing: _configtest.c _configtest.o
  650. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  651.  
  652. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  653. gcc: _configtest.c
  654. _configtest.c:4: warning: function declaration isn’t a prototype
  655. removing: _configtest.c _configtest.o
  656. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  657.  
  658. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  659. gcc: _configtest.c
  660. _configtest.c:4: warning: function declaration isn’t a prototype
  661. removing: _configtest.c _configtest.o
  662. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  663.  
  664. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  665. gcc: _configtest.c
  666. _configtest.c:4: warning: function declaration isn’t a prototype
  667. removing: _configtest.c _configtest.o
  668. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  669.  
  670. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  671. gcc: _configtest.c
  672. _configtest.c:6: warning: function declaration isn’t a prototype
  673. removing: _configtest.c _configtest.o
  674. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  675.  
  676. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  677. gcc: _configtest.c
  678. _configtest.c:6: warning: function declaration isn’t a prototype
  679. _configtest.c: In function ‘main’:
  680. _configtest.c:7: error: size of array ‘test_array’ is negative
  681. _configtest.c:6: warning: function declaration isn’t a prototype
  682. _configtest.c: In function ‘main’:
  683. _configtest.c:7: error: size of array ‘test_array’ is negative
  684. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  685.  
  686. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  687. gcc: _configtest.c
  688. _configtest.c:6: warning: function declaration isn’t a prototype
  689. removing: _configtest.c _configtest.o _configtest.c _configtest.o
  690. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  691.  
  692. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  693. gcc: _configtest.c
  694. _configtest.c:5: warning: function declaration isn’t a prototype
  695. success!
  696. removing: _configtest.c _configtest.o
  697. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  698.  
  699. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  700. gcc: _configtest.c
  701. _configtest.c:6: warning: function declaration isn’t a prototype
  702. removing: _configtest.c _configtest.o
  703. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  704.  
  705. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  706. gcc: _configtest.c
  707. _configtest.c:6: warning: function declaration isn’t a prototype
  708. removing: _configtest.c _configtest.o
  709. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  710.  
  711. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  712. gcc: _configtest.c
  713. _configtest.c:4: warning: function declaration isn’t a prototype
  714. removing: _configtest.c _configtest.o
  715. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  716.  
  717. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  718. gcc: _configtest.c
  719. _configtest.c:4: warning: function declaration isn’t a prototype
  720. removing: _configtest.c _configtest.o
  721. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  722.  
  723. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  724. gcc: _configtest.c
  725. _configtest.c:5: warning: function declaration isn’t a prototype
  726. success!
  727. removing: _configtest.c _configtest.o
  728. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  729.  
  730. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  731. gcc: _configtest.c
  732. _configtest.c:1: warning: conflicting types for built-in function ‘exp’
  733. gcc -pthread _configtest.o -o _configtest
  734. _configtest.o: In function `main':
  735. /tmp/pip-build-u28836/numpy/_configtest.c:6: undefined reference to `exp'
  736. collect2: ld returned 1 exit status
  737. _configtest.o: In function `main':
  738. /tmp/pip-build-u28836/numpy/_configtest.c:6: undefined reference to `exp'
  739. collect2: ld returned 1 exit status
  740. failure.
  741. removing: _configtest.c _configtest.o
  742. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  743.  
  744. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  745. gcc: _configtest.c
  746. _configtest.c:1: warning: conflicting types for built-in function ‘exp’
  747. gcc -pthread _configtest.o -lm -o _configtest
  748. success!
  749. removing: _configtest.c _configtest.o _configtest
  750. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  751.  
  752. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  753. gcc: _configtest.c
  754. _configtest.c:1: warning: conflicting types for built-in function ‘asin’
  755. _configtest.c:2: warning: conflicting types for built-in function ‘cos’
  756. _configtest.c:3: warning: conflicting types for built-in function ‘log’
  757. _configtest.c:4: warning: conflicting types for built-in function ‘fabs’
  758. _configtest.c:5: warning: conflicting types for built-in function ‘tanh’
  759. _configtest.c:6: warning: conflicting types for built-in function ‘atan’
  760. _configtest.c:7: warning: conflicting types for built-in function ‘acos’
  761. _configtest.c:8: warning: conflicting types for built-in function ‘floor’
  762. _configtest.c:9: warning: conflicting types for built-in function ‘fmod’
  763. _configtest.c:10: warning: conflicting types for built-in function ‘sqrt’
  764. _configtest.c:11: warning: conflicting types for built-in function ‘cosh’
  765. _configtest.c:12: warning: conflicting types for built-in function ‘modf’
  766. _configtest.c:13: warning: conflicting types for built-in function ‘sinh’
  767. _configtest.c:14: warning: conflicting types for built-in function ‘frexp’
  768. _configtest.c:15: warning: conflicting types for built-in function ‘exp’
  769. _configtest.c:16: warning: conflicting types for built-in function ‘tan’
  770. _configtest.c:17: warning: conflicting types for built-in function ‘ceil’
  771. _configtest.c:18: warning: conflicting types for built-in function ‘log10’
  772. _configtest.c:19: warning: conflicting types for built-in function ‘sin’
  773. _configtest.c:20: warning: conflicting types for built-in function ‘ldexp’
  774. gcc -pthread _configtest.o -lm -o _configtest
  775. success!
  776. removing: _configtest.c _configtest.o _configtest
  777. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  778.  
  779. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  780. gcc: _configtest.c
  781. _configtest.c:6: warning: function declaration isn’t a prototype
  782. success!
  783. removing: _configtest.c _configtest.o
  784. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  785.  
  786. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  787. gcc: _configtest.c
  788. _configtest.c:6: warning: function declaration isn’t a prototype
  789. success!
  790. removing: _configtest.c _configtest.o
  791. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  792.  
  793. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  794. gcc: _configtest.c
  795. _configtest.c:6: warning: function declaration isn’t a prototype
  796. success!
  797. removing: _configtest.c _configtest.o
  798. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  799.  
  800. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  801. gcc: _configtest.c
  802. _configtest.c:6: warning: function declaration isn’t a prototype
  803. success!
  804. removing: _configtest.c _configtest.o
  805. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  806.  
  807. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  808. gcc: _configtest.c
  809. _configtest.c:6: warning: function declaration isn’t a prototype
  810. success!
  811. removing: _configtest.c _configtest.o
  812. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  813.  
  814. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  815. gcc: _configtest.c
  816. _configtest.c:6: warning: function declaration isn’t a prototype
  817. success!
  818. removing: _configtest.c _configtest.o
  819. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  820.  
  821. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  822. gcc: _configtest.c
  823. _configtest.c:6: warning: function declaration isn’t a prototype
  824. success!
  825. removing: _configtest.c _configtest.o
  826. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  827.  
  828. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  829. gcc: _configtest.c
  830. _configtest.c:1: warning: conflicting types for built-in function ‘log2’
  831. _configtest.c:2: warning: conflicting types for built-in function ‘pow’
  832. _configtest.c:3: warning: conflicting types for built-in function ‘exp2’
  833. _configtest.c:4: warning: conflicting types for built-in function ‘atan2’
  834. _configtest.c:5: warning: conflicting types for built-in function ‘rint’
  835. _configtest.c:6: warning: conflicting types for built-in function ‘nextafter’
  836. _configtest.c:7: warning: conflicting types for built-in function ‘trunc’
  837. gcc -pthread _configtest.o -lm -o _configtest
  838. success!
  839. removing: _configtest.c _configtest.o _configtest
  840. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  841.  
  842. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  843. gcc: _configtest.c
  844. _configtest.c:1: warning: conflicting types for built-in function ‘cosf’
  845. _configtest.c:2: warning: conflicting types for built-in function ‘coshf’
  846. _configtest.c:3: warning: conflicting types for built-in function ‘rintf’
  847. _configtest.c:4: warning: conflicting types for built-in function ‘fabsf’
  848. _configtest.c:5: warning: conflicting types for built-in function ‘floorf’
  849. _configtest.c:6: warning: conflicting types for built-in function ‘nextafterf’
  850. _configtest.c:7: warning: conflicting types for built-in function ‘tanhf’
  851. _configtest.c:8: warning: conflicting types for built-in function ‘log10f’
  852. _configtest.c:9: warning: conflicting types for built-in function ‘logf’
  853. _configtest.c:10: warning: conflicting types for built-in function ‘sinhf’
  854. _configtest.c:11: warning: conflicting types for built-in function ‘acosf’
  855. _configtest.c:12: warning: conflicting types for built-in function ‘sqrtf’
  856. _configtest.c:13: warning: conflicting types for built-in function ‘ldexpf’
  857. _configtest.c:14: warning: conflicting types for built-in function ‘hypotf’
  858. _configtest.c:15: warning: conflicting types for built-in function ‘log2f’
  859. _configtest.c:16: warning: conflicting types for built-in function ‘exp2f’
  860. _configtest.c:17: warning: conflicting types for built-in function ‘atanf’
  861. _configtest.c:18: warning: conflicting types for built-in function ‘fmodf’
  862. _configtest.c:19: warning: conflicting types for built-in function ‘atan2f’
  863. _configtest.c:20: warning: conflicting types for built-in function ‘modff’
  864. _configtest.c:21: warning: conflicting types for built-in function ‘ceilf’
  865. _configtest.c:22: warning: conflicting types for built-in function ‘log1pf’
  866. _configtest.c:23: warning: conflicting types for built-in function ‘asinf’
  867. _configtest.c:24: warning: conflicting types for built-in function ‘copysignf’
  868. _configtest.c:25: warning: conflicting types for built-in function ‘acoshf’
  869. _configtest.c:26: warning: conflicting types for built-in function ‘sinf’
  870. _configtest.c:27: warning: conflicting types for built-in function ‘tanf’
  871. _configtest.c:28: warning: conflicting types for built-in function ‘atanhf’
  872. _configtest.c:29: warning: conflicting types for built-in function ‘truncf’
  873. _configtest.c:30: warning: conflicting types for built-in function ‘asinhf’
  874. _configtest.c:31: warning: conflicting types for built-in function ‘frexpf’
  875. _configtest.c:32: warning: conflicting types for built-in function ‘powf’
  876. _configtest.c:33: warning: conflicting types for built-in function ‘expf’
  877. _configtest.c:34: warning: conflicting types for built-in function ‘expm1f’
  878. gcc -pthread _configtest.o -lm -o _configtest
  879. success!
  880. removing: _configtest.c _configtest.o _configtest
  881. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  882.  
  883. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  884. gcc: _configtest.c
  885. _configtest.c:1: warning: conflicting types for built-in function ‘tanhl’
  886. _configtest.c:2: warning: conflicting types for built-in function ‘log10l’
  887. _configtest.c:3: warning: conflicting types for built-in function ‘nextafterl’
  888. _configtest.c:4: warning: conflicting types for built-in function ‘coshl’
  889. _configtest.c:5: warning: conflicting types for built-in function ‘cosl’
  890. _configtest.c:6: warning: conflicting types for built-in function ‘floorl’
  891. _configtest.c:7: warning: conflicting types for built-in function ‘rintl’
  892. _configtest.c:8: warning: conflicting types for built-in function ‘fabsl’
  893. _configtest.c:9: warning: conflicting types for built-in function ‘acosl’
  894. _configtest.c:10: warning: conflicting types for built-in function ‘ldexpl’
  895. _configtest.c:11: warning: conflicting types for built-in function ‘sqrtl’
  896. _configtest.c:12: warning: conflicting types for built-in function ‘logl’
  897. _configtest.c:13: warning: conflicting types for built-in function ‘expm1l’
  898. _configtest.c:14: warning: conflicting types for built-in function ‘hypotl’
  899. _configtest.c:15: warning: conflicting types for built-in function ‘log2l’
  900. _configtest.c:16: warning: conflicting types for built-in function ‘copysignl’
  901. _configtest.c:17: warning: conflicting types for built-in function ‘exp2l’
  902. _configtest.c:18: warning: conflicting types for built-in function ‘atanl’
  903. _configtest.c:19: warning: conflicting types for built-in function ‘frexpl’
  904. _configtest.c:20: warning: conflicting types for built-in function ‘atan2l’
  905. _configtest.c:21: warning: conflicting types for built-in function ‘sinhl’
  906. _configtest.c:22: warning: conflicting types for built-in function ‘fmodl’
  907. _configtest.c:23: warning: conflicting types for built-in function ‘log1pl’
  908. _configtest.c:24: warning: conflicting types for built-in function ‘asinl’
  909. _configtest.c:25: warning: conflicting types for built-in function ‘ceill’
  910. _configtest.c:26: warning: conflicting types for built-in function ‘sinl’
  911. _configtest.c:27: warning: conflicting types for built-in function ‘acoshl’
  912. _configtest.c:28: warning: conflicting types for built-in function ‘atanhl’
  913. _configtest.c:29: warning: conflicting types for built-in function ‘tanl’
  914. _configtest.c:30: warning: conflicting types for built-in function ‘truncl’
  915. _configtest.c:31: warning: conflicting types for built-in function ‘powl’
  916. _configtest.c:32: warning: conflicting types for built-in function ‘expl’
  917. _configtest.c:33: warning: conflicting types for built-in function ‘modfl’
  918. _configtest.c:34: warning: conflicting types for built-in function ‘asinhl’
  919. gcc -pthread _configtest.o -lm -o _configtest
  920. success!
  921. removing: _configtest.c _configtest.o _configtest
  922. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  923.  
  924. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  925. gcc: _configtest.c
  926. _configtest.c:6: warning: function declaration isn’t a prototype
  927. success!
  928. removing: _configtest.c _configtest.o
  929. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  930.  
  931. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  932. gcc: _configtest.c
  933. _configtest.c:6: warning: function declaration isn’t a prototype
  934. success!
  935. removing: _configtest.c _configtest.o
  936. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  937.  
  938. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  939. gcc: _configtest.c
  940. _configtest.c:6: warning: function declaration isn’t a prototype
  941. success!
  942. removing: _configtest.c _configtest.o
  943. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  944.  
  945. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  946. gcc: _configtest.c
  947. _configtest.c:6: warning: function declaration isn’t a prototype
  948. success!
  949. removing: _configtest.c _configtest.o
  950. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  951.  
  952. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  953. gcc: _configtest.c
  954. _configtest.c:6: warning: function declaration isn’t a prototype
  955. _configtest.c: In function ‘main’:
  956. _configtest.c:8: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
  957. _configtest.c:8: error: (Each undeclared identifier is reported only once
  958. _configtest.c:8: error: for each function it appears in.)
  959. _configtest.c:6: warning: function declaration isn’t a prototype
  960. _configtest.c: In function ‘main’:
  961. _configtest.c:8: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
  962. _configtest.c:8: error: (Each undeclared identifier is reported only once
  963. _configtest.c:8: error: for each function it appears in.)
  964. failure.
  965. removing: _configtest.c _configtest.o
  966. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  967.  
  968. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  969. gcc: _configtest.c
  970. _configtest.c:6: warning: function declaration isn’t a prototype
  971. success!
  972. removing: _configtest.c _configtest.o
  973. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  974.  
  975. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  976. gcc: _configtest.c
  977. _configtest.c:6: warning: function declaration isn’t a prototype
  978. success!
  979. removing: _configtest.c _configtest.o
  980. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  981.  
  982. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  983. gcc: _configtest.c
  984. _configtest.c:6: warning: function declaration isn’t a prototype
  985. success!
  986. removing: _configtest.c _configtest.o
  987. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  988.  
  989. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  990. gcc: _configtest.c
  991. success!
  992. removing: _configtest.c _configtest.o
  993. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  994.  
  995. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  996. gcc: _configtest.c
  997. _configtest.c:4: warning: function declaration isn’t a prototype
  998. removing: _configtest.c _configtest.o
  999. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1000.  
  1001. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1002. gcc: _configtest.c
  1003. _configtest.c:4: warning: function declaration isn’t a prototype
  1004. removing: _configtest.c _configtest.o
  1005. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1006.  
  1007. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1008. gcc: _configtest.c
  1009. _configtest.c:4: warning: function declaration isn’t a prototype
  1010. removing: _configtest.c _configtest.o
  1011. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1012.  
  1013. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1014. gcc: _configtest.c
  1015. _configtest.c:1: warning: conflicting types for built-in function ‘cexp’
  1016. _configtest.c:2: warning: conflicting types for built-in function ‘clog’
  1017. _configtest.c:3: warning: conflicting types for built-in function ‘ccos’
  1018. _configtest.c:4: warning: conflicting types for built-in function ‘cimag’
  1019. _configtest.c:5: warning: conflicting types for built-in function ‘cabs’
  1020. _configtest.c:6: warning: conflicting types for built-in function ‘cpow’
  1021. _configtest.c:7: warning: conflicting types for built-in function ‘csqrt’
  1022. _configtest.c:8: warning: conflicting types for built-in function ‘carg’
  1023. _configtest.c:9: warning: conflicting types for built-in function ‘creal’
  1024. _configtest.c:10: warning: conflicting types for built-in function ‘csin’
  1025. gcc -pthread _configtest.o -lm -o _configtest
  1026. success!
  1027. removing: _configtest.c _configtest.o _configtest
  1028. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1029.  
  1030. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1031. gcc: _configtest.c
  1032. _configtest.c:1: warning: conflicting types for built-in function ‘ccosf’
  1033. _configtest.c:2: warning: conflicting types for built-in function ‘cargf’
  1034. _configtest.c:3: warning: conflicting types for built-in function ‘csqrtf’
  1035. _configtest.c:4: warning: conflicting types for built-in function ‘cpowf’
  1036. _configtest.c:5: warning: conflicting types for built-in function ‘cexpf’
  1037. _configtest.c:6: warning: conflicting types for built-in function ‘crealf’
  1038. _configtest.c:7: warning: conflicting types for built-in function ‘csinf’
  1039. _configtest.c:8: warning: conflicting types for built-in function ‘cabsf’
  1040. _configtest.c:9: warning: conflicting types for built-in function ‘clogf’
  1041. _configtest.c:10: warning: conflicting types for built-in function ‘cimagf’
  1042. gcc -pthread _configtest.o -lm -o _configtest
  1043. success!
  1044. removing: _configtest.c _configtest.o _configtest
  1045. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1046.  
  1047. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1048. gcc: _configtest.c
  1049. _configtest.c:1: warning: conflicting types for built-in function ‘csqrtl’
  1050. _configtest.c:2: warning: conflicting types for built-in function ‘cargl’
  1051. _configtest.c:3: warning: conflicting types for built-in function ‘cexpl’
  1052. _configtest.c:4: warning: conflicting types for built-in function ‘ccosl’
  1053. _configtest.c:5: warning: conflicting types for built-in function ‘cpowl’
  1054. _configtest.c:6: warning: conflicting types for built-in function ‘cimagl’
  1055. _configtest.c:7: warning: conflicting types for built-in function ‘csinl’
  1056. _configtest.c:8: warning: conflicting types for built-in function ‘creall’
  1057. _configtest.c:9: warning: conflicting types for built-in function ‘clogl’
  1058. _configtest.c:10: warning: conflicting types for built-in function ‘cabsl’
  1059. gcc -pthread _configtest.o -lm -o _configtest
  1060. success!
  1061. removing: _configtest.c _configtest.o _configtest
  1062. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1063.  
  1064. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1065. gcc: _configtest.c
  1066. success!
  1067. removing: _configtest.c _configtest.o
  1068. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1069.  
  1070. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1071. gcc: _configtest.c
  1072. _configtest.c:5: warning: function declaration isn’t a prototype
  1073. _configtest.c: In function ‘main’:
  1074. _configtest.c:7: error: ‘Py_UNICODE_WIDE’ undeclared (first use in this function)
  1075. _configtest.c:7: error: (Each undeclared identifier is reported only once
  1076. _configtest.c:7: error: for each function it appears in.)
  1077. _configtest.c:5: warning: function declaration isn’t a prototype
  1078. _configtest.c: In function ‘main’:
  1079. _configtest.c:7: error: ‘Py_UNICODE_WIDE’ undeclared (first use in this function)
  1080. _configtest.c:7: error: (Each undeclared identifier is reported only once
  1081. _configtest.c:7: error: for each function it appears in.)
  1082. failure.
  1083. removing: _configtest.c _configtest.o
  1084. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1085.  
  1086. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1087. gcc: _configtest.c
  1088. removing: _configtest.c _configtest.o
  1089. ('File:', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h')
  1090. #define HAVE_ENDIAN_H 1
  1091. #define SIZEOF_PY_INTPTR_T 8
  1092. #define SIZEOF_PY_LONG_LONG 8
  1093. #define MATHLIB m
  1094. #define HAVE_SIN 1
  1095. #define HAVE_COS 1
  1096. #define HAVE_TAN 1
  1097. #define HAVE_SINH 1
  1098. #define HAVE_COSH 1
  1099. #define HAVE_TANH 1
  1100. #define HAVE_FABS 1
  1101. #define HAVE_FLOOR 1
  1102. #define HAVE_CEIL 1
  1103. #define HAVE_SQRT 1
  1104. #define HAVE_LOG10 1
  1105. #define HAVE_LOG 1
  1106. #define HAVE_EXP 1
  1107. #define HAVE_ASIN 1
  1108. #define HAVE_ACOS 1
  1109. #define HAVE_ATAN 1
  1110. #define HAVE_FMOD 1
  1111. #define HAVE_MODF 1
  1112. #define HAVE_FREXP 1
  1113. #define HAVE_LDEXP 1
  1114. #define HAVE_RINT 1
  1115. #define HAVE_TRUNC 1
  1116. #define HAVE_EXP2 1
  1117. #define HAVE_LOG2 1
  1118. #define HAVE_ATAN2 1
  1119. #define HAVE_POW 1
  1120. #define HAVE_NEXTAFTER 1
  1121. #define HAVE_SINF 1
  1122. #define HAVE_COSF 1
  1123. #define HAVE_TANF 1
  1124. #define HAVE_SINHF 1
  1125. #define HAVE_COSHF 1
  1126. #define HAVE_TANHF 1
  1127. #define HAVE_FABSF 1
  1128. #define HAVE_FLOORF 1
  1129. #define HAVE_CEILF 1
  1130. #define HAVE_RINTF 1
  1131. #define HAVE_TRUNCF 1
  1132. #define HAVE_SQRTF 1
  1133. #define HAVE_LOG10F 1
  1134. #define HAVE_LOGF 1
  1135. #define HAVE_LOG1PF 1
  1136. #define HAVE_EXPF 1
  1137. #define HAVE_EXPM1F 1
  1138. #define HAVE_ASINF 1
  1139. #define HAVE_ACOSF 1
  1140. #define HAVE_ATANF 1
  1141. #define HAVE_ASINHF 1
  1142. #define HAVE_ACOSHF 1
  1143. #define HAVE_ATANHF 1
  1144. #define HAVE_HYPOTF 1
  1145. #define HAVE_ATAN2F 1
  1146. #define HAVE_POWF 1
  1147. #define HAVE_FMODF 1
  1148. #define HAVE_MODFF 1
  1149. #define HAVE_FREXPF 1
  1150. #define HAVE_LDEXPF 1
  1151. #define HAVE_EXP2F 1
  1152. #define HAVE_LOG2F 1
  1153. #define HAVE_COPYSIGNF 1
  1154. #define HAVE_NEXTAFTERF 1
  1155. #define HAVE_SINL 1
  1156. #define HAVE_COSL 1
  1157. #define HAVE_TANL 1
  1158. #define HAVE_SINHL 1
  1159. #define HAVE_COSHL 1
  1160. #define HAVE_TANHL 1
  1161. #define HAVE_FABSL 1
  1162. #define HAVE_FLOORL 1
  1163. #define HAVE_CEILL 1
  1164. #define HAVE_RINTL 1
  1165. #define HAVE_TRUNCL 1
  1166. #define HAVE_SQRTL 1
  1167. #define HAVE_LOG10L 1
  1168. #define HAVE_LOGL 1
  1169. #define HAVE_LOG1PL 1
  1170. #define HAVE_EXPL 1
  1171. #define HAVE_EXPM1L 1
  1172. #define HAVE_ASINL 1
  1173. #define HAVE_ACOSL 1
  1174. #define HAVE_ATANL 1
  1175. #define HAVE_ASINHL 1
  1176. #define HAVE_ACOSHL 1
  1177. #define HAVE_ATANHL 1
  1178. #define HAVE_HYPOTL 1
  1179. #define HAVE_ATAN2L 1
  1180. #define HAVE_POWL 1
  1181. #define HAVE_FMODL 1
  1182. #define HAVE_MODFL 1
  1183. #define HAVE_FREXPL 1
  1184. #define HAVE_LDEXPL 1
  1185. #define HAVE_EXP2L 1
  1186. #define HAVE_LOG2L 1
  1187. #define HAVE_COPYSIGNL 1
  1188. #define HAVE_NEXTAFTERL 1
  1189. #define HAVE_DECL_SIGNBIT
  1190. #define HAVE_COMPLEX_H 1
  1191. #define HAVE_CREAL 1
  1192. #define HAVE_CIMAG 1
  1193. #define HAVE_CABS 1
  1194. #define HAVE_CARG 1
  1195. #define HAVE_CEXP 1
  1196. #define HAVE_CSQRT 1
  1197. #define HAVE_CLOG 1
  1198. #define HAVE_CCOS 1
  1199. #define HAVE_CSIN 1
  1200. #define HAVE_CPOW 1
  1201. #define HAVE_CREALF 1
  1202. #define HAVE_CIMAGF 1
  1203. #define HAVE_CABSF 1
  1204. #define HAVE_CARGF 1
  1205. #define HAVE_CEXPF 1
  1206. #define HAVE_CSQRTF 1
  1207. #define HAVE_CLOGF 1
  1208. #define HAVE_CCOSF 1
  1209. #define HAVE_CSINF 1
  1210. #define HAVE_CPOWF 1
  1211. #define HAVE_CREALL 1
  1212. #define HAVE_CIMAGL 1
  1213. #define HAVE_CABSL 1
  1214. #define HAVE_CARGL 1
  1215. #define HAVE_CEXPL 1
  1216. #define HAVE_CSQRTL 1
  1217. #define HAVE_CLOGL 1
  1218. #define HAVE_CCOSL 1
  1219. #define HAVE_CSINL 1
  1220. #define HAVE_CPOWL 1
  1221. #define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1
  1222. #ifndef __cplusplus
  1223. /* #undef inline */
  1224. #endif
  1225.  
  1226. #ifndef _NPY_NPY_CONFIG_H_
  1227. #error config.h should never be included directly, include npy_config.h instead
  1228. #endif
  1229.  
  1230. EOF
  1231. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
  1232. Generating build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
  1233. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1234.  
  1235. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1236. gcc: _configtest.c
  1237. _configtest.c:1: warning: conflicting types for built-in function ‘exp’
  1238. gcc -pthread _configtest.o -o _configtest
  1239. _configtest.o: In function `main':
  1240. /tmp/pip-build-u28836/numpy/_configtest.c:6: undefined reference to `exp'
  1241. collect2: ld returned 1 exit status
  1242. _configtest.o: In function `main':
  1243. /tmp/pip-build-u28836/numpy/_configtest.c:6: undefined reference to `exp'
  1244. collect2: ld returned 1 exit status
  1245. failure.
  1246. removing: _configtest.c _configtest.o
  1247. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1248.  
  1249. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1250. gcc: _configtest.c
  1251. _configtest.c:1: warning: conflicting types for built-in function ‘exp’
  1252. gcc -pthread _configtest.o -lm -o _configtest
  1253. success!
  1254. removing: _configtest.c _configtest.o _configtest
  1255. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1256.  
  1257. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1258. gcc: _configtest.c
  1259. _configtest.c:5: warning: function declaration isn’t a prototype
  1260. success!
  1261. removing: _configtest.c _configtest.o
  1262. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1263.  
  1264. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1265. gcc: _configtest.c
  1266. _configtest.c:4: warning: function declaration isn’t a prototype
  1267. _configtest.c:5:18: warning: extra tokens at end of #ifndef directive
  1268. _configtest.c: In function ‘main’:
  1269. _configtest.c:8: warning: control reaches end of non-void function
  1270. success!
  1271. removing: _configtest.c _configtest.o
  1272. File: build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h
  1273. #define NPY_HAVE_ENDIAN_H 1
  1274. #define NPY_SIZEOF_SHORT SIZEOF_SHORT
  1275. #define NPY_SIZEOF_INT SIZEOF_INT
  1276. #define NPY_SIZEOF_LONG SIZEOF_LONG
  1277. #define NPY_SIZEOF_FLOAT 4
  1278. #define NPY_SIZEOF_COMPLEX_FLOAT 8
  1279. #define NPY_SIZEOF_DOUBLE 8
  1280. #define NPY_SIZEOF_COMPLEX_DOUBLE 16
  1281. #define NPY_SIZEOF_LONGDOUBLE 16
  1282. #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
  1283. #define NPY_SIZEOF_PY_INTPTR_T 8
  1284. #define NPY_SIZEOF_PY_LONG_LONG 8
  1285. #define NPY_SIZEOF_LONGLONG 8
  1286. #define NPY_NO_SMP 0
  1287. #define NPY_HAVE_DECL_ISNAN
  1288. #define NPY_HAVE_DECL_ISINF
  1289. #define NPY_HAVE_DECL_ISFINITE
  1290. #define NPY_HAVE_DECL_SIGNBIT
  1291. #define NPY_USE_C99_COMPLEX 1
  1292. #define NPY_HAVE_COMPLEX_DOUBLE 1
  1293. #define NPY_HAVE_COMPLEX_FLOAT 1
  1294. #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
  1295. #define NPY_USE_C99_FORMATS 1
  1296. #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
  1297. #define NPY_ABI_VERSION 0x01000009
  1298. #define NPY_API_VERSION 0x00000007
  1299.  
  1300. #ifndef __STDC_FORMAT_MACROS
  1301. #define __STDC_FORMAT_MACROS 1
  1302. #endif
  1303.  
  1304. EOF
  1305. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
  1306. executing numpy/core/code_generators/generate_numpy_api.py
  1307. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
  1308. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
  1309. building extension "numpy.core.multiarray" sources
  1310. non-existing path in 'numpy/core': 'build/src.linux-x86_64-2.7/numpy/core/src/multiarray'
  1311. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/scalartypes.c
  1312. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/arraytypes.c
  1313. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/nditer_templ.c
  1314. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/lowlevel_strided_loops.c
  1315. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/einsum.c
  1316. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
  1317. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
  1318. executing numpy/core/code_generators/generate_numpy_api.py
  1319. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
  1320. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
  1321. building extension "numpy.core.umath" sources
  1322. non-existing path in 'numpy/core': 'build/src.linux-x86_64-2.7/numpy/core/src/umath'
  1323. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.c
  1324. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
  1325. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
  1326. executing numpy/core/code_generators/generate_ufunc_api.py
  1327. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
  1328. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc
  1329. adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs.
  1330. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
  1331. building extension "numpy.core.scalarmath" sources
  1332. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
  1333. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
  1334. executing numpy/core/code_generators/generate_numpy_api.py
  1335. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
  1336. executing numpy/core/code_generators/generate_ufunc_api.py
  1337. adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
  1338. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/scalarmathmodule.c
  1339. numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
  1340. building extension "numpy.core._dotblas" sources
  1341. building extension "numpy.core.umath_tests" sources
  1342. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/umath/umath_tests.c
  1343. building extension "numpy.core.multiarray_tests" sources
  1344. conv_template:> build/src.linux-x86_64-2.7/numpy/core/src/multiarray/multiarray_tests.c
  1345. building extension "numpy.lib._compiled_base" sources
  1346. building extension "numpy.numarray._capi" sources
  1347. building extension "numpy.fft.fftpack_lite" sources
  1348. building extension "numpy.linalg.lapack_lite" sources
  1349. ### Warning: Using unoptimized lapack ###
  1350. adding 'numpy/linalg/lapack_litemodule.c' to sources.
  1351. adding 'numpy/linalg/python_xerbla.c' to sources.
  1352. adding 'numpy/linalg/zlapack_lite.c' to sources.
  1353. adding 'numpy/linalg/dlapack_lite.c' to sources.
  1354. adding 'numpy/linalg/blas_lite.c' to sources.
  1355. adding 'numpy/linalg/dlamch.c' to sources.
  1356. adding 'numpy/linalg/f2c_lite.c' to sources.
  1357. building extension "numpy.random.mtrand" sources
  1358. C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC
  1359.  
  1360. compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/include -I/app/.heroku/python/include/python2.7 -c'
  1361. gcc: _configtest.c
  1362. gcc -pthread _configtest.o -o _configtest
  1363. _configtest
  1364. failure.
  1365. removing: _configtest.c _configtest.o _configtest
  1366. building data_files sources
  1367. build_src: building npy-pkg config files
  1368.  
  1369. Downloading/unpacking Flask==0.10.1 (from -r requirements.txt (line 2))
  1370. Running setup.py egg_info for package Flask
  1371.  
  1372. warning: no files found matching '*' under directory 'tests'
  1373. no previously-included directories found matching 'docs/_build'
  1374. no previously-included directories found matching 'docs/_themes/.git'
  1375. Downloading/unpacking Jinja2==2.7 (from -r requirements.txt (line 3))
  1376. Running setup.py egg_info for package Jinja2
  1377.  
  1378. warning: no files found matching '*' under directory 'custom_fixers'
  1379. Downloading/unpacking MarkupSafe==0.18 (from -r requirements.txt (line 4))
  1380. Downloading MarkupSafe-0.18.tar.gz
  1381. Running setup.py egg_info for package MarkupSafe
  1382.  
  1383. Downloading/unpacking Werkzeug==0.9.1 (from -r requirements.txt (line 5))
  1384. Running setup.py egg_info for package Werkzeug
  1385.  
  1386. warning: no files found matching '*' under directory 'werkzeug/debug/templates'
  1387. warning: no files found matching '*' under directory 'tests'
  1388. no previously-included directories found matching 'docs/_build'
  1389. Downloading/unpacking distribute==0.6.24 (from -r requirements.txt (line 6))
  1390. Running setup.py egg_info for package distribute
  1391.  
  1392. warning: no files found matching 'Makefile' under directory 'docs'
  1393. warning: no files found matching 'indexsidebar.html' under directory 'docs'
  1394. Downloading/unpacking gunicorn==17.5 (from -r requirements.txt (line 7))
  1395. Running setup.py egg_info for package gunicorn
  1396.  
  1397. Downloading/unpacking itsdangerous==0.22 (from -r requirements.txt (line 8))
  1398. Downloading itsdangerous-0.22.tar.gz
  1399. Running setup.py egg_info for package itsdangerous
  1400.  
  1401. Downloading/unpacking pyechonest==8.0.0 (from -r requirements.txt (line 9))
  1402. Downloading pyechonest-8.0.0.tar.gz
  1403. Running setup.py egg_info for package pyechonest
  1404.  
  1405. Downloading/unpacking remix==2.1.3 (from -r requirements.txt (line 10))
  1406. Running setup.py egg_info for package remix
  1407. Traceback (most recent call last):
  1408. File "<string>", line 16, in <module>
  1409. File "/tmp/pip-build-u28836/remix/setup.py", line 20, in <module>
  1410. import numpy
  1411. ImportError: No module named numpy
  1412. Complete output from command python setup.py egg_info:
  1413. Traceback (most recent call last):
  1414.  
  1415. File "<string>", line 16, in <module>
  1416.  
  1417. File "/tmp/pip-build-u28836/remix/setup.py", line 20, in <module>
  1418.  
  1419. import numpy
  1420.  
  1421. ImportError: No module named numpy
  1422.  
  1423. ----------------------------------------
  1424. Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-u28836/remix
  1425. Storing complete log in /app/.pip/pip.log
  1426.  
  1427. ! Push rejected, failed to compile Python app
  1428.  
  1429. To git@heroku.com:aqueous-ravine-6404.git
  1430. ! [remote rejected] master -> master (pre-receive hook declined)
  1431. error: failed to push some refs to 'git@heroku.com:aqueous-ravine-6404.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement