Home Explore Blog CI



ca1d9b482-mac

result.json

total: 50, pass: 45, fail: 5

update docs

TOC

  1. ignore  
  2. recover  
  3. clone  
  4. clone2  
  5. server  
  6. cli  
  7. archive  
  8. ls  
  9. meta  
  10. symlink  
  11. ii  
  12. images  
  13. subdir  
  14. tfidf  
  15. merge  
  16. migrate  
  17. config  

Cases

cargo_tests
 

elapsed time: 378,318 ms

history

add_and_rm
 

elapsed time: 120,516 ms

history

add_and_rm2
 

elapsed time: 41,735 ms

history

ignore
 

elapsed time: 13,114 ms

history

recover
 

elapsed time: 11,332 ms

history

clone
 

elapsed time: 3,184 ms

Error

Command '['cargo', 'run', '--release', '--', 'push', '--remote=http://127.0.0.1/test-user/repo1']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 538, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/clone.py", line 53, in clone
    cargo_run(["push", "--remote=http://127.0.0.1/test-user/repo1"])
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 66, 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', '--', 'push', '--remote=http://127.0.0.1/test-user/repo1']' returned non-zero exit status 1.

history

clone2
 

elapsed time: 7,909 ms

history

server
 

elapsed time: 308,578 ms

Error

Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--prompts', '--remote=http://127.0.0.1/test-user/sample-empty/']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 538, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/server.py", line 61, in server
    cargo_run(["push", "--configs", "--prompts", f"--remote=http://127.0.0.1/test-user/{repo}/"])
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 66, 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', '--', 'push', '--configs', '--prompts', '--remote=http://127.0.0.1/test-user/sample-empty/']' returned non-zero exit status 1.

history

cli
 

elapsed time: 22,607 ms

history

archive
 

elapsed time: 428,233 ms

history

many_chunks
 

elapsed time: 634,335 ms

history

many_jobs
 

elapsed time: 55,290 ms

history

ls
 

elapsed time: 337,041 ms

history

meta
 

elapsed time: 6,787 ms

history

symlink
 

elapsed time: 9,373 ms

history

ii
 

elapsed time: 120,107 ms

Error

tfidf result on term 'search gpg annot select correspond' is not close enough. error: `approximation[2] not in answer`, answer: ['3e0d93ece16c10490435c08b7b755db9a57e53b818a9e62c0000000100000fa3', 'c5719c769542cb0cde49558784948082703f2da9618c29d80000000100000fb3', '6d1b2eeef26e5ce9672e62a7ca43412c66b86ad0e48d27620000000100000fa0', '606389435f969a017ad1cf63a7a30eba0d1a08c743efea9f0000000100000318', 'f386d96798aad5baf548b6985b367932bdc89483b756b515000000010000081f', 'c66345d5ab119b4cf05a6899472b54a4fd0041ee2b83b9f80000000100000fa2', 'bf8735875031f53ccd50e48e6674d9ac64c90f68bb0c7edb0000000100000fa0', '509b4b369f9f9729365a6947ce43335209d934562feeb7220000000100000fa2', '82ad9747a31109a3ef965e4168a0968cb56a448390416e290000000100000bf5', 'b632241f25a98c9320097079669e1acd10afd534e67ec2600000000100000fa2'], approximation: ['3e0d93ece16c10490435c08b7b755db9a57e53b818a9e62c0000000100000fa3', 'b632241f25a98c9320097079669e1acd10afd534e67ec2600000000100000fa2', '90a25e1efdafffab6369490140eecabb90ab0649108feeff0000000100000cd4', 'bf8735875031f53ccd50e48e6674d9ac64c90f68bb0c7edb0000000100000fa0', '5cdbfe828a4a84a4129bda3cc32bb8376914275561fa6a1a0000000100000da8', 'c5719c769542cb0cde49558784948082703f2da9618c29d80000000100000fb3', '0833e100c47da17ca6a2d202310483ed3c08f75ec2cfbf4a0000000100000c67', '1ff3d753fa4b857385f748c5d02a7371332241a8579211f9000000010000075c', '6f305111c4ab2bb2243ce34889afb4f72dff498303da56890000000100000c1e', '6d1b2eeef26e5ce9672e62a7ca43412c66b86ad0e48d27620000000100000fa0']
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/ii.py", line 103, in ii_worker
    raise AssertionError(f"approximation[{i}] not in answer")
AssertionError: approximation[2] not in answer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 538, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/ii.py", line 49, in ii
    ii_worker()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/ii.py", line 116, in ii_worker
    raise AssertionError(f"tfidf result on term '{term}' is not close enough. error: `{e}`, answer: {answer}, approximation: {approximation}")
