Reactorcide

← Back to Jobs

eval: PR #41 opened on todpunk/tnl-site

failed exit: 1

Eval job for pull_request_opened event on todpunk/tnl-site

Job ID
019c52ed-0951-696b-3c9c-d7c7c2714ef0
Created
2026-02-12 17:36:32 UTC
Updated
2026-02-12 17:36:32 UTC
Duration
9s
Source Ref
acf3abf56e41283ddb92f194ec95194e17d7320f
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-12T17:36:39.253858262Z2026-02-12T17:36:39.134846+00:00 [INFO] [runnerlib] Preparing git source url=https://[REDACTED].com/[REDACTED].git ref=[REDACTED] target=/job/ci
2026-02-12T17:36:42.120254029Z2026-02-12T17:36:42.140504+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-12T17:36:42.120266637Z cmdline: git checkout [REDACTED]
2026-02-12T17:36:42.12059242Z stderr: 'fatal: unable to read tree ([REDACTED])'
2026-02-12T17:36:42.120605317Z2026-02-12T17:36:42.140669+00:00 Failed to checkout repository: Cmd('git') failed due to: exit code(128)
2026-02-12T17:36:42.120619311Z cmdline: git checkout [REDACTED]
2026-02-12T17:36:42.120626644Z stderr: 'fatal: unable to read tree ([REDACTED])'
2026-02-12T17:36:42.120635928Z2026-02-12T17:36:39.134787+00:00 CI source not found at /job/ci, cloning from https://[REDACTED].com/[REDACTED].git
2026-02-12T17:36:42.120642341Z2026-02-12T17:36:39.134941+00:00 Cloning git repository: https://[REDACTED].com/[REDACTED].git
2026-02-12T17:36:42.120649151Z2026-02-12T17:36:42.133931+00:00 Checking out ref: [REDACTED]
2026-02-12T17:36:43.25814607Z╭───────────────────── Traceback (most recent call last) ──────────────────────╮
2026-02-12T17:36:43.258156327Z│ /usr/local/lib/python3.13/site-packages/src/cli.py:753 in eval_cmd │
2026-02-12T17:36:43.258160814Z│ │
2026-02-12T17:36:43.25816875Z│ 750 │ if ci_source_url and not (ci_source_path / ".reactorcide" / "jobs │
2026-02-12T17:36:43.258173797Z│ 751 │ │ log_stdout(f"CI source not found at {ci_source_path}, cloning │
2026-02-12T17:36:43.258293672Z│ 752 │ │ from src.source_prep import _prepare_git_source │
2026-02-12T17:36:43.258303756Z│ ❱ 753 │ │ _prepare_git_source(ci_source_url, ci_source_ref or None, ci_ │
2026-02-12T17:36:43.258731604Z│ 754 │ │
2026-02-12T17:36:43.258739087Z│ 755 │ # Prepare regular source if not already present. │
2026-02-12T17:36:43.258744431Z│ 756 │ # Needed for git diff to detect changed files for path-based trig │
2026-02-12T17:36:43.258748514Z│ │
2026-02-12T17:36:43.258753631Z│ /usr/local/lib/python3.13/site-packages/src/source_prep.py:333 in │
2026-02-12T17:36:43.259201547Z│ _prepare_git_source │
2026-02-12T17:36:43.25920676Z│ │
2026-02-12T17:36:43.259210717Z│ 330 │ │ if source_ref: │
2026-02-12T17:36:43.25921555Z│ 331 │ │ │ logger.debug("Checking out git ref", fields={"ref": source │
2026-02-12T17:36:43.259220301Z│ 332 │ │ │ log_stdout(f"Checking out ref: {source_ref}") │
2026-02-12T17:36:43.259224194Z│ ❱ 333 │ │ │ repo.git.checkout(source_ref) │
2026-02-12T17:36:43.259863252Z│ 334 │ │ │
2026-02-12T17:36:43.259868829Z│ 335 │ │ logger.info("Git source prepared successfully", fields={"path" │
2026-02-12T17:36:43.259874062Z│ 336 │ │ log_stdout(f"Repository checked out to: {target_path}") │
2026-02-12T17:36:43.259877632Z│ │
2026-02-12T17:36:43.259882496Z│ /usr/local/lib/python3.13/site-packages/git/cmd.py:1003 in <lambda> │
2026-02-12T17:36:43.259885499Z│ │
2026-02-12T17:36:43.259889132Z│ 1000 │ │ """ │
2026-02-12T17:36:43.259893232Z│ 1001 │ │ if name.startswith("_"): │
2026-02-12T17:36:43.259900946Z│ 1002 │ │ │ return super().__getattribute__(name) │
2026-02-12T17:36:43.259905089Z│ ❱ 1003 │ │ return lambda *args, **kwargs: self._call_process(name, *args │
2026-02-12T17:36:43.260249556Z│ 1004 │ │
2026-02-12T17:36:43.260255407Z│ 1005 │ def set_persistent_git_options(self, **kwargs: Any) -> None: │
2026-02-12T17:36:43.260260001Z│ 1006 │ │ """Specify command line options to the git executable for sub │
2026-02-12T17:36:43.260263524Z│ │
2026-02-12T17:36:43.261397575Z│ /usr/local/lib/python3.13/site-packages/git/cmd.py:1616 in _call_process │
2026-02-12T17:36:43.261407428Z│ │
2026-02-12T17:36:43.261412525Z│ 1613 │ │ call.append(dashify(method)) │
2026-02-12T17:36:43.261417028Z│ 1614 │ │ call.extend(args_list) │
2026-02-12T17:36:43.261425412Z│ 1615 │ │ │
2026-02-12T17:36:43.261432815Z│ ❱ 1616 │ │ return self.execute(call, **exec_kwargs) │
2026-02-12T17:36:43.261436488Z│ 1617 │ │
2026-02-12T17:36:43.261442052Z│ 1618 │ def _parse_object_header(self, header_line: str) -> Tuple[str, st │
2026-02-12T17:36:43.261445502Z│ 1619 │ │ """ │
2026-02-12T17:36:43.261449368Z│ │
2026-02-12T17:36:43.261453965Z│ /usr/local/lib/python3.13/site-packages/git/cmd.py:1406 in execute │
2026-02-12T17:36:43.261469115Z│ │
2026-02-12T17:36:43.261473175Z│ 1403 │ │ # END handle debug printing │
2026-02-12T17:36:43.26147702Z│ 1404 │ │ │
2026-02-12T17:36:43.2614817Z│ 1405 │ │ if with_exceptions and status != 0: │
2026-02-12T17:36:43.261486496Z│ ❱ 1406 │ │ │ raise GitCommandError(redacted_command, status, stderr_va │
2026-02-12T17:36:43.261585268Z│ 1407 │ │ │
2026-02-12T17:36:43.261592488Z│ 1408 │ │ if isinstance(stdout_value, bytes) and stdout_as_string: # C │
2026-02-12T17:36:43.261600198Z│ 1409 │ │ │ stdout_value = safe_decode(stdout_value) │
2026-02-12T17:36:43.261869644Z╰──────────────────────────────────────────────────────────────────────────────╯
2026-02-12T17:36:43.261880497ZGitCommandError: Cmd('git') failed due to: exit code(128)
2026-02-12T17:36:43.262014466Z cmdline: git checkout [REDACTED]
2026-02-12T17:36:43.262021933Z stderr: 'fatal: unable to read tree
2026-02-12T17:36:43.262205681Z([REDACTED])'