PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-11-13T02:32:53 ActivePerl-1200 CPAN-2.00 Reading '/export/home/fly1264/var/cpan/Metadata' Database was generated on Thu, 13 Nov 2014 08:41:02 GMT Running make for T/TM/TMURRAY/Device-WebIO-0.006.tar.gz Checksum for /export/home/fly1264/var/cpan/sources/authors/id/T/TM/TMURRAY/Device-WebIO-0.006.tar.gz ok Device-WebIO-0.006 Device-WebIO-0.006/TODO Device-WebIO-0.006/README Device-WebIO-0.006/LICENSE Device-WebIO-0.006/dist.ini Device-WebIO-0.006/MANIFEST Device-WebIO-0.006/CHANGELOG Device-WebIO-0.006/META.json Device-WebIO-0.006/t Device-WebIO-0.006/t/090_i2c.t Device-WebIO-0.006/t/002_pod.t Device-WebIO-0.006/Makefile.PL Device-WebIO-0.006/t/001_load.t Device-WebIO-0.006/t_data Device-WebIO-0.006/t_data/test.jpg Device-WebIO-0.006/t/030_adc_input.t Device-WebIO-0.006/t/040_pwm_output.t Device-WebIO-0.006/lib/Device Device-WebIO-0.006/lib/Device/WebIO.pm Device-WebIO-0.006/t/070_description.t Device-WebIO-0.006/t/060_video_output.t Device-WebIO-0.006/t/100_temp_sensors.t Device-WebIO-0.006/t/lib Device-WebIO-0.006/t/lib/MockI2CUser.pm Device-WebIO-0.006/t/010_digital_input.t Device-WebIO-0.006/t/lib/MockADCInput.pm Device-WebIO-0.006/t/020_digital_output.t Device-WebIO-0.006/t/lib/MockPWMOutput.pm Device-WebIO-0.006/t/lib/MockTempSensor.pm Device-WebIO-0.006/t/lib/MockI2CProvider.pm Device-WebIO-0.006/t/lib/MockVideoOutput.pm Device-WebIO-0.006/t/200_two_types_one_obj.t Device-WebIO-0.006/t/lib/MockDigitalInput.pm Device-WebIO-0.006/lib/Device/WebIO Device-WebIO-0.006/lib/Device/WebIO/Device.pm Device-WebIO-0.006/t/080_still_image_output.t Device-WebIO-0.006/t/lib/MockDigitalOutput.pm Device-WebIO-0.006/t/lib/MockStillImageOutput.pm Device-WebIO-0.006/t_data/wumpus_video_dump.h264 Device-WebIO-0.006/lib/Device/WebIO/Exceptions.pm Device-WebIO-0.006/lib/Device/WebIO/Device Device-WebIO-0.006/lib/Device/WebIO/Device/SPI.pm Device-WebIO-0.006/lib/Device/WebIO/Device/PWM.pm Device-WebIO-0.006/lib/Device/WebIO/Device/ADC.pm Device-WebIO-0.006/t/lib/MockDigitalInputOutput.pm Device-WebIO-0.006/lib/Device/WebIO/Device/Serial.pm Device-WebIO-0.006/lib/Device/WebIO/Device/OneWire.pm Device-WebIO-0.006/lib/Device/WebIO/Device/I2CUser.pm Device-WebIO-0.006/examples Device-WebIO-0.006/examples/rpi_firmata_link_blink.pl Device-WebIO-0.006/lib/Device/WebIO/Device/TempSensor.pm Device-WebIO-0.006/lib/Device/WebIO/Device/I2CProvider.pm Device-WebIO-0.006/lib/Device/WebIO/Device/VideoOutput.pm Device-WebIO-0.006/lib/Device/WebIO/Device/DigitalInput.pm Device-WebIO-0.006/lib/Device/WebIO/Device/DigitalOutput.pm Device-WebIO-0.006/lib/Device/WebIO/Device/StillImageOutput.pm CPAN.pm: Building T/TM/TMURRAY/Device-WebIO-0.006.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL 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/StillImageOutput.pm blib/lib/Device/WebIO/Device/StillImageOutput.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/TempSensor.pm blib/lib/Device/WebIO/Device/TempSensor.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/I2CUser.pm blib/lib/Device/WebIO/Device/I2CUser.pm cp lib/Device/WebIO/Device/ADC.pm blib/lib/Device/WebIO/Device/ADC.pm cp lib/Device/WebIO/Device/I2CProvider.pm blib/lib/Device/WebIO/Device/I2CProvider.pm cp lib/Device/WebIO/Device/SPI.pm blib/lib/Device/WebIO/Device/SPI.pm Manifying 10 pod documents TMURRAY/Device-WebIO-0.006.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/export/home/fly1264/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_load.t ................ 1..13 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::I2CProvider; ok 10 - use Device::WebIO::Device::I2CUser; ok 11 - use Device::WebIO::Device::Serial; ok 12 - use Device::WebIO::Device::OneWire; ok 13 - use Device::WebIO::Device::VideoOutput; ok t/002_pod.t ................. 1..15 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/SPI.pm (no pod) ok 5 - POD test for lib/Device/WebIO/Device/PWM.pm (no pod) ok 6 - POD test for lib/Device/WebIO/Device/ADC.pm ok 7 - POD test for lib/Device/WebIO/Device/Serial.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/I2CUser.pm ok 10 - POD test for lib/Device/WebIO/Device/TempSensor.pm ok 11 - POD test for lib/Device/WebIO/Device/I2CProvider.pm ok 12 - POD test for lib/Device/WebIO/Device/VideoOutput.pm ok 13 - POD test for lib/Device/WebIO/Device/DigitalInput.pm ok 14 - POD test for lib/Device/WebIO/Device/DigitalOutput.pm ok 15 - POD test for lib/Device/WebIO/Device/StillImageOutput.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 Perl v5.14.0 required--this is only v5.12.0, stopped at t/070_description.t line 25. BEGIN failed--compilation aborted at t/070_description.t line 25. # Looks like your test exited with 255 before it could output anything. t/070_description.t ......... 1..3 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests t/080_still_image_output.t .. 1..9 ok 1 - Channel count ok 2 - Width ok 3 - Height ok 4 - Quality ok 5 - Width ok 6 - Height ok 7 - Quality ok 8 - Content-type image/jpeg is allowed ok 9 - Got video stream ok Perl v5.14.0 required--this is only v5.12.0, stopped at t/090_i2c.t line 25. BEGIN failed--compilation aborted at t/090_i2c.t line 25. # Looks like your test exited with 255 before it could output anything. t/090_i2c.t ................. 1..2 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Perl v5.14.0 required--this is only v5.12.0, stopped at t/100_temp_sensors.t line 25. BEGIN failed--compilation aborted at t/100_temp_sensors.t line 25. # Looks like your test exited with 255 before it could output anything. t/100_temp_sensors.t ........ 1..6 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 6/6 subtests 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/070_description.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 0. t/090_i2c.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 0. t/100_temp_sensors.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 6 tests but ran 0. Files=12, Tests=120, 5 wallclock secs ( 0.27 usr 0.13 sys + 4.09 cusr 0.51 csys = 5.00 CPU) Result: FAIL Failed 3/12 test programs. 0/120 subtests failed. make: *** [test_dynamic] Error 255 TMURRAY/Device-WebIO-0.006.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.006.tar.gz Finished 2014-11-13T02:33:12