total: 35, pass: 31, fail: 4
add 2 endpoints to ragit-server
`archive/{archive-key}` and `archive-list`
elapsed time: 48,585 ms
elapsed time: 94,362 ms
elapsed time: 11,544 ms
elapsed time: 470,289 ms
elapsed time: 67,863 ms
elapsed time: 11,645 ms
elapsed time: 86,264 ms
elapsed time: 144,141 ms
Command '['cargo', 'run', '--release', '--', 'build']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/many_chunks.py", line 41, in many_chunks
cargo_run(["build"], timeout=5.0)
File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 65, in cargo_run
result = subprocess.run(args, **kwargs)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', 'build']' returned non-zero exit status 1.
elapsed time: 43,788 ms
elapsed time: 232,279 ms
elapsed time: 7,470 ms
elapsed time: 73,822 ms
elapsed time: 33,915 ms
elapsed time: 7,767 ms
elapsed time: 14,409 ms
elapsed time: 7,634 ms
elapsed time: 21,863 ms
elapsed time: 26,155 ms
elapsed time: 47,513 ms
elapsed time: 87,448 ms
elapsed time: 72,814 ms
elapsed time: 107,248 ms
elapsed time: 11,824 ms
elapsed time: 59,431 ms
elapsed time: 98,681 ms
elapsed time: 5,439 ms
elapsed time: 6,605 ms
elapsed time: 13,051 ms
elapsed time: 13,915 ms
elapsed time: 7,424 ms
elapsed time: 19,375 ms
elapsed time: 2,177 ms
Command '['cargo', 'run', '--release', '--', '--model', 'llama3.2-11b-groq', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 337, in <lambda>
("ragit_api llama3.2-11b-groq", lambda: ragit_api(test_model="llama3.2-11b-groq")),
File "/Users/baehyunsol/Documents/Rust/ragit/tests/ragit_api.py", line 11, in ragit_api
subprocess.run(["cargo", "run", "--release", '--', '--model', test_model, '--input', 'hello_world.pdl'], check=True)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', '--model', 'llama3.2-11b-groq', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
elapsed time: 388 ms
Command '['cargo', 'run', '--release', '--', '--model', 'command-r', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 338, in <lambda>
("ragit_api command-r", lambda: ragit_api(test_model="command-r")),
File "/Users/baehyunsol/Documents/Rust/ragit/tests/ragit_api.py", line 11, in ragit_api
subprocess.run(["cargo", "run", "--release", '--', '--model', test_model, '--input', 'hello_world.pdl'], check=True)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', '--model', 'command-r', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
elapsed time: 5,396 ms
Command '['cargo', 'run', '--release', '--', '--model', 'phi-4-14b-ollama', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
Traceback (most recent call last):
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 368, in <module>
test()
File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 339, in <lambda>
("ragit_api phi-4-14b-ollama", lambda: ragit_api(test_model="phi-4-14b-ollama")),
File "/Users/baehyunsol/Documents/Rust/ragit/tests/ragit_api.py", line 11, in ragit_api
subprocess.run(["cargo", "run", "--release", '--', '--model', test_model, '--input', 'hello_world.pdl'], check=True)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'run', '--release', '--', '--model', 'phi-4-14b-ollama', '--input', 'hello_world.pdl']' returned non-zero exit status 101.
elapsed time: 73,767 ms