PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2017-07-19T04:03:15 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Wed, 19 Jul 2017 05:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/B/BD/BDFOY/Net-MAC-Vendor-1.261.tar.gz Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/B/BD/BDFOY/Net-MAC-Vendor-1.261.tar.gz ok Net-MAC-Vendor-1.261/ Net-MAC-Vendor-1.261/Changes Net-MAC-Vendor-1.261/examples/ Net-MAC-Vendor-1.261/extras/ Net-MAC-Vendor-1.261/INSTALL.SKIP Net-MAC-Vendor-1.261/lib/ Net-MAC-Vendor-1.261/LICENSE Net-MAC-Vendor-1.261/Makefile.PL Net-MAC-Vendor-1.261/MANIFEST Net-MAC-Vendor-1.261/MANIFEST.SKIP Net-MAC-Vendor-1.261/META.json Net-MAC-Vendor-1.261/META.yml Net-MAC-Vendor-1.261/README.pod Net-MAC-Vendor-1.261/t/ Net-MAC-Vendor-1.261/xt/ Net-MAC-Vendor-1.261/xt/changes.t Net-MAC-Vendor-1.261/t/compile.t Net-MAC-Vendor-1.261/t/extract_oui_from_html.t Net-MAC-Vendor-1.261/t/fetch_oui.t Net-MAC-Vendor-1.261/t/fetch_oui_from_custom.t Net-MAC-Vendor-1.261/t/fetch_oui_from_ieee.t Net-MAC-Vendor-1.261/t/load_cache.t Net-MAC-Vendor-1.261/t/normalize_mac.t Net-MAC-Vendor-1.261/t/oui.t Net-MAC-Vendor-1.261/t/parse_oui.t Net-MAC-Vendor-1.261/t/pod.t Net-MAC-Vendor-1.261/t/pod_coverage.t Net-MAC-Vendor-1.261/t/run.t Net-MAC-Vendor-1.261/t/test_manifest Net-MAC-Vendor-1.261/lib/Net/ Net-MAC-Vendor-1.261/lib/Net/MAC/ Net-MAC-Vendor-1.261/lib/Net/MAC/Vendor.pm Net-MAC-Vendor-1.261/extras/oui-20151113.txt Net-MAC-Vendor-1.261/extras/oui-small.txt Net-MAC-Vendor-1.261/examples/README Configuring B/BD/BDFOY/Net-MAC-Vendor-1.261.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Net::MAC::Vendor Writing MYMETA.yml and MYMETA.json BDFOY/Net-MAC-Vendor-1.261.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for B/BD/BDFOY/Net-MAC-Vendor-1.261.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.261.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-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/fetch_oui_from_custom.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/README.pod ok 2 - POD test for blib/lib/Net/MAC/Vendor.pm 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 # Did connect to 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 # Some tests have to fetch data files and can take a long time Failed fetching [http://standards.ieee.org/cgi-bin/ouisearch?14-10-9F]: 500 at t/fetch_oui_from_custom.t line 18. Could not fetch data from the IEEE! at t/fetch_oui_from_custom.t line 18. t/fetch_oui_from_custom.t .. # Subtest: setup ok 1 - use Net::MAC::Vendor; ok 2 - &fetch_oui_from_custom is defined 1..2 ok 1 - setup # Subtest: fetch ok 1 # skip Couldn't fetch data, which happens, so no big whoop ok 2 # skip Couldn't fetch data, which happens, so no big whoop ok 3 - 'Got back array reference' isa 'ARRAY' ok 4 - Fetched Apple's OUI entry ok 5 # skip Couldn't fetch data, which happens, so no big whoop ok 6 # skip Couldn't fetch data, which happens, so no big whoop 1..6 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 # Did connect to http://standards-oui.ieee.org/oui.txt Failed fetching [https://services13.ieee.org/RST/standards-ra-web/rest/assignments/download/?registry=MA-L&format=html&text=00-0D-93]: 500 at t/fetch_oui.t line 45. Could not fetch data from the IEEE! at t/fetch_oui.t line 45. Failed fetching [https://services13.ieee.org/RST/standards-ra-web/rest/assignments/download/?registry=MA-L&format=html&text=00-0D-93]: 500 at t/fetch_oui.t line 58. Could not fetch data from the IEEE! at t/fetch_oui.t line 58. # File path is /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Net-MAC-Vendor-1.261-h141kL/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: fetch_apple ok 1 # skip Can't connect to the IEEE web site for 00-0D-93 ok 2 # skip Can't connect to the IEEE web site for 00-0D-93 ok 3 # skip Can't connect to the IEEE web site for 00-0D-93 ok 4 # skip Can't connect to the IEEE web site for 00-0D-93 1..4 ok 3 - 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 4 - fetch_all # Subtest: load_from_cache ok 1 - Cached file exists ok 2 - Line 1 matches for 00-0D-93 ok 3 - Line 2 matches for 00-0D-93 ok 4 - Line 3 matches for 00-0D-93 1..4 ok 5 - load_from_cache 1..5 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 t/run.t .................... ok 1 - use Net::MAC::Vendor; ok 2 - run() method is defined ok 3 - Net::MAC::Vendor->can('run') ok 4 - OUI belongs to Apple 1..4 ok All tests successful. Files=12, Tests=44, 67 wallclock secs ( 0.05 usr 0.02 sys + 3.25 cusr 0.32 csys = 3.64 CPU) Result: PASS BDFOY/Net-MAC-Vendor-1.261.tar.gz make test TEST_VERBOSE=1 -- OK brian d foy <bdfoy@cpan.org> look up the vendor for a MAC >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Net-MAC-Vendor-1.261-h141kL && tar cvf - Net-MAC-Vendor-1.261.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/B/BD/BDFOY/Net-MAC-Vendor-1.261.tar.gz Net-MAC-Vendor-1.261.ppd blib/ blib/lib/ blib/lib/Net/ blib/lib/Net/MAC/ blib/lib/Net/MAC/README.pod blib/lib/Net/MAC/Vendor.pm blib/man3/ blib/man3/Net::MAC::Vendor.3 Finished 2017-07-19T04:04:25