AssertionError: tfidf result on term 'search gpg annot select correspond' is not close enough. error: `approximation[2] not in answer`, answer: ['3e0d93ece16c10490435c08b7b755db9a57e53b818a9e62c0000000100000fa3', 'c5719c769542cb0cde49558784948082703f2da9618c29d80000000100000fb3', '6d1b2eeef26e5ce9672e62a7ca43412c66b86ad0e48d27620000000100000fa0', '606389435f969a017ad1cf63a7a30eba0d1a08c743efea9f0000000100000318', 'f386d96798aad5baf548b6985b367932bdc89483b756b515000000010000081f', 'c66345d5ab119b4cf05a6899472b54a4fd0041ee2b83b9f80000000100000fa2', 'bf8735875031f53ccd50e48e6674d9ac64c90f68bb0c7edb0000000100000fa0', '509b4b369f9f9729365a6947ce43335209d934562feeb7220000000100000fa2', '82ad9747a31109a3ef965e4168a0968cb56a448390416e290000000100000bf5', 'b632241f25a98c9320097079669e1acd10afd534e67ec2600000000100000fa2'], approximation: ['3e0d93ece16c10490435c08b7b755db9a57e53b818a9e62c0000000100000fa3', 'b632241f25a98c9320097079669e1acd10afd534e67ec2600000000100000fa2', '90a25e1efdafffab6369490140eecabb90ab0649108feeff0000000100000cd4', 'bf8735875031f53ccd50e48e6674d9ac64c90f68bb0c7edb0000000100000fa0', '5cdbfe828a4a84a4129bda3cc32bb8376914275561fa6a1a0000000100000da8', 'c5719c769542cb0cde49558784948082703f2da9618c29d80000000100000fb3', '0833e100c47da17ca6a2d202310483ed3c08f75ec2cfbf4a0000000100000c67', '1ff3d753fa4b857385f748c5d02a7371332241a8579211f9000000010000075c', '6f305111c4ab2bb2243ce34889afb4f72dff498303da56890000000100000c1e', '6d1b2eeef26e5ce9672e62a7ca43412c66b86ad0e48d27620000000100000fa0']

history

cat_file
 

elapsed time: 31,131 ms

history

images
 

elapsed time: 8,178 ms

history

markdown_reader
 

elapsed time: 12,982 ms

history

csv_reader
 

elapsed time: 6,889 ms

history

subdir
 

elapsed time: 25,222 ms

history

tfidf
 

elapsed time: 28,066 ms

history

merge
 

elapsed time: 47,177 ms

history

external_bases
 

elapsed time: 102,464 ms

history

end_to_end dummy
 

elapsed time: 73,379 ms

history

end_to_end llama3.3-70b
 

elapsed time: 101,245 ms

history

audit llama3.3-70b
 

elapsed time: 16,158 ms

history

logs llama3.3-70b
 

elapsed time: 10,236 ms

history

prompts dummy
 

elapsed time: 10,853 ms

history

prompts gpt-4o-mini
 

elapsed time: 57,734 ms

history

prompts claude-3.5-sonnet
 

elapsed time: 72,590 ms

history

empty dummy
 

elapsed time: 15,625 ms

history

empty llama3.3-70b
 

elapsed time: 15,275 ms

history

server2 dummy
 

elapsed time: 306,366 ms

Error

Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--remote=http://127.0.0.1/test-user/sample1']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 538, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 489, in <lambda>
    ("server2 dummy", lambda: server2(test_model="dummy")),
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/server2.py", line 33, in server2
    cargo_run(["push", "--configs", "--remote=http://127.0.0.1/test-user/sample1"])
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 66, 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', '--', 'push', '--configs', '--remote=http://127.0.0.1/test-user/sample1']' returned non-zero exit status 1.

history

server2 llama3.3-70b
 

elapsed time: 305,665 ms

Error

Command '['cargo', 'run', '--release', '--', 'push', '--configs', '--remote=http://127.0.0.1/test-user/sample1']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 538, in <module>
    test()
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/tests.py", line 490, in <lambda>
    ("server2 llama3.3-70b", lambda: server2(test_model="llama3.3-70b")),
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/server2.py", line 33, in server2
    cargo_run(["push", "--configs", "--remote=http://127.0.0.1/test-user/sample1"])
  File "/Users/baehyunsol/Documents/Rust/ragit/tests/utils.py", line 66, 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', '--', 'push', '--configs', '--remote=http://127.0.0.1/test-user/sample1']' returned non-zero exit status 1.

history

images2 gpt-4o-mini
 

elapsed time: 14,931 ms

history

images3 gpt-4o-mini
 

elapsed time: 13,779 ms

history

web_images gpt-4o-mini
 

elapsed time: 55,475 ms

history

images2 claude-3.5-sonnet
 

elapsed time: 15,657 ms

history

extract_keywords dummy
 

elapsed time: 3,089 ms

history

extract_keywords gpt-4o-mini
 

elapsed time: 16,614 ms

history

orphan_process llama3.3-70b
 

elapsed time: 118,552 ms

history

write_lock llama3.3-70b
 

elapsed time: 79,964 ms

history

ragit_api command-r
 

elapsed time: 5,607 ms

history

query_options llama3.3-70b
 

elapsed time: 11,781 ms

history

models_init
 

elapsed time: 899 ms

history

test_home_config_override
 

elapsed time: 429 ms

history

migrate
 

elapsed time: 231,074 ms

history

migrate2
 

elapsed time: 68,250 ms

history

config
 

elapsed time: 37,340 ms

history


<< 90d1f221f-mac
51578f8d5-mac >>