logicmoo_workspace icon indicating copy to clipboard operation
logicmoo_workspace copied to clipboard

logicmoo.pfc.test.sanity_base.NLDM320_FWD JUnit

Open TeamSPoon opened this issue 4 years ago • 0 comments
trafficstars

(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 "['nldm320_fwd.pl']")

% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl % JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/NLDM320_FWD/ % ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ANLDM320_FWD % ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/360

%~ init_phase(after_load)
%~ init_phase(restore_state)
%
%~ init_why(after_boot,program)
%~ after_boot.
%~ Dont forget to ?- logicmoo_i_cyc_xform.
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl:37 
%~ skipped(messy_on_output,cls)


adj=10

%~ message_hook_type(warning)
%~ message_hook(
%~    goal_failed( directive,
%~      user : ( predicate_property(tc(Tc,Tc3),number_of_clauses(CC)) ,
%~               write_ln( tc=CC))),
%~    warning,
%~    [ 'Goal (~w) failed: ~p' - [ directive,
%~                                 user : ( predicate_property(tc(Tc,Tc3),number_of_clauses(CC)) ,
%~                                          write_ln( tc=CC))]])
%~ source_location('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl',48)
Goal (directive) failed: user:(predicate_property(tc(_490,_494),number_of_clauses(_498)),write_ln(tc=_498))
Warning: /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl:48:
Warning:    Goal (directive) failed: user:(predicate_property(tc(_490,_494),number_of_clauses(_498)),write_ln(tc=_498))
% 85 inferences, 0.000 CPU in 0.000 seconds (99% CPU, 2470930 Lips)
%~ message_hook_type(error)
%~ message_hook(
%~    error(existence_error(procedure,tc/2),context('$bags':findall_loop/4,Context_Kw)),
%~    error,
%~    [ '~q/~w: '-[findall_loop,4],
%~      'Unknown procedure: ~q' - [ tc/2]])
%~ source_location('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl',52)
findall_loop/4: Unknown procedure: tc/2
ERROR: /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl:52:
ERROR:    findall_loop/4: Unknown procedure: tc/2
%~ message_hook_type(warning)
%~ message_hook(
%~    goal_failed( directive,
%~      user : ( time( findall(Tc,tc(_X,_Y),L))  ,
%~               ! ,
%~               length(L,N) ,
%~               write_ln( length_was(N)))),
%~    warning,
%~    [ 'Goal (~w) failed: ~p' - [ directive,
%~                                 user : ( time( findall(Tc,tc(_X,_Y),L))  ,
%~                                          ! ,
%~                                          length(L,N) ,
%~                                          write_ln( length_was(N)))]])
%~ source_location('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl',52)
Goal (directive) failed: user:(time(findall(_524,tc(_526,_528),_530)),!,length(_530,_544),write_ln(length_was(_544)))
Warning: /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm320_fwd.pl:52:
Warning:    Goal (directive) failed: user:(time(findall(_524,tc(_526,_528),_530)),!,length(_530,_544),write_ln(length_was(_544)))


time_was(0.02637983899999985)

% halt

totalTime=1.000

FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k nldm320_fwd.pl (returned 0) Add_LABELS='' Rem_LABELS='Skipped,Skipped,Errors,Warnings,Overtime,Skipped,Skipped'

TeamSPoon avatar Sep 18 '21 22:09 TeamSPoon