PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/31sessions.t # DEBUG: name[the historically first]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[dump $::x=4*6+1]expect[= 25;]actual[CPAN: Storable loaded ok (v2.18) # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # CPAN: YAML loaded ok (v0.68) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: File::Which loaded ok (v0.05) # CPAN: Compress::Zlib loaded ok (v2.015) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # $VAR1 = 25; # ] # cmd[dump $::x=40*6+1]expect[= 241;]actual[$VAR1 = 241; # ] # cmd[dump $::x=40*60+1]expect[= 2401;]actual[$VAR1 = 2401; # ] # cmd[o conf init]expect[commit: wrote]actual[ # # CPAN is the world-wide archive of perl resources. It consists of about # 300 sites that all replicate the same contents around the globe. Many # countries have at least one CPAN site already. The resources found on # CPAN are easily accessible with the CPAN.pm module. If you want to use # CPAN.pm, lots of things have to be configured. Fortunately, most of # them can be determined automatically. If you prefer the automatic # configuration, answer 'yes' below. # # If you prefer to enter a dialog instead, you can answer 'no' to this # question and I'll let you configure in small steps one thing after the # other. (Note: you can revisit this dialog anytime later by typing 'o # conf init' at the cpan prompt.) # Would you like me to configure as much as possible automatically? [yes] yes # # # The following questions are intended to help you with the # configuration. The CPAN module needs a directory of its own to cache # important index files and maybe keep a temporary mirror of CPAN files. # This may be a site-wide or a personal directory. # # # # I see you already have a directory # /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan # Shall we use it as the general CPAN build and cache directory? # # # CPAN build and cache directory? [/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan] # # # Unless you are accessing the CPAN on your filesystem via a file: URL, # CPAN.pm needs to keep the source files it downloads somewhere. Please # supply a directory where the downloaded files are to be kept. # # # Download target directory? [/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/sources] # # # # Directory where the build process takes place? [/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build] # # # Until version 1.88 CPAN.pm never trusted the contents of the build_dir # directory between sessions. Since 1.88_58 CPAN.pm has a YAML-based # mechanism that makes it possible to share the contents of the # build_dir/ directory between different sessions with the same version # of perl. People who prefer to test things several days before # installing will like this feature because it safes a lot of time. # # If you say yes to the following question, CPAN will try to store # enough information about the build process so that it can pick up in # future sessions at the same state of affairs as it left a previous # session. # # # Store and re-use state information about distributions between # CPAN.pm sessions? [no] # # # CPAN.pm can store customized build environments based on regular # expressions for distribution names. These are YAML files where the # default options for CPAN.pm and the environment can be overridden and # dialog sequences can be stored that can later be executed by an # Expect.pm object. The CPAN.pm distribution comes with some prefab YAML # files that cover sample distributions that can be used as blueprints # to store one own prefs. Please check out the distroprefs/ directory of # the CPAN.pm distribution to get a quick start into the prefs system. # # # Directory where to store default options/environment/dialogs for # building modules that need some customization? [/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs] # # # Normally CPAN.pm keeps config variables in memory and changes need to # be saved in a separate 'o conf commit' command to make them permanent # between sessions. If you set the 'auto_commit' option to true, changes # to a config variable are always automatically committed to disk. # # # Always commit changes to config variables to disk? [no] # # # CPAN.pm can limit the size of the disk area for keeping the build # directories with all the intermediate files. # # # Cache size for build directory (in MB)? [100] # # # The CPAN indexes are usually rebuilt once or twice per hour, but the # typical CPAN mirror mirrors only once or twice per day. Depending on # the quality of your mirror and your desire to be on the bleeding edge, # you may want to set the following value to more or less than one day # (which is the default). It determines after how many days CPAN.pm # downloads new indexes. # # # Let the index expire after how many days? [1] # # # By default, each time the CPAN module is started, cache scanning is # performed to keep the cache size in sync. To prevent this, answer # 'never'. # # # Perform cache scanning (atstart or never)? [atstart] # # # To considerably speed up the initial CPAN shell startup, it is # possible to use Storable to create a cache of metadata. If Storable is # not available, the normal index mechanism will be used. # # Note: this mechanism is not used when use_sqlite is on and SQLLite is # running. # # # Cache metadata (yes/no)? [yes] # # # CPAN::SQLite is a layer between the index files that are downloaded # from the CPAN and CPAN.pm that speeds up metadata queries and reduces # memory consumption of CPAN.pm considerably. # # # Use CPAN::SQLite if available? (yes/no)? [no] # # # The CPAN module can detect when a module which you are trying to build # depends on prerequisites. If this happens, it can build the # prerequisites for you automatically ('follow'), ask you for # confirmation ('ask'), or just ignore them ('ignore'). Please set your # policy to one of the three values. # # # Policy on building prerequisites (follow, ask or ignore)? [follow] # # # When a module declares another one as a 'build_requires' prerequisite # this means that the other module is only needed for building or # testing the module but need not be installed permanently. In this case # you may wish to install that other module nonetheless or just keep it # in the 'build_dir' directory to have it available only temporarily. # Installing saves time on future installations but makes the perl # installation bigger. # # You can choose if you want to always install (yes), never install (no) # or be always asked. In the latter case you can set the default answer # for the question to yes (ask/yes) or no (ask/no). # # # Policy on installing 'build_requires' modules (yes, no, ask/yes, # ask/no)? [ask/yes] # # # CPAN packages can be digitally signed by authors and thus verified # with the security provided by strong cryptography. The exact mechanism # is defined in the Module::Signature module. While this is generally # considered a good thing, it is not always convenient to the end user # to install modules that are signed incorrectly or where the key of the # author is not available or where some prerequisite for # Module::Signature has a bug and so on. # # With the check_sigs parameter you can turn signature checking on and # off. The default is off for now because the whole tool chain for the # functionality is not yet considered mature by some. The author of # CPAN.pm would recommend setting it to true most of the time and # turning it off only if it turns out to be annoying. # # Note that if you do not have Module::Signature installed, no signature # checks will be performed at all. # # # Always try to check and verify signatures if a SIGNATURE file is in # the package and Module::Signature is installed (yes/no)? [no] # # # The goal of the CPAN Testers project (http://testers.cpan.org/) is to # test as many CPAN packages as possible on as many platforms as # possible. This provides valuable feedback to module authors and # potential users to identify bugs or platform compatibility issues and # improves the overall quality and value of CPAN. # # One way you can contribute is to send test results for each module # that you install. If you install the CPAN::Reporter module, you have # the option to automatically generate and email test reports to CPAN # Testers whenever you run tests on a CPAN package. # # See the CPAN::Reporter documentation for additional details and # configuration settings. If your firewall blocks outgoing email, # you will need to configure CPAN::Reporter before sending reports. # # # Email test reports if CPAN::Reporter is installed (yes/no)? [no] # # # When a distribution has already been tested by CPAN::Reporter on # this machine, CPAN can skip the test phase and just rely on the # test report history instead. # # Note that this will not apply to distributions that failed tests # because of missing dependencies. Also, tests can be run # regardless of the history using "force". # # # Do you want to rely on the test report history (yes/no)? [no] # # # At the time of this writing there are two competing YAML modules, # YAML.pm and YAML::Syck. The latter is faster but needs a C compiler # installed on your system. There may be more alternative YAML # conforming modules but at the time of writing a potential third # player, YAML::Tiny, seemed not powerful enough to work with CPAN.pm. # # # Which YAML implementation would you prefer? [YAML] # # # Both YAML.pm and YAML::Syck are capable of deserialising code. As this # requires a string eval, which might be a security risk, you can use # this option to enable or disable the deserialisation of code via # CPAN::DeferedCode. (Note: This does not work under perl 5.6) # # # Do you want to enable code deserialisation (yes/no)? [no] # # # # # The CPAN module will need a few external programs to work properly. # Please correct me, if I guess the wrong path for a program. Don't # panic if you do not have some of them, just press ENTER for those. To # disable the use of a program, you can type a space followed by ENTER. # # # Where is your bzip2 program? [/sw/bin/bzip2] # # # # Where is your gzip program? [/sw/bin/gzip] # # # # Where is your tar program? [/sw/bin/tar] # # # # Where is your unzip program? [/sw/bin/unzip] # # # # Where is your make program? [/usr/bin/make] # # # # Where is your curl program? [/usr/bin/curl] # # # # Where is your lynx program? [/usr/local/bin/lynx] # # # # Where is your wget program? [/sw/bin/wget] # # # Warning: ncftpget not found in PATH[/sw/bin;/sw/sbin;/ImageMagick-6.4.1/bin;/bin;/sbin;/usr/local/bin;/usr/bin;/usr/sbin;/Users/tom/Code/Tools;/usr/X11R6/bin] # # Where is your ncftpget program? [] # # # Warning: ncftp not found in PATH[/sw/bin;/sw/sbin;/ImageMagick-6.4.1/bin;/bin;/sbin;/usr/local/bin;/usr/bin;/usr/sbin;/Users/tom/Code/Tools;/usr/X11R6/bin] # # Where is your ncftp program? [] # # # # Where is your ftp program? [/usr/bin/ftp] # # # # Where is your gpg program? [/usr/local/bin/gpg] # # # # Where is your patch program? [/usr/bin/patch] # # # Warning: applypatch not found in PATH[/sw/bin;/sw/sbin;/ImageMagick-6.4.1/bin;/bin;/sbin;/usr/local/bin;/usr/bin;/usr/sbin;/Users/tom/Code/Tools;/usr/X11R6/bin] # # Where is your applypatch program? [] # # # # What is your favorite pager program? [/usr/bin/less] # # # # What is your favorite shell? [/bin/bash] # # # When CPAN.pm uses the tar command, which switch for the verbosity # shall be used? Choose 'none' for quiet operation, 'v' for file # name listing, 'vv' for full listing. # # # Tar command verbosity level (none or v or vv)? [v] # # # When CPAN.pm loads a module it needs for some optional feature, it # usually reports about module name and version. Choose 'v' to get this # message, 'none' to suppress it. # # # Verbosity level for loading modules (none or v)? [v] # # # When CPAN.pm extends @INC via PERL5LIB, it prints a list of # directories added (or a summary of how many directories are # added). Choose 'v' to get this message, 'none' to suppress it. # # # Verbosity level for PERL5LIB changes (none or v)? [v] # # # When the CPAN shell is started it normally displays a greeting message # that contains the running version and the status of readline support. # # # Do you want to turn this message off? [no] # # # When you have Module::Build installed and a module comes with both a # Makefile.PL and a Build.PL, which shall have precedence? # # The main two standard installer modules are the old and well # established ExtUtils::MakeMaker (for short: EUMM) which uses the # Makefile.PL. And the next generation installer Module::Build (MB) # which works with the Build.PL (and often comes with a Makefile.PL # too). If a module comes only with one of the two we will use that one # but if both are supplied then a decision must be made between EUMM and # MB. See also http://rt.cpan.org/Ticket/Display.html?id=29235 for a # discussion about the right default. # # Or, as a third option you can choose RAND which will make a random # decision (something regular CPAN testers will enjoy). # # # In case you can choose between running a Makefile.PL or a Build.PL, # which installer would you prefer (EUMM or MB or RAND)? [MB] # # # Every Makefile.PL is run by perl in a separate process. Likewise we # run 'make' and 'make install' in separate processes. If you have # any parameters (e.g. PREFIX, UNINST or the like) you want to # pass to the calls, please specify them here. # # If you don't understand this question, just press ENTER. # # Typical frequently used settings: # # PREFIX=~/perl # non-root users (please see manual for more hints) # # # Parameters for the 'perl Makefile.PL' command? [] # # # Parameters for the 'make' command? Typical frequently used setting: # # -j3 # dual processor system (on GNU make) # # # Your choice: [] # # # Do you want to use a different make command for 'make install'? # Cautious people will probably prefer: # # su root -c make # or # sudo make # or # /path1/to/sudo -u admin_account /path2/to/make # # # or some such. Your choice: [make] # # # Parameters for the 'make install' command? # Typical frequently used setting: # # UNINST=1 # to always uninstall potentially conflicting files # # # Your choice: [UNINST=1] # # # A Build.PL is run by perl in a separate process. Likewise we run # './Build' and './Build install' in separate processes. If you have any # parameters you want to pass to the calls, please specify them here. # # Typical frequently used settings: # # --install_base /home/xxx # different installation directory # # # Parameters for the 'perl Build.PL' command? [] # # # Parameters for the './Build' command? Setting might be: # # --extra_linker_flags -L/usr/foo/lib # non-standard library location # # # Your choice: [] # # # Do you want to use a different command for './Build install'? Sudo # users will probably prefer: # # su root -c ./Build # or # sudo ./Build # or # /path1/to/sudo -u admin_account ./Build # # # or some such. Your choice: [./Build] # # # Parameters for the './Build install' command? Typical frequently used # setting: # # --uninst 1 # uninstall conflicting files # # # Your choice: [--uninst 1] # # # Sometimes you may wish to leave the processes run by CPAN alone # without caring about them. Because the Makefile.PL or the Build.PL # sometimes contains question you're expected to answer, you can set a # timer that will kill a 'perl Makefile.PL' process after the specified # time in seconds. # # If you set this value to 0, these processes will wait forever. This is # the default and recommended setting. # # # Timeout for inactivity during {Makefile,Build}.PL? [0] # # # Normaly, CPAN.pm continues processing the full list of targets and # dependencies, even if one of them fails. However, you can specify # that CPAN should halt after the first failure. # # # Do you want to halt on failure (yes/no)? [no] # # # # # If you're accessing the net via proxies, you can specify them in the # CPAN configuration or via environment variables. The variable in # the $CPAN::Config takes precedence. # # # Your ftp_proxy? [] # # # # Your http_proxy? [] # # # # Your no_proxy? [] # # # # Shall we always set the FTP_PASSIVE environment variable when dealing # with ftp download (yes/no)? [yes] # # # CPAN.pm changes the current working directory often and needs to # determine its own current working directory. Per default it uses # Cwd::cwd but if this doesn't work on your system for some reason, # alternatives can be configured according to the following table: # # cwd Cwd::cwd # getcwd Cwd::getcwd # fastcwd Cwd::fastcwd # backtickcwd external command cwd # # # Preferred method for determining the current working directory? [cwd] # # # The prompt of the cpan shell can contain the current command number # for easier tracking of the session or be a plain string. # # # Do you want the command number in the prompt (yes/no)? [yes] # # # When using Term::ReadLine, you can turn ornaments on so that your # input stands out against the output from CPAN.pm. # # # Do you want to turn ornaments on? [no] # # # When you have Term::ANSIColor installed, you can turn on colorized # output to have some visual differences between normal CPAN.pm output, # warnings, debugging output, and the output of the modules being # installed. Set your favorite colors after some experimenting with the # Term::ANSIColor module. # # # Do you want to turn on colored output? [no] # # # The next option deals with the charset (aka character set) your # terminal supports. In general, CPAN is English speaking territory, so # the charset does not matter much but some CPAN have names that are # outside the ASCII range. If your terminal supports UTF-8, you should # say no to the next question. If it expects ISO-8859-1 (also known as # LATIN1) then you should say yes. If it supports neither, your answer # does not matter because you will not be able to read the names of some # authors anyway. If you answer no, names will be output in UTF-8. # # # Your terminal expects ISO-8859-1 (yes/no)? [no] # # # If you have one of the readline packages (Term::ReadLine::Perl, # Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN # shell will have history support. The next two questions deal with the # filename of the history file and with its size. If you do not want to # set this variable, please hit SPACE RETURN to the following question. # # If you have one of the readline packages (Term::ReadLine::Perl, # Term::ReadLine::Gnu, possibly others) installed, the interactive CPAN # shell will have history support. The next two questions deal with the # filename of the history file and with its size. If you do not want to # set this variable, please hit SPACE RETURN to the following question. # # # File to save your history? [/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/histfile] # # # # Number of lines to save? [100] # # # The 'd' and the 'm' command normally only show you information they # have in their in-memory database and thus will never connect to the # internet. If you set the 'show_upload_date' variable to true, 'm' and # 'd' will additionally show you the upload date of the module or # distribution. Per default this feature is off because it may require a # net connection to get at the upload date. # # # Always try to show upload date with 'd' and 'm' command (yes/no)? [no] # # # During the 'r' command CPAN.pm finds modules without version number. # When the command finishes, it prints a report about this. If you # want this report to be very verbose, say yes to the following # variable. # # # Show all individual modules that have no $VERSION? [no] # # # During the 'r' command CPAN.pm finds modules with a version number of # zero. When the command finishes, it prints a report about this. If you # want this report to be very verbose, say yes to the following # variable. # # # Show all individual modules that have a $VERSION of zero? [no] # # # If you have never defined your own C in your configuration # then C will be hesitant to use the built in default sites for # downloading. It will ask you once per session if a connection to the # internet is OK and only if you say yes, it will try to connect. But to # avoid this question, you can choose your favorite download sites once # and get away with it. Or, if you have no favorite download sites # answer yes to the following question. # # # If no urllist has been chosen yet, would you prefer CPAN.pm to connect # to the built-in default sites without asking? (yes/no)? [no] # # # Autoconfigured everything but 'urllist'. # Please call 'o conf init urllist' to configure your CPAN server(s) now! # # # # Unknown config variable '7yYQS7' # commit: wrote '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/MyConfig.pm' # ] # cmd[o conf patch ' ']expect[.]actual[ patch [ ] # Please use 'o conf commit' to make the config permanent! # # ] # cmd[test CPAN::Test::Dummy::Perl5::Make]expect[t/00_load.+ok]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make' # CPAN: CPAN::Kwalify loaded ok (v5.50) # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # CPAN: Digest::SHA loaded ok (v5.47) # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # DONE # CPAN-Test-Dummy-Perl5-Make-1.05/ # CPAN-Test-Dummy-Perl5-Make-1.05/t/ # CPAN-Test-Dummy-Perl5-Make-1.05/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-1.05/MANIFEST # CPAN-Test-Dummy-Perl5-Make-1.05/lib/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/Bundle/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/Bundle/CpanTestDummies.pm # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/Perl5/Make.pm # CPAN-Test-Dummy-Perl5-Make-1.05/Changes # CPAN-Test-Dummy-Perl5-Make-1.05/README # CPAN-Test-Dummy-Perl5-Make-1.05/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-1.05/META.yml # CPAN: File::Temp loaded ok (v0.21) # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make # cp lib/Bundle/CpanTestDummies.pm blib/lib/Bundle/CpanTestDummies.pm # cp lib/CPAN/Test/Dummy/Perl5/Make.pm blib/lib/CPAN/Test/Dummy/Perl5/Make.pm # Manifying blib/man3/Bundle::CpanTestDummies.3 # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make.3 # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make -- OK # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) # Result: PASS # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make test -- OK # ] # cmd[get CPAN::Test::Dummy::Perl5::Make]expect[Has already been unwrapped]actual[Running get for module 'CPAN::Test::Dummy::Perl5::Make' # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # ] # cmd[make CPAN::Test::Dummy::Perl5::Make]expect[(?sx:Has.already.been.unwrapped.* # Has.already.been.made)]actual[Running make for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # ] # cmd[test CPAN::Test::Dummy::Perl5::Make]expect[(?sx:Has.already.been.unwrapped.* # Has.already.been.made.* # Has.already.been.tested.successfully)]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running make test # Has already been tested successfully # ] # cmd[force test CPAN::Test::Dummy::Perl5::Make]expect[t/00_load.+ok]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) # Result: PASS # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make test -- OK # ] # cmd[test CPAN::Test::Dummy::Perl5::Build::Fails]expect[(?i:t/00_load.+FAILED)]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz ok # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/t/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/t/00_load.t # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/MANIFEST # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/META.yml # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/Changes # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/Build/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/README # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/Build.PL # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # # Checking whether your kit is complete... # Looks good # # Checking prerequisites... # Looks good # # Creating new 'Build' script for 'CPAN-Test-Dummy-Perl5-Build-Fails' version '1.03' # CPAN: Module::Build loaded ok (v0.32) # Copying lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm -> blib/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm # Manifying blib/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm -> blib/libdoc/CPAN::Test::Dummy::Perl5::Build::Fails.3 # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # ./Build -- OK # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running Build test # t/00_load.t .. # Failed 1/2 subtests # # Test Summary Report # ------------------- # t/00_load.t (Wstat: 0 Tests: 2 Failed: 1) # Failed test: 2 # Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.00 cusr 0.01 csys = 0.04 CPU) # Result: FAIL # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # ./Build test -- NOT OK # //hint// to see the cpan-testers results for installing this module, try: # reports ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Failed during this command: # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz: make_test NO # ] # cmd[test CPAN::Test::Dummy::Perl5::Build::Fails]expect[(?i:t/00_load.+FAILED)]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Running Build for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-y8x_V9 # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running Build test # t/00_load.t .. # Failed 1/2 subtests # # Test Summary Report # ------------------- # t/00_load.t (Wstat: 0 Tests: 2 Failed: 1) # Failed test: 2 # Files=1, Tests=2, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.00 cusr 0.01 csys = 0.04 CPU) # Result: FAIL # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # ./Build test -- NOT OK # //hint// to see the cpan-testers results for installing this module, try: # reports ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Failed during this command: # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz: make_test NO # ] # cmd[get CPAN::Test::Dummy::Perl5::Build::Fails]expect[Has already been unwrapped]actual[Running get for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-y8x_V9 # ] # cmd[make CPAN::Test::Dummy::Perl5::Build::Fails]expect[(?sx:Has.already.been.unwrapped.* # Has.already.been.made)]actual[Running make for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Running Build for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-y8x_V9 # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # ] # cmd[force get CPAN::Test::Dummy::Perl5::Build::Fails]expect[(?sx:security.checks.disabled # |Checksum.for.*/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz.ok)]actual[Running get for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz ok # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/t/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/t/00_load.t # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/MANIFEST # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/META.yml # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/Changes # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/Build/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/README # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/Build.PL # ] # cmd[o conf build_dir_reuse 1]expect[build_dir_reuse]actual[ build_dir_reuse [1] # Please use 'o conf commit' to make the config permanent! # # ] # cmd[o conf commit]expect[commit: wrote]actual[Unknown config variable '7yYQS7' # commit: wrote '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/MyConfig.pm' # ] # DEBUG: name[the historically second]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[get CPAN::Test::Dummy::Perl5::Make]expect[Has already been unwrapped]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # CPAN: YAML loaded ok (v0.68) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # Going to read 2 yaml files from /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/ # ............................................................................DONE # Restored the state of 2 (in 0.0243 secs) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Running get for module 'CPAN::Test::Dummy::Perl5::Make' # CPAN: CPAN::Kwalify loaded ok (v5.50) # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # ] # cmd[make CPAN::Test::Dummy::Perl5::Make]expect[(?sx:Has.already.been.unwrapped.* # Has.already.been.made)]actual[Running make for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # ] # cmd[test CPAN::Test::Dummy::Perl5::Make]expect[(?sx:Has.already.been.unwrapped.* # Has.already.been.made.* # Has.already.been.tested.successfully)]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running make test # Has already been tested successfully # ] # cmd[get CPAN::Test::Dummy::Perl5::Build::Fails]expect[Has already been unwrapped]actual[Running get for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-y8x_V9 # ] # cmd[make CPAN::Test::Dummy::Perl5::Build::Fails]expect[Has.already.been.unwrapped]actual[Running make for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Running Build for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-y8x_V9 # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # ] # cmd[test CPAN::Test::Dummy::Perl5::Build::Fails]expect[(?i:t/00_load.+FAILED)]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # Running Build for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-y8x_V9 # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # Has already been made # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running Build test # t/00_load.t .. # Failed 1/2 subtests # # Test Summary Report # ------------------- # t/00_load.t (Wstat: 0 Tests: 2 Failed: 1) # Failed test: 2 # Files=1, Tests=2, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.00 cusr 0.01 csys = 0.04 CPU) # Result: FAIL # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # ./Build test -- NOT OK # //hint// to see the cpan-testers results for installing this module, try: # reports ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Failed during this command: # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz: make_test NO # ] # cmd[o conf dontload_list push YAML]expect[.]actual[Please use 'o conf commit' to make the config permanent! # # ] # cmd[o conf dontload_list push YAML::Syck]expect[.]actual[Please use 'o conf commit' to make the config permanent! # # ] # cmd[o conf commit]expect[commit: wrote]actual[commit: wrote '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/MyConfig.pm' # ] # DEBUG: name[after we turned off yaml with dontload]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[get CPAN::Test::Dummy::Perl5::Make]expect[(?sx: # not.installed,.falling.back.* # will.not.store.persistent.state)]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Running get for module 'CPAN::Test::Dummy::Perl5::Make' # CPAN: Data::Dumper loaded ok (v2.121_14) # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # CPAN: Digest::SHA loaded ok (v5.47) # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Make-1.05/ # CPAN-Test-Dummy-Perl5-Make-1.05/t/ # CPAN-Test-Dummy-Perl5-Make-1.05/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-1.05/MANIFEST # CPAN-Test-Dummy-Perl5-Make-1.05/lib/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/Bundle/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/Bundle/CpanTestDummies.pm # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/Perl5/Make.pm # CPAN-Test-Dummy-Perl5-Make-1.05/Changes # CPAN-Test-Dummy-Perl5-Make-1.05/README # CPAN-Test-Dummy-Perl5-Make-1.05/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-1.05/META.yml # CPAN: File::Temp loaded ok (v0.21) # Warning (usually harmless): 'YAML' not installed, will not store persistent state # ] # cmd[make CPAN::Test::Dummy::Perl5::Make]expect[Falling back to other methods to determine prerequisites]actual[Running make for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-txFz9F/META.yml'. Falling back to other methods to determine prerequisites # cp lib/Bundle/CpanTestDummies.pm blib/lib/Bundle/CpanTestDummies.pm # cp lib/CPAN/Test/Dummy/Perl5/Make.pm blib/lib/CPAN/Test/Dummy/Perl5/Make.pm # Manifying blib/man3/Bundle::CpanTestDummies.3 # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make.3 # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # ] # cmd[test CPAN::Test::Dummy::Perl5::Make]expect[All tests successful]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-txFz9F # Has already been made # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) # Result: PASS # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make test -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # ] # cmd[clean CPAN::Test::Dummy::Perl5::Make]expect[clean.*-- OK]actual[Running clean for module 'CPAN::Test::Dummy::Perl5::Make' # Running make clean # rm -f \ # *.a core \ # core.[0-9] blib/arch/auto/CPAN/Test/Dummy/Perl5/Make/extralibs.all \ # core.[0-9][0-9] Make.bso \ # pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ # Make.x \ # perl tmon.out \ # *.o pm_to_blib \ # blib/arch/auto/CPAN/Test/Dummy/Perl5/Make/extralibs.ld blibdirs.ts \ # core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ # core.*perl.*.? Makefile.aperl \ # perl Make.def \ # core.[0-9][0-9][0-9] mon.out \ # libMake.def perlmain.c \ # perl.exe so_locations \ # Make.exp # rm -rf \ # blib # mv Makefile Makefile.old > /dev/null 2>&1 # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make clean -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # ] # DEBUG: name[focussing test circdepe]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[dump $::x=4*6+1]expect[= 25;]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: Data::Dumper loaded ok (v2.121_14) # $VAR1 = 25; # ] # cmd[test CPAN::Test::Dummy::Perl5::Make::CircDepeOne]expect[(?xs: # Running.test.for.module.+CPAN::Test::Dummy::Perl5::Make::CircDepeOne.+ # CPAN::Test::Dummy::Perl5::Make::CircDepeThree.+\[requires\].+ # CPAN::Test::Dummy::Perl5::Make::CircDepeTwo.+\[requires\].+ # CPAN::Test::Dummy::Perl5::Make::CircDepeOne.+\[requires\].+ # Recursive.dependency.detected # )]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make::CircDepeOne' # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz # CPAN: Digest::SHA loaded ok (v5.47) # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/t/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/MANIFEST # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/lib/CPAN/Test/Dummy/Perl5/Make/CircDepeOne.pm # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/Changes # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/README # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00/META.yml # CPAN: File::Temp loaded ok (v0.21) # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::CircDepeOne # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00-u0VlfV/META.yml'. Falling back to other methods to determine prerequisites # ---- Unsatisfied dependencies detected during ---- # ---- ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz ---- # CPAN::Test::Dummy::Perl5::Make::CircDepeThree [requires] # Running make test # Delayed until after prerequisites # Running test for module 'CPAN::Test::Dummy::Perl5::Make::CircDepeThree' # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz ok # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/t/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/MANIFEST # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/Changes # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/README # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/lib/CPAN/Test/Dummy/Perl5/Make/CircDepeThree.pm # CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00/META.yml # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::CircDepeThree # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00-poAMmR/META.yml'. Falling back to other methods to determine prerequisites # ---- Unsatisfied dependencies detected during ---- # ---- ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz ---- # CPAN::Test::Dummy::Perl5::Make::CircDepeTwo [requires] # Running make test # Delayed until after prerequisites # Running test for module 'CPAN::Test::Dummy::Perl5::Make::CircDepeTwo' # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz ok # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/t/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/MANIFEST # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/lib/CPAN/Test/Dummy/Perl5/Make/CircDepeTwo.pm # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/Changes # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/README # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00/META.yml # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::CircDepeTwo # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00-FkJ2tY/META.yml'. Falling back to other methods to determine prerequisites # ---- Unsatisfied dependencies detected during ---- # ---- ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz ---- # CPAN::Test::Dummy::Perl5::Make::CircDepeOne [requires] # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # Recursive dependency detected: # CPAN::Test::Dummy::Perl5::Make::CircDepeOne (have: N/A; want: 1.00) # => ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz # => CPAN::Test::Dummy::Perl5::Make::CircDepeThree (have: N/A; requires: 0) # => ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz # => CPAN::Test::Dummy::Perl5::Make::CircDepeTwo (have: N/A; requires: 0) # => ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz # => CPAN::Test::Dummy::Perl5::Make::CircDepeOne (have: N/A; requires: 0). # Cannot resolve. # ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz # [depend] -- NOT OK # # Running make test # Can't test without successful make # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00-poAMmR # Could not make: cannot resolve circular dependency # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Running make test # Can't test without successful make # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00-u0VlfV # Could not make: cannot resolve circular dependency # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Running make test # Can't test without successful make # Failed during this command: # ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeOne-1.00.tar.gz: make NO cannot resolve circular dependency # ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeTwo-1.00.tar.gz: make NO cannot resolve circular dependency # ANDK/CPAN-Test-Dummy-Perl5-Make-CircDepeThree-1.00.tar.gz: make NO cannot resolve circular dependency # ] # DEBUG: name[focussing test unsatprereq]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[dump $::x=4*6+1]expect[= 25;]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: Data::Dumper loaded ok (v2.121_14) # $VAR1 = 25; # ] # cmd[test CPAN::Test::Dummy::Perl5::Make::UnsatPrereq]expect[(?xs: # Warning:.+? # Prerequisite.+? # CPAN::Test::Dummy::Perl5::Make.+? # 99999999.99.+? # not[ ]available[ ]according[ ]to[ ]the[ ]ind # )]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make::UnsatPrereq' # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz # CPAN: Digest::SHA loaded ok (v5.47) # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/t/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/MANIFEST # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/lib/CPAN/Test/Dummy/Perl5/Make/UnsatPrereq.pm # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/META.yml # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/Changes # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/README # CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00/Makefile.PL # CPAN: File::Temp loaded ok (v0.21) # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::UnsatPrereq # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00-DljQfV/META.yml'. Falling back to other methods to determine prerequisites # ---- Unsatisfied dependencies detected during ---- # ---- ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz ---- # CPAN::Test::Dummy::Perl5::Make [requires] # Running make test # Delayed until after prerequisites # Running test for module 'CPAN::Test::Dummy::Perl5::Make' # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz ok # CPAN-Test-Dummy-Perl5-Make-1.05/ # CPAN-Test-Dummy-Perl5-Make-1.05/t/ # CPAN-Test-Dummy-Perl5-Make-1.05/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-1.05/MANIFEST # CPAN-Test-Dummy-Perl5-Make-1.05/lib/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/Bundle/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/Bundle/CpanTestDummies.pm # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-1.05/lib/CPAN/Test/Dummy/Perl5/Make.pm # CPAN-Test-Dummy-Perl5-Make-1.05/Changes # CPAN-Test-Dummy-Perl5-Make-1.05/README # CPAN-Test-Dummy-Perl5-Make-1.05/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-1.05/META.yml # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/META.yml'. Falling back to other methods to determine prerequisites # cp lib/Bundle/CpanTestDummies.pm blib/lib/Bundle/CpanTestDummies.pm # cp lib/CPAN/Test/Dummy/Perl5/Make.pm blib/lib/CPAN/Test/Dummy/Perl5/Make.pm # Manifying blib/man3/Bundle::CpanTestDummies.3 # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make.3 # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) # Result: PASS # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make test -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/blib/lib to PERL5LIB for 'get' # Has already been unwrapped into directory /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00-DljQfV # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/blib/lib to PERL5LIB for 'make' # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz # # Warning: Prerequisite 'CPAN::Test::Dummy::Perl5::Make => 99999999.99' for 'A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz' seems not available according to the indexes # cp lib/CPAN/Test/Dummy/Perl5/Make/UnsatPrereq.pm blib/lib/CPAN/Test/Dummy/Perl5/Make/UnsatPrereq.pm # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make::UnsatPrereq.3 # ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz # /usr/bin/make -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-QzPG2H/blib/lib to PERL5LIB for 'test' # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) # Result: PASS # ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz # /usr/bin/make test -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # ] # DEBUG: name[halt_on_failure]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[dump $::x=4*6+1]expect[= 25;]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: Data::Dumper loaded ok (v2.121_14) # $VAR1 = 25; # ] # cmd[o conf halt_on_failure 1]expect[1]actual[ halt_on_failure [1] # Please use 'o conf commit' to make the config permanent! # # ] # cmd[test CPAN::Test::Dummy::Perl5::Build::Fails CPAN::Test::Dummy::Perl5::Make::Failearly]expect[FAIL]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Build::Fails' # 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs' # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # CPAN: Digest::SHA loaded ok (v5.47) # Warning (usually harmless): 'YAML' not installed, cannot parse '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/FTPstats.yml' # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/t/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/t/00_load.t # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/MANIFEST # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/META.yml # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/Changes # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/Build/ # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/README # CPAN-Test-Dummy-Perl5-Build-Fails-1.03/Build.PL # CPAN: File::Temp loaded ok (v0.21) # Warning (usually harmless): 'YAML' not installed, will not store persistent state # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # # Checking whether your kit is complete... # Looks good # # Checking prerequisites... # Looks good # # Creating new 'Build' script for 'CPAN-Test-Dummy-Perl5-Build-Fails' version '1.03' # Could not read '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Build-Fails-1.03-iuQS7W/META.yml'. Falling back to other methods to determine prerequisites # CPAN: Module::Build loaded ok (v0.32) # Copying lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm -> blib/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm # Manifying blib/lib/CPAN/Test/Dummy/Perl5/Build/Fails.pm -> blib/libdoc/CPAN::Test::Dummy::Perl5::Build::Fails.3 # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # ./Build -- OK # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Running Build test # t/00_load.t .. # Failed 1/2 subtests # # Test Summary Report # ------------------- # t/00_load.t (Wstat: 0 Tests: 2 Failed: 1) # Failed test: 2 # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.00 cusr 0.01 csys = 0.05 CPU) # Result: FAIL # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # ./Build test -- NOT OK # //hint// to see the cpan-testers results for installing this module, try: # reports ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz # Warning (usually harmless): 'YAML' not installed, will not store persistent state # Stopping: 'test' failed for 'CPAN::Test::Dummy::Perl5::Build::Fails'. # Failed during this command: # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz: make_test NO # ] # cmd[failed]expect[(?x:Failed \s during \s this \s session: \s+ # \S+ Build-Fails \S+: \s+ make_test \s+ NO \s*\z)]actual[Failed during this session: # ANDK/CPAN-Test-Dummy-Perl5-Build-Fails-1.03.tar.gz: make_test NO # ] # cmd[o conf dontload_list pop]expect[.]actual[Please use 'o conf commit' to make the config permanent! # # ] # cmd[o conf dontload_list pop]expect[.]actual[Please use 'o conf commit' to make the config permanent! # # ] # cmd[o conf commit]expect[commit: wrote]actual[commit: wrote '/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/MyConfig.pm' # ] # DEBUG: name[optional_features]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[dump $::x=6*6+9]expect[= 45;]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # CPAN: YAML loaded ok (v0.68) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # Going to read 2 yaml files from /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/ # ............................................................................DONE # Restored the state of 2 (in 0.0246 secs) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # $VAR1 = 45; # ] # cmd[o conf prefs_dir /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs]expect[prefs]actual[ prefs_dir [/Users/tom/Code/perl/CPAN] # Please use 'o conf commit' to make the config permanent! # # ] # cmd[test CPAN::Test::Dummy::Perl5::Make::Features]expect[(?sx:Builds.rice.+ # ANDK/CPAN-Test-Dummy-Perl5-Build-\d.+ # \./Build[ ]test[ ]--[ ]OK.+ # ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-\d.+ # make\S*[ ]test[ ]--[ ]OK)]actual[Running test for module 'CPAN::Test::Dummy::Perl5::Make::Features' # Running make for A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # CPAN: Digest::SHA loaded ok (v5.47) # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Make-Features-1.04/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/Make/Features.pm # CPAN-Test-Dummy-Perl5-Make-Features-1.04/t/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-Features-1.04/MANIFEST # CPAN-Test-Dummy-Perl5-Make-Features-1.04/Changes # CPAN-Test-Dummy-Perl5-Make-Features-1.04/README # CPAN-Test-Dummy-Perl5-Make-Features-1.04/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-Features-1.04/META.yml # CPAN: File::Temp loaded ok (v0.21) # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # # CPAN.pm: Going to build A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::Features # cp lib/CPAN/Test/Dummy/Perl5/Make/Features.pm blib/lib/CPAN/Test/Dummy/Perl5/Make/Features.pm # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make::Features.3 # ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # /usr/bin/make -- OK # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) # Result: PASS # ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # /usr/bin/make test -- OK # ] # Failed test 'cmd[test CPAN::Test::Dummy::Perl5::Make::Features]' # at t/31sessions.t line 301. # 'Running test for module 'CPAN::Test::Dummy::Perl5::Make::Features' # Running make for A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # CPAN: Digest::SHA loaded ok (v5.47) # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Make-Features-1.04/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/Make/Features.pm # CPAN-Test-Dummy-Perl5-Make-Features-1.04/t/ # CPAN-Test-Dummy-Perl5-Make-Features-1.04/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-Features-1.04/MANIFEST # CPAN-Test-Dummy-Perl5-Make-Features-1.04/Changes # CPAN-Test-Dummy-Perl5-Make-Features-1.04/README # CPAN-Test-Dummy-Perl5-Make-Features-1.04/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-Features-1.04/META.yml # CPAN: File::Temp loaded ok (v0.21) # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # # CPAN.pm: Going to build A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::Features # cp lib/CPAN/Test/Dummy/Perl5/Make/Features.pm blib/lib/CPAN/Test/Dummy/Perl5/Make/Features.pm # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make::Features.3 # ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # /usr/bin/make -- OK # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) # Result: PASS # ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz # /usr/bin/make test -- OK # ' # doesn't match '/(?sx:Builds.rice.+ # ANDK/CPAN-Test-Dummy-Perl5-Build-\d.+ # \./Build[ ]test[ ]--[ ]OK.+ # ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-\d.+ # make\S*[ ]test[ ]--[ ]OK)/' ##6(optional_features)/0:{q['dump $::x=6*6+9']=>q["CPAN: Storable loaded ok (v2.18)\cJGoing to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata\cJWarning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata\cJCPAN: LWP::UserAgent loaded ok (v5.824)\cJCPAN: Time::HiRes loaded ok (v1.9719)\cJCPAN: URI::URL loaded ok (v5.03)\cJCPAN: YAML loaded ok (v0.68)\cJGoing to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt\cJCPAN: Compress::Zlib loaded ok (v2.015)\cJGoing to read 2 yaml files from /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/\cJ............................................................................DONE\cJRestored the state of 2 (in 0.0246 secs)\cJ............................................................................DONE\cJGoing to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt\cJ Database was generated on Tue, 03 Feb 1970 03:17:06 GMT\cJWarning: This index file is 14272 days old.\cJ Please check the host you chose as your CPAN mirror for staleness.\cJ I'll continue but problems seem likely to happen.\cG\cJ............................................................................DONE\cJGoing to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data\cJ............................................................................DONE\cJGoing to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata\cJ\$VAR1 = 45;\cJ"]} ##6(optional_features)/1:{q['o conf prefs_dir /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/prefs']=>q[' prefs_dir [/Users/tom/Code/perl/CPAN] Please use \'o conf commit\' to make the config permanent! ']} ##6(optional_features)/2:{q['test CPAN::Test::Dummy::Perl5::Make::Features']=>q['Running test for module \'CPAN::Test::Dummy::Perl5::Make::Features\' Running make for A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for \'get\' CPAN: Digest::SHA loaded ok (v5.47) Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz ok Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes ............................................................................DONE CPAN-Test-Dummy-Perl5-Make-Features-1.04/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/Make/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/lib/CPAN/Test/Dummy/Perl5/Make/Features.pm CPAN-Test-Dummy-Perl5-Make-Features-1.04/t/ CPAN-Test-Dummy-Perl5-Make-Features-1.04/t/00_load.t CPAN-Test-Dummy-Perl5-Make-Features-1.04/MANIFEST CPAN-Test-Dummy-Perl5-Make-Features-1.04/Changes CPAN-Test-Dummy-Perl5-Make-Features-1.04/README CPAN-Test-Dummy-Perl5-Make-Features-1.04/Makefile.PL CPAN-Test-Dummy-Perl5-Make-Features-1.04/META.yml CPAN: File::Temp loaded ok (v0.21) Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for \'make\' CPAN.pm: Going to build A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz Checking if your kit is complete... Looks good Writing Makefile for CPAN::Test::Dummy::Perl5::Make::Features cp lib/CPAN/Test/Dummy/Perl5/Make/Features.pm blib/lib/CPAN/Test/Dummy/Perl5/Make/Features.pm Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make::Features.3 ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz /usr/bin/make -- OK Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for \'test\' Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, \'blib/lib\', \'blib/arch\')" t/*.t t/00_load.t .. ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) Result: PASS ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.04.tar.gz /usr/bin/make test -- OK ']} # DEBUG: name[configure_requires]system["/usr/local/bin/perl" "-I/Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t" "-Mblib" "-MCPAN::MyConfig" "-MCPAN" "-e" "@CPAN::Defaultsites = (); shell" > test.out] at t/31sessions.t line 280. # cmd[test CPAN::Test::Dummy::Perl5::Make::ConfReq]expect[test.*-- OK]actual[CPAN: Storable loaded ok (v2.18) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Warning: Found only 37 objects in /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # CPAN: LWP::UserAgent loaded ok (v5.824) # CPAN: Time::HiRes loaded ok (v1.9719) # CPAN: URI::URL loaded ok (v5.03) # CPAN: YAML loaded ok (v0.68) # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/01mailrc.txt # CPAN: Compress::Zlib loaded ok (v2.015) # Going to read 3 yaml files from /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/ # ............................................................................DONE # Restored the state of 3 (in 0.0420 secs) # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/02packages.details.txt # Database was generated on Tue, 03 Feb 1970 03:17:06 GMT # Warning: This index file is 14272 days old. # Please check the host you chose as your CPAN mirror for staleness. # I'll continue but problems seem likely to happen. # ............................................................................DONE # Going to read /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/modules/03modlist.data # ............................................................................DONE # Going to write /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/Metadata # Running test for module 'CPAN::Test::Dummy::Perl5::Make::ConfReq' # CPAN: CPAN::Kwalify loaded ok (v5.50) # Running make for A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00.tar.gz # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-Features-1.04-lMrxlH/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-Features-1.04-lMrxlH/blib/lib /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'get' # CPAN: Digest::SHA loaded ok (v5.47) # Checksum for /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00.tar.gz ok # Scanning cache /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build for sizes # ............................................................................DONE # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/CPAN/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/CPAN/Test/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/CPAN/Test/Dummy/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/CPAN/Test/Dummy/Perl5/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/CPAN/Test/Dummy/Perl5/Make/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/lib/CPAN/Test/Dummy/Perl5/Make/ConfReq.pm # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/t/ # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/t/00_load.t # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/MANIFEST # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/Changes # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/README # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/Makefile.PL # CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00/META.yml # CPAN: File::Temp loaded ok (v0.21) # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-Features-1.04-lMrxlH/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-Features-1.04-lMrxlH/blib/lib /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'make' # # CPAN.pm: Going to build A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00.tar.gz # # Checking if your kit is complete... # Looks good # Writing Makefile for CPAN::Test::Dummy::Perl5::Make::ConfReq # cp lib/CPAN/Test/Dummy/Perl5/Make/ConfReq.pm blib/lib/CPAN/Test/Dummy/Perl5/Make/ConfReq.pm # Manifying blib/man3/CPAN::Test::Dummy::Perl5::Make::ConfReq.3 # ANDK/CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00.tar.gz # /usr/bin/make -- OK # Prepending /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-Features-1.04-lMrxlH/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-Features-1.04-lMrxlH/blib/lib /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/arch /Users/tom/Code/perl/CPAN Test/CPAN-1.9304/t/dot-cpan/build/CPAN-Test-Dummy-Perl5-Make-1.05-RrCFVJ/blib/lib to PERL5LIB for 'test' # Running make test # PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # t/00_load.t .. ok # All tests successful. # Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) # Result: PASS # ANDK/CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00.tar.gz # /usr/bin/make test -- OK # ] # cmd[clean CPAN::Test::Dummy::Perl5::Make::ConfReq]expect[clean.*-- OK]actual[Running clean for module 'CPAN::Test::Dummy::Perl5::Make::ConfReq' # Running make clean # rm -f \ # *.a core \ # core.[0-9] blib/arch/auto/CPAN/Test/Dummy/Perl5/Make/ConfReq/extralibs.all \ # core.[0-9][0-9] ConfReq.bso \ # pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ # ConfReq.x \ # perl tmon.out \ # *.o pm_to_blib \ # blib/arch/auto/CPAN/Test/Dummy/Perl5/Make/ConfReq/extralibs.ld blibdirs.ts \ # core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ # core.*perl.*.? Makefile.aperl \ # perl ConfReq.def \ # core.[0-9][0-9][0-9] mon.out \ # libConfReq.def perlmain.c \ # perl.exe so_locations \ # ConfReq.exp # rm -rf \ # blib # mv Makefile Makefile.old > /dev/null 2>&1 # ANDK/CPAN-Test-Dummy-Perl5-Make-ConfReq-1.00.tar.gz # /usr/bin/make clean -- OK # ] # cmd[clean CPAN::Test::Dummy::Perl5::Make]expect[clean.*-- OK]actual[Running clean for module 'CPAN::Test::Dummy::Perl5::Make' # Running make clean # rm -f \ # *.a core \ # core.[0-9] blib/arch/auto/CPAN/Test/Dummy/Perl5/Make/extralibs.all \ # core.[0-9][0-9] Make.bso \ # pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ # Make.x \ # perl tmon.out \ # *.o pm_to_blib \ # blib/arch/auto/CPAN/Test/Dummy/Perl5/Make/extralibs.ld blibdirs.ts \ # core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ # core.*perl.*.? Makefile.aperl \ # perl Make.def \ # core.[0-9][0-9][0-9] mon.out \ # libMake.def perlmain.c \ # perl.exe so_locations \ # Make.exp # rm -rf \ # blib # mv Makefile Makefile.old > /dev/null 2>&1 # ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz # /usr/bin/make clean -- OK # ] # Looks like you failed 1 test of 56. t/31sessions.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/56 subtests Test Summary Report ------------------- t/31sessions.t (Wstat: 256 Tests: 56 Failed: 1) Failed test: 52 Non-zero exit status: 1 Files=1, Tests=56, 22 wallclock secs ( 0.04 usr 0.01 sys + 11.46 cusr 2.82 csys = 14.33 CPU) Result: FAIL Failed 1/1 test programs. 1/56 subtests failed. make: *** [test_dynamic] Error 1