Advertisement
hak8or

Untitled

Jul 5th, 2025
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.77 KB | Software | 0 0
  1. ➜ yay
  2. :: Synchronizing package databases...
  3.  core is up to date
  4.  extra is up to date
  5.  multilib is up to date
  6.  sublime-text is up to date
  7. :: Searching AUR for updates...
  8. :: Searching databases for updates...
  9.  -> Flagged Out Of Date AUR Packages: python-sentencepiece-git  uefitool
  10. :: 1 package to upgrade/install.
  11. 1  aur/sqlite-utils  3.36-1 -> 3.38-1
  12. ==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
  13.  -> Excluding packages may cause partial upgrades and break systems
  14. ==>
  15. AUR Dependency (1): sqlite-utils-3.38-1
  16. :: (1/1) Downloaded PKGBUILD: sqlite-utils
  17.   1 sqlite-utils                     (Installed) (Build Files Exist)
  18. ==> Packages to cleanBuild?
  19. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  20. ==>
  21.   1 sqlite-utils                     (Installed) (Build Files Exist)
  22. ==> Diffs to show?
  23. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  24. ==>
  25. ==> Making package: sqlite-utils 3.38-1 (Sat 05 Jul 2025 10:33:47 AM EDT)
  26. ==> Retrieving sources...
  27.   -> Downloading sqlite_utils-3.38.tar.gz...
  28.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  29.                                  Dload  Upload   Total   Spent    Left  Speed
  30. 100   122  100   122    0     0   3750      0 --:--:-- --:--:-- --:--:--  3812
  31. 100   283  100   283    0     0   2945      0 --:--:-- --:--:-- --:--:--  2945
  32.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  33. 100  209k  100  209k    0     0  1317k      0 --:--:-- --:--:-- --:--:-- 1317k
  34. ==> WARNING: Skipping verification of source file PGP signatures.
  35. ==> Validating source files with sha256sums...
  36.     sqlite_utils-3.38.tar.gz ... Passed
  37. :: (1/1) Parsing SRCINFO: sqlite-utils
  38. ==> Making package: sqlite-utils 3.38-1 (Sat 05 Jul 2025 10:33:48 AM EDT)
  39. ==> Checking runtime dependencies...
  40. ==> Checking buildtime dependencies...
  41. ==> Retrieving sources...
  42.   -> Found sqlite_utils-3.38.tar.gz
  43. ==> Validating source files with sha256sums...
  44.     sqlite_utils-3.38.tar.gz ... Passed
  45. ==> Removing existing $srcdir/ directory...
  46. ==> Extracting sources...
  47.   -> Extracting sqlite_utils-3.38.tar.gz with bsdtar
  48. ==> Sources are ready.
  49. ==> Making package: sqlite-utils 3.38-1 (Sat 05 Jul 2025 10:33:49 AM EDT)
  50. ==> Checking runtime dependencies...
  51. ==> Checking buildtime dependencies...
  52. ==> WARNING: Using existing $srcdir/ tree
  53. ==> Starting build()...
  54. * Getting build dependencies for wheel...
  55. /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  56. !!
  57.  
  58.         ********************************************************************************
  59.         Please consider removing the following classifiers in favor of a SPDX license expression:
  60.  
  61.         License :: OSI Approved :: Apache Software License
  62.  
  63.         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
  64.         ********************************************************************************
  65.  
  66. !!
  67.   self._finalize_license_expression()
  68. running egg_info
  69. writing sqlite_utils.egg-info/PKG-INFO
  70. writing dependency_links to sqlite_utils.egg-info/dependency_links.txt
  71. writing entry points to sqlite_utils.egg-info/entry_points.txt
  72. writing requirements to sqlite_utils.egg-info/requires.txt
  73. writing top-level names to sqlite_utils.egg-info/top_level.txt
  74. reading manifest file 'sqlite_utils.egg-info/SOURCES.txt'
  75. reading manifest template 'MANIFEST.in'
  76. adding license file 'LICENSE'
  77. writing manifest file 'sqlite_utils.egg-info/SOURCES.txt'
  78. * Building wheel...
  79. /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
  80. !!
  81.  
  82.         ********************************************************************************
  83.         Please consider removing the following classifiers in favor of a SPDX license expression:
  84.  
  85.         License :: OSI Approved :: Apache Software License
  86.  
  87.         See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
  88.         ********************************************************************************
  89.  
  90. !!
  91.   self._finalize_license_expression()
  92. running bdist_wheel
  93. running build
  94. running build_py
  95. creating build/lib/sqlite_utils
  96. copying sqlite_utils/__main__.py -> build/lib/sqlite_utils
  97. copying sqlite_utils/recipes.py -> build/lib/sqlite_utils
  98. copying sqlite_utils/__init__.py -> build/lib/sqlite_utils
  99. copying sqlite_utils/plugins.py -> build/lib/sqlite_utils
  100. copying sqlite_utils/db.py -> build/lib/sqlite_utils
  101. copying sqlite_utils/hookspecs.py -> build/lib/sqlite_utils
  102. copying sqlite_utils/cli.py -> build/lib/sqlite_utils
  103. copying sqlite_utils/utils.py -> build/lib/sqlite_utils
  104. copying sqlite_utils/py.typed -> build/lib/sqlite_utils
  105. installing to build/bdist.linux-x86_64/wheel
  106. running install
  107. running install_lib
  108. creating build/bdist.linux-x86_64/wheel
  109. creating build/bdist.linux-x86_64/wheel/sqlite_utils
  110. copying build/lib/sqlite_utils/__main__.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  111. copying build/lib/sqlite_utils/recipes.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  112. copying build/lib/sqlite_utils/__init__.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  113. copying build/lib/sqlite_utils/plugins.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  114. copying build/lib/sqlite_utils/db.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  115. copying build/lib/sqlite_utils/hookspecs.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  116. copying build/lib/sqlite_utils/cli.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  117. copying build/lib/sqlite_utils/py.typed -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  118. copying build/lib/sqlite_utils/utils.py -> build/bdist.linux-x86_64/wheel/./sqlite_utils
  119. running install_egg_info
  120. running egg_info
  121. writing sqlite_utils.egg-info/PKG-INFO
  122. writing dependency_links to sqlite_utils.egg-info/dependency_links.txt
  123. writing entry points to sqlite_utils.egg-info/entry_points.txt
  124. writing requirements to sqlite_utils.egg-info/requires.txt
  125. writing top-level names to sqlite_utils.egg-info/top_level.txt
  126. reading manifest file 'sqlite_utils.egg-info/SOURCES.txt'
  127. reading manifest template 'MANIFEST.in'
  128. adding license file 'LICENSE'
  129. writing manifest file 'sqlite_utils.egg-info/SOURCES.txt'
  130. Copying sqlite_utils.egg-info to build/bdist.linux-x86_64/wheel/./sqlite_utils-3.38-py3.13.egg-info
  131. running install_scripts
  132. creating build/bdist.linux-x86_64/wheel/sqlite_utils-3.38.dist-info/WHEEL
  133. creating '/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/dist/.tmp-a0zn6oxa/sqlite_utils-3.38-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  134. adding 'sqlite_utils/__init__.py'
  135. adding 'sqlite_utils/__main__.py'
  136. adding 'sqlite_utils/cli.py'
  137. adding 'sqlite_utils/db.py'
  138. adding 'sqlite_utils/hookspecs.py'
  139. adding 'sqlite_utils/plugins.py'
  140. adding 'sqlite_utils/py.typed'
  141. adding 'sqlite_utils/recipes.py'
  142. adding 'sqlite_utils/utils.py'
  143. adding 'sqlite_utils-3.38.dist-info/licenses/LICENSE'
  144. adding 'sqlite_utils-3.38.dist-info/METADATA'
  145. adding 'sqlite_utils-3.38.dist-info/WHEEL'
  146. adding 'sqlite_utils-3.38.dist-info/entry_points.txt'
  147. adding 'sqlite_utils-3.38.dist-info/top_level.txt'
  148. adding 'sqlite_utils-3.38.dist-info/RECORD'
  149. removing build/bdist.linux-x86_64/wheel
  150. Successfully built sqlite_utils-3.38-py3-none-any.whl
  151. ==> Starting check()...
  152. ====================================================== test session starts =======================================================
  153. platform linux -- Python 3.13.5, pytest-8.4.1, pluggy-1.6.0
  154. rootdir: /home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38
  155. plugins: anyio-4.9.0, typeguard-4.4.4, hypothesis-6.135.16
  156. collected 1010 items                                                                                                            
  157.  
  158. tests/test_analyze.py ....                                                                                                 [  0%]
  159. tests/test_analyze_tables.py ................                                                                              [  1%]
  160. tests/test_attach.py .                                                                                                     [  2%]
  161. tests/test_cli.py ........................................................................................................ [ 12%]
  162. ................................................................sss......                                                  [ 19%]
  163. tests/test_cli_bulk.py ...                                                                                                 [ 19%]
  164. tests/test_cli_convert.py .........................................                                                        [ 23%]
  165. tests/test_cli_insert.py ...........................................                                                       [ 28%]
  166. tests/test_cli_memory.py ............................                                                                      [ 30%]
  167. tests/test_column_affinity.py ......................................................                                       [ 36%]
  168. tests/test_constructor.py ......                                                                                           [ 36%]
  169. tests/test_conversions.py ......                                                                                           [ 37%]
  170. tests/test_convert.py ................                                                                                     [ 39%]
  171. tests/test_create.py ..................................................................................................... [ 49%]
  172. .....................................................                                                                      [ 54%]
  173. tests/test_create_view.py ......                                                                                           [ 54%]
  174. tests/test_default_value.py .............                                                                                  [ 56%]
  175. tests/test_delete.py .....                                                                                                 [ 56%]
  176. tests/test_docs.py ..............................................F...................................................      [ 66%]
  177. tests/test_duplicate.py ..                                                                                                 [ 66%]
  178. tests/test_enable_counts.py .......                                                                                        [ 67%]
  179. tests/test_extract.py ..........                                                                                           [ 68%]
  180. tests/test_extracts.py ......                                                                                              [ 68%]
  181. tests/test_fts.py ..............................................                                                           [ 73%]
  182. tests/test_get.py ......                                                                                                   [ 74%]
  183. tests/test_gis.py ssssssssssss                                                                                             [ 75%]
  184. tests/test_hypothesis.py ....                                                                                              [ 75%]
  185. tests/test_insert_files.py .........                                                                                       [ 76%]
  186. tests/test_introspect.py ..........................................                                                        [ 80%]
  187. tests/test_lookup.py ........                                                                                              [ 81%]
  188. tests/test_m2m.py ...........                                                                                              [ 82%]
  189. tests/test_plugins.py FF                                                                                                   [ 82%]
  190. tests/test_query.py ..                                                                                                     [ 82%]
  191. tests/test_recipes.py ..................                                                                                   [ 84%]
  192. tests/test_recreate.py ......                                                                                              [ 85%]
  193. tests/test_register_function.py ......                                                                                     [ 85%]
  194. tests/test_rows.py ................                                                                                        [ 87%]
  195. tests/test_rows_from_file.py .......                                                                                       [ 88%]
  196. tests/test_sniff.py s                                                                                                      [ 88%]
  197. tests/test_suggest_column_types.py ................                                                                        [ 89%]
  198. tests/test_tracer.py ..                                                                                                    [ 90%]
  199. tests/test_transform.py ...........................................................                                        [ 95%]
  200. tests/test_update.py ...................                                                                                   [ 97%]
  201. tests/test_upsert.py .........                                                                                             [ 98%]
  202. tests/test_utils.py ............                                                                                           [ 99%]
  203. tests/test_wal.py .                                                                                                        [100%]
  204.  
  205. ============================================================ FAILURES ============================================================
  206. _____________________________________________ test_commands_are_documented[migrate] ______________________________________________
  207.  
  208. documented_commands = {'add-column', 'add-foreign-key', 'add-foreign-keys', 'add-geometry-column', 'analyze', 'analyze-tables', ...}
  209. command = 'migrate'
  210.  
  211.     @pytest.mark.parametrize("command", cli.cli.commands.keys())
  212.     def test_commands_are_documented(documented_commands, command):
  213. >       assert command in documented_commands
  214. E       AssertionError: assert 'migrate' in {'add-column', 'add-foreign-key', 'add-foreign-keys', 'add-geometry-column', 'analyze', 'analyze-tables', ...}
  215.  
  216. tests/test_docs.py:32: AssertionError
  217. _____________________________________________________ test_register_commands _____________________________________________________
  218.  
  219.     def test_register_commands():
  220.         importlib.reload(cli)
  221. >       assert plugins.get_plugins() == []
  222. E       AssertionError: assert [{'hooks': ['...on': '0.1b0'}] == []
  223. E        
  224. E         Left contains one more item: {'hooks': ['register_commands'], 'name': 'sqlite-migrate', 'version': '0.1b0'}
  225. E         Use -v to get more diff
  226.  
  227. tests/test_plugins.py:9: AssertionError
  228. ____________________________________________________ test_prepare_connection _____________________________________________________
  229.  
  230.     def test_prepare_connection():
  231.         importlib.reload(cli)
  232. >       assert plugins.get_plugins() == []
  233. E       AssertionError: assert [{'hooks': ['...on': '0.1b0'}] == []
  234. E        
  235. E         Left contains one more item: {'hooks': ['register_commands'], 'name': 'sqlite-migrate', 'version': '0.1b0'}
  236. E         Use -v to get more diff
  237.  
  238. tests/test_plugins.py:42: AssertionError
  239. ======================================================== warnings summary ========================================================
  240. tests/test_insert_files.py: 12 warnings
  241.   /home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/sqlite_utils/cli.py:3206: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  242.     "mtime_iso": lambda p: datetime.utcfromtimestamp(p.stat().st_mtime).isoformat(),
  243.  
  244. tests/test_insert_files.py: 12 warnings
  245.   /home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/sqlite_utils/cli.py:3207: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  246.     "ctime_iso": lambda p: datetime.utcfromtimestamp(p.stat().st_ctime).isoformat(),
  247.  
  248. tests/test_recipes.py::test_dateparse_errors[None-parsedate]
  249.   /usr/lib/python3.13/site-packages/_pytest/unraisableexception.py:67: PytestUnraisableExceptionWarning: Exception ignored in: <function Table.convert.<locals>.convert_value at 0x7fd44fa389a0>
  250.  
  251.   Traceback (most recent call last):
  252.     File "/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/sqlite_utils/db.py", line 2886, in convert_value
  253.       return jsonify_if_needed(fn(v))
  254.                                ~~^^^
  255.     File "/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/tests/test_recipes.py", line 77, in <lambda>
  256.       fresh_db["example"].convert("dt", lambda value: getattr(recipes, fn)(value))
  257.                                                       ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  258.     File "/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/sqlite_utils/recipes.py", line 19, in parsedate
  259.       parser.parse(value, dayfirst=dayfirst, yearfirst=yearfirst)
  260.       ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  261.     File "/usr/lib/python3.13/site-packages/dateutil/parser/_parser.py", line 1368, in parse
  262.       return DEFAULTPARSER.parse(timestr, **kwargs)
  263.              ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  264.     File "/usr/lib/python3.13/site-packages/dateutil/parser/_parser.py", line 643, in parse
  265.       raise ParserError("Unknown string format: %s", timestr)
  266.   dateutil.parser._parser.ParserError: Unknown string format: invalid
  267.  
  268.   Enable tracemalloc to get traceback where the object was allocated.
  269.   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
  270.     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
  271.  
  272. tests/test_recipes.py::test_dateparse_errors[None-parsedatetime]
  273.   /usr/lib/python3.13/site-packages/_pytest/unraisableexception.py:67: PytestUnraisableExceptionWarning: Exception ignored in: <function Table.convert.<locals>.convert_value at 0x7fd44fac18a0>
  274.  
  275.   Traceback (most recent call last):
  276.     File "/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/sqlite_utils/db.py", line 2886, in convert_value
  277.       return jsonify_if_needed(fn(v))
  278.                                ~~^^^
  279.     File "/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/tests/test_recipes.py", line 77, in <lambda>
  280.       fresh_db["example"].convert("dt", lambda value: getattr(recipes, fn)(value))
  281.                                                       ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  282.     File "/home/hak8or/.cache/yay/sqlite-utils/src/sqlite_utils-3.38/sqlite_utils/recipes.py", line 42, in parsedatetime
  283.       return parser.parse(value, dayfirst=dayfirst, yearfirst=yearfirst).isoformat()
  284.              ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  285.     File "/usr/lib/python3.13/site-packages/dateutil/parser/_parser.py", line 1368, in parse
  286.       return DEFAULTPARSER.parse(timestr, **kwargs)
  287.              ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  288.     File "/usr/lib/python3.13/site-packages/dateutil/parser/_parser.py", line 643, in parse
  289.       raise ParserError("Unknown string format: %s", timestr)
  290.   dateutil.parser._parser.ParserError: Unknown string format: invalid
  291.  
  292.   Enable tracemalloc to get traceback where the object was allocated.
  293.   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
  294.     warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
  295.  
  296. -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
  297. ==================================================== short test summary info =====================================================
  298. FAILED tests/test_docs.py::test_commands_are_documented[migrate] - AssertionError: assert 'migrate' in {'add-column', 'add-foreign-key', 'add-foreign-keys', 'add-geometry-column', 'analyze', '...
  299. FAILED tests/test_plugins.py::test_register_commands - AssertionError: assert [{'hooks': ['...on': '0.1b0'}] == []
  300. FAILED tests/test_plugins.py::test_prepare_connection - AssertionError: assert [{'hooks': ['...on': '0.1b0'}] == []
  301. ===================================== 3 failed, 991 passed, 16 skipped, 26 warnings in 5.60s =====================================
  302. ==> ERROR: A failure occurred in check().
  303.    Aborting...
  304. -> error making: sqlite-utils-exit status 4
  305. -> Failed to install the following packages. Manual intervention is required:
  306. sqlite-utils - exit status 4
  307.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement