Failed

logicmoo.pfc.test.sanity_base.SV_IN_ARG_01E.logicmoo.pfc.test.sanity_base.SV_IN_ARG_01E@Test_0003_Line_0000__naf_someSV_testing_2_in_user: user:(\\+someSV_testing(a,b,2)) (from logicmoo.pfc.test.sanity_base.logicmoo.pfc.test.sanity_base.SV_IN_ARG_01E)

Failing for the past 1 build (Since #9 )
Took 0 ms.
Failed with 0 retries

Run 1:

Error Message

failure = "failure=info((why_was_true(user:someSV_testing(a,b,2)),nop(ftrace(user:(\\+someSV_testing(a,b,2))))))\nno_proof_for(someSV_testing(a,b,2)).\n\nno_proof_for(someSV_testing(a,b,2)).\n\nno_proof_for(someSV_testing(a,b,2)).\n\n". failure = []. 

Standard Error

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


% :- flag_call(runtime_debug=true).

:- dynamic(someSV_testing/3).

/*~
~*/

someSV_testing(a,b,1).
/*~
~*/

someSV_testing(a,b,2).
/*~
~*/

someSV_testing(a,c,3).

/*~
~*/

:- mpred_trace_exec.

/*~
~*/

arity(someSV_testing,3).

/*~
~*/

:- cls.

/*~
%~ skipped(messy_on_output,cls)
~*/

:- listing(someSV_testing/3).

/*~
%~ skipped( listing( someSV_testing/3))
~*/

singleValuedInArg(someSV_testing,3).

%:- rtrace.
/*~
~*/

%:- rtrace.
someSV_testing(a,c,4).

/*~
~*/

:- listing(someSV_testing/3).
/*~
%~ skipped( listing( someSV_testing/3))
~*/

:- sanity(someSV_testing(a,c,4)).
/*~
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/sv_in_arg_01e.pfc:59
%~ ?-( mpred_test("Test_0001_Line_0000__someSV_testing_4_in_user",user:someSV_testing(a,c,4))).
passed=info(why_was_true(user:someSV_testing(a,c,4)))
no_proof_for(someSV_testing(a,c,4)).

no_proof_for(someSV_testing(a,c,4)).

no_proof_for(someSV_testing(a,c,4)).

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

:- sanity( someSV_testing(a,b,1)).
/*~
%~ ?-( mpred_test("Test_0002_Line_0000__someSV_testing_1_in_user",user:someSV_testing(a,b,1))).
failure=info((why_was_true(user:(\+someSV_testing(a,b,1))),nop(ftrace(user:someSV_testing(a,b,1)))))
no_proof_for(\+someSV_testing(a,b,1)).

no_proof_for(\+someSV_testing(a,b,1)).

no_proof_for(\+someSV_testing(a,b,1)).

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

:- sanity( \+ someSV_testing(a,b,2)).
%:- mpred_notrace_exec.


% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/511
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edi
goal=user:(\+someSV_testing(a,b,2)).
time=0.0003681182861328125.
failure=failure=info((why_was_true(user:someSV_testing(a,b,2)),nop(ftrace(user:(\+someSV_testing(a,b,2))))))
no_proof_for(someSV_testing(a,b,2)).

no_proof_for(someSV_testing(a,b,2)).

no_proof_for(someSV_testing(a,b,2)).

result=failure.