Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
176 stars 11 forks source link

Test failures on Ubuntu 24.04; what setup do I need? #316

Closed SamuelMarks closed 3 months ago

SamuelMarks commented 3 months ago

test result: FAILED. 35 passed; 403 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.63s

E.g.,

test api::local::entries::tests::test_file_metadata_shows_is_indexed ... FAILED test api::local::entries::tests::test_get_meta_entry_dir ... FAILED

Here are my full build logs: out.log

More hints:

error: linking with cc failed: exit status: 1

Here are my cargo test logs: cargo_test.log

System details:

$ lsb_release -rs
24.04
$ uname -a
Linux al 6.9.2-060902-generic #202405251535 SMP PREEMPT_DYNAMIC Sat May 25 16:39:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ grep -F 'MemTotal' '/proc/meminfo' | awk '{print $2 / 1024 / 1024 " GB"}'
30.5796 GB

Also running self-built LLVM and Clang @ https://github.com/llvm/llvm-project/commit/91423d7


EDIT: Closing as I found the GitHub Actions and can use that as my quick-start