PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-06-14T05:34:30 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Mon, 13 Jun 2016 05:53:50 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/B/BD/BDFOY/Net-MAC-Vendor-1.26.tar.gz ok Net-MAC-Vendor-1.26/ Net-MAC-Vendor-1.26/Changes Net-MAC-Vendor-1.26/examples/ Net-MAC-Vendor-1.26/extras/ Net-MAC-Vendor-1.26/INSTALL.SKIP Net-MAC-Vendor-1.26/lib/ Net-MAC-Vendor-1.26/LICENSE Net-MAC-Vendor-1.26/Makefile.PL Net-MAC-Vendor-1.26/MANIFEST Net-MAC-Vendor-1.26/MANIFEST.SKIP Net-MAC-Vendor-1.26/META.json Net-MAC-Vendor-1.26/META.yml Net-MAC-Vendor-1.26/README.pod Net-MAC-Vendor-1.26/t/ Net-MAC-Vendor-1.26/xt/ Net-MAC-Vendor-1.26/xt/changes.t Net-MAC-Vendor-1.26/t/compile.t Net-MAC-Vendor-1.26/t/extract_oui_from_html.t Net-MAC-Vendor-1.26/t/fetch_oui.t Net-MAC-Vendor-1.26/t/fetch_oui_from_ieee.t Net-MAC-Vendor-1.26/t/load_cache.t Net-MAC-Vendor-1.26/t/normalize_mac.t Net-MAC-Vendor-1.26/t/oui.t Net-MAC-Vendor-1.26/t/parse_oui.t Net-MAC-Vendor-1.26/t/pod.t Net-MAC-Vendor-1.26/t/pod_coverage.t Net-MAC-Vendor-1.26/t/run.t Net-MAC-Vendor-1.26/t/test_manifest Net-MAC-Vendor-1.26/lib/Net/ Net-MAC-Vendor-1.26/lib/Net/MAC/ Net-MAC-Vendor-1.26/lib/Net/MAC/Vendor.pm Net-MAC-Vendor-1.26/extras/oui-20151113.txt Net-MAC-Vendor-1.26/extras/oui-small.txt Net-MAC-Vendor-1.26/examples/README Configuring B/BD/BDFOY/Net-MAC-Vendor-1.26.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: extras/oui-20150808.txt Please inform the author. Generating a Unix-style Makefile Writing Makefile for Net::MAC::Vendor Writing MYMETA.yml and MYMETA.json BDFOY/Net-MAC-Vendor-1.26.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for B/BD/BDFOY/Net-MAC-Vendor-1.26.tar.gz >>> make cp lib/Net/MAC/Vendor.pm blib/lib/Net/MAC/Vendor.pm cp README.pod blib/lib/Net/MAC/README.pod Manifying 1 pod document BDFOY/Net-MAC-Vendor-1.26.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/data/fly2400/ap2400-300558/bin/perl-static" "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib/lib', 'blib/arch', )" Test::Manifest 2.02 Level is 0 # Test level is 0 Test::Manifest::test_harness found [t/compile.t t/pod.t t/pod_coverage.t t/normalize_mac.t t/oui.t t/fetch_oui_from_ieee.t t/extract_oui_from_html.t t/parse_oui.t t/fetch_oui.t t/load_cache.t t/run.t] t/compile.t ................ ok 1 - use Net::MAC::Vendor; 1..1 ok t/pod.t .................... 1..2 ok 1 - POD test for blib/lib/Net/MAC/Vendor.pm ok 2 - POD test for blib/lib/Net/MAC/README.pod ok t/pod_coverage.t ........... 1..1 ok 1 - Pod coverage on Net::MAC::Vendor ok t/normalize_mac.t .......... ok 1 - use Net::MAC::Vendor; ok 2 - MAC 00:0d:93:84:49:ee is 00-0D-93 ok 3 - MAC 00:0d:93:29:f6:c2 is 00-0D-93 ok 4 - MAC 00-0d-93-84-49-ee is 00-0D-93 ok 5 - MAC 00-0d-93 is 00-0D-93 ok 6 - MAC :d:93 is 00-0D-93 ok 7 - MAC 00:d:9 is 00-0D-09 ok 8 - Bad MAC [] returns undef ok 9 - Bad MAC [] returns undef ok 10 - Bad MAC [0] returns undef ok 11 - Bad MAC [-1] returns undef ok 12 - Bad MAC [Foo] returns undef 1..12 ok # Some tests have to fetch data files and can take a long time # URLs are http://standards-oui.ieee.org/oui.txt # URL is http://standards-oui.ieee.org/oui.txt t/oui.t .................... # Subtest: setup ok 1 - use Net::MAC::Vendor; ok 2 - Net::MAC::Vendor->can(...) 1..2 ok 1 - setup # Subtest: oui_urls ok 1 - oui_urls returns some URLs 1..1 ok 2 - oui_urls # Subtest: oui_url ok 1 - oui_url returns a URL 1..1 ok 3 - oui_url # Subtest: fetch_url ok 1 - Fetching URL was a success 1..1 ok 4 - fetch_url 1..4 ok # Some tests have to fetch data files and can take a long time t/fetch_oui_from_ieee.t .... # Subtest: setup ok 1 - use Net::MAC::Vendor; ok 2 - &fetch_oui_from_ieee is defined 1..2 ok 1 - setup # Subtest: fetch ok 1 - 'Got back array reference' isa 'ARRAY' ok 2 - Fetched Apple's OUI entry 1..2 ok 2 - fetch 1..2 ok t/extract_oui_from_html.t .. ok 1 - use Net::MAC::Vendor; # Subtest: works ok 1 - Extracted OUI 1..1 ok 2 - works # Subtest: undefined ok 1 - Get back undef for bad HTML 1..1 ok 3 - undefined 1..3 ok t/parse_oui.t .............. ok 1 - use Net::MAC::Vendor; ok 2 - Line 0 matches ok 3 - Line 1 matches ok 4 - Line 2 matches ok 5 - Line 3 matches ok 6 - 'Empty string returns empty array ref' isa 'ARRAY' ok 7 - Empty string returns empty array ref 1..7 ok # Some tests have to fetch data files and can take a long time Failed fetching [http://standards.ieee.org/cgi-bin/ouisearch?00-0D-93]: 500 at t/fetch_oui.t line 54. Could not fetch data from the IEEE! at t/fetch_oui.t line 54. # File path is /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/Net-MAC-Vendor-1.26-BJXAyf/extras/oui-20151113.txt # ...Loading cache... # ...Cache loaded... t/fetch_oui.t .............. # Subtest: status ok 1 - use Net::MAC::Vendor; ok 2 - Net::MAC::Vendor->can('fetch_oui') 1..2 ok 1 - status # Subtest: cache_unlinked ok 1 - Cache file has been unlinked 1..1 ok 2 - cache_unlinked # Subtest: connected ok 1 - Am connected to network [200] 1..1 ok 3 - connected # Subtest: fetch_apple ok 1 - A reference of type 'ARRAY' isa 'ARRAY' ok 2 - Line 0 matches for 00-0D-93 ok 3 - Line 1 matches for 00-0D-93 ok 4 - Line 2 matches for 00-0D-93 ok 5 - Line 3 matches for 00-0D-93 1..5 ok 4 - fetch_apple # Subtest: fetch_all # Subtest: 00-0D-93 ok 1 # skip Can't connect to the IEEE web site for 00-0D-93. Sometimes that happens. ok 2 # skip Can't connect to the IEEE web site for 00-0D-93. Sometimes that happens. ok 3 # skip Can't connect to the IEEE web site for 00-0D-93. Sometimes that happens. ok 4 # skip Can't connect to the IEEE web site for 00-0D-93. Sometimes that happens. ok 5 # skip Can't connect to the IEEE web site for 00-0D-93. Sometimes that happens. 1..5 ok 1 - 00-0D-93 1..1 ok 5 - fetch_all # Subtest: load_from_cache ok 1 - Cached file exists 1..1 ok 6 - load_from_cache 1..6 ok # These tests download big files and may take several minutes # We skip these tests unless you set RUN_CACHE_TESTS t/load_cache.t ............. ok 1 1..1 ok Failed fetching [http://standards.ieee.org/cgi-bin/ouisearch?00-0D-93]: 500 at t/run.t line 14. Could not fetch data from the IEEE! at t/run.t line 14. t/run.t .................... ok 1 - use Net::MAC::Vendor; ok 2 - run() method is defined ok 3 - Net::MAC::Vendor->can('run') ok 4 # skip Problem looking up data 1..4 ok All tests successful. Files=11, Tests=43, 40 wallclock secs ( 0.08 usr 0.02 sys + 4.95 cusr 0.56 csys = 5.61 CPU) Result: PASS BDFOY/Net-MAC-Vendor-1.26.tar.gz make test TEST_VERBOSE=1 -- OK brian d foy <bdfoy@cpan.org> look up the vendor for a MAC >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/Net-MAC-Vendor-1.26-BJXAyf && tar cvf - Net-MAC-Vendor-1.26.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/B/BD/BDFOY/Net-MAC-Vendor-1.26.tar.gz Net-MAC-Vendor-1.26.ppd blib/ blib/man3/ blib/man3/Net::MAC::Vendor.3 blib/lib/ blib/lib/Net/ blib/lib/Net/MAC/ blib/lib/Net/MAC/Vendor.pm blib/lib/Net/MAC/README.pod VmSize: 329016 kB Finished 2016-06-14T05:35:15