Hello,
I have recently built atomspace for the first time, on Void Linux. However, the following unit tests are failing:
56:SCMOpenogTestRunnerPass
58:VectorAPIUTest
I've attached LastTest.log, as well as CMakeCache.txt for reference. I am running Guile 2.2.4.
The first test failure is quite strange:
no code for module (opencog test-runner)
On the other hand, SCMOpenogTestRunnerFail is almost identical, but passes.
The second failure, VectorAPIUTest, fails with:
58/121 Test: VectorAPIUTest
Command: "/home/nick/atomspace/build/tests/matrix/VectorAPIUTest"
Directory: /home/nick/atomspace/build/tests/matrix
"VectorAPIUTest"
start time: Dec 02 20:12 PST
Output:
----------------------------------------------------------
Running cxxtest tests (6 tests)
In VectorAPIUTest::test_basic:
/home/nick/atomspace/build/tests/matrix/../../../tests/matrix/VectorAPIUTest.cxxtest:118: Error: Test failed: Caught scm error during eval
/home/nick/atomspace/build/tests/matrix/../../../tests/matrix/VectorAPIUTest.cxxtest:118: Error: Assertion failed: (false == eval->eval_error())
[...]
The CPU is pretty old (about a decade), but that shouldn't matter. Here is the output of "cat /proc/cpuinfo" (first 11 processors omitted):
processor : 11
vendor_id : AuthenticAMD
cpu family : 16
model : 8
model name : Six-Core AMD Opteron(tm) Processor 8431
stepping : 0
microcode : 0x10000da
cpu MHz : 2412.354
cache size : 512 KB
physical id : 1
siblings : 6
core id : 5
cpu cores : 6
apicid : 13
initial apicid : 13
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save pausefilter
bugs : tlb_mmatch apic_c1e fxsave_leak sysret_ss_attrs null_seg amd_e400 spectre_v1 spectre_v2
bogomips : 4826.13
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits
virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
Thank you for reading!
Best,
Nick