Failed

logicmoo.pfc.test.sanity_base.BWD_01A.logicmoo.pfc.test.sanity_base.BWD_01A@Test_0005_Line_0000__bc_q_1_in_user: user:(mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\\+clause(bc_q(Q4),true)) (from logicmoo.pfc.test.sanity_base.logicmoo.pfc.test.sanity_base.BWD_01A)

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

Error Message

failure = "failure=info((why_was_true(user:(\\+ (mpred_retract((bc_q(_53258)<-bc_p(_53258))),\\+clause(bc_q(_53280),true)))),nop(ftrace(user:(mpred_retract((bc_q(_53258)<-bc_p(_53258))),\\+clause(bc_q(_53280),true))))))\nno_proof_for(\\+ (mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\\+clause(bc_q(Q4),true))).\n\n:- dynamic (<-)/2.\n:- multifile (<-)/2.\n:- public (<-)/2.\n:- module_transparent (<-)/2.\n\nbc_q(A)<-bc_p(A).\n\nno_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).\n\nno_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).\n\nno_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).\n\n:- dynamic (<-)/2.\n:- multifile (<-)/2.\n:- public (<-)/2.\n:- module_transparent (<-)/2.\n\nbc_q(A)<-bc_p(A).\n\nno_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).\n\nno_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).\n\nno_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).\n\n\x1B\[31m%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\x1B\[0msmart_format(\"%%%%%%%%%%%%%%%%%%%%%%%%%%% (~w) ~w %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\\n\",[red,failure])\nno_proof_for(\\+ (mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\\+clause(bc_q(Q4),true))).\n\nno_proof_for(\\+ (mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\\+clause(bc_q(Q4),true))).\n\n". failure = []. 

Standard Error

name=Test_0005_Line_0000__bc_q_1_in_user
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.BWD_01A'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'bwd_01a.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 "['bwd_01a.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/bwd_01a.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']])
%~ 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)


:- dynamic(bc_q/1).
/*~
~*/

:- dynamic(bc_p/1).

/*~
~*/

bc_p(a).

/*~
~*/

:- ain((bc_q(N) <gt;- bc_p(N))).
/*~
~*/

:- listing(bc_q/1).

/*~
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/bwd_01a.pfc:22
%~ skipped( listing( bc_q/1))
~*/

bc_p(b).
/*~
~*/

:- listing(bc_p/1).

/*~
%~ skipped( listing( bc_p/1))
~*/


:- mpred_test(call_u(bc_p(b))).

%= nothing cached
/*~
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/bwd_01a.pfc:28
%~ ?-( mpred_test("Test_0001_Line_0000__B_in_user",user:call_u(bc_p(b)))).
passed=info(why_was_true(user:call_u(bc_p(b))))
no_proof_for(call_u(bc_p(b))).

no_proof_for(call_u(bc_p(b))).

no_proof_for(call_u(bc_p(b))).

name='logicmoo.pfc.test.sanity_base.BWD_01A-Test_0001_Line_0000__B_in_user'.
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.BWD_01A'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'bwd_01a.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_BWD_01A_Test_0001_Line_0000_B_in_user-junit.xml
~*/

%= nothing cached
:- listing(bc_q/1).
/*~
%~ skipped( listing( bc_q/1))
~*/

:- mpred_test(\+ clause(bc_q(_),true)).

/*~
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/bwd_01a.pfc:32
%~ ?-( mpred_test("Test_0002_Line_0000__naf_bc_q_1_in_user",user:(\+clause(bc_q(Q),true)))).
passed=info(why_was_true(user:(\+clause(bc_q(_41208),true))))
no_proof_for(\+clause(bc_q(Q1),true)).

no_proof_for(\+clause(bc_q(Q1),true)).

no_proof_for(\+clause(bc_q(Q1),true)).

name='logicmoo.pfc.test.sanity_base.BWD_01A-Test_0002_Line_0000__naf_bc_q_1_in_user'.
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.BWD_01A'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'bwd_01a.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_BWD_01A_Test_0002_Line_0000_naf_bc_q_1_in_user-junit.xml
~*/


:- mpred_test(((bc_q(b)))).

%= something cached

/*~
%~ ?-( mpred_test("Test_0003_Line_0000__B_in_user",user:bc_q(b))).
failure=info((why_was_true(user:(\+bc_q(b))),nop(ftrace(user:bc_q(b)))))
no_proof_for(\+bc_q(b)).

no_proof_for(\+bc_q(b)).

no_proof_for(\+bc_q(b)).

name='logicmoo.pfc.test.sanity_base.BWD_01A-Test_0003_Line_0000__B_in_user'.
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.BWD_01A'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'bwd_01a.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_BWD_01A_Test_0003_Line_0000_B_in_user-junit.xml
~*/

%= something cached

:- listing(bc_q/1).

/*~
%~ skipped( listing( bc_q/1))
~*/

:- mpred_test( clause(bc_q(_),true)).

% Are we cleaning up backchains?
/*~
%~ ?-( mpred_test("Test_0004_Line_0000__bc_q_1_in_user",user:clause(bc_q(Q),true))).
failure=info((why_was_true(user:(\+clause(bc_q(_442),true))),nop(ftrace(user:clause(bc_q(_442),true)))))
no_proof_for(\+clause(bc_q(Q1),true)).

no_proof_for(\+clause(bc_q(Q1),true)).

no_proof_for(\+clause(bc_q(Q1),true)).

name='logicmoo.pfc.test.sanity_base.BWD_01A-Test_0004_Line_0000__bc_q_1_in_user'.
JUNIT_CLASSNAME='logicmoo.pfc.test.sanity_base.BWD_01A'.
JUNIT_CMD='timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif -t "[\'bwd_01a.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_BWD_01A_Test_0004_Line_0000_bc_q_1_in_user-junit.xml
~*/


% Are we cleaning up backchains?
:- xlisting(bc_q/1).

/*~
%~ skipped(messy_on_output,xlisting(bc_q/1))
~*/

:- mpred_test(((mpred_retract(((bc_q(N) <gt;- bc_p(N))))),\+ clause(bc_q(_),true))).

/*~
%~ ?-( mpred_test( "Test_0005_Line_0000__bc_q_1_in_user",
%~       user : mpred_retract((bc_q(N)<gt;-bc_p(N))),\+clause(bc_q(Q),true))).
:- dynamic (<gt;-)/2.
:- multifile (<gt;-)/2.
:- public (<gt;-)/2.
:- module_transparent (<gt;-)/2.

bc_q(A)<gt;-bc_p(A).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

%~ debugm(baseKB,show_success(baseKB,baseKB:mpred_blast((bc_q(_53258)<gt;-bc_p(_53258)))))
:- dynamic (<gt;-)/2.
:- multifile (<gt;-)/2.
:- public (<gt;-)/2.
:- module_transparent (<gt;-)/2.

bc_q(A)<gt;-bc_p(A).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

31m%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0m%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/bwd_01a.pfc:47
%~ make_dynamic_here(baseKB,mpred_warnings(true))
%~ FIlE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/bwd_01a.pfc#L47 
31msmart_format("%%%%%%%%%%%%%%%%%%%%%%%%%%% (~w) ~w %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n",[red,failure])
39m
%~ debugm(baseKB,show_success(baseKB,baseKB:mpred_blast((bc_q(_53258)<gt;-bc_p(_53258)))))
%~ FILE: * https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/edit/master/packs_sys/pfc/t/sanity_base/bwd_01a.pfc#L47 
failure=info((why_was_true(user:(\+ (mpred_retract((bc_q(_53258)<gt;-bc_p(_53258))),\+clause(bc_q(_53280),true)))),nop(ftrace(user:(mpred_retract((bc_q(_53258)<gt;-bc_p(_53258))),\+clause(bc_q(_53280),true))))))
no_proof_for(\+ (mpred_retract((bc_q(P_Q2)<gt;-bc_p(P_Q2))),\+clause(bc_q(Q4),true))).

:- dynamic (<gt;-)/2.
:- multifile (<gt;-)/2.
:- public (<gt;-)/2.
:- module_transparent (<gt;-)/2.

bc_q(A)<gt;-bc_p(A).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

:- dynamic (<gt;-)/2.
:- multifile (<gt;-)/2.
:- public (<gt;-)/2.
:- module_transparent (<gt;-)/2.

bc_q(A)<gt;-bc_p(A).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<gt;-bc_p(P_Q2))).

31m%%%%%%%%%%%%%%%%%%%
goal=user:(mpred_retract((bc_q(_118418)<-bc_p(_118418))),\+clause(bc_q(_118436),true)).
time=2.023380994796753.
failure=failure=info((why_was_true(user:(\+ (mpred_retract((bc_q(_53258)<-bc_p(_53258))),\+clause(bc_q(_53280),true)))),nop(ftrace(user:(mpred_retract((bc_q(_53258)<-bc_p(_53258))),\+clause(bc_q(_53280),true))))))
no_proof_for(\+ (mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\+clause(bc_q(Q4),true))).

:- dynamic (<-)/2.
:- multifile (<-)/2.
:- public (<-)/2.
:- module_transparent (<-)/2.

bc_q(A)<-bc_p(A).

no_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).

:- dynamic (<-)/2.
:- multifile (<-)/2.
:- public (<-)/2.
:- module_transparent (<-)/2.

bc_q(A)<-bc_p(A).

no_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).

no_proof_for((bc_q(P_Q2)<-bc_p(P_Q2))).

31m%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0msmart_format("%%%%%%%%%%%%%%%%%%%%%%%%%%% (~w) ~w %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n",[red,failure])
no_proof_for(\+ (mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\+clause(bc_q(Q4),true))).

no_proof_for(\+ (mpred_retract((bc_q(P_Q2)<-bc_p(P_Q2))),\+clause(bc_q(Q4),true))).

result=failure.