jasonho1308

Untitled

Aug 30th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. 2025-08-31 05:00:51,106 DEBUG: v3.62.0 (pip), CPython 3.12.11 on Linux-6.8.0-78-generic-x86_64-with-glibc2.35
  2. 2025-08-31 05:00:51,107 DEBUG: command: /home/jason/Code/mypath/.venv/bin/dvc exp run -vvvv
  3. 2025-08-31 05:00:51,107 TRACE: Namespace(quiet=0, verbose=4, cprofile=False, cprofile_dump=None, yappi=False, yappi_separate_threads=False, viztracer=False, viztracer_depth=None, viztracer_async=False, pdb=False, instrument=False, instrument_open=False, show_stack=False, cd='.', wait_for_lock=False, cmd='run', targets=[], force=False, interactive=False, single_item=False, pipeline=False, all_pipelines=False, recursive=False, downstream=False, force_downstream=False, pull=False, allow_missing=False, dry=False, on_error='fail', name=None, set_param=[], queue=False, run_all=False, jobs=1, tmp_dir=False, copy_paths=[], message=None, func=<class 'dvc.commands.experiments.run.CmdExperimentsRun'>, parser=DvcParser(prog='dvc', usage=None, description='Data Version Control', formatter_class=<class 'dvc.cli.formatter.RawTextHelpFormatter'>, conflict_handler='error', add_help=False))
  4. 2025-08-31 05:00:51,674 TRACE: 670.41 mks in collecting stages from /home/jason/Code/mypath
  5. 2025-08-31 05:00:51,770 DEBUG: Stashed experiment '85479ec' with baseline '5fbfd32' for future execution.
  6. 2025-08-31 05:00:51,787 DEBUG: Init workspace executor in '/home/jason/Code/mypath'
  7. 2025-08-31 05:00:51,918 ERROR: unexpected error - expected str, bytes or os.PathLike object, not NoneType
  8. Traceback (most recent call last):
  9. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/cli/__init__.py", line 212, in main
  10. ret = cmd.do_run()
  11. ^^^^^^^^^^^^
  12. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/cli/command.py", line 30, in do_run
  13. return self.run()
  14. ^^^^^^^^^^
  15. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/commands/experiments/run.py", line 14, in run
  16. self.repo.experiments.run(
  17. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/__init__.py", line 354, in run
  18. return run(self.repo, *args, **kwargs)
  19. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  20. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/__init__.py", line 58, in wrapper
  21. return f(repo, *args, **kwargs)
  22. ^^^^^^^^^^^^^^^^^^^^^^^^
  23. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/run.py", line 77, in run
  24. return repo.experiments.reproduce_one(
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/__init__.py", line 126, in reproduce_one
  27. results = self._reproduce_queue(
  28. ^^^^^^^^^^^^^^^^^^^^^^
  29. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/utils.py", line 62, in wrapper
  30. ret = f(exp, *args, **kwargs)
  31. ^^^^^^^^^^^^^^^^^^^^^^^
  32. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/__init__.py", line 249, in _reproduce_queue
  33. exec_results = queue.reproduce(copy_paths=copy_paths, message=message)
  34. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/queue/workspace.py", line 91, in reproduce
  36. entry, executor = self.get()
  37. ^^^^^^^^^^
  38. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/queue/workspace.py", line 55, in get
  39. executor = self.init_executor(self.repo.experiments, entry)
  40. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  41. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/queue/base.py", line 518, in init_executor
  42. executor.init_git(
  43. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/funcy/decorators.py", line 47, in wrapper
  44. return deco(call, *dargs, **dkwargs)
  45. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  46. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/funcy/flow.py", line 99, in retry
  47. return call()
  48. ^^^^^^
  49. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/funcy/decorators.py", line 68, in __call__
  50. return self._func(*self._args, **self._kwargs)
  51. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  52. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/executor/local.py", line 238, in init_git
  53. self.scm.stash.apply(merge_rev)
  54. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/stash.py", line 77, in apply
  55. self.scm._stash_apply( # pylint: disable=protected-access
  56. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/__init__.py", line 308, in _backend_func
  57. result = func(*args, **kwargs)
  58. ^^^^^^^^^^^^^^^^^^^^^
  59. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/backend/pygit2/__init__.py", line 833, in _stash_apply
  60. commit, _ref = self._resolve_refish(rev)
  61. ^^^^^^^^^^^^^^^^^^^^^^^^^
  62. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/backend/pygit2/__init__.py", line 197, in _resolve_refish
  63. commit, ref = self.repo.resolve_refish(refish) # type: ignore[attr-defined]
  64. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  65. File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/pygit2/repository.py", line 353, in resolve_refish
  66. reference = self.lookup_reference_dwim(refish)
  67. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  68. TypeError: expected str, bytes or os.PathLike object, not NoneType
  69.  
  70. 2025-08-31 05:00:51,952 DEBUG: Version info for developers:
  71. DVC version: 3.62.0 (pip)
  72. -------------------------
  73. Platform: Python 3.12.11 on Linux-6.8.0-78-generic-x86_64-with-glibc2.35
  74. Subprojects:
  75. dvc_data = 3.16.12
  76. dvc_objects = 5.1.1
  77. dvc_render = 1.0.2
  78. dvc_task = 0.40.2
  79. scmrepo = 3.5.2
  80. Supports:
  81. http (aiohttp = 3.12.15, aiohttp-retry = 2.9.1),
  82. https (aiohttp = 3.12.15, aiohttp-retry = 2.9.1)
  83. Config:
  84. Global: /home/jason/.config/dvc
  85. System: /etc/xdg/xdg-ubuntu/dvc
  86. Cache types: <https://error.dvc.org/no-dvc-cache>
  87. Caches: local
  88. Remotes: local
  89. Workspace directory: ext4 on /dev/nvme0n1p5
  90. Repo: dvc, git
  91. Repo.site_cache_dir: /var/tmp/dvc/repo/4c95efea065f0519a6af74c475bba3c6
  92. 2025-08-31 05:00:51,961 DEBUG: Analytics is enabled.
  93. 2025-08-31 05:00:51,965 TRACE: Saving analytics report to /tmp/tmp30w0q2tt
  94. 2025-08-31 05:00:52,044 DEBUG: Trying to spawn ['daemon', 'analytics', '/tmp/tmp30w0q2tt', '-vv']
  95. 2025-08-31 05:00:52,066 DEBUG: Spawned ['daemon', 'analytics', '/tmp/tmp30w0q2tt', '-vv'] with pid 4007785
  96. 2025-08-31 05:00:52,067 TRACE: Process 4007689 exiting with 255
  97.  
Advertisement
Add Comment
Please, Sign In to add comment