Advertisement
hakonhagland

Testing installing Proc::Daemon with cpanm: log file v2

Jul 28th, 2015
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. cpanm (App::cpanminus) 1.7030 on perl 5.020001 built for x86_64-linux-gnu-thread-multi
  2. Work directory is /home/hakon/.cpanm/work/1438076826.1565
  3. You have make /usr/bin/make
  4. You have LWP 6.08
  5. You have /bin/tar: tar (GNU tar) 1.27.1
  6. Copyright (C) 2013 Free Software Foundation, Inc.
  7. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  8. This is free software: you are free to change and redistribute it.
  9. There is NO WARRANTY, to the extent permitted by law.
  10.  
  11. Written by John Gilmore and Jay Fenlason.
  12. You have /usr/bin/unzip
  13. Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.04)
  14. Checking if you have ExtUtils::Install 1.46 ... Yes (1.67)
  15. Cloning git@github.com:akreal/Proc-Daemon.git
  16. Cloning into '/tmp/oYhOZK8Mm1'...
  17. Switched to a new branch 'diag'
  18. Branch diag set up to track remote branch diag from origin.
  19. -> OK
  20. --> Working on git@github.com:akreal/Proc-Daemon.git@diag
  21. Entering /tmp/oYhOZK8Mm1
  22. Configuring /tmp/oYhOZK8Mm1
  23. Running Makefile.PL
  24. Generating a Unix-style Makefile
  25. Writing Makefile for Proc::Daemon
  26. Writing MYMETA.yml and MYMETA.json
  27. -> OK
  28. Checking dependencies from MYMETA.json ...
  29. Checking if you have POSIX 0 ... Yes (1.38_03)
  30. Checking if you have Proc::ProcessTable 0 ... Yes (0.51)
  31. Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
  32. Building and testing Proc-Daemon-0.20
  33. cp lib/Proc/Daemon.pm blib/lib/Proc/Daemon.pm
  34. cp lib/Proc/Daemon.pod blib/lib/Proc/Daemon.pod
  35. Manifying 1 pod document
  36. PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  37. t/01_loadmodule.t .. ok
  38. # Proc::ProcessTable is installed and did find the right PID for 'perl /tmp/oYhOZK8Mm1/t/kid.pl': 1653
  39. t/02_testmodule.t .. ok
  40. Use of uninitialized value in bitwise and (&) at t/03_taintmode.t line 12.
  41.  
  42. # Failed test ''kid.pl' daemon is still running'
  43. # at /tmp/oYhOZK8Mm1/t/02_testmodule.t line 112.
  44. # 0 != 1668
  45. Insecure directory in $ENV{PATH} while running with -T switch at /tmp/oYhOZK8Mm1/t/02_testmodule.t line 114.
  46. Compilation failed in require at t/03_taintmode.t line 22.
  47. # Looks like you planned 19 tests but ran 15.
  48. # Looks like you failed 1 test of 15 run.
  49. # Looks like your test exited with 3 just after 15.
  50. t/03_taintmode.t ...
  51. Dubious, test returned 3 (wstat 768, 0x300)
  52. Failed 5/19 subtests
  53.  
  54. Test Summary Report
  55. -------------------
  56. t/03_taintmode.t (Wstat: 768 Tests: 15 Failed: 1)
  57. Failed test: 15
  58. Non-zero exit status: 3
  59. Parse errors: Bad plan. You planned 19 tests but ran 15.
  60. Files=3, Tests=35, 6 wallclock secs ( 0.02 usr 0.01 sys + 0.17 cusr 0.06 csys = 0.26 CPU)
  61. Result: FAIL
  62. Failed 1/3 test programs. 1/35 subtests failed.
  63. Makefile:841: recipe for target 'test_dynamic' failed
  64. make: *** [test_dynamic] Error 3
  65. -> FAIL Testing git@github.com:akreal/Proc-Daemon.git@diag failed. See /home/hakon/.cpanm/work/1438076826.1565/build.log for details. Retry with --force to force install it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement