Failed

logicmoo.pfc.test.sanity_base.MDEFAULT_01.logicmoo.pfc.test.sanity_base.MDEFAULT_01@Test_0005_Line_0000__naf_IChilly_in_user: user:(\\+tSwim(iChilly)) (from logicmoo.pfc.test.sanity_base.logicmoo.pfc.test.sanity_base.MDEFAULT_01)

Failing for the past 1 build (Since #9 )
Took 1 ms.

Error Message

failure = "failure=info((why_was_true(user:tSwim(iChilly)),nop(ftrace(user:(\\+tSwim(iChilly))))))\nno_proof_for(tSwim(iChilly)).\n\nno_proof_for(tSwim(iChilly)).\n\nno_proof_for(tSwim(iChilly)).\n\n". failure = []. 

Standard Error

name=Test_0005_Line_0000__naf_IChilly_in_user
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.MDEFAULT_01'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'mdefault_01.pfc\']"'.
 (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "['mdefault_01.pfc']")

```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
%~ init_why(after_boot,program)
%~ after_boot.
%~ Dont forget to ?- logicmoo_i_cyc_xform.
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/mdefault_01.pfc'),
%~ /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:96
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
%~ message_hook(
%~    error( permission_error(redefine,module,logicmoo_test),
%~      context(module/2,'Already loaded from /root/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test.pl')),
%~    error,
%~    [ '~q/~w: '-[module,2],
%~      'No permission to ~w ~w `~p\''-[redefine,module,logicmoo_test],
%~      ' (~w)'-['Already loaded from /root/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test.pl']])
%~ /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:98
%~ source_location('/var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl',98)
module/2: No permission to redefine module `logicmoo_test' (Already loaded from /root/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test.pl)
ERROR: /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:98:
ERROR:    module/2: No permission to redefine module `logicmoo_test' (Already loaded from /root/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test.pl)

functorDeclares(tFish).
/*~
~*/

functorDeclares(tSwim).

/*~
~*/

:- dmsg("tweety and chilly are fish.").
/*~
%~ tweety and chilly are fish.
~*/

tFish(iTweety).
/*~
~*/

tFish(iChilly).

/*~
~*/

:- dmsg("fish swim by default.").
/*~
%~ fish swim by default.
~*/

mdefault(( tFish(X) ==> tSwim(X))).

/*~
~*/

/*
:- header_sane:listing(nt/3).
:- header_sane:listing(tSwim/1).
:- header_sane:listing(pt/2).
:- header_sane:listing(mdefault/1).
:- header_sane:listing(spft/3).
*/

:- dmsg("make sure *both* can swim (this exposes a potential bug in monadic predicates)").
/*~
%~ make sure *both* can swim (this exposes a potential bug in monadic predicates)
~*/

:- mpred_test((tSwim(iTweety))).
/*~
%~ ?-( mpred_test("Test_0001_Line_0000__ITweety_in_user",user:tSwim(iTweety))).
passed=info(why_was_true(user:tSwim(iTweety)))
no_proof_for(tSwim(iTweety)).

no_proof_for(tSwim(iTweety)).

no_proof_for(tSwim(iTweety)).

name='logicmoo.pfc.test.sanity_base.MDEFAULT_01-Test_0001_Line_0000__ITweety_in_user'.
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.MDEFAULT_01'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'mdefault_01.pfc\']"'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-2-1--grep-2-i-WARN-ERROR-_file-00-fail-pass--Units-Logicmoo_pfc_test_sanity_base_MDEFAULT_01_Test_0001_Line_0000_ITweety_in_user-junit.xml
~*/

:- mpred_test((tSwim(iChilly))).

/*~
%~ ?-( mpred_test("Test_0002_Line_0000__IChilly_in_user",user:tSwim(iChilly))).
passed=info(why_was_true(user:tSwim(iChilly)))
no_proof_for(tSwim(iChilly)).

no_proof_for(tSwim(iChilly)).

no_proof_for(tSwim(iChilly)).

name='logicmoo.pfc.test.sanity_base.MDEFAULT_01-Test_0002_Line_0000__IChilly_in_user'.
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.MDEFAULT_01'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'mdefault_01.pfc\']"'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-2-1--grep-2-i-WARN-ERROR-_file-00-fail-pass--Units-Logicmoo_pfc_test_sanity_base_MDEFAULT_01_Test_0002_Line_0000_IChilly_in_user-junit.xml
~*/

~tSwim(iChilly).

/*~
~*/

:- cls.
/*~
%~ skipped(messy_on_output,cls)
~*/

:- mpred_trace_exec.
/*~
~*/

~mdefault(tSwim(iTweety)).

/*~
%~ /var/lib/jenkins/workspace/logicmoo_workspa
goal=user:(\+tSwim(iChilly)).
time=0.0005340576171875.
failure=failure=info((why_was_true(user:tSwim(iChilly)),nop(ftrace(user:(\+tSwim(iChilly))))))
no_proof_for(tSwim(iChilly)).

no_proof_for(tSwim(iChilly)).

no_proof_for(tSwim(iChilly)).

result=failure.