total: 1, pass: 0, fail: 1
write_lock run `write_lock` test
It reproduces gh issue #8.
https://github.com/baehyunsol/ragit/issues/8
tested at: 2025-11-20T10:25:32.672961Z (47 days ago)
elapsed time: 181,313 ms
Command '['cargo', 'run', '--release', '--no-default-features', '--', 'check']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/ubuntu/Documents/ragit/tests/tests.py", line 835, in <module>
test()
File "/home/ubuntu/Documents/ragit/tests/tests.py", line 793, in <lambda>
("write_lock gpt-oss-20b-groq", lambda: write_lock(test_model="gpt-oss-20b-groq")),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/Documents/ragit/tests/write_lock.py", line 96, in write_lock
cargo_run(["check"])
File "/home/ubuntu/Documents/ragit/tests/utils.py", line 82, in cargo_run
result = subprocess.run(args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--no-default-features', '--', 'check']' returned non-zero exit status 1.