Guest User

Untitled

a guest
Oct 6th, 2025
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.81 KB | None | 0 0
  1. /usr/lib/python3.13/site-packages/nose/plugins/manager.py:418: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  2.   import pkg_resources
  3. ...................E.....................................................
  4. ======================================================================
  5. ERROR: tractor is already running
  6. ----------------------------------------------------------------------
  7. Traceback (most recent call last):
  8.   File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
  9.     return func(*newargs, **newkeywargs)
  10.   File "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/tests/test_actions.py", line 225, in test_stop_do
  11.     actions.stop()
  12.     ~~~~~~~~~~~~^^
  13.   File "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/src/tractor/actions.py", line 160, in stop
  14.     proxy.proxy_unset()
  15.     ~~~~~~~~~~~~~~~~~^^
  16.   File "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/src/tractor/proxy.py", line 60, in proxy_unset
  17.     if checks.proxy_set():
  18.        ~~~~~~~~~~~~~~~~^^
  19.   File "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/src/tractor/checks.py", line 94, in proxy_set
  20.     x_ip = "0.0.0.0" if db.get_val("accept-connection") else "127.0.0.1"
  21.                         ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  22.   File "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/src/tractor/db.py", line 43, in get_val
  23.     conf = dconf()
  24.   File "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/src/tractor/db.py", line 25, in dconf
  25.     raise FileNotFoundError(
  26.     ...<7 lines>...
  27.     )
  28. FileNotFoundError:
  29.         Please compile the "tractor.gschema.xml" file.
  30.         In GNU/Linux you can copy it from
  31.         "/home/aligholipour/.cache/paru/clone/tractor/src/tractor-5.1.0/src/tractor"
  32.         to "/usr/share/glib-2.0/schemas" and run:
  33.         "sudo glib-compile-schemas /usr/share/glib-2.0/schemas"
  34.        
  35. -------------------- >> begin captured stdout << ---------------------
  36. Unable to connect to tor. Are you sure it's running?
  37.  
  38. --------------------- >> end captured stdout << ----------------------
  39. -------------------- >> begin captured logging << --------------------
  40. stem: DEBUG: System call: ps -A co command (runtime: 0.01)
  41. --------------------- >> end captured logging << ---------------------
  42.  
  43. ----------------------------------------------------------------------
  44. Ran 73 tests in 0.236s
  45.  
  46. FAILED (errors=1)
  47. ==> ERROR: A failure occurred in check().
  48.    Aborting...
  49. error: failed to build 'tractor-5.1.0-2':
  50. error: can't build carburetor-5.1.1-1, deps not satisfied: tractor
  51. error: packages failed to build: tractor-5.1.0-2  carburetor-5.1.1-1
Advertisement
Add Comment
Please, Sign In to add comment