Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- 2025-08-31 05:00:51,107 DEBUG: command: /home/jason/Code/mypath/.venv/bin/dvc exp run -vvvv
- 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))
- 2025-08-31 05:00:51,674 TRACE: 670.41 mks in collecting stages from /home/jason/Code/mypath
- 2025-08-31 05:00:51,770 DEBUG: Stashed experiment '85479ec' with baseline '5fbfd32' for future execution.
- 2025-08-31 05:00:51,787 DEBUG: Init workspace executor in '/home/jason/Code/mypath'
- 2025-08-31 05:00:51,918 ERROR: unexpected error - expected str, bytes or os.PathLike object, not NoneType
- Traceback (most recent call last):
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/cli/__init__.py", line 212, in main
- ret = cmd.do_run()
- ^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/cli/command.py", line 30, in do_run
- return self.run()
- ^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/commands/experiments/run.py", line 14, in run
- self.repo.experiments.run(
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/__init__.py", line 354, in run
- return run(self.repo, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/__init__.py", line 58, in wrapper
- return f(repo, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/run.py", line 77, in run
- return repo.experiments.reproduce_one(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/__init__.py", line 126, in reproduce_one
- results = self._reproduce_queue(
- ^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/utils.py", line 62, in wrapper
- ret = f(exp, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/__init__.py", line 249, in _reproduce_queue
- exec_results = queue.reproduce(copy_paths=copy_paths, message=message)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/queue/workspace.py", line 91, in reproduce
- entry, executor = self.get()
- ^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/queue/workspace.py", line 55, in get
- executor = self.init_executor(self.repo.experiments, entry)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/queue/base.py", line 518, in init_executor
- executor.init_git(
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/funcy/decorators.py", line 47, in wrapper
- return deco(call, *dargs, **dkwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/funcy/flow.py", line 99, in retry
- return call()
- ^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/funcy/decorators.py", line 68, in __call__
- return self._func(*self._args, **self._kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/dvc/repo/experiments/executor/local.py", line 238, in init_git
- self.scm.stash.apply(merge_rev)
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/stash.py", line 77, in apply
- self.scm._stash_apply( # pylint: disable=protected-access
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/__init__.py", line 308, in _backend_func
- result = func(*args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/backend/pygit2/__init__.py", line 833, in _stash_apply
- commit, _ref = self._resolve_refish(rev)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/scmrepo/git/backend/pygit2/__init__.py", line 197, in _resolve_refish
- commit, ref = self.repo.resolve_refish(refish) # type: ignore[attr-defined]
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/jason/Code/mypath/.venv/lib/python3.12/site-packages/pygit2/repository.py", line 353, in resolve_refish
- reference = self.lookup_reference_dwim(refish)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- TypeError: expected str, bytes or os.PathLike object, not NoneType
- 2025-08-31 05:00:51,952 DEBUG: Version info for developers:
- DVC version: 3.62.0 (pip)
- -------------------------
- Platform: Python 3.12.11 on Linux-6.8.0-78-generic-x86_64-with-glibc2.35
- Subprojects:
- dvc_data = 3.16.12
- dvc_objects = 5.1.1
- dvc_render = 1.0.2
- dvc_task = 0.40.2
- scmrepo = 3.5.2
- Supports:
- http (aiohttp = 3.12.15, aiohttp-retry = 2.9.1),
- https (aiohttp = 3.12.15, aiohttp-retry = 2.9.1)
- Config:
- Global: /home/jason/.config/dvc
- System: /etc/xdg/xdg-ubuntu/dvc
- Cache types: <https://error.dvc.org/no-dvc-cache>
- Caches: local
- Remotes: local
- Workspace directory: ext4 on /dev/nvme0n1p5
- Repo: dvc, git
- Repo.site_cache_dir: /var/tmp/dvc/repo/4c95efea065f0519a6af74c475bba3c6
- 2025-08-31 05:00:51,961 DEBUG: Analytics is enabled.
- 2025-08-31 05:00:51,965 TRACE: Saving analytics report to /tmp/tmp30w0q2tt
- 2025-08-31 05:00:52,044 DEBUG: Trying to spawn ['daemon', 'analytics', '/tmp/tmp30w0q2tt', '-vv']
- 2025-08-31 05:00:52,066 DEBUG: Spawned ['daemon', 'analytics', '/tmp/tmp30w0q2tt', '-vv'] with pid 4007785
- 2025-08-31 05:00:52,067 TRACE: Process 4007689 exiting with 255
Advertisement
Add Comment
Please, Sign In to add comment