Mike, in general, open bug reports. Also please try to get the iCog labs guys to fix them. For the CythonGuile crash, you can run the test by hand, like so:
cd to/where/atomspace/is export PYTHONPATH=./build/opencog/cython nosetests -vs tests/cython/guile Actually, before you do that, make sure you remove all the various *.pyc files, and the __pycache__ cache directories in tests/cython/guile and elsewhere. Python tends to compute caches, write them in random directories, forget that it created those caches, not regenerate them and then crazy-making. I assume this is fixed in python3... also make sure you did a `sudo make install` so that you are not picking up old, stale junk from /usrlocal .. that should be enough to make the test pass. --linas On Thu, Jan 18, 2018 at 1:03 PM, Michael Duncan <[email protected]> wrote: > > thanks, ed! i think i'm ahead of jenkins now but for 16.04 i'm getting > atomspace$ git branch -v > * master 9c1ad80 Revise python dictionary printing > .. > The following tests FAILED: > 118 - CythonGuile (SEGFAULT) > > and > opencog$ git branch -v > * master 9e89aa1 Merge pull request #2979 from ngeiswei/optimize-xpattern- > miner > ... > The following tests FAILED: > 2 - AtomSpacePublisherModuleUTest (OTHER_FAULT) > 6 - AtomOcTreeUTest (SEGFAULT) > 7 - TimeSpaceAtomUTest (SEGFAULT) > 8 - AnaphoraTest (Failed) > 12 - PLNRulesUTest (Failed) > 21 - RestApiTest (Failed) > > with cogutil and moses passing 100% > > On Tuesday, January 16, 2018 at 10:59:20 PM UTC-5, Ed Guy wrote: >> >> Michael, >> >> >> >> If you click on the module name, e.g., ‘OpenCOG_U1404_AtomSpace >> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1404_AtomSpace.log>’, >> it should bring you to the full log file. (except right now while a new >> build is running ) >> >> But to make it easier, I’ve added the last two dozen or so problems into >> the report page. >> >> >> >> *OpenCOG_U1604_AtomSpace* >> >> 41/111 Test #41: BasicSCMUTest ....................***Failed 0.17 sec >> >> 111/111 Test #111: CythonGuile ......................***Exception: >> SegFault 0.21 sec >> >> >> >> *OpenCOG_U1604_Opencog* >> >> 2/25 Test #2: AtomSpacePublisherModuleUTest ....***Exception: Other >> 5.14 sec >> >> 6/25 Test #6: AtomOcTreeUTest ..................***Exception: >> SegFault 0.07 sec >> >> 7/25 Test #7: TimeSpaceAtomUTest ...............***Exception: SegFault >> 0.07 sec >> >> 8/25 Test #8: AnaphoraTest .....................***Failed 1.22 sec >> >> 12/25 Test #12: OpenPsiRulesUTest ................***Failed 0.49 sec >> >> 14/25 Test #14: OpenPsiSCMUTest ..................***Failed 8.84 sec >> >> >> >> >> >> *Linas, * >> >> >> >> I’ll look at the UTF-8 config; perhaps a regional default is giving a >> different configuration. >> >> >> >> Regarding the 118 vs 111 tests. Yes, postgres was not installed. I’ll >> add it at next opportunity. >> >> >> >> >> >> >> >> >> >> I’ll be in Miami for the rest of the week – If anyone is at the BTC, drop >> me a line for a face-to-face. >> >> >> >> /ed >> >> [email protected] >> >> >> >> On Tuesday, January 16, 2018 at 8:49:57 AM UTC-5, Ed Guy wrote: >>> >>> >>> Team: >>> >>> What is the current expectation for passing test percentages on the >>> included unit tests? >>> >>> I'm getting these results on Ubuntu 14.04 (U1404) and Ubuntu 16.04 (U1604) >>> : >>> >>> >>> OpenCOG_U1404_AtomSpace >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1404_AtomSpace.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTFAIL.svg> 98% >>> tests passed, 2 tests failed out of 111 >>> >>> >>> >>> OpenCOG_U1404_CogUtil >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1404_CogUtil.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTPASS.svg> 100% >>> tests passed, 0 tests failed out of 12 >>> >>> >>> >>> OpenCOG_U1404__Core_Build >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1404__Core_Build.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/BUILDPASS.svg> >>> >>> >>> >>> >>> OpenCOG_U1404_Moses >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1404_Moses.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTPASS.svg> 100% >>> tests passed, 0 tests failed out of 35 >>> >>> >>> >>> OpenCOG_U1404_Opencog >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1404_Opencog.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTFAIL.svg> 76% >>> tests passed, 6 tests failed out of 25 >>> >>> >>> >>> OpenCOG_U1604_AtomSpace >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1604_AtomSpace.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTFAIL.svg> 98% >>> tests passed, 2 tests failed out of 111 >>> >>> >>> >>> OpenCOG_U1604_CogUtil >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1604_CogUtil.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTPASS.svg> 100% >>> tests passed, 0 tests failed out of 12 >>> >>> >>> >>> OpenCOG_U1604__Core_Build >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1604__Core_Build.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/BUILDPASS.svg> >>> >>> >>> >>> >>> OpenCOG_U1604_Moses >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1604_Moses.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTPASS.svg> 100% >>> tests passed, 0 tests failed out of 35 >>> >>> >>> >>> OpenCOG_U1604_Opencog >>> <https://github.com/edguy3/CenStatus/blob/master/jobs/OpenCOG_U1604_Opencog.log> >>> [image: >>> Status] >>> <https://github.com/edguy3/CenStatus/blob/master/images/TESTFAIL.svg> 72% >>> tests passed, 7 tests failed out of 25 >>> >>> >>> >>> >>> ( from https://github.com/edguy3/CenStatus ) >>> >>> >>> Thanks in advance, >>> >>> /ed >>> >>> >>> ===================== Edward T Guy, III, Ph.D. Cen.ai Chief Technology >>> Officer +1 908 400 0094 <(908)%20400-0094> >>> >>> -- > 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/aadddfd2-3ed7-45b1-bed0-5e512ea90275%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/aadddfd2-3ed7-45b1-bed0-5e512ea90275%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- *"The problem is not that artificial intelligence will get too smart and take over the world," computer scientist Pedro Domingos writes, "the problem is that it's too stupid and already has." * -- 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/CAHrUA36opAf%2B2ef3C1Vj9rV7rRF8UtEthWo8RO0JzEe%3DUV0yFg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
