Advertisement
cooljeanius

dpkg test fail

May 11th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. /usr/bin/gnumake check-TESTS
  2. PASS: t-test
  3. PASS: t-macros
  4. PASS: t-string
  5. PASS: t-buffer
  6. PASS: t-path
  7. PASS: t-progname
  8. PASS: t-subproc
  9. PASS: t-command
  10. PASS: t-varbuf
  11. PASS: t-ar
  12. PASS: t-deb-version
  13. PASS: t-arch
  14. PASS: t-version
  15. PASS: t-pkginfo
  16. PASS: t-pkg-list
  17. PASS: t-pkg-queue
  18. PASS: t-trigger
  19. PASS: t-mod-db
  20. ===================
  21. All 18 tests passed
  22. ===================
  23. gnumake[2]: Nothing to be done for `check-am'.
  24. Making check in dpkg-deb
  25. gnumake[1]: Nothing to be done for `check'.
  26. Making check in dpkg-split
  27. gnumake[1]: Nothing to be done for `check'.
  28. Making check in src
  29. /usr/bin/gnumake check-local
  30. /opt/local/bin/gmkdir -p t.tmp
  31. PATH="../src:../scripts:../utils:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin" \
  32. LC_ALL=C \
  33. \
  34. srcdir=. builddir=. \
  35. PERL5LIB=../scripts PERL_DL_NONLAZY=1 \
  36. PERL5OPT= \
  37. /opt/local/bin/perl5 -I../scripts \
  38. -MExtUtils::Command::MM -e "test_harness(0, '.')" \
  39. ./t/100_dpkg_divert.t
  40. rm: t.tmp/950_dpkg_divert/testdir/nadir: Permission denied
  41. rm: t.tmp/950_dpkg_divert/testdir: Directory not empty
  42. rm: t.tmp/950_dpkg_divert: Directory not empty
  43.  
  44. # Failed test '/opt/local/var/macports/build/_opt_local_var_macports_sources_LocalPorts_sysutils_dpkg/dpkg/work/dpkg-1.16.10/src/t.tmp/950_dpkg_divert/testdir/foo stderr'
  45. # at ./t/100_dpkg_divert.t line 105.
  46. # 'dpkg-divert: error: unable to create new file '/opt/local/var/macports/build/_opt_local_var_macports_sources_LocalPorts_sysutils_dpkg/dpkg/work/dpkg-1.16.10/src/t.tmp/950_dpkg_divert/admindir/diversions-new': Permission denied
  47. # '
  48. # doesn't match '(?-xism:(write|flush|close).*new)'
  49. # Looks like you failed 1 test of 257.
  50. ./t/100_dpkg_divert.t ..
  51. Dubious, test returned 1 (wstat 256, 0x100)
  52. Failed 1/257 subtests
  53.  
  54. Test Summary Report
  55. -------------------
  56. ./t/100_dpkg_divert.t (Wstat: 256 Tests: 257 Failed: 1)
  57. Failed test: 255
  58. Non-zero exit status: 1
  59. Files=1, Tests=257, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.56 cusr 0.57 csys = 1.19 CPU)
  60. Result: FAIL
  61. Failed 1/1 test programs. 1/257 subtests failed.
  62. gnumake[2]: *** [check-local] Error 1
  63. gnumake[1]: *** [check-am] Error 2
  64. gnumake: *** [check-recursive] Error 1
  65. Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_LocalPorts_sysutils_dpkg/dpkg/work/dpkg-1.16.10" && /usr/bin/gnumake check
  66. Exit code: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement