Subject: | multiple installation test failures |
rob@nightshade Data-Serializer-0.58$ perl Makefile.PL
# running Build.PL
Checking prerequisites...
recommends:
* Bencode is not installed
* Convert::Bencode is not installed
* Convert::Bencode_XS is not installed
* Crypt::Blowfish is not installed
* Data::Denter is not installed
* Data::Taxi is not installed
* PHP::Serialization is not installed
* XML::Dumper is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the
versions
of the modules indicated above before proceeding with this installation
Run 'Build installdeps' to install missing prerequisites.
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Data-Serializer' version '0.58'
rob@nightshade Data-Serializer-0.58$ make test
/usr/bin/perl Build --makefile_env_macros 1 test
t/00-01-Signature.t ........... skipped: (no reason given)
t/00-02-Kwalitee.t ............ skipped: Test::Kwalitee not installed;
skipping
t/01-01-Data-Dumper.t ......... ok
t/01-02-Data-Denter.t ......... skipped: Data::Denter not installed
t/01-03-Storable.t ............ ok
t/01-04-FreezeThaw.t .......... ok
t/01-05-Config-General.t ...... ok
t/01-06-YAML.t ................ ok
t/01-07-XML-Dumper.t .......... skipped: XML::Dumper not installed
t/01-08-PHP-Serialization.t ... skipped: PHP::Serialization not
installed
t/01-09-XML-Simple.t .......... Wide character in print at
t/ExtUtils/TBone.pm line 442.
t/01-09-XML-Simple.t .......... Failed 2/11 subtests
t/01-10-Data-Taxi.t ........... skipped: Data::Taxi not installed
t/01-11-YAML-Syck.t ........... ok
t/01-12-JSON.t ................ ok
t/01-13-JSON-Syck.t ........... ok
t/01-14-Bencode.t ............. skipped: Bencode not installed
t/01-15-Convert-Bencode.t ..... skipped: Convert::Bencode not installed
t/01-16-Convert-Bencode_XS.t .. skipped: Convert::Bencode_XS not
installed
t/02-01-Orig-Raw.t ............ Wide character in print at
t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
t/02-01-Orig-Raw.t ............ Failed 4/232 subtests
t/02-02-Fast-Raw.t ............ Wide character in print at
t/ExtUtils/TBone.pm line 442.
t/02-02-Fast-Raw.t ............ Failed 2/116 subtests
t/03-Non-Portable.t ........... Wide character in print at
t/ExtUtils/TBone.pm line 442.
t/03-Non-Portable.t ........... Failed 2/116 subtests
t/04-01-Compress-Zlib.t ....... Wide character in print at
t/ExtUtils/TBone.pm line 442.
t/04-01-Compress-Zlib.t ....... Failed 2/116 subtests
t/04-02-Compress-PPMd.t ....... Wide character in print at
t/ExtUtils/TBone.pm line 442.
t/04-02-Compress-PPMd.t ....... Failed 2/116 subtests
t/05-Encryption.t ............. skipped: encryption not installed
t/06-B64-Encoding.t ........... Wide character in print at
t/ExtUtils/TBone.pm line 442.
t/06-B64-Encoding.t ........... Failed 2/116 subtests
t/07-01-MD5-Digest.t .......... skipped: md5 not installed
t/07-02-SHA1-Digest.t ......... skipped: sha1 not installed
t/07-03-SHA-256-Digest.t ...... skipped: sha-256 not installed
t/08-Store-Retrieve.t ......... Wide character in print at
t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
t/08-Store-Retrieve.t ......... Failed 8/464 subtests
t/09-Feature-Combos.t ......... Wide character in print at
t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
Wide character in print at t/ExtUtils/TBone.pm line 442.
t/09-Feature-Combos.t ......... Failed 8/464 subtests
t/10-01-Pod.t ................. ok
t/10-02-Pod-Coverage.t ........ ok
Test Summary Report
-------------------
t/01-09-XML-Simple.t (Wstat: 0 Tests: 11 Failed: 2)
Failed tests: 10-11
t/02-01-Orig-Raw.t (Wstat: 0 Tests: 232 Failed: 4)
Failed tests: 115-118
t/02-02-Fast-Raw.t (Wstat: 0 Tests: 116 Failed: 2)
Failed tests: 58-59
t/03-Non-Portable.t (Wstat: 0 Tests: 116 Failed: 2)
Failed tests: 58-59
t/04-01-Compress-Zlib.t (Wstat: 0 Tests: 116 Failed: 2)
Failed tests: 58-59
t/04-02-Compress-PPMd.t (Wstat: 0 Tests: 116 Failed: 2)
Failed tests: 58-59
t/06-B64-Encoding.t (Wstat: 0 Tests: 116 Failed: 2)
Failed tests: 58-59
t/08-Store-Retrieve.t (Wstat: 0 Tests: 464 Failed: 8)
Failed tests: 229-236
t/09-Feature-Combos.t (Wstat: 0 Tests: 464 Failed: 8)
Failed tests: 229-236
Files=32, Tests=1903, 4 wallclock secs ( 0.23 usr 0.03 sys + 3.01
cusr 0.40 csys = 3.67 CPU)
Result: FAIL
Failed 9/32 test programs. 32/1903 subtests failed.
make: *** [test] Error 255