Mike, 

The tests which fail are very dependent on the precise packages installed. 
I started to address the unicode issues ( at a deb package level) and broke 
the 1404 builds. 
I made the mistake of not putting the docker config files in a repo, so I'm 
going to have to grok the log files
to find the root cause. (fortunately, the logs are in a repo)  I'd 
eventually like to get debian/ubuntu packages 
out of this process. 

/ed @ cen.ai 

On Thursday, January 18, 2018 at 4:29:05 PM UTC-5, linas wrote:
>
> 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] 
> <javascript:>> 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 
>>>>
>>>> -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> 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/7836ee5c-ab52-4dd5-9d4b-d4004f3cfd03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to