Checking if your kit is complete... Looks good Writing Makefile for Arch cp perllib/Arch/Session.pm blib/lib/Arch/Session.pm cp perllib/Arch/Test/Framework.pm blib/lib/Arch/Test/Framework.pm cp perllib/Arch/SharedCache.pm blib/lib/Arch/SharedCache.pm cp perllib/Arch/Util.pm blib/lib/Arch/Util.pm cp perllib/Arch/FileHighlighter.pm blib/lib/Arch/FileHighlighter.pm cp perllib/Arch/Library.pm blib/lib/Arch/Library.pm cp perllib/Arch.pm blib/lib/Arch.pm cp perllib/Arch/SharedIndex.pm blib/lib/Arch/SharedIndex.pm cp perllib/Arch/Changeset.pm blib/lib/Arch/Changeset.pm cp perllib/Arch/Name.pm blib/lib/Arch/Name.pm cp perllib/Arch/Tarball.pm blib/lib/Arch/Tarball.pm cp perllib/Arch/Log.pm blib/lib/Arch/Log.pm cp perllib/Arch/Run.pm blib/lib/Arch/Run.pm cp perllib/Arch/RevisionBunches.pm blib/lib/Arch/RevisionBunches.pm cp perllib/Arch/DiffParser.pm blib/lib/Arch/DiffParser.pm cp perllib/Arch/Backend.pm blib/lib/Arch/Backend.pm cp perllib/Arch/Test/Archive.pm blib/lib/Arch/Test/Archive.pm cp perllib/Arch/Storage.pm blib/lib/Arch/Storage.pm cp perllib/Arch/LiteWeb.pm blib/lib/Arch/LiteWeb.pm cp perllib/Arch/Registry.pm blib/lib/Arch/Registry.pm cp perllib/Arch/TempFiles.pm blib/lib/Arch/TempFiles.pm cp perllib/Arch/Tree.pm blib/lib/Arch/Tree.pm cp perllib/Arch/Inventory.pm blib/lib/Arch/Inventory.pm cp perllib/Arch/Test/Cases.pm blib/lib/Arch/Test/Cases.pm cp perllib/Arch/RunLimit.pm blib/lib/Arch/RunLimit.pm cp perllib/Arch/Test/Tree.pm blib/lib/Arch/Test/Tree.pm cp perllib/Arch/Changes.pm blib/lib/Arch/Changes.pm Manifying blib/man3/Arch::Session.3pm Manifying blib/man3/Arch::Test::Framework.3pm Manifying blib/man3/Arch::Util.3pm Manifying blib/man3/Arch::SharedCache.3pm Manifying blib/man3/Arch::Library.3pm Manifying blib/man3/Arch::FileHighlighter.3pm Manifying blib/man3/Arch::SharedIndex.3pm Manifying blib/man3/Arch.3pm Manifying blib/man3/Arch::Name.3pm Manifying blib/man3/Arch::Changeset.3pm Manifying blib/man3/Arch::Tarball.3pm Manifying blib/man3/Arch::Run.3pm Manifying blib/man3/Arch::Log.3pm Manifying blib/man3/Arch::RevisionBunches.3pm Manifying blib/man3/Arch::DiffParser.3pm Manifying blib/man3/Arch::Backend.3pm Manifying blib/man3/Arch::Test::Archive.3pm Manifying blib/man3/Arch::Storage.3pm Manifying blib/man3/Arch::LiteWeb.3pm Manifying blib/man3/Arch::TempFiles.3pm Manifying blib/man3/Arch::Registry.3pm Manifying blib/man3/Arch::Tree.3pm Manifying blib/man3/Arch::Test::Cases.3pm Manifying blib/man3/Arch::Inventory.3pm Manifying blib/man3/Arch::RunLimit.3pm Manifying blib/man3/Arch::Test::Tree.3pm Manifying blib/man3/Arch::Changes.3pm PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" tests/*-[1-9] tests/_all-1..............1..27 ok 1 - use Arch; ok 2 - use Arch::Backend; ok 3 - use Arch::Changes; ok 4 - use Arch::Changeset; ok 5 - use Arch::DiffParser; ok 6 - use Arch::FileHighlighter; ok 7 - use Arch::Inventory; ok 8 - use Arch::Library; ok 9 - use Arch::LiteWeb; ok 10 - use Arch::Log; ok 11 - use Arch::Name; ok 12 - use Arch::Registry; ok 13 - use Arch::RevisionBunches; ok 14 - use Arch::Run; ok 15 - use Arch::RunLimit; ok 16 - use Arch::Session; ok 17 - use Arch::SharedCache; ok 18 - use Arch::SharedIndex; ok 19 - use Arch::Storage; ok 20 - use Arch::Tarball; ok 21 - use Arch::TempFiles; ok 22 - use Arch::Test::Archive; ok 23 - use Arch::Test::Cases; ok 24 - use Arch::Test::Framework; ok 25 - use Arch::Test::Tree; ok 26 - use Arch::Tree; ok 27 - use Arch::Util; ok tests/_all-2..............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD tests/_all-3..............1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD tests/backend-1...........1..17 ok 1 - use Arch::Backend; ok 2 - check default arch_backend ok 3 - set arch_backend to /usr/bin/true ok 4 - check arch_backend_name ok 5 - check arch_backend_version ok 6 - check is_tla ok 7 - check is_baz ok 8 - check has_archive_setup_cmd ok 9 - check has_file_diffs_cmd ok 10 - check has_register_archive_name_arg ok 11 - check has_tree_version_dir_opt ok 12 - check has_tree_id_cmd ok 13 - check has_set_tree_version_cmd ok 14 - check has_cache_feature ok 15 - check get_cache_config ok 16 - check has_commit_version_arg ok 17 - check has_commit_files_separator ok tests/changes-1...........1..12 ok 1 - use Arch::Changes; ok 2 - good count ok 3 - change no. 1 defined ok 4 - is rename ok 5 - is file ok 6 - correct old name ok 7 - correct new name ok 8 - is_changed(dir1) ok 9 - is_changed(oldfile) ok 10 - is_changed(newfile) ok 11 - is_changed(modfile) ok 12 - get_listing ok tests/diffparser-1........1..12 ok 1 - use Arch::DiffParser; ok 2 - create object isa Arch::DiffParser ok 3 - parse diff ok 4 - diff_data ok 5 - lines ok 6 - filename1 ok 7 - filename2 ok 8 - mtime1 ok 9 - mtime2 ok 10 - content ok 11 - hunks ok 12 - changes ok tests/diffparser-2........1..12 ok 1 - use Arch::DiffParser; ok 2 - create object isa Arch::DiffParser ok 3 - parse diff ok 4 - diff_data ok 5 - lines ok 6 - filename1 ok 7 - filename2 ok 8 - mtime1 ok 9 - mtime2 ok 10 - content ok 11 - hunks ok 12 - changes ok tests/filehighlighter-1...1..41 ok 1 - use Arch::FileHighlighter; ok 2 - creating object 1 isa Arch::FileHighlighter ok 3 - highlight script itself ok 4 - number of markup lines ok 5 - markup of sh-bang line ok 6 - markup of empty line ok 7 - markup of comment line ok 8 - highlight inline content ok 9 - entities/quoting ok 10 - number of lines ok 11 - number of tags ok 12 - creating object 2 isa Arch::FileHighlighter ok 13 - highlight script itself ok 14 - number of markup lines ok 15 - markup of sh-bang line ok 16 - markup of empty line ok 17 - markup of comment line ok 18 - highlight inline content ok 19 - entities/quoting ok 20 - number of lines ok 21 - number of tags ok 22 - creating object 3 isa Arch::FileHighlighter ok 23 - highlight script itself ok 24 - number of markup lines ok 25 - markup of sh-bang line ok 26 - markup of empty line ok 27 - markup of comment line ok 28 - highlight inline content ok 29 - entities/quoting ok 30 - number of lines ok 31 - number of tags ok 32 - creating object 3 isa Arch::FileHighlighter ok 33 - highlight script itself ok 34 - number of markup lines ok 35 - markup of sh-bang line ok 36 - markup of empty line ok 37 - markup of comment line ok 38 - highlight inline content ok 39 - entities/quoting ok 40 - number of lines ok 41 - number of tags ok tests/inventory-1.........1..11 ok 1 - use Arch::Inventory; ok 2 - use Arch::Test::Framework; Can't exec "tla": No such file or directory at (eval 7) line 1. Can't start (tla my-id Arch Perl Test ): No such file or directory # Looks like you planned 11 tests but only ran 2. # Looks like your test died just after 2. FAILED tests 3-11 Failed 9/11 tests, 18.18% okay tests/liteweb-1...........1..29 ok 1 - use Arch::LiteWeb; ok 2 - create web object ok 3 # skip network tests by default ok 4 # skip network tests by default ok 5 # skip network tests by default ok 6 # skip network tests by default ok 7 # skip network tests by default ok 8 # skip network tests by default ok 9 # skip network tests by default ok 10 # skip network tests by default ok 11 # skip network tests by default ok 12 # skip network tests by default ok 13 # skip network tests by default ok 14 # skip network tests by default ok 15 # skip network tests by default ok 16 # skip network tests by default ok 17 # skip network tests by default ok 18 # skip network tests by default ok 19 # skip network tests by default ok 20 # skip network tests by default ok 21 # skip network tests by default ok 22 # skip network tests by default ok 23 # skip network tests by default ok 24 # skip network tests by default ok 25 # skip network tests by default ok 26 # skip network tests by default ok 27 # skip network tests by default ok 28 # skip network tests by default ok 29 # skip network tests by default ok 27/29 skipped: various reasons tests/log-1...............1..15 ok 1 - use Arch::Log; ok 2 - get_headers ok 3 - check body ok 4 - standard_date ok 5 - check get_headers consistency ok 6 - the same deeply ok 7 - modified_files ok 8 - get_revision_desc type isa HASH ok 9 - get_revision_desc hash ok 10 - compare expected headers ok 11 - split_version version ok 12 - split_version patchlevel ok 13 - get_version ok 14 - get_revision ok 15 - compare expected headers dump ok tests/name-1..............1..21 ok 1 - use Arch::Name; ok 2 - create object isa Arch::Name ok 3 - to_string ok 4 - fqn ok 5 - to_nonarch_string ok 6 - nan ok 7 - to_array ok 8 - get ok 9 - to_hash ok 10 - archive ok 11 - category ok 12 - branch ok 13 - version ok 14 - revision ok 15 - clone isa Arch::Name ok 16 - clone to_string ok 17 - error ok 18 - parents ok 19 - hash ok 20 - level num ok 21 - level name ok tests/name-2..............1..42 ok 1 - use Arch::Name; ok 2 - branchless isa Arch::Name ok 3 - branchless branch ok 4 - branchless level ok 5 - branchless name ok 6 - branchless items ok 7 - branchless set ok 8 - branchless branch ok 9 - branchless2 branch ok 10 - branchless2 isa Arch::Name ok 11 - branchless2 name ok 12 - is_valid ok 13 - is_valid revision ok 14 - is_valid category ok 15 - is_valid archive ok 16 - is_valid branch+ ok 17 - is_valid archive+ ok 18 - new with archive arrayref isa Arch::Name ok 19 - level ok 20 - archive ok 21 - new with archive hashref isa Arch::Name ok 22 - level ok 23 - archive ok 24 - apply category level ok 25 - apply category level ok 26 - compare two names ok 27 - new from object isa Arch::Name ok 28 - compare two names ok 29 - compare two names ok 30 - clone with apply isa Arch::Name ok 31 - level ok 32 - compare two names ok 33 - valid cast to 5 isa Arch::Name ok 34 - level ok 35 - invalid cast to 5 ok 36 - compare two names ok 37 - valid cast to version isa Arch::Name ok 38 - level ok 39 - invalid cast to version ok 40 - compare two names ok 41 - compare clone and cast names ok 42 - compare two names ok tests/name-3..............1..18 ok 1 - use Arch::Name; ok 2 - new with archive isa Arch::Name ok 3 - stringify ok 4 - add category isa Arch::Name ok 5 - level ok 6 - category ok 7 - remove category isa Arch::Name ok 8 - level ok 9 - add category and branch isa Arch::Name ok 10 - error ok 11 - int ok 12 - bool ok 13 - add invalid version isa Arch::Name ok 14 - error ok 15 - int ok 16 - remove 3 levels isa Arch::Name ok 17 - level ok 18 - bool ok tests/name-4..............1..83 ok 1 - use Arch::Name; ok 2 - 'migo@homemail.com--Perl-GPL' is valid ok 3 - 'migo@homemail.com--Perl-GPL/arch-perl' is valid ok 4 - 'migo@homemail.com--Perl-GPL/arch-perl--devel' is valid ok 5 - 'migo@homemail.com--Perl-GPL/arch-perl--devel--0' is valid ok 6 - 'migo@homemail.com--Perl-GPL/arch-perl--devel--0--patch-73' is valid ok 7 - 'some@project' is valid ok 8 - 'some@project/c' is valid ok 9 - 'some@project/c--' is valid ok 10 - 'some@project/c----00' is valid ok 11 - 'some@project/c----00--versionfix-22' is valid ok 12 - 'some@project/c--b--FIRST' is 4 ok 13 - 'some@project/c--b--LATEST' is 4 ok 14 - 'some@project/c--b--FIRST--versionfix-2' is 5 ok 15 - 'some@project/c--b--LATEST--version-0' is 5 ok 16 - 'some@project/c--b--FIRST--LATEST' is 5 ok 17 - 'some@project/c--b--LATEST--FIRST' is 5 ok 18 - 'some@project/c--b--1--FIRST' is 5 ok 19 - 'some@project/c--b--1--LATEST' is 5 ok 20 - 'some-project' is 0 ok 21 - 'some@project/@' is 0 ok 22 - 'some@project/c--@' is 0 ok 23 - 'some@project/c--b--v' is 0 ok 24 - 'some@project/c--b--0--base-2' is 0 ok 25 - '@aaa' is 0 ok 26 - 'aaa@@ddd' is 0 ok 27 - 'aaa@ddd/' is 0 ok 28 - 'aaa@ddd//' is 0 ok 29 - 'aaa@ddd/c@' is 0 ok 30 - 'aaa@ddd/@c' is 0 ok 31 - 'aaa@ddd/c@c' is 0 ok 32 - 'aaa@ddd/_' is 0 ok 33 - 'aaa@ddd/_b' is 0 ok 34 - 'aaa@ddd/-' is 0 ok 35 - 'aaa@ddd/--' is 0 ok 36 - 'aaa@ddd/---' is 0 ok 37 - 'aaa@ddd/c/' is 0 ok 38 - 'aaa@ddd/-c' is 0 ok 39 - 'aaa@ddd/c-' is 0 ok 40 - 'aaa@ddd/c---' is 0 ok 41 - 'aaa@ddd/c--_' is 0 ok 42 - 'aaa@ddd/c--_b' is 0 ok 43 - 'aaa@ddd/c--b-' is 0 ok 44 - 'aaa@ddd/c--b--' is 0 ok 45 - 'aaa@ddd/c--b---' is 0 ok 46 - 'aaa@ddd/c--b--.0' is 0 ok 47 - 'aaa@ddd/c--b--0.' is 0 ok 48 - 'aaa@ddd/c--b--1.1.' is 0 ok 49 - 'aaa@ddd/c--b--11a' is 0 ok 50 - 'aaa@ddd/c--b--1.a' is 0 ok 51 - 'aaa@ddd/c--b--1-' is 0 ok 52 - 'aaa@ddd/c--b--1--' is 0 ok 53 - 'aaa@ddd/c--b--1---' is 0 ok 54 - 'aaa@ddd/c--b--1--patch-a' is 0 ok 55 - ' ' is 0 ok 56 - 'a @d' is 0 ok 57 - 'a@d/ ' is 0 ok 58 - 'a@d/c ' is 0 ok 59 - 'a@d/c-- ' is 0 ok 60 - 'a@d/c-- b' is 0 ok 61 - 'a@d/c--b-- ' is 0 ok 62 - 'a@d/c--b-- 1' is 0 ok 63 - 'a@d/c--b--1-- ' is 0 ok 64 - 'a@d/c--b--1-- base-0' is 0 ok 65 - 'a@d/c--b--1--base-0 ' is 0 ok 66 - '' is 0 ok 67 - 'a@' is 1 ok 68 - 'a@/c' is 2 ok 69 - 'a@/c--' is 3 ok 70 - 'a@/c----0' is 4 ok 71 - 'a@/c----0--version-0' is 5 ok 72 - '' is none ok 73 - 'a1@d2' is archive ok 74 - 'a1@d2/c3' is category ok 75 - 'a1@d2/c3--b4' is branch ok 76 - 'a1@d2/c3--b4--56' is version ok 77 - 'a1@d2/c3--b4--00.11.22--patch-11111111' is revision ok 78 - 'a1@d2/c3--b4--5.6--patch-7' is none+ ok 79 - 'a1@d2/c3--b4--5.6--patch-7' is archive+ ok 80 - 'a1@d2/c3--b4--5.6--patch-7' is category+ ok 81 - 'a1@d2/c3--b4--5.6--patch-7' is branch+ ok 82 - 'a1@d2/c3--b4--5.6--patch-7' is version+ ok 83 - 'a1@d2/c3--b4--5.6--patch-7' is revision+ ok tests/registry-1..........1..20 ok 1 - use Arch::Registry; ok 2 - use Arch::Util; ok 3 - use Arch::Backend; ok 4 - use Arch::TempFiles; ok 5 - create registry object Can't exec "tla": No such file or directory at (eval 9) line 1. Can't start (tla archives): No such file or directory # Looks like you planned 20 tests but only ran 5. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 6-20 Failed 15/20 tests, 25.00% okay tests/registry-2..........1..11 ok 1 - use Arch::Registry; ok 2 - create registry object ok 3 # skip network tests by default ok 4 # skip network tests by default ok 5 # skip network tests by default ok 6 # skip network tests by default ok 7 # skip network tests by default ok 8 # skip network tests by default ok 9 # skip network tests by default ok 10 # skip network tests by default ok 11 # skip network tests by default ok 9/11 skipped: various reasons tests/session-1...........1..37 ok 1 - use Arch::Session; ok 2 - use Arch::Util; ok 3 - use Arch::Backend; ok 4 - use Arch::TempFiles; Can't exec "tla": No such file or directory at (eval 10) line 1. Can't start (tla --version): No such file or directory # Looks like you planned 37 tests but only ran 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 5-37 Failed 33/37 tests, 10.81% okay tests/shared-primes-1.....1..9 ok 1 - use Arch::SharedIndex; ok 2 - create index to calculate primes ok 3 - verify num_keys (odd non *5 numbers) ok 4 - verify number of values (1) ok 5 - verify values (1) ok 6 - verify number of values (2) ok 7 - verify values (2) ok 8 - verify number of primes ok 9 - verify primes ok tests/shared-primes-2.....1..9 ok 1 - use Arch::SharedCache; ok 2 - create cache to calculate primes ok 3 - verify num_keys (odd non *5 numbers) ok 4 - verify number of values (1) ok 5 - verify values (1) ok 6 - verify number of values (2) ok 7 - verify values (2) ok 8 - verify number of primes ok 9 - verify primes ok tests/shared-primes-3.....1..9 ok 1 - use Arch::SharedIndex; ok 2 - create index to calculate primes ok 3 - verify num_keys (odd non *5 numbers) ok 4 - verify number of values (1) ok 5 - verify values (1) ok 6 - verify number of values (2) ok 7 - verify values (2) ok 8 - verify number of primes ok 9 - verify primes ok tests/shared-primes-4.....1..9 ok 1 - use Arch::SharedCache; ok 2 - create cache to calculate primes ok 3 - verify num_keys (odd non *5 numbers) ok 4 - verify number of values (1) ok 5 - verify values (1) ok 6 - verify number of values (2) ok 7 - verify values (2) ok 8 - verify number of primes ok 9 - verify primes ok tests/tempfiles-1.........1..22 ok 1 - use Arch::TempFiles; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok tests/test-archive-1......1..17 ok 1 - use Arch::Test::Framework; Can't exec "tla": No such file or directory at (eval 6) line 1. Can't start (tla my-id Arch Perl Test ): No such file or directory # Looks like you planned 17 tests but only ran 1. # Looks like your test died just after 1. FAILED tests 2-17 Failed 16/17 tests, 5.88% okay tests/test-framework-1....1..17 ok 1 - use Arch::Test::Framework; Can't exec "tla": No such file or directory at (eval 6) line 1. Can't start (tla my-id Arch Test ): No such file or directory # Looks like you planned 17 tests but only ran 1. # Looks like your test died just after 1. FAILED tests 2-17 Failed 16/17 tests, 5.88% okay tests/test-tree-1.........1..14 ok 1 - use Arch::Test::Framework; ok 2 - use Arch::Backend; Can't exec "tla": No such file or directory at (eval 7) line 1. Can't start (tla my-id Arch Perl Test ): No such file or directory # Looks like you planned 14 tests but only ran 2. # Looks like your test died just after 2. FAILED tests 3-14 Failed 12/14 tests, 14.29% okay tests/tree-1..............1..11 ok 1 - use Arch::Tree; ok 2 # skip not in arch tree ok 3 # skip not in arch tree ok 4 # skip not in arch tree ok 5 # skip not in arch tree ok 6 # skip not in arch tree ok 7 # skip not in arch tree ok 8 # skip not in arch tree ok 9 # skip not in arch tree ok 10 # skip not in arch tree ok 11 # skip not in arch tree ok 10/11 skipped: various reasons tests/tree-2..............1..5 ok 1 - use Arch::Inventory; ok 2 - use Arch::Tree; Can't exec "tla": No such file or directory at (eval 8) line 1. ok 3 # skip not in arch tree (/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Arch/tests/..) ok 4 # skip not in arch tree (/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Arch/tests/..) ok 5 # skip not in arch tree (/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Arch/tests/..) ok 3/5 skipped: various reasons tests/tree-3..............1..15 ok 1 - use Arch::Tree; ok 2 - use Arch::Util; ok 3 - use Arch::Backend; ok 4 - use Arch::TempFiles; ok 5 - use Arch::Session; Can't exec "tla": No such file or directory at (eval 11) line 1. Can't start (tla my-id Arch Perl ): No such file or directory # Looks like you planned 15 tests but only ran 5. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 6-15 Failed 10/15 tests, 33.33% okay tests/tree-annotate-1.....1..32 ok 1 - use Arch::Tree; ok 2 - skip_linenums 1 ok 3 - skip_linenums 2 ok 4 - skip_linenums 3 ok 5 - skip_linenums 4 ok 6 - skip_linenums 5 ok 7 - skip_linenums 6 ok 8 - skip_linenums 7 ok 9 - skip_linenums 8 ok 10 - skip_linenums 9 ok 11 - skip_linenums 10 ok 12 - skip_linenums 11 ok 13 - skip_linenums 12 ok 14 - skip_linenums 13 ok 15 - eq 1 ok 16 - eq 2 ok 17 - eq 3 ok 18 - eq 4 ok 19 - eq 5 ok 20 - eq 6 ok 21 - lines 1 ok 22 - line_rd_indexes 1 ok 23 - lines 2 ok 24 - line_rd_indexes 2 ok 25 - lines 3 ok 26 - line_rd_indexes 3 ok 27 - lines 4 ok 28 - line_rd_indexes 4 ok 29 - lines 5 ok 30 - line_rd_indexes 5 ok 31 - lines 6 ok 32 - line_rd_indexes 6 ok tests/util-1..............1..49 ok 1 - use Arch::Util; ok 2 - use Arch::TempFiles; ok 3 - save_file(scalar, scalar) ok 4 - stat created file /tmp/,,arch-017872/file1 ok 5 - stat file size ok 6 - compare saved content ok 7 - load_file(scalar) (scalar context) ok 8 - compare loaded content ok 9 - load_file(scalar, SCALAR) ok 10 - compare loaded content ref ok 11 - load_file(scalar, ARRAY) ok 12 - compare loaded lines ref ok 13 - save_file(scalar, scalar) ok 14 - stat created file /tmp/,,arch-017872/file2 ok 15 - stat file size ok 16 - compare saved content ok 17 - load_file(scalar) (scalar context) ok 18 - compare loaded content ok 19 - load_file(scalar, SCALAR) ok 20 - compare loaded content ref ok 21 - load_file(scalar, ARRAY) ok 22 - compare loaded lines ref ok 23 - save_file(scalar, scalar) ok 24 - stat created file /tmp/,,arch-017872/file3 ok 25 - stat file size ok 26 - compare saved content ok 27 - load_file(scalar) (scalar context) ok 28 - compare loaded content ok 29 - load_file(scalar, SCALAR) ok 30 - compare loaded content ref ok 31 - load_file(scalar, ARRAY) ok 32 - compare loaded lines ref ok 33 - check unexisting load ok 34 - copy_dir(scalar, scalar) ok 35 - stat copied directory ok 36 - stat copied file1 ok 37 - stat copied file2 ok 38 - stat copied file3 ok 39 - remove_dir(scalar) ok 40 - stat removed directory ok 41 - setup_config_dir(scalar, scalar, scalar) (scalar context) ok 42 - check setup'd config dir ok 43 - stat /tmp/,,arch-017872/.arch-magic/archmage/spells ok 44 - setup_config_dir(scalar, scalar) (scalar context) ok 45 - check setup'd config dir ok 46 - stat /tmp/,,arch-017872/.arch-magic/archmage ok 47 - setup_config_dir(scalar, scalar, scalar, scalar) (scalar context) ok 48 - check setup'd config dir ok 49 - stat /tmp/,,arch-017872/.arch-magic/archmage/1/2/3 ok tests/util-2..............1..39 ok 1 - use Arch::Util; ok 2 - use Arch::TempFiles; ok 3 - use Arch::Session; ok 4 - use IO::Handle; ok 5 - run_cmd('ls /tmp/,,arch-442388') (scalar context) ok 6 - run_cmd('ls /tmp/,,arch-442388') (list context) ok 7 - check ls empty_dir (scalar) ok 8 - check ls empty_dir (list) ok 9 - check save_file creation ok 10 - run_cmd('ls /tmp/,,arch-442388') (scalar context) ok 11 - run_cmd('ls /tmp/,,arch-442388') (list context) ok 12 - check ls single_file_dir (scalar) ok 13 - check ls single_file_dir (list) ok 14 - run_cmd('cp /tmp/,,arch-442388/file1 /tmp/,,arch-442388/file2') ok 15 - run_cmd('cp', '/tmp/,,arch-442388/file1', '/tmp/,,arch-442388/file3') ok 16 - check cp file creation 1 ok 17 - check cp file creation 2 ok 18 - check cp content 1 ok 19 - check cp content 2 ok 20 - run_cmd('ls /tmp/,,arch-442388') (scalar context) ok 21 - run_cmd('ls /tmp/,,arch-442388') (list context) ok 22 - check ls three_file_dir (scalar) ok 23 - check ls three_file_dir (list) ok 24 - run_cmd('ls /tmp/,,arch-442388 /tmp/,,arch-442388') (scalar context) ok 25 - run_cmd('ls /tmp/,,arch-442388 /tmp/,,arch-442388') (list context) ok 26 - run_cmd('ls', '/tmp/,,arch-442388', '/tmp/,,arch-442388') (scalar context) ok 27 - run_cmd('ls', '/tmp/,,arch-442388', '/tmp/,,arch-442388') (list context) ok 28 - check ls three_file_dir x 2 (scalar) ok 29 - check ls three_file_dir x 2 (list) ok 30 - check ls three_file_dir x 2 (scalar) ok 31 - check ls three_file_dir x 2 (list) ok 32 - run_pipe_from('ls', '/tmp/,,arch-442388') (scalar context) ok 33 - check ls pipe lines ok 34 - arch_backend('') (scalar context) Can't exec "tla": No such file or directory at (eval 48) line 1. # Failed test 'run_tla('-h'): Can't start (tla -h): No such file or directory # ' # at tests/util-2 line 31. not ok 35 - run_tla('-h'): Can't start (tla -h): No such file or directory # Can't exec "tla": No such file or directory at (eval 50) line 1. # Failed test 'run_tla('--version') (scalar context): Can't start (tla --version): No such file or directory # ' # at tests/util-2 line 31. not ok 36 - run_tla('--version') (scalar context): Can't start (tla --version): No such file or directory # Can't exec "tla": No such file or directory at (eval 52) line 1. # Failed test 'run_tla('--version') (list context): Can't start (tla --version): No such file or directory # ' # at tests/util-2 line 31. not ok 37 - run_tla('--version') (list context): Can't start (tla --version): No such file or directory # Use of uninitialized value $this in pattern match (m//) at tests/util-2 line 96. # Failed test 'check tla --version output (scalar)' # at tests/util-2 line 96. not ok 38 - check tla --version output (scalar) # undef # doesn't match '(?-xism:\b(Tom Lord|Arch|Bazaar|tla|baz)\b)' # Failed test 'check tla --version output (list)' # at tests/util-2 line 97. not ok 39 - check tla --version output (list) # Looks like you failed 5 tests of 39. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 35-39 Failed 5/39 tests, 87.18% okay tests/util-3..............1..21 ok 1 - use Arch::Util; ok 2 - date2daysago today 00:00 ok 3 - date2daysago today 23:59 ok 4 - date2daysago tomorrow 00:00 ok 5 - date2daysago tomorrow 23:59 ok 6 - date2daysago yesterday 00:00 ok 7 - date2daysago yesterday 23:59 ok 8 - date2daysago days 2005-01-01 12:00:00 ok 9 - date2daysago time 2005-01-01 12:00:00 ok 10 - date2daysago tz 2005-01-01 12:00:00 ok 11 - date2age 2006-01-01 12:00:00 ok 12 - date2age 2005-01-01 12:00:00 ok 13 - date2age 2004-01-01 12:00:00 ok 14 - date2age 2003-01-01 12:00:00 ok 15 - date2age 2002-01-01 12:00:00 ok 16 - date2age 2005-05-01 12:00:00 ok 17 - date2age 2005-04-01 12:00:00 ok 18 - date2age 2005-04-19 12:00:00 ok 19 - date2age 2005-04-18 12:00:00 ok 20 - date2age 2005-04-17 12:00:00 ok 21 - date2age 2005-04-10 12:00:00 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- tests/inventory-1 11 9 3-11 tests/registry-1 255 65280 20 30 6-20 tests/session-1 255 65280 37 66 5-37 tests/test-archive-1 17 16 2-17 tests/test-framework-1 17 16 2-17 tests/test-tree-1 14 12 3-14 tests/tree-3 255 65280 15 20 6-15 tests/util-2 5 1280 39 5 35-39 2 tests and 49 subtests skipped. Failed 8/33 test scripts. 116/686 subtests failed. Files=33, Tests=686, 7 wallclock secs ( 4.34 cusr + 2.20 csys = 6.54 CPU) Failed 8/33 test programs. 116/686 subtests failed. make: *** [test_dynamic] Error 255