Advertisement
Guest User

Untitled

a guest
Sep 28th, 2018
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1. ==> Software upgrade (new version) :
  2. aur/python-sparse 0.3.1-1 -> 0.4.1-1
  3.  
  4. ==> Continue upgrade ? [Y/n]
  5. ==> [V]iew package detail [M]anually select packages
  6. ==> --------------------------------------------------
  7. ==>
  8.  
  9. ==> Downloading python-sparse PKGBUILD from AUR...
  10. x .SRCINFO
  11. x PKGBUILD
  12. XavierCLL commented on 2018-04-17 15:59
  13.  
  14. thrasibule commented on 2018-04-17 16:30
  15.  
  16. tsj commented on 2018-07-20 23:07
  17.  
  18. joanmanel commented on 2018-09-27 08:43
  19.  
  20. thrasibule commented on 2018-09-27 13:51
  21.  
  22. python-sparse 0.4.1-1 (2018-09-25 16:23)
  23. ( Unsupported package: Potentially dangerous ! )
  24. ==> WARNING: This PKGBUILD describes a split package.
  25. ==> Specific package options are unknown
  26. ==> python-sparse dependencies:
  27. - python-setuptools (already installed) [makedepend]
  28. - python2-setuptools (already installed) [makedepend]
  29. - python-pytest (already installed)
  30. - python2-pytest (already installed)
  31. - python-pytest-cov (already installed)
  32. - python2-pytest-cov (already installed)
  33. - python-pytest-flake8 (already installed)
  34. - python2-pytest-flake8 (already installed)
  35.  
  36.  
  37. ==> Continue building python-sparse ? [Y/n]
  38. ==> ---------------------------------------
  39. ==>
  40. ==> Building and installing package
  41. ==> Making package: python-sparse 0.4.1-1 (Fri 28 Sep 2018 10:38:57 BST)
  42. ==> Checking runtime dependencies...
  43. ==> Checking buildtime dependencies...
  44. ==> Retrieving sources...
  45. -> Downloading 0.4.1.tar.gz...
  46. % Total % Received % Xferd Average Speed Time Time Time Current
  47. Dload Upload Total Spent Left Speed
  48. 100 120 0 120 0 0 266 0 --:--:-- --:--:-- --:--:-- 266
  49. 100 83264 0 83264 0 0 73295 0 --:--:-- 0:00:01 --:--:-- 341k
  50. ==> Validating source files with sha256sums...
  51. 0.4.1.tar.gz ... Passed
  52. ==> Extracting sources...
  53. -> Extracting 0.4.1.tar.gz with bsdtar
  54. ==> Starting prepare()...
  55. ==> Starting check()...
  56. ==================================================================================== test session starts =====================================================================================
  57. platform linux -- Python 3.7.0, pytest-3.8.1, py-1.6.0, pluggy-0.7.1
  58. rootdir: /tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1, inifile: pytest.ini
  59. plugins: flake8-1.0.2, cov-2.6.0
  60. collected 16 items / 19 errors
  61.  
  62. =========================================================================================== ERRORS ===========================================================================================
  63. ____________________________________________________________________________ ERROR collecting sparse/__init__.py _____________________________________________________________________________
  64. sparse/__init__.py:1: in <module>
  65. from .coo import *
  66. sparse/coo/__init__.py:1: in <module>
  67. from .core import COO, as_coo
  68. sparse/coo/core.py:8: in <module>
  69. from .indexing import getitem
  70. sparse/coo/indexing.py:3: in <module>
  71. import numba
  72. E ModuleNotFoundError: No module named 'numba'
  73. ____________________________________________________________________________ ERROR collecting sparse/_version.py _____________________________________________________________________________
  74. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  75. __import__(modname)
  76. sparse/__init__.py:1: in <module>
  77. from .coo import *
  78. sparse/coo/__init__.py:1: in <module>
  79. from .core import COO, as_coo
  80. sparse/coo/core.py:8: in <module>
  81. from .indexing import getitem
  82. sparse/coo/indexing.py:3: in <module>
  83. import numba
  84. E ModuleNotFoundError: No module named 'numba'
  85. __________________________________________________________________________ ERROR collecting sparse/compatibility.py __________________________________________________________________________
  86. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  87. __import__(modname)
  88. sparse/__init__.py:1: in <module>
  89. from .coo import *
  90. sparse/coo/__init__.py:1: in <module>
  91. from .core import COO, as_coo
  92. sparse/coo/core.py:8: in <module>
  93. from .indexing import getitem
  94. sparse/coo/indexing.py:3: in <module>
  95. import numba
  96. E ModuleNotFoundError: No module named 'numba'
  97. _______________________________________________________________________________ ERROR collecting sparse/dok.py _______________________________________________________________________________
  98. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  99. __import__(modname)
  100. sparse/__init__.py:1: in <module>
  101. from .coo import *
  102. sparse/coo/__init__.py:1: in <module>
  103. from .core import COO, as_coo
  104. sparse/coo/core.py:8: in <module>
  105. from .indexing import getitem
  106. sparse/coo/indexing.py:3: in <module>
  107. import numba
  108. E ModuleNotFoundError: No module named 'numba'
  109. _______________________________________________________________________________ ERROR collecting sparse/io.py ________________________________________________________________________________
  110. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  111. __import__(modname)
  112. sparse/__init__.py:1: in <module>
  113. from .coo import *
  114. sparse/coo/__init__.py:1: in <module>
  115. from .core import COO, as_coo
  116. sparse/coo/core.py:8: in <module>
  117. from .indexing import getitem
  118. sparse/coo/indexing.py:3: in <module>
  119. import numba
  120. E ModuleNotFoundError: No module named 'numba'
  121. _____________________________________________________________________________ ERROR collecting sparse/slicing.py _____________________________________________________________________________
  122. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  123. __import__(modname)
  124. sparse/__init__.py:1: in <module>
  125. from .coo import *
  126. sparse/coo/__init__.py:1: in <module>
  127. from .core import COO, as_coo
  128. sparse/coo/core.py:8: in <module>
  129. from .indexing import getitem
  130. sparse/coo/indexing.py:3: in <module>
  131. import numba
  132. E ModuleNotFoundError: No module named 'numba'
  133. __________________________________________________________________________ ERROR collecting sparse/sparse_array.py ___________________________________________________________________________
  134. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  135. __import__(modname)
  136. sparse/__init__.py:1: in <module>
  137. from .coo import *
  138. sparse/coo/__init__.py:1: in <module>
  139. from .core import COO, as_coo
  140. sparse/coo/core.py:8: in <module>
  141. from .indexing import getitem
  142. sparse/coo/indexing.py:3: in <module>
  143. import numba
  144. E ModuleNotFoundError: No module named 'numba'
  145. ______________________________________________________________________________ ERROR collecting sparse/utils.py ______________________________________________________________________________
  146. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  147. __import__(modname)
  148. sparse/__init__.py:1: in <module>
  149. from .coo import *
  150. sparse/coo/__init__.py:1: in <module>
  151. from .core import COO, as_coo
  152. sparse/coo/core.py:8: in <module>
  153. from .indexing import getitem
  154. sparse/coo/indexing.py:3: in <module>
  155. import numba
  156. E ModuleNotFoundError: No module named 'numba'
  157. __________________________________________________________________________ ERROR collecting sparse/coo/__init__.py ___________________________________________________________________________
  158. sparse/coo/__init__.py:1: in <module>
  159. from .core import COO, as_coo
  160. sparse/coo/core.py:8: in <module>
  161. from .indexing import getitem
  162. sparse/coo/indexing.py:3: in <module>
  163. import numba
  164. E ModuleNotFoundError: No module named 'numba'
  165. ___________________________________________________________________________ ERROR collecting sparse/coo/common.py ____________________________________________________________________________
  166. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  167. __import__(modname)
  168. sparse/__init__.py:1: in <module>
  169. from .coo import *
  170. sparse/coo/__init__.py:1: in <module>
  171. from .core import COO, as_coo
  172. sparse/coo/core.py:8: in <module>
  173. from .indexing import getitem
  174. sparse/coo/indexing.py:3: in <module>
  175. import numba
  176. E ModuleNotFoundError: No module named 'numba'
  177. ____________________________________________________________________________ ERROR collecting sparse/coo/core.py _____________________________________________________________________________
  178. sparse/coo/core.py:8: in <module>
  179. from .indexing import getitem
  180. sparse/coo/indexing.py:3: in <module>
  181. import numba
  182. E ModuleNotFoundError: No module named 'numba'
  183. __________________________________________________________________________ ERROR collecting sparse/coo/indexing.py ___________________________________________________________________________
  184. sparse/coo/indexing.py:3: in <module>
  185. import numba
  186. E ModuleNotFoundError: No module named 'numba'
  187. ____________________________________________________________________________ ERROR collecting sparse/coo/umath.py ____________________________________________________________________________
  188. /usr/lib/python3.7/site-packages/py/_path/local.py:668: in pyimport
  189. __import__(modname)
  190. sparse/__init__.py:1: in <module>
  191. from .coo import *
  192. sparse/coo/__init__.py:1: in <module>
  193. from .core import COO, as_coo
  194. sparse/coo/core.py:8: in <module>
  195. from .indexing import getitem
  196. sparse/coo/indexing.py:3: in <module>
  197. import numba
  198. E ModuleNotFoundError: No module named 'numba'
  199. _________________________________________________________________________ ERROR collecting sparse/tests/test_coo.py __________________________________________________________________________
  200. sparse/tests/test_coo.py:8: in <module>
  201. import sparse
  202. sparse/__init__.py:1: in <module>
  203. from .coo import *
  204. sparse/coo/__init__.py:1: in <module>
  205. from .core import COO, as_coo
  206. sparse/coo/core.py:8: in <module>
  207. from .indexing import getitem
  208. sparse/coo/indexing.py:3: in <module>
  209. import numba
  210. E ModuleNotFoundError: No module named 'numba'
  211. _________________________________________________________________________ ERROR collecting sparse/tests/test_coo.py __________________________________________________________________________
  212. ImportError while importing test module '/tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/sparse/tests/test_coo.py'.
  213. Hint: make sure your test modules/packages have valid Python names.
  214. Traceback:
  215. sparse/tests/test_coo.py:8: in <module>
  216. import sparse
  217. sparse/__init__.py:1: in <module>
  218. from .coo import *
  219. sparse/coo/__init__.py:1: in <module>
  220. from .core import COO, as_coo
  221. sparse/coo/core.py:8: in <module>
  222. from .indexing import getitem
  223. sparse/coo/indexing.py:3: in <module>
  224. import numba
  225. E ModuleNotFoundError: No module named 'numba'
  226. _________________________________________________________________________ ERROR collecting sparse/tests/test_dok.py __________________________________________________________________________
  227. sparse/tests/test_dok.py:6: in <module>
  228. import sparse
  229. sparse/__init__.py:1: in <module>
  230. from .coo import *
  231. sparse/coo/__init__.py:1: in <module>
  232. from .core import COO, as_coo
  233. sparse/coo/core.py:8: in <module>
  234. from .indexing import getitem
  235. sparse/coo/indexing.py:3: in <module>
  236. import numba
  237. E ModuleNotFoundError: No module named 'numba'
  238. _________________________________________________________________________ ERROR collecting sparse/tests/test_dok.py __________________________________________________________________________
  239. ImportError while importing test module '/tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/sparse/tests/test_dok.py'.
  240. Hint: make sure your test modules/packages have valid Python names.
  241. Traceback:
  242. sparse/tests/test_dok.py:6: in <module>
  243. import sparse
  244. sparse/__init__.py:1: in <module>
  245. from .coo import *
  246. sparse/coo/__init__.py:1: in <module>
  247. from .core import COO, as_coo
  248. sparse/coo/core.py:8: in <module>
  249. from .indexing import getitem
  250. sparse/coo/indexing.py:3: in <module>
  251. import numba
  252. E ModuleNotFoundError: No module named 'numba'
  253. __________________________________________________________________________ ERROR collecting sparse/tests/test_io.py __________________________________________________________________________
  254. sparse/tests/test_io.py:7: in <module>
  255. import sparse
  256. sparse/__init__.py:1: in <module>
  257. from .coo import *
  258. sparse/coo/__init__.py:1: in <module>
  259. from .core import COO, as_coo
  260. sparse/coo/core.py:8: in <module>
  261. from .indexing import getitem
  262. sparse/coo/indexing.py:3: in <module>
  263. import numba
  264. E ModuleNotFoundError: No module named 'numba'
  265. __________________________________________________________________________ ERROR collecting sparse/tests/test_io.py __________________________________________________________________________
  266. ImportError while importing test module '/tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/sparse/tests/test_io.py'.
  267. Hint: make sure your test modules/packages have valid Python names.
  268. Traceback:
  269. sparse/tests/test_io.py:7: in <module>
  270. import sparse
  271. sparse/__init__.py:1: in <module>
  272. from .coo import *
  273. sparse/coo/__init__.py:1: in <module>
  274. from .core import COO, as_coo
  275. sparse/coo/core.py:8: in <module>
  276. from .indexing import getitem
  277. sparse/coo/indexing.py:3: in <module>
  278. import numba
  279. E ModuleNotFoundError: No module named 'numba'
  280. ------------------------------------- generated xml file: /tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/test_results/pytest/test_results.xml -------------------------------------
  281.  
  282. ----------- coverage: platform linux, python 3.7.0-final-0 -----------
  283. Name Stmts Miss Cover Missing
  284. -------------------------------------------------------
  285. sparse/__init__.py 8 7 12% 2-9
  286. sparse/compatibility.py 12 6 50% 5, 8, 14-18
  287. sparse/coo/__init__.py 3 2 33% 2-3
  288. sparse/coo/common.py 222 196 12% 37-45, 49-56, 86-158, 185-200, 204-212, 240-263, 292-315, 345-356, 385-396, 424-426, 454-463, 491-500, 529-531, 568-580, 599-602, 640-641, 669-707
  289. sparse/coo/core.py 345 339 2% 9-1802
  290. sparse/coo/indexing.py 122 120 2% 4-589
  291. sparse/coo/umath.py 228 228 0% 1-666
  292. sparse/dok.py 113 113 0% 1-376
  293. sparse/io.py 17 17 0% 1-102
  294. sparse/slicing.py 126 126 0% 4-293
  295. sparse/sparse_array.py 30 13 57% 26-41, 103, 130, 157
  296. sparse/utils.py 105 90 14% 9-40, 44-45, 49, 66, 130-160, 164-165, 169-177, 197-216, 247-256, 287-290, 319-331
  297. -------------------------------------------------------
  298. TOTAL 1331 1257 6%
  299. Coverage HTML written to dir htmlcov
  300.  
  301. ====================================================================================== warnings summary ======================================================================================
  302. /tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/sparse/coo/core.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  303. from collections import Iterable, Iterator, Sized, defaultdict, deque
  304. /tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/sparse/coo/core.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  305. from collections import Iterable, Iterator, Sized, defaultdict, deque
  306. /tmp/yaourt-tmp-juanma/aur-python-sparse/src/sparse-0.4.1/sparse/coo/core.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  307. from collections import Iterable, Iterator, Sized, defaultdict, deque
  308.  
  309. -- Docs: https://docs.pytest.org/en/latest/warnings.html
  310. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 19 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  311. ============================================================================ 3 warnings, 19 error in 1.77 seconds ============================================================================
  312. ==> ERROR: A failure occurred in check().
  313. Aborting...
  314. ==> ERROR: Makepkg was unable to build python-sparse.
  315. ==> Restart building python-sparse ? [y/N]
  316. ==> --------------------------------------
  317. ==> ==> ERROR: unable to update
  318. No database errors have been found!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement