Reactorcide

← Back to Jobs

eval: PR #42 merged on todpunk/tnl-site

failed exit: 1

Eval job for pull_request_merged event on todpunk/tnl-site

Job ID
019c53a1-2c6d-16c9-1c8f-1961d634ad6f
Created
2026-02-12 20:53:17 UTC
Updated
2026-02-12 20:53:17 UTC
Duration
10s
Source Ref
300f4307117ec6608494fd0f5480b0a36d1a7dfc
Source URL
https://github.com/todpunk/tnl-site.git
Runner Image
10.16.0.1:5000/public/reactorcide/runnerbase:dev
Priority
10
Queue
reactorcide-jobs

Logs

2026-02-12T20:53:32.578254975Z2026-02-12T20:53:32.269779+00:00 [INFO] [runnerlib] Preparing git source url=https://[REDACTED].com/[REDACTED].git ref=[REDACTED] target=/job/ci
2026-02-12T20:53:36.585499274Z2026-02-12T20:53:36.563216+00:00 [ERROR] [runnerlib] Failed to prepare git source url=https://[REDACTED].com/[REDACTED].git error=GitCommandError: Cmd('git') failed due to: exit code(128)
2026-02-12T20:53:36.585511518Z cmdline: git checkout [REDACTED]
2026-02-12T20:53:36.585518931Z2026-02-12T20:53:32.269733+00:00 CI source not found at /job/ci, cloning from [REDACTED]
2026-02-12T20:53:36.58583995Z2026-02-12T20:53:32.269848+00:00 Cloning git repository: https://[REDACTED].com/[REDACTED].git
2026-02-12T20:53:36.58584718Z2026-02-12T20:53:36.555892+00:00 Checking out ref: [REDACTED]
2026-02-12T20:53:36.585853624Z stderr: 'fatal: unable to read tree ([REDACTED])'
2026-02-12T20:53:36.586076004Z2026-02-12T20:53:36.563368+00:00 Failed to checkout repository: Cmd('git') failed due to: exit code(128)
2026-02-12T20:53:36.586089668Z cmdline: git checkout [REDACTED]
2026-02-12T20:53:36.586094968Z stderr: 'fatal: unable to read tree ([REDACTED])'
2026-02-12T20:53:37.673046692Z╭───────────────────── Traceback (most recent call last) ──────────────────────╮
2026-02-12T20:53:37.673058599Z│ /usr/local/lib/python3.13/site-packages/src/cli.py:753 in eval_cmd │
2026-02-12T20:53:37.673063225Z│ │
2026-02-12T20:53:37.673068599Z│ 750 │ if ci_source_url and not (ci_source_path / ".reactorcide" / "jobs │
2026-02-12T20:53:37.673087785Z│ 751 │ │ log_stdout(f"CI source not found at {ci_source_path}, cloning │
2026-02-12T20:53:37.673093319Z│ 752 │ │ from src.source_prep import _prepare_git_source │
2026-02-12T20:53:37.673098199Z│ ❱ 753 │ │ _prepare_git_source(ci_source_url, ci_source_ref or None, ci_ │
2026-02-12T20:53:37.673102795Z│ 754 │ │
2026-02-12T20:53:37.673107512Z│ 755 │ # Prepare regular source if not already present. │
2026-02-12T20:53:37.673116315Z│ 756 │ # Needed for git diff to detect changed files for path-based trig │
2026-02-12T20:53:37.673119765Z│ │
2026-02-12T20:53:37.673124015Z│ /usr/local/lib/python3.13/site-packages/src/source_prep.py:333 in │
2026-02-12T20:53:37.673127792Z│ _prepare_git_source │
2026-02-12T20:53:37.673849579Z│ │
2026-02-12T20:53:37.673856919Z│ 330 │ │ if source_ref: │
2026-02-12T20:53:37.673863609Z│ 331 │ │ │ logger.debug("Checking out git ref", fields={"ref": source │
2026-02-12T20:53:37.674034839Z│ 332 │ │ │ log_stdout(f"Checking out ref: {source_ref}") │
2026-02-12T20:53:37.674039869Z│ ❱ 333 │ │ │ repo.git.checkout(source_ref) │
2026-02-12T20:53:37.674043385Z│ 334 │ │ │
2026-02-12T20:53:37.674047475Z│ 335 │ │ logger.info("Git source prepared successfully", fields={"path" │
2026-02-12T20:53:37.674052439Z│ 336 │ │ log_stdout(f"Repository checked out to: {target_path}") │
2026-02-12T20:53:37.674056792Z│ │
2026-02-12T20:53:37.674755306Z│ /usr/local/lib/python3.13/site-packages/git/cmd.py:1003 in <lambda> │
2026-02-12T20:53:37.674761943Z│ │
2026-02-12T20:53:37.67477277Z│ 1000 │ │ """ │
2026-02-12T20:53:37.674777963Z│ 1001 │ │ if name.startswith("_"): │
2026-02-12T20:53:37.674783316Z│ 1002 │ │ │ return super().__getattribute__(name) │
2026-02-12T20:53:37.675130366Z│ ❱ 1003 │ │ return lambda *args, **kwargs: self._call_process(name, *args │
2026-02-12T20:53:37.675143263Z│ 1004 │ │
2026-02-12T20:53:37.67515156Z│ 1005 │ def set_persistent_git_options(self, **kwargs: Any) -> None: │
2026-02-12T20:53:37.67515984Z│ 1006 │ │ """Specify command line options to the git executable for sub │
2026-02-12T20:53:37.675501427Z│ │
2026-02-12T20:53:37.675507897Z│ /usr/local/lib/python3.13/site-packages/git/cmd.py:1616 in _call_process │
2026-02-12T20:53:37.675512777Z│ │
2026-02-12T20:53:37.675918407Z│ 1613 │ │ call.append(dashify(method)) │
2026-02-12T20:53:37.675927144Z│ 1614 │ │ call.extend(args_list) │
2026-02-12T20:53:37.675930877Z│ 1615 │ │ │
2026-02-12T20:53:37.675934757Z│ ❱ 1616 │ │ return self.execute(call, **exec_kwargs) │
2026-02-12T20:53:37.675938491Z│ 1617 │ │
2026-02-12T20:53:37.676369548Z│ 1618 │ def _parse_object_header(self, header_line: str) -> Tuple[str, st │
2026-02-12T20:53:37.676379318Z│ 1619 │ │ """ │
2026-02-12T20:53:37.676384988Z│ │
2026-02-12T20:53:37.676392548Z│ /usr/local/lib/python3.13/site-packages/git/cmd.py:1406 in execute │
2026-02-12T20:53:37.676620452Z│ │
2026-02-12T20:53:37.676629455Z│ 1403 │ │ # END handle debug printing │
2026-02-12T20:53:37.676643815Z│ 1404 │ │ │
2026-02-12T20:53:37.676650618Z│ 1405 │ │ if with_exceptions and status != 0: │
2026-02-12T20:53:37.676657352Z│ ❱ 1406 │ │ │ raise GitCommandError(redacted_command, status, stderr_va │
2026-02-12T20:53:37.676663272Z│ 1407 │ │ │
2026-02-12T20:53:37.677324776Z│ 1408 │ │ if isinstance(stdout_value, bytes) and stdout_as_string: # C │
2026-02-12T20:53:37.677332419Z│ 1409 │ │ │ stdout_value = safe_decode(stdout_value) │
2026-02-12T20:53:37.677337229Z╰──────────────────────────────────────────────────────────────────────────────╯
2026-02-12T20:53:37.677342943ZGitCommandError: Cmd('git') failed due to: exit code(128)
2026-02-12T20:53:37.677350203Z cmdline: git checkout [REDACTED]
2026-02-12T20:53:37.677354343Z stderr: 'fatal: unable to read tree
2026-02-12T20:53:37.677359043Z([REDACTED])'