Created
January 29, 2020 15:40
-
-
Save j1n3l0/a7c8c31c16df564a1cf3bb81386754c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cpan "Archive::Zip" | |
CPAN: Storable loaded ok (v2.34) | |
Reading '/Users/nonyiah/.cpan/Metadata' | |
Database was generated on Wed, 29 Jan 2020 14:17:03 GMT | |
Running install for module 'Archive::Zip' | |
CPAN: Digest::SHA loaded ok (v5.71) | |
CPAN: Compress::Zlib loaded ok (v2.048) | |
Checksum for /Users/nonyiah/.cpan/sources/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz ok | |
CPAN: YAML loaded ok (v1.30) | |
CPAN: CPAN::Meta::Requirements loaded ok (v2.131) | |
CPAN: Parse::CPAN::Meta loaded ok (v1.4414) | |
CPAN: CPAN::Meta loaded ok (v2.143240) | |
CPAN: Module::CoreList loaded ok (v5.20200120) | |
Configuring P/PH/PHRED/Archive-Zip-1.67.tar.gz with Makefile.PL | |
Checking if your kit is complete... | |
Looks good | |
Generating a Unix-style Makefile | |
Writing Makefile for Archive::Zip | |
Writing MYMETA.yml and MYMETA.json | |
PHRED/Archive-Zip-1.67.tar.gz | |
/Users/nonyiah/.plenv/versions/5.16.3/bin/perl5.16.3 Makefile.PL -- OK | |
Running make for P/PH/PHRED/Archive-Zip-1.67.tar.gz | |
cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm | |
cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm | |
cp lib/Archive/Zip/FileMember.pm blib/lib/Archive/Zip/FileMember.pm | |
cp lib/Archive/Zip/BufferedFileHandle.pm blib/lib/Archive/Zip/BufferedFileHandle.pm | |
cp lib/Archive/Zip/StringMember.pm blib/lib/Archive/Zip/StringMember.pm | |
cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm | |
cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod | |
cp lib/Archive/Zip/Member.pm blib/lib/Archive/Zip/Member.pm | |
cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm | |
cp lib/Archive/Zip/Archive.pm blib/lib/Archive/Zip/Archive.pm | |
cp lib/Archive/Zip/ZipFileMember.pm blib/lib/Archive/Zip/ZipFileMember.pm | |
cp lib/Archive/Zip/NewFileMember.pm blib/lib/Archive/Zip/NewFileMember.pm | |
cp lib/Archive/Zip/DirectoryMember.pm blib/lib/Archive/Zip/DirectoryMember.pm | |
cp script/crc32 blib/script/crc32 | |
"/Users/nonyiah/.plenv/versions/5.16.3/bin/perl5.16.3" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/crc32 | |
Manifying 4 pod documents | |
PHRED/Archive-Zip-1.67.tar.gz | |
/usr/bin/make -- OK | |
CPAN: CPAN::DistnameInfo loaded ok (v0.12) | |
Running make test for PHRED/Archive-Zip-1.67.tar.gz | |
PERL_DL_NONLAZY=1 "/Users/nonyiah/.plenv/versions/5.16.3/bin/perl5.16.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t | |
t/01_compile.t ................ ok | |
t/02_main.t ................... ok | |
t/03_ex.t ..................... ok | |
t/04_readmember.t ............. ok | |
t/05_tree.t ................... ok | |
t/06_update.t ................. ok | |
t/07_filenames_of_0.t ......... ok | |
t/08_readmember_record_sep.t .. ok | |
t/09_output_record_sep.t ...... ok | |
t/10_chmod.t .................. ok | |
t/11_explorer.t ............... ok | |
t/12_bug_47223.t .............. skipped: Only required on Win32. | |
t/13_bug_46303.t .............. ok | |
t/14_leading_separator.t ...... ok | |
t/15_decrypt.t ................ ok | |
t/16_decrypt.t ................ ok | |
t/17_101092.t ................. ok | |
t/18_bug_92205.t .............. ok | |
t/19_bug_101240.t ............. ok | |
t/20_bug_github11.t ........... ok | |
t/21_zip64.t .................. ok | |
t/22_deflated_dir.t ........... ok | |
t/23_closed_handle.t .......... ok | |
t/24_unicode_win32.t .......... ok | |
t/25_traversal.t .............. ok | |
t/26_bzip2.t .................. 1/1 | |
# Failed test 'testZip ok after t/data/bzip.zip to /var/folders/_w/q9blb5897bz8510mt67v55180000gn/T/testout-etHgB.zip' | |
# at t/26_bzip2.t line 33. | |
# got: '20736' | |
# expected: '0' | |
ziptest said: Archive: /var/folders/_w/q9blb5897bz8510mt67v55180000gn/T/testout-etHgB.zip | |
skipping: README need PK compat. v4.6 (can do v4.5) | |
Caution: zero files tested in /var/folders/_w/q9blb5897bz8510mt67v55180000gn/T/testout-etHgB.zip. | |
1 file skipped because of unsupported compression or encoding. | |
# Looks like you failed 1 test of 1. | |
t/26_bzip2.t .................. Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/1 subtests | |
t/27_symlinks.t ............... ok | |
t/28_zip64_unsupported.t ...... skipped: Zip64 format is supported. | |
Test Summary Report | |
------------------- | |
t/26_bzip2.t (Wstat: 256 Tests: 1 Failed: 1) | |
Failed test: 1 | |
Non-zero exit status: 1 | |
Files=28, Tests=729, 7 wallclock secs ( 0.16 usr 0.06 sys + 4.59 cusr 1.23 csys = 6.04 CPU) | |
Result: FAIL | |
Failed 1/28 test programs. 1/729 subtests failed. | |
make: *** [test_dynamic] Error 255 | |
PHRED/Archive-Zip-1.67.tar.gz | |
/usr/bin/make test -- NOT OK | |
//hint// to see the cpan-testers results for installing this module, try: | |
reports PHRED/Archive-Zip-1.67.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment