-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test failed #19
Comments
here is the full log: [2019-11-17 01:23:55:930] [DEBUG] Cannot create unknown request "loadpy"
4/6 Test #4: PyEvalUTest ...................... Passed 0.25 sec guile> guile> guile> In ShellUTest::testMessaging: guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< guile> <<< 67% tests passed, 2 tests failed out of 6 Total Test time (real) = 182.90 sec The following tests FAILED: |
OK, multiple comments:
and go from there. The python modules in the cogserver only wrap that subset of python to talk to the cogserver, and to talk to the agents; you really will not need or want these parts. Just basic AtomSpace stuff is easier, simpler. The cogserver is great once you have some big cpu-hungry processing pipeline in place, and you need to monitor the status of the system. For that its great. Well, of course, monitoring cpu-hungry pipelines is like "watching paint dry" or like staring at your laundry machine ... but that's a different problem. |
After building cogserver, I try to write python code with
import opencog.cogserver
but failed with missing module named "cogserver", then I try runningmake test
under thebuild
folder ofcogserver
, then I get this:Listening on port 17333
.
Failed 1 and Skipped 0 of 5 tests
Success rate: 80%
67% tests passed, 2 tests failed out of 6
Total Test time (real) = 182.90 sec
The following tests FAILED:
3 - PythonModuleUTest (SEGFAULT)
6 - ShellUTest (Failed)
Errors while running CTest
CMakeFiles/test.dir/build.make:57: recipe for target 'CMakeFiles/test' failed
make[3]: *** [CMakeFiles/test] Error 8
CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/test.dir/all' failed
make[2]: *** [CMakeFiles/test.dir/all] Error 2
CMakeFiles/Makefile2:106: recipe for target 'CMakeFiles/test.dir/rule' failed
make[1]: *** [CMakeFiles/test.dir/rule] Error 2
Makefile:197: recipe for target 'test' failed
make: *** [test] Error 2
during the test session:
[2019-11-17 01:23:55:930] [DEBUG] Cannot create unknown request "loadpy"
In PythonModuleUTest::testLoadExceptionAgent:
/home/scrooge/cogserver/build/tests/cython/../../../tests/cython/PythonModuleUTest.cxxtest:78: Error: Assertion failed: loadpyRequest != __null
4/6 Test #4: PyEvalUTest ...................... Passed 0.25 sec
Start 5: CythonServer
5/6 Test #5: CythonServer ..................... Passed 1.25 sec
Start 6: ShellUTest
6/6 Test #6: ShellUTest .......................***Failed 179.50 sec
Running cxxtest tests (5 tests)opencog> Entering scheme shell; use ^D or a single . on a line by itself to exit.
The text was updated successfully, but these errors were encountered: