squash_into_parent__q38m5qs

Status: Failed
Started: 3/19 18:19
Execution: 38.2s
Test: 12.7s
2026-03-19 10:31:32.669	DEBUG	native:1	Pochi	pochi v0.6.1
2026-03-19 10:31:32.674	DEBUG	native:7	PochiConfigManager	add workspace config: /root/.pochi/config.jsonc
2026-03-19 10:31:32.848	DEBUG	/$bunfs/pochi:503183	loadAgents	Loaded 5 custom agents (5 valid, 0 invalid)
2026-03-19 10:31:32.849	DEBUG	/$bunfs/pochi:503184	loadSkills	Loaded 2 skills (2 valid, 0 invalid)
2026-03-19 10:31:32.885	DEBUG	/$bunfs/pochi:439420	PochiVendor	JWT is expiring or missing, fetching a new one
2026-03-19 10:31:34.737	DEBUG	/$bunfs/pochi:415701	MCPHub	MCP servers configuration changed via signal:
2026-03-19 10:31:34.737	DEBUG	/$bunfs/pochi:415813	MCPHub	Build MCPHub Status
2026-03-19 10:31:34.859	DEBUG	/$bunfs/pochi:502609	TaskRunner	Starting TaskRunner...
2026-03-19 10:31:34.933	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 10:31:35.046	DEBUG	/$bunfs/pochi:496641	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 10:31:50.666	DEBUG	/$bunfs/pochi:454315	listFiles	handling listFile with dirPath /home/user/monorepo and recursive undefined
2026-03-19 10:31:50.702	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 10:31:57.335	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 10:31:59.624	DEBUG		generateTaskTitle	Generating task title, old: You are a platform engineer working in a `jj` (Jujutsu) repository at `/home/user/monorepo`., new:  Squash the fixup commit into its parent
2026-03-19 10:32:00.384	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
2026-03-19 10:32:02.502	DEBUG	/$bunfs/pochi:454339	listFiles	Listing workspace files from /root with maxItems 500
Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports 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 14ms
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.4.1, pluggy-1.6.0 -- /root/.cache/uv/archive-v0/jO9sv7H9x1OyWKKMSiqWM/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.10s ==========================