oplog_branch_diverge_recovery__e4x4PaU

Status: Failed
Started: 3/19 15:29
Execution: 1m 36.3s
Test: 10.3s
2026-03-19 07:43:27.819	DEBUG	native:1	Pochi	pochi v0.6.1
2026-03-19 07:43:27.824	DEBUG	native:7	PochiConfigManager	add workspace config: /root/.pochi/config.jsonc
2026-03-19 07:43:27.929	DEBUG	/$bunfs/pochi:503183	loadAgents	Loaded 5 custom agents (5 valid, 0 invalid)
2026-03-19 07:43:27.930	DEBUG	/$bunfs/pochi:503184	loadSkills	Loaded 2 skills (2 valid, 0 invalid)
2026-03-19 07:43:28.033	DEBUG	/$bunfs/pochi:439420	PochiVendor	JWT is expiring or missing, fetching a new one
2026-03-19 07:43:29.806	DEBUG	/$bunfs/pochi:415701	MCPHub	MCP servers configuration changed via signal:
2026-03-19 07:43:29.807	DEBUG	/$bunfs/pochi:415813	MCPHub	Build MCPHub Status
2026-03-19 07:43:30.011	DEBUG	/$bunfs/pochi:502609	TaskRunner	Starting TaskRunner...
2026-03-19 07:43:30.105	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:43:30.233	DEBUG	/$bunfs/pochi:496641	generateTaskTitle	Generating task title, old: null, new: You are a repo maintainer. You need to perform a forensic analysis on the repository at `/home/user/repo` to find exactly when the `develop` branch diverged from `main`, and document your findings.
2026-03-19 07:43:50.599	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:43:56.505	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:44:06.529	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:44:08.944	DEBUG	/$bunfs/pochi:496641	generateTaskTitle	Generating task title, old: You are a repo maintainer. You need to perform a forensic analysis on the repository at `/home/user/repo` to find exactly when the `develop` branch diverged from `main`, and document your findings., new: Analyze repository to find divergence point between main and develop branches
2026-03-19 07:44:17.623	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:44:26.045	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:44:33.523	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:45:02.027	DEBUG	/$bunfs/pochi:503269	TaskRunner	Failed:

 TypeError  undefined is not an object (evaluating 'getErrorTrace(error40).map'), 417706, 47, 417706, 47, /$bunfs/root/pochi
error stack:
  • pochi	prettyFormatErrorObj
	/$bunfs/pochi:417706
  • pochi	<anonymous>
	/$bunfs/pochi:417701
  • native	reduce
	native:1
  • pochi	log
	/$bunfs/pochi:417840
  • pochi	onError
	/$bunfs/pochi:500813
  • pochi	makeRequest
	/$bunfs/pochi:432009
  • pochi	async <anonymous>
	/$bunfs/pochi:431766
  • pochi	async step
	/$bunfs/pochi:502738
  • pochi	async run
	/$bunfs/pochi:502615
  • pochi	async <anonymous>
	/$bunfs/pochi:503269
  • native	processTicksAndRejections
	native:7
undefined is not an object (evaluating 'getErrorTrace(error40).map')
Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (8.5.0-2ubuntu10.8).
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
downloading uv 0.9.7 x86_64-unknown-linux-gnu
no checksums to verify
installing to /root/.local/bin
  uv
  uvx
everything's installed!

To add $HOME/.local/bin to your PATH, either restart your shell or run:

    source $HOME/.local/bin/env (sh, bash, zsh)
    source $HOME/.local/bin/env.fish (fish)
Downloading pygments (1.2MiB)
 Downloading pygments
Installed 6 packages in 25ms
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0
rootdir: /tests
plugins: json-ctrf-0.3.5
collected 10 items

../tests/test_outputs.py FFFFFFFFF.                                      [100%]

=================================== FAILURES ===================================
________________________ test_divergence_report_exists _________________________

    def test_divergence_report_exists():
