It would be best if you opened a github issue to report this. That is, go to https://github.com/opencog/atomspace/issues an click "new issue".
I am guessing that the VectorAPIUTest failure is the same as this one: https://github.com/opencog/atomspace/issues/1903 -- you haven't configured SQL, and therefore, this test should not run. But it does. Ooops. No clue about the test-runnier thing. --linas On Sun, Dec 2, 2018 at 11:10 PM Nick LaForge <[email protected]> wrote: > 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 > > -- > You received this message because you are subscribed to the Google Groups > "opencog" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/opencog. > To view this discussion on the web visit > https://groups.google.com/d/msgid/opencog/b831e44c-7d07-4928-baa1-1f39e9624f48%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/b831e44c-7d07-4928-baa1-1f39e9624f48%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- cassette tapes - analog TV - film cameras - you -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA34tOGk0%2BVtZwGt5KJ44pPGqSJBsfDBBrjvbaew0Gzj6ZA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
