← back to Ticket System

data/codex-yoloforever/cycle-20260908T1221Z.HzXvuQ/ops-run.log

27 lines

Capturing complete original Git directory
BLOCKED Command '['git', '--git-dir=/private/tmp/ops-TK10928-rehearsal.ndMwgA/original.git', 'fsck', '--full', '--no-reflogs', '--unreachable']' timed out after 240 seconds
Traceback (most recent call last):
  File "/private/tmp/ops-TK10928-rehearsal.ndMwgA/rehearse.py", line 72, in <module>
    git(original,'fsck','--full','--no-reflogs','--unreachable',out=R/'original-fsck.txt')
    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/private/tmp/ops-TK10928-rehearsal.ndMwgA/rehearse.py", line 27, in git
    def git(g,*a,**kw):return run(['git','--git-dir='+str(g),*a],**kw)
                              ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/private/tmp/ops-TK10928-rehearsal.ndMwgA/rehearse.py", line 21, in run
    with open(out,'wb') as f:r=subprocess.run(a,input=inp,stdout=f,stderr=subprocess.PIPE,env=env or ENV,timeout=timeout)
                               ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/python@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 557, in run
    stdout, stderr = process.communicate(input, timeout=timeout)
                     ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/python@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1221, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
                     ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/python@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 2154, in _communicate
    self._check_timeout(endtime, orig_timeout, stdout, stderr)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/python@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/lib/python3.14/subprocess.py", line 1268, in _check_timeout
    raise TimeoutExpired(
    ...<2 lines>...
            stderr=b''.join(stderr_seq) if stderr_seq else None)
subprocess.TimeoutExpired: Command '['git', '--git-dir=/private/tmp/ops-TK10928-rehearsal.ndMwgA/original.git', 'fsck', '--full', '--no-reflogs', '--unreachable']' timed out after 240 seconds