>       assert os.path.isfile(REPORT_FILE), f"Divergence report {REPORT_FILE} does not exist."
E       AssertionError: Divergence report /home/user/divergence-report.md does not exist.
E       assert False
E        +  where False = <function isfile at 0x7a1a9ac54220>('/home/user/divergence-report.md')
E        +    where <function isfile at 0x7a1a9ac54220> = <module 'posixpath' (frozen)>.isfile
E        +      where <module 'posixpath' (frozen)> = os.path

/tests/test_outputs.py:20: AssertionError
___________________________ test_analysis_log_exists ___________________________

    def test_analysis_log_exists():
>       assert os.path.isfile(LOG_FILE), f"Analysis log {LOG_FILE} does not exist."
E       AssertionError: Analysis log /home/user/divergence_analysis_log.txt does not exist.
E       assert False
E        +  where False = <function isfile at 0x7a1a9ac54220>('/home/user/divergence_analysis_log.txt')
E        +    where <function isfile at 0x7a1a9ac54220> = <module 'posixpath' (frozen)>.isfile
E        +      where <module 'posixpath' (frozen)> = os.path

/tests/test_outputs.py:24: AssertionError
__________________________ test_analysis_log_content ___________________________

    def test_analysis_log_content():
>       with open(LOG_FILE) as f:
             ^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence_analysis_log.txt'

/tests/test_outputs.py:28: FileNotFoundError
_______________________ test_report_has_section_headings _______________________

    def test_report_has_section_headings():
>       with open(REPORT_FILE) as f:
             ^^^^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence-report.md'

/tests/test_outputs.py:38: FileNotFoundError
______________________ test_report_has_commit_description ______________________

    def test_report_has_commit_description():
>       with open(REPORT_FILE) as f:
             ^^^^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence-report.md'

/tests/test_outputs.py:48: FileNotFoundError
__________________________ test_report_has_change_id ___________________________

    def test_report_has_change_id():
>       with open(REPORT_FILE) as f:
             ^^^^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence-report.md'

/tests/test_outputs.py:57: FileNotFoundError
_______________________ test_report_has_divergence_op_id _______________________

    def test_report_has_divergence_op_id():
>       with open(REPORT_FILE) as f:
             ^^^^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence-report.md'

/tests/test_outputs.py:68: FileNotFoundError
_____________________ test_report_has_first_develop_commit _____________________

    def test_report_has_first_develop_commit():
>       with open(REPORT_FILE) as f:
             ^^^^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence-report.md'

/tests/test_outputs.py:79: FileNotFoundError
______________________ test_report_has_first_main_commit _______________________

    def test_report_has_first_main_commit():
>       with open(REPORT_FILE) as f:
             ^^^^^^^^^^^^^^^^^
E       FileNotFoundError: [Errno 2] No such file or directory: '/home/user/divergence-report.md'

/tests/test_outputs.py:87: FileNotFoundError
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ../tests/test_outputs.py::test_common_ancestor_is_correct
FAILED ../tests/test_outputs.py::test_divergence_report_exists - AssertionErr...
FAILED ../tests/test_outputs.py::test_analysis_log_exists - AssertionError: A...
FAILED ../tests/test_outputs.py::test_analysis_log_content - FileNotFoundErro...
FAILED ../tests/test_outputs.py::test_report_has_section_headings - FileNotFo...
FAILED ../tests/test_outputs.py::test_report_has_commit_description - FileNot...
FAILED ../tests/test_outputs.py::test_report_has_change_id - FileNotFoundErro...
FAILED ../tests/test_outputs.py::test_report_has_divergence_op_id - FileNotFo...
FAILED ../tests/test_outputs.py::test_report_has_first_develop_commit - FileN...
FAILED ../tests/test_outputs.py::test_report_has_first_main_commit - FileNotF...
========================= 9 failed, 1 passed in 0.06s ==========================