Advertisement
lamiastella

libfusiongpu mesh fusion tsdf

Jan 13th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.97 KB | None | 0 0
  1. [58322:17765 0:2014] 07:45:35 Wed Jan 13 [mona@goku:pts/1 +1] ~/mesh-fusion/libfusiongpu
  2. $ pip install --global-option build --global-option --force .
  3. /home/mona/venv/tsdf/lib/python3.8/site-packages/pip/_internal/commands/install.py:234: UserWarning: Disabling all use of wheels due to the use of --build-option / --global-option / --install-option.
  4. cmdoptions.check_install_build_global(options)
  5. Processing /home/mona/mesh-fusion/libfusiongpu
  6. Skipping wheel build for cyfusion, due to binaries being disabled for it.
  7. Installing collected packages: cyfusion
  8. Running setup.py install for cyfusion ... done
  9. Successfully installed cyfusion-0.0.0
  10. 15048/31772MB(tsdf)
  11. [58322:17765 0:2015] 07:45:46 Wed Jan 13 [mona@goku:pts/1 +1] ~/mesh-fusion/libfusiongpu
  12. $ python setup.py build_ext --inplace
  13. Added OpenMP
  14. running build_ext
  15. skipping 'cyfusion.cpp' Cython extension (up-to-date)
  16. building 'cyfusion' extension
  17. x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/mona/venv/tsdf/lib/python3.8/site-packages/numpy/core/include -I/home/mona/venv/tsdf/include -I/usr/include/python3.8 -c cyfusion.cpp -o build/temp.linux-x86_64-3.8/cyfusion.o -ffast-math -msse -msse2 -msse3 -msse4.2 -fopenmp
  18. In file included from /home/mona/venv/tsdf/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
  19. from /home/mona/venv/tsdf/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
  20. from /home/mona/venv/tsdf/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
  21. from cyfusion.cpp:531:
  22. /home/mona/venv/tsdf/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  23. 17 | #warning "Using deprecated NumPy API, disable it with " \
  24. | ^~~~~~~
  25. cyfusion.cpp: In function ‘PyObject* PyInit_cyfusion()’:
  26. cyfusion.cpp:22866:32: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  27. 22866 | __pyx_type_8cyfusion_PyViews.tp_print = 0;
  28. | ^~~~~~~~
  29. In file included from /usr/include/python3.8/object.h:746,
  30. from /usr/include/python3.8/pytime.h:6,
  31. from /usr/include/python3.8/Python.h:85,
  32. from cyfusion.cpp:4:
  33. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  34. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  35. | ^~~~~~~~
  36. cyfusion.cpp:22866:32: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  37. 22866 | __pyx_type_8cyfusion_PyViews.tp_print = 0;
  38. | ^~~~~~~~
  39. In file included from /usr/include/python3.8/object.h:746,
  40. from /usr/include/python3.8/pytime.h:6,
  41. from /usr/include/python3.8/Python.h:85,
  42. from cyfusion.cpp:4:
  43. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  44. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  45. | ^~~~~~~~
  46. cyfusion.cpp:22866:32: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  47. 22866 | __pyx_type_8cyfusion_PyViews.tp_print = 0;
  48. | ^~~~~~~~
  49. In file included from /usr/include/python3.8/object.h:746,
  50. from /usr/include/python3.8/pytime.h:6,
  51. from /usr/include/python3.8/Python.h:85,
  52. from cyfusion.cpp:4:
  53. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  54. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  55. | ^~~~~~~~
  56. cyfusion.cpp:22871:33: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  57. 22871 | __pyx_type_8cyfusion_PyVolume.tp_print = 0;
  58. | ^~~~~~~~
  59. In file included from /usr/include/python3.8/object.h:746,
  60. from /usr/include/python3.8/pytime.h:6,
  61. from /usr/include/python3.8/Python.h:85,
  62. from cyfusion.cpp:4:
  63. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  64. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  65. | ^~~~~~~~
  66. cyfusion.cpp:22871:33: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  67. 22871 | __pyx_type_8cyfusion_PyVolume.tp_print = 0;
  68. | ^~~~~~~~
  69. In file included from /usr/include/python3.8/object.h:746,
  70. from /usr/include/python3.8/pytime.h:6,
  71. from /usr/include/python3.8/Python.h:85,
  72. from cyfusion.cpp:4:
  73. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  74. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  75. | ^~~~~~~~
  76. cyfusion.cpp:22871:33: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  77. 22871 | __pyx_type_8cyfusion_PyVolume.tp_print = 0;
  78. | ^~~~~~~~
  79. In file included from /usr/include/python3.8/object.h:746,
  80. from /usr/include/python3.8/pytime.h:6,
  81. from /usr/include/python3.8/Python.h:85,
  82. from cyfusion.cpp:4:
  83. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  84. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  85. | ^~~~~~~~
  86. cyfusion.cpp:22878:26: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  87. 22878 | __pyx_type___pyx_array.tp_print = 0;
  88. | ^~~~~~~~
  89. In file included from /usr/include/python3.8/object.h:746,
  90. from /usr/include/python3.8/pytime.h:6,
  91. from /usr/include/python3.8/Python.h:85,
  92. from cyfusion.cpp:4:
  93. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  94. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  95. | ^~~~~~~~
  96. cyfusion.cpp:22878:26: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  97. 22878 | __pyx_type___pyx_array.tp_print = 0;
  98. | ^~~~~~~~
  99. In file included from /usr/include/python3.8/object.h:746,
  100. from /usr/include/python3.8/pytime.h:6,
  101. from /usr/include/python3.8/Python.h:85,
  102. from cyfusion.cpp:4:
  103. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  104. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  105. | ^~~~~~~~
  106. cyfusion.cpp:22878:26: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  107. 22878 | __pyx_type___pyx_array.tp_print = 0;
  108. | ^~~~~~~~
  109. In file included from /usr/include/python3.8/object.h:746,
  110. from /usr/include/python3.8/pytime.h:6,
  111. from /usr/include/python3.8/Python.h:85,
  112. from cyfusion.cpp:4:
  113. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  114. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  115. | ^~~~~~~~
  116. cyfusion.cpp:22883:32: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  117. 22883 | __pyx_type___pyx_MemviewEnum.tp_print = 0;
  118. | ^~~~~~~~
  119. In file included from /usr/include/python3.8/object.h:746,
  120. from /usr/include/python3.8/pytime.h:6,
  121. from /usr/include/python3.8/Python.h:85,
  122. from cyfusion.cpp:4:
  123. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  124. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  125. | ^~~~~~~~
  126. cyfusion.cpp:22883:32: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  127. 22883 | __pyx_type___pyx_MemviewEnum.tp_print = 0;
  128. | ^~~~~~~~
  129. In file included from /usr/include/python3.8/object.h:746,
  130. from /usr/include/python3.8/pytime.h:6,
  131. from /usr/include/python3.8/Python.h:85,
  132. from cyfusion.cpp:4:
  133. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  134. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  135. | ^~~~~~~~
  136. cyfusion.cpp:22883:32: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  137. 22883 | __pyx_type___pyx_MemviewEnum.tp_print = 0;
  138. | ^~~~~~~~
  139. In file included from /usr/include/python3.8/object.h:746,
  140. from /usr/include/python3.8/pytime.h:6,
  141. from /usr/include/python3.8/Python.h:85,
  142. from cyfusion.cpp:4:
  143. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  144. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  145. | ^~~~~~~~
  146. cyfusion.cpp:22895:31: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  147. 22895 | __pyx_type___pyx_memoryview.tp_print = 0;
  148. | ^~~~~~~~
  149. In file included from /usr/include/python3.8/object.h:746,
  150. from /usr/include/python3.8/pytime.h:6,
  151. from /usr/include/python3.8/Python.h:85,
  152. from cyfusion.cpp:4:
  153. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  154. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  155. | ^~~~~~~~
  156. cyfusion.cpp:22895:31: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  157. 22895 | __pyx_type___pyx_memoryview.tp_print = 0;
  158. | ^~~~~~~~
  159. In file included from /usr/include/python3.8/object.h:746,
  160. from /usr/include/python3.8/pytime.h:6,
  161. from /usr/include/python3.8/Python.h:85,
  162. from cyfusion.cpp:4:
  163. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  164. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  165. | ^~~~~~~~
  166. cyfusion.cpp:22895:31: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  167. 22895 | __pyx_type___pyx_memoryview.tp_print = 0;
  168. | ^~~~~~~~
  169. In file included from /usr/include/python3.8/object.h:746,
  170. from /usr/include/python3.8/pytime.h:6,
  171. from /usr/include/python3.8/Python.h:85,
  172. from cyfusion.cpp:4:
  173. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  174. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  175. | ^~~~~~~~
  176. cyfusion.cpp:22905:36: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  177. 22905 | __pyx_type___pyx_memoryviewslice.tp_print = 0;
  178. | ^~~~~~~~
  179. In file included from /usr/include/python3.8/object.h:746,
  180. from /usr/include/python3.8/pytime.h:6,
  181. from /usr/include/python3.8/Python.h:85,
  182. from cyfusion.cpp:4:
  183. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  184. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  185. | ^~~~~~~~
  186. cyfusion.cpp:22905:36: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  187. 22905 | __pyx_type___pyx_memoryviewslice.tp_print = 0;
  188. | ^~~~~~~~
  189. In file included from /usr/include/python3.8/object.h:746,
  190. from /usr/include/python3.8/pytime.h:6,
  191. from /usr/include/python3.8/Python.h:85,
  192. from cyfusion.cpp:4:
  193. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  194. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  195. | ^~~~~~~~
  196. cyfusion.cpp:22905:36: warning: ‘_typeobject::tp_print’ is deprecated [-Wdeprecated-declarations]
  197. 22905 | __pyx_type___pyx_memoryviewslice.tp_print = 0;
  198. | ^~~~~~~~
  199. In file included from /usr/include/python3.8/object.h:746,
  200. from /usr/include/python3.8/pytime.h:6,
  201. from /usr/include/python3.8/Python.h:85,
  202. from cyfusion.cpp:4:
  203. /usr/include/python3.8/cpython/object.h:260:30: note: declared here
  204. 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
  205. | ^~~~~~~~
  206. cyfusion.cpp: In function ‘void __Pyx__ExceptionSave(PyThreadState*, PyObject**, PyObject**, PyObject**)’:
  207. cyfusion.cpp:24028:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  208. 24028 | *type = tstate->exc_type;
  209. | ^~~~~~~~
  210. | curexc_type
  211. cyfusion.cpp:24029:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  212. 24029 | *value = tstate->exc_value;
  213. | ^~~~~~~~~
  214. | curexc_value
  215. cyfusion.cpp:24030:19: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  216. 24030 | *tb = tstate->exc_traceback;
  217. | ^~~~~~~~~~~~~
  218. | curexc_traceback
  219. cyfusion.cpp: In function ‘void __Pyx__ExceptionReset(PyThreadState*, PyObject*, PyObject*, PyObject*)’:
  220. cyfusion.cpp:24037:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  221. 24037 | tmp_type = tstate->exc_type;
  222. | ^~~~~~~~
  223. | curexc_type
  224. cyfusion.cpp:24038:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  225. 24038 | tmp_value = tstate->exc_value;
  226. | ^~~~~~~~~
  227. | curexc_value
  228. cyfusion.cpp:24039:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  229. 24039 | tmp_tb = tstate->exc_traceback;
  230. | ^~~~~~~~~~~~~
  231. | curexc_traceback
  232. cyfusion.cpp:24040:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  233. 24040 | tstate->exc_type = type;
  234. | ^~~~~~~~
  235. | curexc_type
  236. cyfusion.cpp:24041:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  237. 24041 | tstate->exc_value = value;
  238. | ^~~~~~~~~
  239. | curexc_value
  240. cyfusion.cpp:24042:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  241. 24042 | tstate->exc_traceback = tb;
  242. | ^~~~~~~~~~~~~
  243. | curexc_traceback
  244. cyfusion.cpp: In function ‘int __Pyx__GetException(PyThreadState*, PyObject**, PyObject**, PyObject**)’:
  245. cyfusion.cpp:24112:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  246. 24112 | tmp_type = tstate->exc_type;
  247. | ^~~~~~~~
  248. | curexc_type
  249. cyfusion.cpp:24113:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  250. 24113 | tmp_value = tstate->exc_value;
  251. | ^~~~~~~~~
  252. | curexc_value
  253. cyfusion.cpp:24114:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  254. 24114 | tmp_tb = tstate->exc_traceback;
  255. | ^~~~~~~~~~~~~
  256. | curexc_traceback
  257. cyfusion.cpp:24115:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  258. 24115 | tstate->exc_type = local_type;
  259. | ^~~~~~~~
  260. | curexc_type
  261. cyfusion.cpp:24116:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  262. 24116 | tstate->exc_value = local_value;
  263. | ^~~~~~~~~
  264. | curexc_value
  265. cyfusion.cpp:24117:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  266. 24117 | tstate->exc_traceback = local_tb;
  267. | ^~~~~~~~~~~~~
  268. | curexc_traceback
  269. cyfusion.cpp: In function ‘void __Pyx__ExceptionSwap(PyThreadState*, PyObject**, PyObject**, PyObject**)’:
  270. cyfusion.cpp:24354:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  271. 24354 | tmp_type = tstate->exc_type;
  272. | ^~~~~~~~
  273. | curexc_type
  274. cyfusion.cpp:24355:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  275. 24355 | tmp_value = tstate->exc_value;
  276. | ^~~~~~~~~
  277. | curexc_value
  278. cyfusion.cpp:24356:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  279. 24356 | tmp_tb = tstate->exc_traceback;
  280. | ^~~~~~~~~~~~~
  281. | curexc_traceback
  282. cyfusion.cpp:24357:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
  283. 24357 | tstate->exc_type = *type;
  284. | ^~~~~~~~
  285. | curexc_type
  286. cyfusion.cpp:24358:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
  287. 24358 | tstate->exc_value = *value;
  288. | ^~~~~~~~~
  289. | curexc_value
  290. cyfusion.cpp:24359:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
  291. 24359 | tstate->exc_traceback = *tb;
  292. | ^~~~~~~~~~~~~
  293. | curexc_traceback
  294. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  295. 15048/31772MB(tsdf)
  296. [58322:17765 0:2016] 07:46:39 Wed Jan 13 [mona@goku:pts/1 +1] ~/mesh-fusion/libfusiongpu
  297.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement