Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.02 KB | None | 0 0
  1. [juanma@sparkling3 ~]$ yaourt python-dask
  2. 1 aur/python-dask 1.0.0-1 [installed: 0.19.2-1] (3) (0.06)
  3. Minimal task scheduling abstraction
  4. ==> Enter n° of packages to be installed (e.g., 1 2 3 or 1-3)
  5. ==> ---------------------------------------------------------
  6. ==> 1
  7.  
  8.  
  9. ==> Downloading python-dask PKGBUILD from AUR...
  10. x .SRCINFO
  11. x PKGBUILD
  12. kgizdov commented on 2018-09-24 13:39
  13.  
  14. thrasibule commented on 2018-09-25 16:27
  15.  
  16. juseg commented on 2018-10-02 06:03
  17.  
  18. amos commented on 2018-11-13 00:55
  19.  
  20. Ifnister commented on 2019-01-09 19:35
  21.  
  22. python-dask 1.0.0-1 (2019-01-14 18:38)
  23. ( Unsupported package: Potentially dangerous ! )
  24. ==> WARNING: This PKGBUILD describes a split package.
  25. ==> Specific package options are unknown
  26. ==> python-dask dependencies:
  27. - python-setuptools (already installed) [makedepend]
  28. - python2-setuptools (already installed) [makedepend]
  29. - ipython (already installed)
  30. - python-bcolz (already installed)
  31. - python-cachey (already installed)
  32. - python-graphviz (already installed)
  33. - python2-graphviz (already installed)
  34. - python-sparse (already installed)
  35. - python-pytest (already installed)
  36. - python2-pytest (already installed)
  37. - python2-cachey (building from AUR)
  38. - python2-sparse (building from AUR)
  39.  
  40.  
  41. ==> Continue building python-dask ? [Y/n]
  42. ==> -------------------------------------
  43. ==>
  44. ==> Building and installing package
  45. ==> Install or build missing dependencies for python-dask:
  46.  
  47. ==> Downloading python2-cachey PKGBUILD from AUR...
  48. x .SRCINFO
  49. x PKGBUILD
  50. parchd commented on 2017-05-29 17:24
  51. Is there a missing dependency for this? The tests at least seem to require heapdict, but no such module is in the repos or AUR.
  52.  
  53. ERROR: Failure: ModuleNotFoundError (No module named 'heapdict')
  54.  
  55. parchd commented on 2017-05-30 08:30
  56. I was wrong about the missing module not being in the AUR - somehow I didn't find it when I searched before. Maybe I mistyped it and didn't notice. It is here: https://aur.archlinux.org/packages/python-heapdict/
  57.  
  58. It should still be added as a check dependency for this package I believe. Not sure if it is also used elsewhere within the package.
  59.  
  60. thrasibule commented on 2017-05-31 21:07
  61. @parchd, thanks for noticing this, I've pushed an update.
  62.  
  63. python2-cachey 0.1.1-1 (2018-09-26 13:59)
  64. ( Unsupported package: Potentially dangerous ! )
  65. ==> WARNING: This PKGBUILD describes a split package.
  66. ==> Specific package options are unknown
  67. ==> python-cachey dependencies:
  68. - python-setuptools (already installed) [makedepend]
  69. - python2-setuptools (already installed) [makedepend]
  70. - git (already installed) [makedepend]
  71. - python-nose (already installed)
  72. - python2-nose (already installed)
  73.  
  74.  
  75. ==> Continue building python2-cachey ? [Y/n]
  76. ==> ----------------------------------------
  77. ==>
  78. ==> Building and installing package
  79. ==> Making package: python-cachey 0.1.1-1 (Tue 15 Jan 2019 10:37:41 GMT)
  80. ==> Checking runtime dependencies...
  81. ==> Checking buildtime dependencies...
  82. ==> Retrieving sources...
  83. -> Cloning cachey git repo...
  84. Cloning into bare repository '/tmp/yaourt-tmp-juanma/aur-python2-cachey/cachey'...
  85. remote: Enumerating objects: 6, done.
  86. remote: Counting objects: 100% (6/6), done.
  87. remote: Compressing objects: 100% (6/6), done.
  88. remote: Total 219 (delta 0), reused 3 (delta 0), pack-reused 213
  89. Receiving objects: 100% (219/219), 27.35 KiB | 1.71 MiB/s, done.
  90. Resolving deltas: 100% (114/114), done.
  91. ==> Validating source files with sha256sums...
  92. cachey ... Skipped
  93. ==> Extracting sources...
  94. -> Creating working copy of cachey git repo...
  95. Cloning into 'cachey'...
  96. done.
  97. Switched to a new branch 'makepkg'
  98. ==> Starting prepare()...
  99. ==> Starting check()...
  100. .........
  101. ----------------------------------------------------------------------
  102. Ran 9 tests in 0.203s
  103.  
  104. OK
  105. ........
  106. ----------------------------------------------------------------------
  107. Ran 8 tests in 0.016s
  108.  
  109. OK
  110. ==> Entering fakeroot environment...
  111. ==> Starting package_python-cachey()...
  112. running install
  113. running build
  114. running build_py
  115. creating build
  116. creating build/lib
  117. creating build/lib/cachey
  118. copying cachey/cache.py -> build/lib/cachey
  119. copying cachey/score.py -> build/lib/cachey
  120. copying cachey/nbytes.py -> build/lib/cachey
  121. copying cachey/__init__.py -> build/lib/cachey
  122. running install_lib
  123. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib
  124. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7
  125. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages
  126. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey
  127. copying build/lib/cachey/__init__.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey
  128. copying build/lib/cachey/nbytes.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey
  129. copying build/lib/cachey/score.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey
  130. copying build/lib/cachey/cache.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey
  131. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey/__init__.py to __init__.cpython-37.pyc
  132. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey/nbytes.py to nbytes.cpython-37.pyc
  133. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey/score.py to score.cpython-37.pyc
  134. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey/cache.py to cache.cpython-37.pyc
  135. writing byte-compilation script '/tmp/tmp97zcz1ym.py'
  136. /usr/bin/python /tmp/tmp97zcz1ym.py
  137. removing /tmp/tmp97zcz1ym.py
  138. running install_egg_info
  139. running egg_info
  140. creating cachey.egg-info
  141. writing cachey.egg-info/PKG-INFO
  142. writing dependency_links to cachey.egg-info/dependency_links.txt
  143. writing requirements to cachey.egg-info/requires.txt
  144. writing top-level names to cachey.egg-info/top_level.txt
  145. writing manifest file 'cachey.egg-info/SOURCES.txt'
  146. reading manifest file 'cachey.egg-info/SOURCES.txt'
  147. reading manifest template 'MANIFEST.in'
  148. writing manifest file 'cachey.egg-info/SOURCES.txt'
  149. Copying cachey.egg-info to /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python-cachey/usr/lib/python3.7/site-packages/cachey-0.1.1-py3.7.egg-info
  150. running install_scripts
  151. ==> Tidying install...
  152. -> Removing libtool files...
  153. -> Purging unwanted files...
  154. -> Removing static library files...
  155. -> Stripping unneeded symbols from binaries and libraries...
  156. -> Compressing man and info pages...
  157. ==> Checking for packaging issues...
  158. ==> Creating package "python-cachey"...
  159. -> Generating .PKGINFO file...
  160. -> Generating .BUILDINFO file...
  161. -> Generating .MTREE file...
  162. -> Compressing package...
  163. ==> Starting package_python2-cachey()...
  164. running install
  165. running build
  166. running build_py
  167. creating build
  168. creating build/lib
  169. creating build/lib/cachey
  170. copying cachey/cache.py -> build/lib/cachey
  171. copying cachey/score.py -> build/lib/cachey
  172. copying cachey/nbytes.py -> build/lib/cachey
  173. copying cachey/__init__.py -> build/lib/cachey
  174. running install_lib
  175. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib
  176. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7
  177. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages
  178. creating /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey
  179. copying build/lib/cachey/__init__.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey
  180. copying build/lib/cachey/nbytes.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey
  181. copying build/lib/cachey/score.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey
  182. copying build/lib/cachey/cache.py -> /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey
  183. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey/__init__.py to __init__.pyc
  184. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey/nbytes.py to nbytes.pyc
  185. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey/score.py to score.pyc
  186. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey/cache.py to cache.pyc
  187. writing byte-compilation script '/tmp/tmpVYhN6k.py'
  188. /usr/bin/python2 -O /tmp/tmpVYhN6k.py
  189. removing /tmp/tmpVYhN6k.py
  190. running install_egg_info
  191. running egg_info
  192. creating cachey.egg-info
  193. writing requirements to cachey.egg-info/requires.txt
  194. writing cachey.egg-info/PKG-INFO
  195. writing top-level names to cachey.egg-info/top_level.txt
  196. writing dependency_links to cachey.egg-info/dependency_links.txt
  197. writing manifest file 'cachey.egg-info/SOURCES.txt'
  198. reading manifest file 'cachey.egg-info/SOURCES.txt'
  199. reading manifest template 'MANIFEST.in'
  200. writing manifest file 'cachey.egg-info/SOURCES.txt'
  201. Copying cachey.egg-info to /tmp/yaourt-tmp-juanma/aur-python2-cachey/pkg/python2-cachey/usr/lib/python2.7/site-packages/cachey-0.1.1-py2.7.egg-info
  202. running install_scripts
  203. ==> Tidying install...
  204. -> Removing libtool files...
  205. -> Purging unwanted files...
  206. -> Removing static library files...
  207. -> Stripping unneeded symbols from binaries and libraries...
  208. -> Compressing man and info pages...
  209. ==> Checking for packaging issues...
  210. ==> Creating package "python2-cachey"...
  211. -> Generating .PKGINFO file...
  212. -> Generating .BUILDINFO file...
  213. -> Generating .MTREE file...
  214. -> Compressing package...
  215. ==> Leaving fakeroot environment.
  216. ==> Finished making: python-cachey 0.1.1-1 (Tue 15 Jan 2019 10:37:45 GMT)
  217. ==> Cleaning up...
  218.  
  219. ==> Continue installing python-cachey ? [Y/n]
  220. ==> [v]iew package contents [c]heck package with namcap
  221. ==> ---------------------------------------------------
  222. ==>
  223. loading packages...
  224. warning: python-cachey-0.1.1-1 is up to date -- reinstalling
  225. resolving dependencies...
  226. looking for conflicting packages...
  227.  
  228. Packages (2) python-cachey-0.1.1-1 python2-cachey-0.1.1-1
  229.  
  230. Total Installed Size: 0.06 MiB
  231. Net Upgrade Size: 0.03 MiB
  232.  
  233. :: Proceed with installation? [Y/n]
  234. (2/2) checking keys in keyring [####################################################################] 100%
  235. (2/2) checking package integrity [####################################################################] 100%
  236. (2/2) loading package files [####################################################################] 100%
  237. (2/2) checking for file conflicts [####################################################################] 100%
  238. (2/2) checking available disk space [####################################################################] 100%
  239. :: Processing package changes...
  240. (1/2) installing python2-cachey [####################################################################] 100%
  241. (2/2) reinstalling python-cachey [####################################################################] 100%
  242. :: Running post-transaction hooks...
  243. (1/1) Arming ConditionNeedsUpdate...
  244.  
  245. ==> Downloading python2-sparse PKGBUILD from AUR...
  246. x .SRCINFO
  247. x PKGBUILD
  248. joanmanel commented on 2018-09-27 08:43
  249.  
  250. thrasibule commented on 2018-09-27 13:51
  251.  
  252. joanmanel commented on 2018-09-28 09:39
  253.  
  254. thrasibule commented on 2018-09-28 13:45
  255.  
  256. joanmanel commented on 2018-09-28 14:45
  257.  
  258. python2-sparse 0.5.0-1 (2018-10-23 00:51)
  259. ( Unsupported package: Potentially dangerous ! )
  260. ==> WARNING: This PKGBUILD describes a split package.
  261. ==> Specific package options are unknown
  262. ==> python-sparse dependencies:
  263. - python-setuptools (already installed) [makedepend]
  264. - python2-setuptools (already installed) [makedepend]
  265. - python-pytest (already installed)
  266. - python2-pytest (already installed)
  267. - python-pytest-cov (already installed)
  268. - python2-pytest-cov (already installed)
  269. - python-pytest-flake8 (already installed)
  270. - python2-pytest-flake8 (already installed)
  271.  
  272.  
  273. ==> Continue building python2-sparse ? [Y/n]
  274. ==> ----------------------------------------
  275. ==>
  276. ==> Building and installing package
  277. ==> Making package: python-sparse 0.5.0-1 (Tue 15 Jan 2019 10:37:48 GMT)
  278. ==> Checking runtime dependencies...
  279. ==> Checking buildtime dependencies...
  280. ==> Retrieving sources...
  281. -> Downloading 0.5.0.tar.gz...
  282. % Total % Received % Xferd Average Speed Time Time Time Current
  283. Dload Upload Total Spent Left Speed
  284. 100 120 0 120 0 0 547 0 --:--:-- --:--:-- --:--:-- 547
  285. 100 88725 0 88725 0 0 93100 0 --:--:-- --:--:-- --:--:-- 6645k
  286. ==> Validating source files with sha256sums...
  287. 0.5.0.tar.gz ... Passed
  288. ==> Extracting sources...
  289. -> Extracting 0.5.0.tar.gz with bsdtar
  290. ==> Starting prepare()...
  291. ==> Starting check()...
  292. ==================================================================================== test session starts =====================================================================================
  293. platform linux -- Python 3.7.2, pytest-4.1.1, py-1.7.0, pluggy-0.8.1
  294. rootdir: /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0, inifile: pytest.ini
  295. plugins: flake8-1.0.3, cov-2.6.1
  296. collected 1874 items
  297.  
  298. sparse/__init__.py . [ 0%]
  299. sparse/_version.py . [ 0%]
  300. sparse/compatibility.py . [ 0%]
  301. sparse/dok.py ....... [ 0%]
  302. sparse/io.py .. [ 0%]
  303. sparse/slicing.py ........ [ 1%]
  304. sparse/sparse_array.py ..... [ 1%]
  305. sparse/utils.py ..... [ 1%]
  306. sparse/coo/__init__.py . [ 1%]
  307. sparse/coo/common.py ......... [ 2%]
  308. sparse/coo/core.py ............s................... [ 3%]
  309. sparse/coo/indexing.py ........ [ 4%]
  310. sparse/coo/umath.py . [ 4%]
  311. sparse/tests/test_coo.py ...................................................................................................XXXXXXXXxX................................................ [ 12%]
  312. ................................................................................................................................................................................XXXXXX [ 22%]
  313. XXxX.................................................................................................................................................................................. [ 32%]
  314. ..............................................XXxxxxXXxx.............................................................................................................................. [ 41%]
  315. ..................................................................................................XXxxxxXXxx.......................................................................... [ 51%]
  316. ...........................................................................................................................................................................x.......... [ 61%]
  317. ...................................................................................................................................................................................... [ 70%]
  318. ...................................................................................................................................................................................... [ 80%]
  319. ...................................................................................................................................xxxx............................................... [ 90%]
  320. ............................................................................................................................ [ 97%]
  321. sparse/tests/test_dok.py .................................................... [ 99%]
  322. sparse/tests/test_io.py .... [100%]
  323.  
  324. ====================================================================================== warnings summary ======================================================================================
  325. sparse/coo/core.py:3
  326. /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0/sparse/coo/core.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  327. from collections import Iterable, Iterator, Sized, defaultdict, deque
  328. /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0/sparse/coo/core.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  329. from collections import Iterable, Iterator, Sized, defaultdict, deque
  330. /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0/sparse/coo/core.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  331. from collections import Iterable, Iterator, Sized, defaultdict, deque
  332.  
  333. -- Docs: https://docs.pytest.org/en/latest/warnings.html
  334. ------------------------------------ generated xml file: /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0/test_results/pytest/test_results.xml -------------------------------------
  335.  
  336. ----------- coverage: platform linux, python 3.7.2-final-0 -----------
  337. Name Stmts Miss Cover Missing
  338. -------------------------------------------------------
  339. sparse/__init__.py 8 0 100%
  340. sparse/compatibility.py 12 6 50% 5, 8, 14-18
  341. sparse/coo/__init__.py 3 0 100%
  342. sparse/coo/common.py 306 6 98% 116, 120-121, 127, 521, 717
  343. sparse/coo/core.py 385 11 97% 328-329, 607, 680, 1409, 1576, 1587, 1629, 1671-1674
  344. sparse/coo/indexing.py 122 1 99% 44
  345. sparse/coo/umath.py 228 7 97% 116-118, 148, 331, 367, 608
  346. sparse/dok.py 113 5 96% 123, 275, 286, 293, 304
  347. sparse/io.py 17 0 100%
  348. sparse/slicing.py 126 1 99% 38
  349. sparse/sparse_array.py 30 1 97% 30
  350. sparse/utils.py 105 0 100%
  351. -------------------------------------------------------
  352. TOTAL 1455 38 97%
  353. Coverage HTML written to dir htmlcov
  354.  
  355. ======================================================== 1828 passed, 1 skipped, 19 xfailed, 26 xpassed, 3 warnings in 19.06 seconds =========================================================
  356. ==================================================================================== test session starts =====================================================================================
  357. platform linux2 -- Python 2.7.15, pytest-4.1.1, py-1.7.0, pluggy-0.8.1
  358. rootdir: /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0-py2, inifile: pytest.ini
  359. plugins: flake8-1.0.3, cov-2.6.1
  360. collected 1869 items
  361.  
  362. sparse/__init__.py . [ 0%]
  363. sparse/_version.py . [ 0%]
  364. sparse/compatibility.py . [ 0%]
  365. sparse/dok.py ....... [ 0%]
  366. sparse/io.py .. [ 0%]
  367. sparse/slicing.py ........ [ 1%]
  368. sparse/sparse_array.py ..... [ 1%]
  369. sparse/utils.py ..... [ 1%]
  370. sparse/coo/__init__.py . [ 1%]
  371. sparse/coo/common.py ......... [ 2%]
  372. sparse/coo/core.py ............s................... [ 3%]
  373. sparse/coo/indexing.py ... [ 4%]
  374. sparse/coo/umath.py . [ 4%]
  375. sparse/tests/test_coo.py ...................................................................................................XXXXxXXXxX................................................ [ 12%]
  376. ................................................................................................................................................................................XXXXXX [ 22%]
  377. XXxX.................................................................................................................................................................................. [ 31%]
  378. ..............................................xxxxxxXXxx.............................................................................................................................. [ 41%]
  379. ..................................................................................................XXxxxxXXxx.......................................................................... [ 51%]
  380. ...........................................................................................................................................................................X.......... [ 61%]
  381. ...................................................................................................................................................................................... [ 70%]
  382. ...................................................................................................................................................................................... [ 80%]
  383. ...................................................................................................................................xxxx............................................... [ 90%]
  384. ............................................................................................................................ [ 97%]
  385. sparse/tests/test_dok.py .................................................... [ 99%]
  386. sparse/tests/test_io.py .... [100%]
  387.  
  388. ====================================================================================== warnings summary ======================================================================================
  389. sparse/__init__.py::FLAKE8
  390. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  391. found_files.extend(config.read(filename))
  392. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  393. found_files.extend(config.read(filename))
  394. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  395. found_files.extend(config.read(filename))
  396.  
  397. sparse/_version.py::FLAKE8
  398. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  399. found_files.extend(config.read(filename))
  400. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  401. found_files.extend(config.read(filename))
  402. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  403. found_files.extend(config.read(filename))
  404.  
  405. sparse/compatibility.py::FLAKE8
  406. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  407. found_files.extend(config.read(filename))
  408. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  409. found_files.extend(config.read(filename))
  410. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  411. found_files.extend(config.read(filename))
  412.  
  413. sparse/dok.py::FLAKE8
  414. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  415. found_files.extend(config.read(filename))
  416. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  417. found_files.extend(config.read(filename))
  418. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  419. found_files.extend(config.read(filename))
  420.  
  421. sparse/io.py::FLAKE8
  422. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  423. found_files.extend(config.read(filename))
  424. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  425. found_files.extend(config.read(filename))
  426. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  427. found_files.extend(config.read(filename))
  428.  
  429. sparse/slicing.py::FLAKE8
  430. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  431. found_files.extend(config.read(filename))
  432. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  433. found_files.extend(config.read(filename))
  434. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  435. found_files.extend(config.read(filename))
  436.  
  437. sparse/sparse_array.py::FLAKE8
  438. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  439. found_files.extend(config.read(filename))
  440. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  441. found_files.extend(config.read(filename))
  442. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  443. found_files.extend(config.read(filename))
  444.  
  445. sparse/utils.py::FLAKE8
  446. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  447. found_files.extend(config.read(filename))
  448. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  449. found_files.extend(config.read(filename))
  450. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  451. found_files.extend(config.read(filename))
  452.  
  453. sparse/coo/__init__.py::FLAKE8
  454. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  455. found_files.extend(config.read(filename))
  456. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  457. found_files.extend(config.read(filename))
  458. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  459. found_files.extend(config.read(filename))
  460.  
  461. sparse/coo/common.py::FLAKE8
  462. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  463. found_files.extend(config.read(filename))
  464. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  465. found_files.extend(config.read(filename))
  466. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  467. found_files.extend(config.read(filename))
  468.  
  469. sparse/coo/core.py::FLAKE8
  470. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  471. found_files.extend(config.read(filename))
  472. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  473. found_files.extend(config.read(filename))
  474. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  475. found_files.extend(config.read(filename))
  476.  
  477. sparse/coo/indexing.py::FLAKE8
  478. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  479. found_files.extend(config.read(filename))
  480. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  481. found_files.extend(config.read(filename))
  482. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  483. found_files.extend(config.read(filename))
  484.  
  485. sparse/coo/umath.py::FLAKE8
  486. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  487. found_files.extend(config.read(filename))
  488. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  489. found_files.extend(config.read(filename))
  490. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  491. found_files.extend(config.read(filename))
  492.  
  493. sparse/tests/test_coo.py::FLAKE8
  494. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  495. found_files.extend(config.read(filename))
  496. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  497. found_files.extend(config.read(filename))
  498. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  499. found_files.extend(config.read(filename))
  500.  
  501. sparse/tests/test_dok.py::FLAKE8
  502. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  503. found_files.extend(config.read(filename))
  504. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  505. found_files.extend(config.read(filename))
  506. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  507. found_files.extend(config.read(filename))
  508.  
  509. sparse/tests/test_io.py::FLAKE8
  510. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  511. found_files.extend(config.read(filename))
  512. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  513. found_files.extend(config.read(filename))
  514. /usr/lib/python2.7/site-packages/flake8/options/config.py:72: DeprecationWarning: You passed a bytestring as `filenames`. This will not work on Python 3. Use `cp.read_file()` or switch to using Unicode strings across the board.
  515. found_files.extend(config.read(filename))
  516.  
  517. -- Docs: https://docs.pytest.org/en/latest/warnings.html
  518. ---------------------------------- generated xml file: /tmp/yaourt-tmp-juanma/aur-python2-sparse/src/sparse-0.5.0-py2/test_results/pytest/test_results.xml -----------------------------------
  519.  
  520. ---------- coverage: platform linux2, python 2.7.15-final-0 ----------
  521. Name Stmts Miss Cover Missing
  522. -------------------------------------------------------
  523. sparse/__init__.py 8 0 100%
  524. sparse/compatibility.py 12 4 67% 5, 8, 11-12
  525. sparse/coo/__init__.py 3 0 100%
  526. sparse/coo/common.py 306 6 98% 116, 120-121, 127, 521, 717
  527. sparse/coo/core.py 385 16 96% 328-329, 607, 680, 1407-1409, 1413-1415, 1576, 1587, 1629, 1671-1674
  528. sparse/coo/indexing.py 122 1 99% 44
  529. sparse/coo/umath.py 228 7 97% 116-118, 148, 331, 367, 608
  530. sparse/dok.py 113 5 96% 123, 275, 286, 293, 304
  531. sparse/io.py 17 0 100%
  532. sparse/slicing.py 126 1 99% 38
  533. sparse/sparse_array.py 30 1 97% 30
  534. sparse/utils.py 105 0 100%
  535. -------------------------------------------------------
  536. TOTAL 1455 41 97%
  537. Coverage HTML written to dir htmlcov
  538.  
  539. ======================================================== 1823 passed, 1 skipped, 21 xfailed, 24 xpassed, 48 warnings in 21.34 seconds ========================================================
  540. ==> Entering fakeroot environment...
  541. ==> Starting package_python-sparse()...
  542. running install
  543. running build
  544. running build_py
  545. creating build
  546. creating build/lib
  547. creating build/lib/sparse
  548. copying sparse/utils.py -> build/lib/sparse
  549. copying sparse/sparse_array.py -> build/lib/sparse
  550. copying sparse/slicing.py -> build/lib/sparse
  551. copying sparse/io.py -> build/lib/sparse
  552. copying sparse/dok.py -> build/lib/sparse
  553. copying sparse/compatibility.py -> build/lib/sparse
  554. copying sparse/_version.py -> build/lib/sparse
  555. copying sparse/__init__.py -> build/lib/sparse
  556. creating build/lib/sparse/coo
  557. copying sparse/coo/umath.py -> build/lib/sparse/coo
  558. copying sparse/coo/indexing.py -> build/lib/sparse/coo
  559. copying sparse/coo/core.py -> build/lib/sparse/coo
  560. copying sparse/coo/common.py -> build/lib/sparse/coo
  561. copying sparse/coo/__init__.py -> build/lib/sparse/coo
  562. UPDATING build/lib/sparse/_version.py
  563. set build/lib/sparse/_version.py to '0.5.0'
  564. running install_lib
  565. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib
  566. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7
  567. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages
  568. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  569. copying build/lib/sparse/_version.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  570. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo
  571. copying build/lib/sparse/coo/__init__.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo
  572. copying build/lib/sparse/coo/common.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo
  573. copying build/lib/sparse/coo/core.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo
  574. copying build/lib/sparse/coo/indexing.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo
  575. copying build/lib/sparse/coo/umath.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo
  576. copying build/lib/sparse/__init__.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  577. copying build/lib/sparse/compatibility.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  578. copying build/lib/sparse/dok.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  579. copying build/lib/sparse/io.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  580. copying build/lib/sparse/slicing.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  581. copying build/lib/sparse/sparse_array.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  582. copying build/lib/sparse/utils.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse
  583. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/_version.py to _version.cpython-37.pyc
  584. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo/__init__.py to __init__.cpython-37.pyc
  585. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo/common.py to common.cpython-37.pyc
  586. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo/core.py to core.cpython-37.pyc
  587. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo/indexing.py to indexing.cpython-37.pyc
  588. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/coo/umath.py to umath.cpython-37.pyc
  589. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/__init__.py to __init__.cpython-37.pyc
  590. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/compatibility.py to compatibility.cpython-37.pyc
  591. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/dok.py to dok.cpython-37.pyc
  592. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/io.py to io.cpython-37.pyc
  593. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/slicing.py to slicing.cpython-37.pyc
  594. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/sparse_array.py to sparse_array.cpython-37.pyc
  595. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse/utils.py to utils.cpython-37.pyc
  596. writing byte-compilation script '/tmp/tmp1ql1fel2.py'
  597. /usr/bin/python /tmp/tmp1ql1fel2.py
  598. removing /tmp/tmp1ql1fel2.py
  599. running install_egg_info
  600. running egg_info
  601. creating sparse.egg-info
  602. writing sparse.egg-info/PKG-INFO
  603. writing dependency_links to sparse.egg-info/dependency_links.txt
  604. writing requirements to sparse.egg-info/requires.txt
  605. writing top-level names to sparse.egg-info/top_level.txt
  606. writing manifest file 'sparse.egg-info/SOURCES.txt'
  607. reading manifest file 'sparse.egg-info/SOURCES.txt'
  608. reading manifest template 'MANIFEST.in'
  609. warning: no files found matching '*.html' under directory 'sparse'
  610. warning: no files found matching 'requirements.txt' under directory 'docs'
  611. no previously-included directories found matching 'docs/_build'
  612. writing manifest file 'sparse.egg-info/SOURCES.txt'
  613. Copying sparse.egg-info to /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python-sparse/usr/lib/python3.7/site-packages/sparse-0.5.0-py3.7.egg-info
  614. running install_scripts
  615. ==> Tidying install...
  616. -> Removing libtool files...
  617. -> Purging unwanted files...
  618. -> Removing static library files...
  619. -> Stripping unneeded symbols from binaries and libraries...
  620. -> Compressing man and info pages...
  621. ==> Checking for packaging issues...
  622. ==> Creating package "python-sparse"...
  623. -> Generating .PKGINFO file...
  624. -> Generating .BUILDINFO file...
  625. -> Generating .MTREE file...
  626. -> Compressing package...
  627. ==> Starting package_python2-sparse()...
  628. running install
  629. running build
  630. running build_py
  631. creating build
  632. creating build/lib
  633. creating build/lib/sparse
  634. copying sparse/utils.py -> build/lib/sparse
  635. copying sparse/sparse_array.py -> build/lib/sparse
  636. copying sparse/slicing.py -> build/lib/sparse
  637. copying sparse/io.py -> build/lib/sparse
  638. copying sparse/dok.py -> build/lib/sparse
  639. copying sparse/compatibility.py -> build/lib/sparse
  640. copying sparse/_version.py -> build/lib/sparse
  641. copying sparse/__init__.py -> build/lib/sparse
  642. creating build/lib/sparse/coo
  643. copying sparse/coo/umath.py -> build/lib/sparse/coo
  644. copying sparse/coo/indexing.py -> build/lib/sparse/coo
  645. copying sparse/coo/core.py -> build/lib/sparse/coo
  646. copying sparse/coo/common.py -> build/lib/sparse/coo
  647. copying sparse/coo/__init__.py -> build/lib/sparse/coo
  648. UPDATING build/lib/sparse/_version.py
  649. set build/lib/sparse/_version.py to '0.5.0'
  650. running install_lib
  651. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib
  652. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7
  653. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages
  654. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  655. copying build/lib/sparse/_version.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  656. creating /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo
  657. copying build/lib/sparse/coo/__init__.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo
  658. copying build/lib/sparse/coo/common.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo
  659. copying build/lib/sparse/coo/core.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo
  660. copying build/lib/sparse/coo/indexing.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo
  661. copying build/lib/sparse/coo/umath.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo
  662. copying build/lib/sparse/__init__.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  663. copying build/lib/sparse/compatibility.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  664. copying build/lib/sparse/dok.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  665. copying build/lib/sparse/io.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  666. copying build/lib/sparse/slicing.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  667. copying build/lib/sparse/sparse_array.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  668. copying build/lib/sparse/utils.py -> /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse
  669. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/_version.py to _version.pyc
  670. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo/__init__.py to __init__.pyc
  671. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo/common.py to common.pyc
  672. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo/core.py to core.pyc
  673. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo/indexing.py to indexing.pyc
  674. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/coo/umath.py to umath.pyc
  675. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/__init__.py to __init__.pyc
  676. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/compatibility.py to compatibility.pyc
  677. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/dok.py to dok.pyc
  678. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/io.py to io.pyc
  679. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/slicing.py to slicing.pyc
  680. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/sparse_array.py to sparse_array.pyc
  681. byte-compiling /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse/utils.py to utils.pyc
  682. writing byte-compilation script '/tmp/tmpKt0WtB.py'
  683. /usr/bin/python2 -O /tmp/tmpKt0WtB.py
  684. removing /tmp/tmpKt0WtB.py
  685. running install_egg_info
  686. running egg_info
  687. creating sparse.egg-info
  688. writing requirements to sparse.egg-info/requires.txt
  689. writing sparse.egg-info/PKG-INFO
  690. writing top-level names to sparse.egg-info/top_level.txt
  691. writing dependency_links to sparse.egg-info/dependency_links.txt
  692. writing manifest file 'sparse.egg-info/SOURCES.txt'
  693. reading manifest file 'sparse.egg-info/SOURCES.txt'
  694. reading manifest template 'MANIFEST.in'
  695. warning: no files found matching '*.html' under directory 'sparse'
  696. warning: no files found matching 'requirements.txt' under directory 'docs'
  697. no previously-included directories found matching 'docs/_build'
  698. writing manifest file 'sparse.egg-info/SOURCES.txt'
  699. Copying sparse.egg-info to /tmp/yaourt-tmp-juanma/aur-python2-sparse/pkg/python2-sparse/usr/lib/python2.7/site-packages/sparse-0.5.0-py2.7.egg-info
  700. running install_scripts
  701. ==> Tidying install...
  702. -> Removing libtool files...
  703. -> Purging unwanted files...
  704. -> Removing static library files...
  705. -> Stripping unneeded symbols from binaries and libraries...
  706. -> Compressing man and info pages...
  707. ==> Checking for packaging issues...
  708. ==> Creating package "python2-sparse"...
  709. -> Generating .PKGINFO file...
  710. -> Generating .BUILDINFO file...
  711. -> Generating .MTREE file...
  712. -> Compressing package...
  713. ==> Leaving fakeroot environment.
  714. ==> Finished making: python-sparse 0.5.0-1 (Tue 15 Jan 2019 10:38:34 GMT)
  715. ==> Cleaning up...
  716.  
  717. ==> Continue installing python-sparse ? [Y/n]
  718. ==> [v]iew package contents [c]heck package with namcap
  719. ==> ---------------------------------------------------
  720. ==>
  721. loading packages...
  722. warning: python-sparse-0.5.0-1 is up to date -- reinstalling
  723. resolving dependencies...
  724. looking for conflicting packages...
  725.  
  726. Packages (2) python-sparse-0.5.0-1 python2-sparse-0.5.0-1
  727.  
  728. Total Installed Size: 1.00 MiB
  729. Net Upgrade Size: 0.51 MiB
  730.  
  731. :: Proceed with installation? [Y/n]
  732. (2/2) checking keys in keyring [####################################################################] 100%
  733. (2/2) checking package integrity [####################################################################] 100%
  734. (2/2) loading package files [####################################################################] 100%
  735. (2/2) checking for file conflicts [####################################################################] 100%
  736. (2/2) checking available disk space [####################################################################] 100%
  737. :: Processing package changes...
  738. (1/2) installing python2-sparse [####################################################################] 100%
  739. (2/2) reinstalling python-sparse [####################################################################] 100%
  740. :: Running post-transaction hooks...
  741. (1/1) Arming ConditionNeedsUpdate...
  742. ==> Making package: python-dask 1.0.0-1 (Tue 15 Jan 2019 10:38:39 GMT)
  743. ==> Checking runtime dependencies...
  744. ==> Checking buildtime dependencies...
  745. ==> Retrieving sources...
  746. -> Downloading 1.0.0.tar.gz...
  747. % Total % Received % Xferd Average Speed Time Time Time Current
  748. Dload Upload Total Spent Left Speed
  749. 100 116 0 116 0 0 436 0 --:--:-- --:--:-- --:--:-- 436
  750. 100 2318k 0 2318k 0 0 1635k 0 --:--:-- 0:00:01 --:--:-- 2214k
  751. ==> Validating source files with sha256sums...
  752. 1.0.0.tar.gz ... Passed
  753. ==> Extracting sources...
  754. -> Extracting 1.0.0.tar.gz with bsdtar
  755. ==> Starting prepare()...
  756. ==> Starting check()...
  757. ==================================================================================== test session starts =====================================================================================
  758. platform linux -- Python 3.7.2, pytest-4.1.1, py-1.7.0, pluggy-0.8.1 -- /usr/bin/python
  759. cachedir: .pytest_cache
  760. rootdir: /tmp/yaourt-tmp-juanma/aur-python-dask/src/dask-1.0.0, inifile: setup.cfg
  761. plugins: flake8-1.0.3, cov-2.6.1
  762. collected 364 items / 1 errors / 1 skipped
  763.  
  764. =========================================================================================== ERRORS ===========================================================================================
  765. __________________________________________________________________________ ERROR collecting dask/tests/test_dot.py ___________________________________________________________________________
  766. /usr/lib/python3.7/site-packages/pluggy/hooks.py:284: in __call__
  767. return self._hookexec(self, self.get_hookimpls(), kwargs)
  768. /usr/lib/python3.7/site-packages/pluggy/manager.py:68: in _hookexec
  769. return self._inner_hookexec(hook, methods, kwargs)
  770. /usr/lib/python3.7/site-packages/pluggy/manager.py:62: in <lambda>
  771. firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  772. /usr/lib/python3.7/site-packages/_pytest/python.py:225: in pytest_pycollect_makeitem
  773. res = list(collector._genfunctions(name, obj))
  774. /usr/lib/python3.7/site-packages/_pytest/python.py:405: in _genfunctions
  775. self.ihook.pytest_generate_tests(metafunc=metafunc)
  776. /usr/lib/python3.7/site-packages/pluggy/hooks.py:284: in __call__
  777. return self._hookexec(self, self.get_hookimpls(), kwargs)
  778. /usr/lib/python3.7/site-packages/pluggy/manager.py:68: in _hookexec
  779. return self._inner_hookexec(hook, methods, kwargs)
  780. /usr/lib/python3.7/site-packages/pluggy/manager.py:62: in <lambda>
  781. firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  782. /usr/lib/python3.7/site-packages/_pytest/python.py:132: in pytest_generate_tests
  783. metafunc.parametrize(*marker.args, **marker.kwargs)
  784. /usr/lib/python3.7/site-packages/_pytest/python.py:892: in parametrize
  785. function_definition=self.definition,
  786. /usr/lib/python3.7/site-packages/_pytest/mark/structures.py:114: in _for_parametrize
  787. if len(param.values) != len(argnames):
  788. E TypeError: object of type 'MarkDecorator' has no len()
  789. ================================================================================== short test summary info ===================================================================================
  790. SKIP [1] /tmp/yaourt-tmp-juanma/aur-python-dask/src/dask-1.0.0/dask/tests/test_distributed.py:3: could not import 'distributed'
  791. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  792. ============================================================================= 1 skipped, 1 error in 1.72 seconds =============================================================================
  793. ==> ERROR: A failure occurred in check().
  794. Aborting...
  795. ==> ERROR: Makepkg was unable to build .
  796. ==> Restart building python-dask ? [y/N]
  797. ==> ------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement