squash_into_parent__nafQp9y

Status: Failed
Started: 3/19 15:20
Execution: 1m 2.6s
Test: 11.7s
2026-03-19 07:22:55.649	DEBUG	native:1	Pochi	pochi v0.6.0
2026-03-19 07:22:55.654	DEBUG	native:7	PochiConfigManager	add workspace config: /root/.pochi/config.jsonc
2026-03-19 07:22:55.835	DEBUG	/$bunfs/pochi:503027	loadAgents	Loaded 4 custom agents (4 valid, 0 invalid)
2026-03-19 07:22:55.836	DEBUG	/$bunfs/pochi:503028	loadSkills	Loaded 2 skills (2 valid, 0 invalid)
2026-03-19 07:22:55.921	DEBUG	/$bunfs/pochi:439288	PochiVendor	JWT is expiring or missing, fetching a new one
2026-03-19 07:22:57.534	DEBUG	/$bunfs/pochi:415701	MCPHub	MCP servers configuration changed via signal:
2026-03-19 07:22:57.534	DEBUG	/$bunfs/pochi:415813	MCPHub	Build MCPHub Status
2026-03-19 07:22:57.659	DEBUG	/$bunfs/pochi:502453	TaskRunner	Starting TaskRunner...
2026-03-19 07:22:57.723	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:22:57.837	DEBUG	/$bunfs/pochi:496495	generateTaskTitle	Generating task title, old: null, new: You are a platform engineer working in a `jj` (Jujutsu) repository at `/home/user/monorepo`.
2026-03-19 07:23:08.404	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:09.737	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:11.764	DEBUG	/$bunfs/pochi:496495	generateTaskTitle	Generating task title, old: You are a platform engineer working in a `jj` (Jujutsu) repository at `/home/user/monorepo`., new: Squash WIP fixup commit into parent commit with updated description in jj repository
2026-03-19 07:23:12.436	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:15.498	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:20.421	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:21.363	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:24.459	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:27.237	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:27.524	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:32.161	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:33.381	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:39.253	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:41.129	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:44.178	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
2026-03-19 07:23:47.748	DEBUG	/$bunfs/pochi:454195	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 07:23:53.141	WARN		GitStatus	readGitStatus timed out after 12000ms, returning undefined
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.81.0-1ubuntu1.23).
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
downloading uv 0.9.5 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 cpython-3.12.12-linux-x86_64-gnu (download) (31.1MiB)
 Downloading cpython-3.12.12-linux-x86_64-gnu (download)
Downloading pygments (1.2MiB)
 Downloading pygments
Installed 5 packages in 15ms
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.4.1, pluggy-1.6.0 -- /root/.cache/uv/archive-v0/mc-znA37Kc-h9A9hm9yax/bin/python
cachedir: .pytest_cache
rootdir: /tests
collecting ... collected 6 items

../../tests/test_final_state.py::test_exactly_two_commits_above_root PASSED [ 16%]
../../tests/test_final_state.py::test_combined_commit_description FAILED [ 33%]
../../tests/test_final_state.py::test_fixup_commit_gone PASSED           [ 50%]
../../tests/test_final_state.py::test_makefile_has_errors_only PASSED    [ 66%]
../../tests/test_final_state.py::test_log_file_exists PASSED             [ 83%]
../../tests/test_final_state.py::test_base_commit_still_present PASSED   [100%]

=================================== FAILURES ===================================
_______________________ test_combined_commit_description _______________________

    def test_combined_commit_description():
        result = run_jj(["log", "--no-graph", "-r", "@", "-T", "description"])
        assert result.returncode == 0, f"jj log failed: {result.stderr}"
>       assert "build: add lint target with error-only flag" in result.stdout, (
            f"Expected 'build: add lint target with error-only flag', got: {result.stdout.strip()}"
        )
E       AssertionError: Expected 'build: add lint target with error-only flag', got: 
E       assert 'build: add lint target with error-only flag' in ''
E        +  where '' = CompletedProcess(args=['jj', 'log', '--no-graph', '-r', '@', '-T', 'description'], returncode=0, stdout='', stderr='').stdout

/tests/test_final_state.py:22: AssertionError
=========================== short test summary info ============================
FAILED ../../tests/test_final_state.py::test_combined_commit_description - As...
========================= 1 failed, 5 passed in 0.09s ==========================