PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2019-04-20T02:00:22 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Fri, 19 Apr 2019 05:29:03 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/D/DM/DMUEY/App-Task-0.02.tar.gz ok App-Task-0.02/ App-Task-0.02/Build.PL App-Task-0.02/Changes App-Task-0.02/MANIFEST App-Task-0.02/t/ App-Task-0.02/README App-Task-0.02/META.yml App-Task-0.02/lib/ App-Task-0.02/Makefile.PL App-Task-0.02/META.json App-Task-0.02/lib/App/ App-Task-0.02/lib/App/Task.pm App-Task-0.02/t/pod.t App-Task-0.02/t/03.task-arrayref.t App-Task-0.02/t/pkg-changes.t App-Task-0.02/t/pod-spelling.t App-Task-0.02/t/perlcritic.t App-Task-0.02/t/02.task-string.t App-Task-0.02/t/pkg-readme.t App-Task-0.02/t/pod-version.t App-Task-0.02/t/01.task-code.t App-Task-0.02/t/pod-encoding.t App-Task-0.02/t/pod-coverage.t App-Task-0.02/t/perltidy.t App-Task-0.02/t/00.load.t Configuring D/DM/DMUEY/App-Task-0.02.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Warning: prerequisite IPC::Open3::Utils 0 not found. Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for App::Task Writing MYMETA.yml and MYMETA.json DMUEY/App-Task-0.02.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for D/DM/DMUEY/App-Task-0.02.tar.gz ---- Unsatisfied dependencies detected during ---- ---- DMUEY/App-Task-0.02.tar.gz ---- IPC::Open3::Utils [requires] Running test for module 'IPC::Open3::Utils' Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/D/DM/DMUEY/IPC-Open3-Utils-0.91.tar.gz ok IPC-Open3-Utils-0.91/ IPC-Open3-Utils-0.91/Build.PL IPC-Open3-Utils-0.91/Changes IPC-Open3-Utils-0.91/MANIFEST IPC-Open3-Utils-0.91/META.json IPC-Open3-Utils-0.91/META.yml IPC-Open3-Utils-0.91/Makefile.PL IPC-Open3-Utils-0.91/README IPC-Open3-Utils-0.91/lib/ IPC-Open3-Utils-0.91/t/ IPC-Open3-Utils-0.91/t/00.load.t IPC-Open3-Utils-0.91/t/01.execfail.t IPC-Open3-Utils-0.91/t/02.pre_read_print_to_stdin.t IPC-Open3-Utils-0.91/t/03.timeout.t IPC-Open3-Utils-0.91/t/04.timeout_hires.t IPC-Open3-Utils-0.91/t/non-executable IPC-Open3-Utils-0.91/t/perlcritic.t IPC-Open3-Utils-0.91/t/pod-coverage.t IPC-Open3-Utils-0.91/t/pod.t IPC-Open3-Utils-0.91/lib/IPC/ IPC-Open3-Utils-0.91/lib/IPC/Open3/ IPC-Open3-Utils-0.91/lib/IPC/Open3/Utils.pm Configuring D/DM/DMUEY/IPC-Open3-Utils-0.91.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for IPC::Open3::Utils Writing MYMETA.yml and MYMETA.json DMUEY/IPC-Open3-Utils-0.91.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for D/DM/DMUEY/IPC-Open3-Utils-0.91.tar.gz >>> make cp lib/IPC/Open3/Utils.pm blib/lib/IPC/Open3/Utils.pm Manifying 1 pod document DMUEY/IPC-Open3-Utils-0.91.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing IPC::Open3::Utils 0.91 t/00.load.t ..................... 1..67 ok 1 - use IPC::Open3::Utils; #!/Users/fly2400/ap2400-300558/bin/perl-dynamic ok 2 # skip Test::Output && Test::Trap are both broken ok 3 # skip Test::Output && Test::Trap are both broken ok 4 # skip Test::Output && Test::Trap are both broken ok 5 # skip Test::Output && Test::Trap are both broken ok 6 - returns true when handler returns true ok 7 - handler key used ok 8 - short circuit scalar ref set to true stops while() ok 9 - $is_stderr is false when we are on STDOUT ok 10 - close_stdin being true results in stdin being closed ok 11 - returns false when handler returns false ok 12 - short circuit scalar ref set to false does not stop while() ok 13 - close_stdin being false results in stdin being open ok 14 - $is_stderr is true when we are on STDERR ok 15 - stdin handle operable ok 16 - pre test variable sanity check ok 17 - rc is failed on exit 1 ok 18 - pre test variable sanity check w/ ref ok 19 - rc is failed on exit 1 w/ ref ok 20 - open3_error returns false non-ref populated ok 21 - open3_error non-ref populated ok 22 - open3_error returns false ref populated ok 23 - open3_error ref populated ok 24 - put_cmd_in exit one returns false ok 25 - one output arg array ref ok 26 - one output arg scalar ref ok 27 - two output arg array ref - stdout ok 28 - two output arg array ref - stderr ok 29 - two output arg scalar ref - stdout ok 30 - two output arg scalar ref - stderr ok 31 - ignore_handle unknown - stdout ok 32 - ignore_handle unknown - stderr ok 33 - ignore_handle stderr - stdout ok 34 - ignore_handle stderr - stderr ok 35 - ignore_handle stdout - stdout ok 36 - ignore_handle stdout - stderr ok 37 - two output arg, one undef - stdout ok 38 - two output arg, one undef - stderr ok 39 - child_error_ok true $? ok 40 - child_error_ok false $? ok 41 - child_error_ok false 2 $? ok 42 - child_error_failed_to_execute true $? ok 43 - child_error_failed_to_execute false $? ok 44 - child_error_seg_faulted true $? ok 45 - child_error_seg_faulted false $? ok 46 - child_error_core_dumped true $? ok 47 - child_error_core_dumped false $? ok 48 - child_error_exit_signal diff $? ok 49 - child_error_exit_signal same $? ok 50 - child_error_exit_value 1 $? ok 51 - child_error_exit_value 0 $? ok 52 - child_error_ok true ARG ok 53 - child_error_ok false ARG ok 54 - child_error_ok false 2 ARG ok 55 - child_error_failed_to_execute true ARG ok 56 - child_error_failed_to_execute false ARG ok 57 - child_error_seg_faulted true ARG ok 58 - child_error_seg_faulted false ARG ok 59 - child_error_core_dumped true ARG ok 60 - child_error_core_dumped false ARG ok 61 - child_error_exit_signal diff ARG ok 62 - child_error_exit_signal same ARG ok 63 - child_error_exit_value 1 ARG ok 64 - child_error_exit_value 0 ARG ok 65 - sanity check that cmd by itself returns true ok 66 - handler dies returns false ok 67 - handler dies sets $@ ok # Failed test 'non executable file child_error ARG as string gets $? set' # at t/01.execfail.t line 42. # Failed test 'non existant file child_error ARG as string gets $? set' # at t/01.execfail.t line 42. # Failed test 'possible PATH or shell cmd child_error ARG as string gets $? set' # at t/01.execfail.t line 42. # Looks like you failed 3 tests of 21. t/01.execfail.t ................. 1..21 ok 1 - non executable file nonexistant command gets failure RC ok 2 - non executable file nonexistant command gets failure RC w/ open3_error ok 3 - non executable file nonexistant command gets open3_error set ok 4 - non executable file pre test variable sanity check ok 5 - non executable file rc is failed on non existant command w/ child_error not ok 6 - non executable file child_error ARG as string gets $? set ok 7 - non executable file child_error ARG as string gets $! set: 13 ok 8 - non existant file nonexistant command gets failure RC ok 9 - non existant file nonexistant command gets failure RC w/ open3_error ok 10 - non existant file nonexistant command gets open3_error set ok 11 - non existant file pre test variable sanity check ok 12 - non existant file rc is failed on non existant command w/ child_error not ok 13 - non existant file child_error ARG as string gets $? set ok 14 - non existant file child_error ARG as string gets $! set: 2 ok 15 - possible PATH or shell cmd nonexistant command gets failure RC ok 16 - possible PATH or shell cmd nonexistant command gets failure RC w/ open3_error ok 17 - possible PATH or shell cmd nonexistant command gets open3_error set ok 18 - possible PATH or shell cmd pre test variable sanity check ok 19 - possible PATH or shell cmd rc is failed on non existant command w/ child_error not ok 20 - possible PATH or shell cmd child_error ARG as string gets $? set ok 21 - possible PATH or shell cmd child_error ARG as string gets $! set: 2 Dubious, test returned 3 (wstat 768, 0x300) Failed 3/21 subtests # Testing for exit-before-write-to-stdin race condition t/02.pre_read_print_to_stdin.t .. 1..8 ok 1 - pre_read_print_to_stdin as string properly handled ok 2 - pre_read_print_to_stdin as array ref of strings properly handled ok 3 - pre_read_print_to_stdin as code ref that returns array of strings properly handled ok 4 - pre_read_print_to_stdin properly handles command that immediately exits (i.e. before the print) ok 5 - pre_read_print_to_stdin properly handles command that immediately exits (i.e. before the print) close_stdin true ok 6 - pre_read_print_to_stdin properly handles command that exits before read is done(i.e. before the print) ok 7 - pre_read_print_to_stdin properly handles command that exits before read is done (i.e. before the print) close_stdin true ok 8 - start read after proc exit ok # Testing IPC::Open3::Utils 0.91 # Time::HiRes not loaded mode # Whole second tests # Floating second tests # Microsecond tests t/03.timeout.t .................. 1..103 ok 1 - use IPC::Open3::Utils; ok 2 - does not time out returns true ok 3 - original_alarm attr ok 4 - timeout attr ok 5 - timeout_is_microseconds attr ok 6 - Time::Hires attr ok 7 - Time::Hires::ualarm attr ok 8 - Time::Hires::alarm attr ok 9 - time out returns false ok 10 - time out sets $@ to "Alarm clock" ok 11 - $! set appropriately on time out ok 12 - original_alarm attr ok 13 - timeout attr ok 14 - timeout_is_microseconds attr ok 15 - Time::Hires attr ok 16 - Time::Hires::ualarm attr ok 17 - Time::Hires::alarm attr ok 18 - does not time out returns true ok 19 - existing alarm preserved ok 20 - original_alarm attr ok 21 - timeout attr ok 22 - timeout_is_microseconds attr ok 23 - Time::Hires attr ok 24 - Time::Hires::ualarm attr ok 25 - Time::Hires::alarm attr ok 26 - time out returns false ok 27 - time out sets $@ to "Alarm clock" ok 28 - $! set appropriately on time out ok 29 - existing alarm preserved ok 30 - original_alarm attr ok 31 - timeout attr ok 32 - timeout_is_microseconds attr ok 33 - Time::Hires attr ok 34 - Time::Hires::ualarm attr ok 35 - Time::Hires::alarm attr ok 36 - does not time out returns true ok 37 - original_alarm attr ok 38 - timeout attr ok 39 - timeout_is_microseconds attr ok 40 - Time::Hires attr ok 41 - Time::Hires::ualarm attr ok 42 - Time::Hires::alarm attr ok 43 - time out returns false ok 44 - time out sets $@ to "Alarm clock" ok 45 - $! set appropriately on time out ok 46 - original_alarm attr ok 47 - timeout attr ok 48 - timeout_is_microseconds attr ok 49 - Time::Hires attr ok 50 - Time::Hires::ualarm attr ok 51 - Time::Hires::alarm attr ok 52 - does not time out returns true ok 53 - existing alarm preserved ok 54 - original_alarm attr ok 55 - timeout attr ok 56 - timeout_is_microseconds attr ok 57 - Time::Hires attr ok 58 - Time::Hires::ualarm attr ok 59 - Time::Hires::alarm attr ok 60 - time out returns false ok 61 - time out sets $@ to "Alarm clock" ok 62 - $! set appropriately on time out ok 63 - existing alarm preserved ok 64 - original_alarm attr ok 65 - timeout attr ok 66 - timeout_is_microseconds attr ok 67 - Time::Hires attr ok 68 - Time::Hires::ualarm attr ok 69 - Time::Hires::alarm attr ok 70 - does not time out returns true ok 71 - original_alarm attr ok 72 - timeout attr ok 73 - timeout_is_microseconds attr ok 74 - Time::Hires attr ok 75 - Time::Hires::ualarm attr ok 76 - Time::Hires::alarm attr ok 77 - time out returns false ok 78 - time out sets $@ to "Alarm clock" ok 79 - $! set appropriately on time out ok 80 - original_alarm attr ok 81 - timeout attr ok 82 - timeout_is_microseconds attr ok 83 - Time::Hires attr ok 84 - Time::Hires::ualarm attr ok 85 - Time::Hires::alarm attr ok 86 - does not time out returns true ok 87 - existing alarm preserved ok 88 - original_alarm attr ok 89 - timeout attr ok 90 - timeout_is_microseconds attr ok 91 - Time::Hires attr ok 92 - Time::Hires::ualarm attr ok 93 - Time::Hires::alarm attr ok 94 - time out returns false ok 95 - time out sets $@ to "Alarm clock" ok 96 - $! set appropriately on time out ok 97 - existing alarm preserved ok 98 - original_alarm attr ok 99 - timeout attr ok 100 - timeout_is_microseconds attr ok 101 - Time::Hires attr ok 102 - Time::Hires::ualarm attr ok 103 - Time::Hires::alarm attr ok # testing for rt57663 condition t/04.timeout_hires.t ............ skipped: Time::HiRes rt57663 condition detected Having more than one /x regexp modifier is deprecated at /Users/fly2400/cpanfly-5.24/var/megalib/Perl/Critic/Policy/ValuesAndExpressions/RequireInterpolationOfMetachars.pm line 110. t/perlcritic.t .................. skipped: $ENV{'do_perl_critic_tests'} must be true to run these 'development only' tests t/pod-coverage.t ................ 1..1 ok 1 - Pod coverage on IPC::Open3::Utils ok t/pod.t ......................... 1..1 ok 1 - POD test for blib/lib/IPC/Open3/Utils.pm ok Test Summary Report ------------------- t/01.execfail.t (Wstat: 768 Tests: 21 Failed: 3) Failed tests: 6, 13, 20 Non-zero exit status: 3 Files=8, Tests=201, 31 wallclock secs ( 0.05 usr 0.01 sys + 1.57 cusr 0.57 csys = 2.20 CPU) Result: FAIL Failed 1/8 test programs. 3/201 subtests failed. make: *** [test_dynamic] Error 255 DMUEY/IPC-Open3-Utils-0.91.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DMUEY/IPC-Open3-Utils-0.91.tar.gz DMUEY/App-Task-0.02.tar.gz Has already been unwrapped into directory /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm DMUEY/App-Task-0.02.tar.gz Has already been prepared Running make for D/DM/DMUEY/App-Task-0.02.tar.gz Warning: Prerequisite 'IPC::Open3::Utils => 0' for 'DMUEY/App-Task-0.02.tar.gz' failed when processing 'DMUEY/IPC-Open3-Utils-0.91.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. >>> make cp lib/App/Task.pm blib/lib/App/Task.pm Manifying 1 pod document DMUEY/App-Task-0.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use App::Task;' # at t/00.load.t line 4. # Tried to use 'App::Task'. # Error: Can't locate IPC/Open3/Utils.pm in @INC (you may need to install the IPC::Open3::Utils module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. # BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. # Compilation failed in require at t/00.load.t line 4. # BEGIN failed--compilation aborted at t/00.load.t line 4. # Testing App::Task # Failed test 'export task()' # at t/00.load.t line 9. # Looks like you failed 2 tests of 2. t/00.load.t ........... 1..2 not ok 1 - use App::Task; not ok 2 - export task() Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Can't locate IPC/Open3/Utils.pm in @INC (you may need to install the IPC::Open3::Utils module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. Compilation failed in require at t/01.task-code.t line 8. BEGIN failed--compilation aborted at t/01.task-code.t line 8. # Looks like your test exited with 2 before it could output anything. t/01.task-code.t ...... 1..3 Dubious, test returned 2 (wstat 512, 0x200) Failed 3/3 subtests Can't locate IPC/Open3/Utils.pm in @INC (you may need to install the IPC::Open3::Utils module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. Compilation failed in require at t/02.task-string.t line 4. BEGIN failed--compilation aborted at t/02.task-string.t line 4. # Looks like your test exited with 2 before it could output anything. t/02.task-string.t .... 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests Can't locate IPC/Open3/Utils.pm in @INC (you may need to install the IPC::Open3::Utils module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/App-Task-0.02-tkSsRm/blib/lib/App/Task.pm line 8. Compilation failed in require at t/03.task-arrayref.t line 4. BEGIN failed--compilation aborted at t/03.task-arrayref.t line 4. # Looks like your test exited with 2 before it could output anything. t/03.task-arrayref.t .. 1..1 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests t/perlcritic.t ........ skipped: Critic tests are only run in RELEASE_TESTING mode. t/perltidy.t .......... skipped: PerlTidy tests are only run in RELEASE_TESTING mode. t/pkg-changes.t ....... skipped: pkg/Changes tests are only run in RELEASE_TESTING mode. t/pkg-readme.t ........ skipped: pkg/README tests are only run in RELEASE_TESTING mode. t/pod-coverage.t ...... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-encoding.t ...... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-spelling.t ...... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-version.t ....... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod.t ............... skipped: POD tests are only run in RELEASE_TESTING mode. Test Summary Report ------------------- t/00.load.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 t/01.task-code.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 3 tests but ran 0. t/02.task-string.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. t/03.task-arrayref.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 1 tests but ran 0. Files=13, Tests=2, 2 wallclock secs ( 0.04 usr 0.02 sys + 1.09 cusr 0.14 csys = 1.29 CPU) Result: FAIL Failed 4/13 test programs. 2/2 subtests failed. make: *** [test_dynamic] Error 255 DMUEY/App-Task-0.02.tar.gz one dependency not OK (IPC::Open3::Utils); additionally test harness failed make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DMUEY/App-Task-0.02.tar.gz Finished 2019-04-20T02:01:00