Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2023
68
0
97 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. t/XSLT.t ....................................
  2. 1..9
  3. ok 1 - use C4::XSLT;
  4. ok 2 - Found test/en
  5. ok 3 - Found test/es-ES
  6. ok 4 - Found test/en
  7. ok 5 - Found test/es-ES
  8. ok 6 - Fell back to test/en for test/fr-FR
  9. ok 7 - Fell back to prog/es-ES for nope/es-ES
  10. ok 8 - Fell back to prog/en for nope/fr-FR
  11. ok 9 - singleBranchMode has a value of 0
  12. ok
  13.  
  14. Test Summary Report
  15. -------------------
  16. t/Auth.t (Wstat: 512 Tests: 1 Failed: 0)
  17. Non-zero exit status: 2
  18. Parse errors: Bad plan. You planned 12 tests but ran 1.
  19. t/AuthoritiesMarc_MARC21.t (Wstat: 65280 Tests: 5 Failed: 1)
  20. Failed test: 5
  21. Non-zero exit status: 255
  22. t/Labels.t (Wstat: 512 Tests: 10 Failed: 0)
  23. Non-zero exit status: 2
  24. Parse errors: Bad plan. You planned 11 tests but ran 10.
  25. t/Labels_split_lccn.t (Wstat: 512 Tests: 3 Failed: 0)
  26. Non-zero exit status: 2
  27. Parse errors: Bad plan. You planned 69 tests but ran 3.
  28. t/Output.t (Wstat: 65280 Tests: 7 Failed: 0)
  29. Non-zero exit status: 255
  30. Parse errors: Bad plan. You planned 8 tests but ran 7.
  31. t/Search.t (Wstat: 65280 Tests: 4 Failed: 1)
  32. Failed test: 4
  33. Non-zero exit status: 255
  34. Files=88, Tests=2032, 157 wallclock secs ( 0.55 usr 0.12 sys + 108.08 cusr 14.39 csys = 123.14 CPU)
  35. Result: FAIL
  36. Failed 6/88 test programs. 2/2032 subtests failed.
  37. make[1]: *** [Makefile:11382: test_dynamic] Error 255
  38. make[1]: Leaving directory '/build/koha-22.11.x'
  39. dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
  40. make: *** [debian/rules:9: build] Error 2
  41. dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
  42. E: Failed autobuilding of package
  43. I: unmounting dev/ptmx filesystem
  44. I: unmounting dev/pts filesystem
  45. I: unmounting dev/shm filesystem
  46. I: unmounting proc filesystem
  47. I: unmounting sys filesystem
  48. I: cleaning the build env
  49. I: removing directory /var/cache/pbuilder/build/17551 and its subdirectories
  50. Command 'pdebuild -- --use-network yes --basetgz /var/cache/pbuilder/base.tgz --buildresult /debs' returns an error (256)
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement