PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-05-02T00:21:32 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Tue, 01 May 2018 05:17:03 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/R/RE/REHSACK/File-ConfigDir-0.020.tar.gz ok File-ConfigDir-0.020/ File-ConfigDir-0.020/ARTISTIC-1.0 File-ConfigDir-0.020/LICENSE File-ConfigDir-0.020/Changes File-ConfigDir-0.020/MANIFEST File-ConfigDir-0.020/GPL-1 File-ConfigDir-0.020/t/ File-ConfigDir-0.020/README.md File-ConfigDir-0.020/MANIFEST.SKIP File-ConfigDir-0.020/META.yml File-ConfigDir-0.020/lib/ File-ConfigDir-0.020/Makefile.PL File-ConfigDir-0.020/META.json File-ConfigDir-0.020/lib/File/ File-ConfigDir-0.020/lib/File/ConfigDir.pm File-ConfigDir-0.020/t/02-plugg.t File-ConfigDir-0.020/t/01-simple.t File-ConfigDir-0.020/t/03-without.t File-ConfigDir-0.020/t/00-load.t File-ConfigDir-0.020/t/05-errors.t File-ConfigDir-0.020/t/04-internals.t Configuring R/RE/REHSACK/File-ConfigDir-0.020.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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 File::ConfigDir Writing MYMETA.yml and MYMETA.json REHSACK/File-ConfigDir-0.020.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for R/RE/REHSACK/File-ConfigDir-0.020.tar.gz >>> make cp lib/File/ConfigDir.pm blib/lib/File/ConfigDir.pm Manifying 1 pod document REHSACK/File-ConfigDir-0.020.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t xt/*.t # Testing File::ConfigDir 0.020, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static t/00-load.t ....... 1..1 ok 1 - use File::ConfigDir; ok Attempting to create directory /tmp/F4FTitLwW_ t/01-simple.t ..... ok 1 - Can config_dirs # config_dirs: /etc,/etc/xdg,/usr/local/etc,/home/fly2200/ap2200-299134/etc,/data/fly2200/cpanfly-5.22/var/tmp ok 2 - config_dirs ok 3 - Can system_cfg_dir # system_cfg_dir: /etc ok 4 - system_cfg_dir ok 5 - Can desktop_cfg_dir # desktop_cfg_dir: /etc/xdg ok 6 - desktop_cfg_dir ok 7 - Can core_cfg_dir # core_cfg_dir: /home/fly2200/ap2200-299134/etc ok 8 - core_cfg_dir ok 9 - Can site_cfg_dir # site_cfg_dir: /home/fly2200/ap2200-299134/site/lib/etc ok 10 - site_cfg_dir ok 11 - Can vendor_cfg_dir # vendor_cfg_dir: /etc ok 12 - vendor_cfg_dir ok 13 - Can local_cfg_dir # local_cfg_dir: /usr/local/etc ok 14 - local_cfg_dir ok 15 - Can here_cfg_dir # here_cfg_dir: /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/etc ok 16 - here_cfg_dir ok 17 - Can singleapp_cfg_dir # singleapp_cfg_dir: /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/etc ok 18 - singleapp_cfg_dir ok 19 - Can vendorapp_cfg_dir # vendorapp_cfg_dir: /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/etc ok 20 - vendorapp_cfg_dir ok 21 - Can xdg_config_dirs # xdg_config_dirs: /etc/xdg ok 22 - xdg_config_dirs ok 23 - Can xdg_config_home # xdg_config_home: /data/fly2200/cpanfly-5.22/var/tmp/.config ok 24 - xdg_config_home ok 25 - Can user_cfg_dir # user_cfg_dir: /data/fly2200/cpanfly-5.22/var/tmp ok 26 - user_cfg_dir ok 27 - Can locallib_cfg_dir # locallib_cfg_dir: /tmp/F4FTitLwW_/etc ok 28 - locallib_cfg_dir 1..28 ok t/02-plugg.t ...... ok 1 - registered extensible plugin ok 2 - registered pure plugin ok 3 - registered nothing ok 4 - registered undef ok 5 - registered 42 # config_dirs: /etc,/etc/xdg,/usr/local/etc,/home/fly2200/ap2200-299134/etc,/data/fly2200/cpanfly-5.22/var/tmp,/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/test_output_30603/plugg,/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/test_output_30603/pure ok 6 - config_dirs ok 7 - pure ok 8 - plugg # config_dirs: /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/test_output_30603/plugg/extra,/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/test_output_30603/pure ok 9 - config_dirs ok 10 - pure with extra ok 11 - plugg with extra 1..11 ok t/03-without.t .... # config_dirs: /etc,/etc/xdg,/usr/local/etc,/home/fly2200/ap2200-299134/etc,/data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/t ok 1 - config_dirs # user_cfg_dir: /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6/t ok 2 - user_cfg_dir # user_cfg_dir: ok 3 - user_cfg_dir # locallib_cfg_dir: ok 4 - locallib_cfg_dir 1..4 ok t/04-internals.t .. ok 1 - $a euals $b ok 2 - $a shorter than $b ok 3 - $b shorter than $a 1..3 ok t/05-errors.t ..... ok 1 - config_dirs throws exception on misuse ok 2 - system_cfg_dir throws exception on misuse ok 3 - desktop_cfg_dir throws exception on misuse ok 4 - core_cfg_dir throws exception on misuse ok 5 - site_cfg_dir throws exception on misuse ok 6 - vendor_cfg_dir throws exception on misuse ok 7 - local_cfg_dir throws exception on misuse ok 8 - here_cfg_dir throws exception on misuse ok 9 - vendorapp_cfg_dir throws exception on misuse ok 10 - xdg_config_home throws exception on misuse ok 11 - user_cfg_dir throws exception on misuse ok 12 - locallib_cfg_dir throws exception on misuse ok 13 - singleapp_cfg_dir throws exception on misuse 1..13 ok All tests successful. Files=6, Tests=60, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.36 cusr 0.10 csys = 0.52 CPU) Result: PASS REHSACK/File-ConfigDir-0.020.tar.gz make test TEST_VERBOSE=1 -- OK Jens Rehsack <rehsack@cpan.org> Get directories of configuration files >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/File-ConfigDir-0.020-Xvztr6 && tar cvf - File-ConfigDir-0.020.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/R/RE/REHSACK/File-ConfigDir-0.020.tar.gz File-ConfigDir-0.020.ppd blib/ blib/man3/ blib/man3/File::ConfigDir.3 blib/lib/ blib/lib/File/ blib/lib/File/ConfigDir.pm VmSize: 363952 kB Finished 2018-05-02T00:21:36