PATH=/usr/bin:/bin:/Users/fly1600/var/megalib/bin Start 2014-08-29T03:05:32 ActivePerl-1600 CPAN-2.00 Reading '/Users/fly1600/var/cpan/Metadata' Database was generated on Fri, 29 Aug 2014 08:53:44 GMT Running make for T/TM/TMURRAY/Device-WebIO-0.001.tar.gz Checksum for /data/cpan/authors/id/T/TM/TMURRAY/Device-WebIO-0.001.tar.gz ok Device-WebIO-0.001 Device-WebIO-0.001/TODO Device-WebIO-0.001/README Device-WebIO-0.001/LICENSE Device-WebIO-0.001/dist.ini Device-WebIO-0.001/MANIFEST Device-WebIO-0.001/t Device-WebIO-0.001/t/002_pod.t Device-WebIO-0.001/Makefile.PL Device-WebIO-0.001/t/001_load.t Device-WebIO-0.001/t/030_adc_input.t Device-WebIO-0.001/t/040_pwm_output.t Device-WebIO-0.001/lib/Device Device-WebIO-0.001/lib/Device/WebIO.pm Device-WebIO-0.001/t/060_video_output.t Device-WebIO-0.001/t/010_digital_input.t Device-WebIO-0.001/t/lib Device-WebIO-0.001/t/lib/MockADCInput.pm Device-WebIO-0.001/t/020_digital_output.t Device-WebIO-0.001/t/lib/MockPWMOutput.pm Device-WebIO-0.001/t/lib/MockVideoOutput.pm Device-WebIO-0.001/t/200_two_types_one_obj.t Device-WebIO-0.001/t/lib/MockDigitalInput.pm Device-WebIO-0.001/lib/Device/WebIO Device-WebIO-0.001/lib/Device/WebIO/Device.pm Device-WebIO-0.001/t/lib/MockDigitalOutput.pm Device-WebIO-0.001/t_data Device-WebIO-0.001/t_data/wumpus_video_dump.h264 Device-WebIO-0.001/lib/Device/WebIO/Exceptions.pm Device-WebIO-0.001/lib/Device/WebIO/Device Device-WebIO-0.001/lib/Device/WebIO/Device/SPI.pm Device-WebIO-0.001/lib/Device/WebIO/Device/I2C.pm Device-WebIO-0.001/lib/Device/WebIO/Device/PWM.pm Device-WebIO-0.001/lib/Device/WebIO/Device/ADC.pm Device-WebIO-0.001/t/lib/MockDigitalInputOutput.pm Device-WebIO-0.001/lib/Device/WebIO/Device/Serial.pm Device-WebIO-0.001/lib/Device/WebIO/Device/OneWire.pm Device-WebIO-0.001/lib/Device/WebIO/Device/VideoOutput.pm Device-WebIO-0.001/lib/Device/WebIO/Device/DigitalInput.pm Device-WebIO-0.001/lib/Device/WebIO/Device/DigitalOutput.pm CPAN.pm: Building T/TM/TMURRAY/Device-WebIO-0.001.tar.gz >>> /Users/fly1600/ap1600/bin/perl-dynamic Makefile.PL Argument "0.2.1" isn't numeric in numeric lt (<) at /Users/fly1600/var/megalib/ExtUtils/MakeMaker.pm line 528. closedir() attempted on invalid dirhandle GEN0 at /Users/fly1600/ap1600/lib/DirHandle.pm line 51. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Device::WebIO Writing MYMETA.yml and MYMETA.json >>> make cp lib/Device/WebIO/Device/PWM.pm blib/lib/Device/WebIO/Device/PWM.pm cp lib/Device/WebIO/Device.pm blib/lib/Device/WebIO/Device.pm cp lib/Device/WebIO/Device/VideoOutput.pm blib/lib/Device/WebIO/Device/VideoOutput.pm cp lib/Device/WebIO/Device/DigitalInput.pm blib/lib/Device/WebIO/Device/DigitalInput.pm cp lib/Device/WebIO/Exceptions.pm blib/lib/Device/WebIO/Exceptions.pm cp lib/Device/WebIO/Device/DigitalOutput.pm blib/lib/Device/WebIO/Device/DigitalOutput.pm cp lib/Device/WebIO/Device/OneWire.pm blib/lib/Device/WebIO/Device/OneWire.pm cp lib/Device/WebIO/Device/Serial.pm blib/lib/Device/WebIO/Device/Serial.pm cp lib/Device/WebIO.pm blib/lib/Device/WebIO.pm cp lib/Device/WebIO/Device/I2C.pm blib/lib/Device/WebIO/Device/I2C.pm cp lib/Device/WebIO/Device/ADC.pm blib/lib/Device/WebIO/Device/ADC.pm cp lib/Device/WebIO/Device/SPI.pm blib/lib/Device/WebIO/Device/SPI.pm Manifying blib/man3/Device::WebIO.3 Manifying blib/man3/Device::WebIO::Device.3 Manifying blib/man3/Device::WebIO::Device::ADC.3 Manifying blib/man3/Device::WebIO::Device::DigitalInput.3 Manifying blib/man3/Device::WebIO::Device::DigitalOutput.3 Manifying blib/man3/Device::WebIO::Device::VideoOutput.3 TMURRAY/Device-WebIO-0.001.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1600/ap1600/bin/perl-dynamic "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Device::WebIO::Device::VideoStream;' # at t/001_load.t line 38. # Tried to use 'Device::WebIO::Device::VideoStream'. # Error: Can't locate Device/WebIO/Device/VideoStream.pm in @INC (@INC contains: /Users/fly1600/var/cpan/build/Device-WebIO-0.001-mE63FH/blib/lib /Users/fly1600/var/cpan/build/Device-WebIO-0.001-mE63FH/blib/arch /Users/fly1600/var/megalib /Users/fly1600/var/megalib /Users/fly1600/Library/ActivePerl-5.16/lib /Users/fly1600/ap1600/site/lib /Users/fly1600/ap1600/lib .) at t/001_load.t line 38. # BEGIN failed--compilation aborted at t/001_load.t line 38. # Looks like you failed 1 test of 12. t/001_load.t ............... 1..12 ok 1 - use Device::WebIO::Exceptions; ok 2 - use Device::WebIO; ok 3 - use Device::WebIO::Device; ok 4 - use Device::WebIO::Device::DigitalInput; ok 5 - use Device::WebIO::Device::DigitalOutput; ok 6 - use Device::WebIO::Device::ADC; ok 7 - use Device::WebIO::Device::PWM; ok 8 - use Device::WebIO::Device::SPI; ok 9 - use Device::WebIO::Device::I2C; ok 10 - use Device::WebIO::Device::Serial; ok 11 - use Device::WebIO::Device::OneWire; not ok 12 - use Device::WebIO::Device::VideoStream; Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests t/002_pod.t ................ 1..12 ok 1 - POD test for lib/Device/WebIO.pm ok 2 - POD test for lib/Device/WebIO/Device.pm ok 3 - POD test for lib/Device/WebIO/Exceptions.pm (no pod) ok 4 - POD test for lib/Device/WebIO/Device/ADC.pm ok 5 - POD test for lib/Device/WebIO/Device/DigitalInput.pm ok 6 - POD test for lib/Device/WebIO/Device/DigitalOutput.pm ok 7 - POD test for lib/Device/WebIO/Device/I2C.pm (no pod) ok 8 - POD test for lib/Device/WebIO/Device/OneWire.pm (no pod) ok 9 - POD test for lib/Device/WebIO/Device/PWM.pm (no pod) ok 10 - POD test for lib/Device/WebIO/Device/Serial.pm (no pod) ok 11 - POD test for lib/Device/WebIO/Device/SPI.pm (no pod) ok 12 - POD test for lib/Device/WebIO/Device/VideoOutput.pm ok t/010_digital_input.t ...... 1..12 ok 1 - Does Device role ok 2 - Does DigitalInput role ok 3 - Pin 0 set as input ok 4 - Pin 1 set as input ok 5 - Pin 2 not set as input ok 6 - Input 0 on pin 0 ok 7 - Input 1 on pin 1 ok 8 - Fetch pin count ok 9 - Read whole port ok 10 - Caught exception for using too high a pin for set_as_input() ok 11 - Caught exception for using too high a pin for digital_input() ok 12 - Caught exception for using an output function on an input-only object ok t/020_digital_output.t ..... 1..13 ok 1 - Does Device role ok 2 - Does DigitalOutput role ok 3 - Pin 0 set as output ok 4 - Pin 1 set as output ok 5 - Pin 2 not set as output ok 6 - Output 0 on pin 0 ok 7 - Output 1 on pin 1 ok 8 - Fetch pin count ok 9 - Port write pin 0 ok 10 - Port write pin 5 ok 11 - Caught exception for using too high a pin on set_as_output() ok 12 - Caught exception for using too high a pin on digital_output() ok 13 - Caught exception for using an input function on an output-only object ok t/030_adc_input.t .......... 1..20 ok 1 - Does Device role ok 2 - Does ADC role ok 3 - Pin count ok 4 - Bit resolution pin 0 ok 5 - Max int pin 0 ok 6 - Volt reference pin 0 ok 7 - Bit resolution pin 2 ok 8 - Max int pin 2 ok 9 - Volt reference pin 2 ok 10 - ADC pin 0 set ok 11 - ADC pin 1 set ok 12 - ADC pin 2 set ok 13 - ADC pin 0 float ok 14 - ADC pin 2 float ok 15 - ADC pin 0 volts ok 16 - ADC pin 2 volts ok 17 - Caught exception for using too high a pin for adc_input_int() ok 18 - Caught exception for using too high a pin for adc_input_float() ok 19 - Caught exception for using too high a pin for adc_input_volts() ok 20 - Caught exception for using a digital output function on an adc-only object ok t/040_pwm_output.t ......... 1..13 ok 1 - Does Device role ok 2 - Does PWM role ok 3 - Pin count ok 4 - Bit resolution pin 0 ok 5 - Max int pin 0 ok 6 - Bit resolution pin 0 ok 7 - Max int pin 0 ok 8 - PWM pin 0 set ok 9 - PWM pin 1 set ok 10 - PWM pin 2 set ok 11 - Caught exception for using too high a pin for pwm_output_int() ok 12 - Caught exception for using too high a pin for pwm_output_float() ok 13 - Caught exception for using a digital output function on a pwm-only object ok t/060_video_output.t ....... 1..13 ok 1 - Does Device role ok 2 - Does VideoOutput role ok 3 - Channel count ok 4 - Width ok 5 - Height ok 6 - FPS ok 7 - Kbps ok 8 - Width ok 9 - Height ok 10 - FPS ok 11 - Kbps ok 12 - Content-type video/h264 is allowed ok 13 - Got video stream ok t/200_two_types_one_obj.t .. 1..12 ok 1 - Does DigitalInput role ok 2 - Does DigitalOutput role ok 3 - Input pin count ok 4 - Output pin count ok 5 - Pin 0 set as input ok 6 - Pin 1 set as output ok 7 - Input 1 on pin 0 ok 8 - Output 1 on pin 1 ok 9 - Read whole port ok 10 - Port write pin 0 ok 11 - Port write pin 5 ok 12 - Caught exception for using too high a pin on set_as_output() ok Test Summary Report ------------------- t/001_load.t (Wstat: 256 Tests: 12 Failed: 1) Failed test: 12 Non-zero exit status: 1 Files=8, Tests=107, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.75 cusr 0.10 csys = 0.94 CPU) Result: FAIL Failed 1/8 test programs. 1/107 subtests failed. make: *** [test_dynamic] Error 255 TMURRAY/Device-WebIO-0.001.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TMURRAY/Device-WebIO-0.001.tar.gz Finished 2014-08-29T03:05:36