PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-09-12T00:00:45 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Mon, 11 Sep 2017 05:17:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/D/DD/DDUMONT/App-Cme-1.023.tar.gz ok App-Cme-1.023/ App-Cme-1.023/MANIFEST App-Cme-1.023/README.install.pod App-Cme-1.023/LICENSE App-Cme-1.023/t/ App-Cme-1.023/t/cme-command.t App-Cme-1.023/weaver.ini App-Cme-1.023/bin/ App-Cme-1.023/bin/cme App-Cme-1.023/Changes App-Cme-1.023/lib/ App-Cme-1.023/lib/App/ App-Cme-1.023/lib/App/Cme.pm App-Cme-1.023/lib/App/Cme/ App-Cme-1.023/lib/App/Cme/Common.pm App-Cme-1.023/lib/App/Cme/Command/ App-Cme-1.023/lib/App/Cme/Command/run.pm App-Cme-1.023/lib/App/Cme/Command/update.pm App-Cme-1.023/lib/App/Cme/Command/fusefs.pm App-Cme-1.023/lib/App/Cme/Command/list.pm App-Cme-1.023/lib/App/Cme/Command/fix.pm App-Cme-1.023/lib/App/Cme/Command/migrate.pm App-Cme-1.023/lib/App/Cme/Command/modify.pm App-Cme-1.023/lib/App/Cme/Command/check.pm App-Cme-1.023/lib/App/Cme/Command/shell.pm App-Cme-1.023/lib/App/Cme/Command/edit.pm App-Cme-1.023/lib/App/Cme/Command/gen_class_pod.pm App-Cme-1.023/lib/App/Cme/Command/dump.pm App-Cme-1.023/lib/App/Cme/Command/search.pm App-Cme-1.023/README.pod App-Cme-1.023/META.json App-Cme-1.023/build-from-git.md App-Cme-1.023/contrib/ App-Cme-1.023/contrib/bash_completion.cme App-Cme-1.023/MANIFEST.SKIP App-Cme-1.023/META.yml App-Cme-1.023/CONTRIBUTING.md App-Cme-1.023/Build.PL Configuring D/DD/DDUMONT/App-Cme-1.023.tar.gz with Build.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'App-Cme' version '1.023' DDUMONT/App-Cme-1.023.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Build.PL -- OK Running Build for D/DD/DDUMONT/App-Cme-1.023.tar.gz >>> ./Build Building App-Cme DDUMONT/App-Cme-1.023.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 Prototype mismatch: sub CORE::GLOBAL::exit: none vs (;$) at /data/fly2200/cpanfly-5.22/var/megalib/Tk.pm line 415. t/cme-command.t .. # cme is invoked with: '/data/fly2200/ap2200-299134/bin/perl-static -Ilib -I/home/fly2200/ap2200-299134/site/lib -I/home/fly2200/ap2200-299134/lib -I. bin/cme' # Subtest: list command ok 1 - threw no exceptions 1..1 ok 1 - list command # Subtest: modification without config file ok 1 - error detected ok 2 - missing config file detected 1..2 ok 2 - modification without config file # Subtest: minimal modification ok 1 - all went well ok 2 - threw no exceptions cme: using PopCon model ok 3 - updated header ok 4 - reordered file ok 5 - double comment is removed ok 6 - backup file was created ok 7 - backup file contains original comment 1..7 ok 3 - minimal modification # Subtest: modification with wrong parameter ok 1 - error detected ok 2 - check unknown element ok 3 - wrong parameter detected 1..3 ok 4 - modification with wrong parameter # Subtest: modification with good parameter ok 1 - all went well ok 2 - updated header ok 3 - double comment is removed 1..3 ok 5 - modification with good parameter # Subtest: search ok 1 - threw no exceptions ok 2 - search went well ok 3 - got PARTICIPATE ok 4 - got USEHTTP 1..4 ok 6 - search # Subtest: modification with utf8 parameter ok 1 - threw no exceptions ok 2 - all went well ok 3 - updated MY_HOSTID with weird utf8 hostname 1..3 ok 7 - modification with utf8 parameter # Subtest: modification with a script and args # cme command: cme run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 --arg name=foobar ok 1 - threw no exceptions ok 2 - all went well ok 3 - updated MY_HOSTID with script 1..3 ok 8 - modification with a script and args # Subtest: modification with a script and var section # cme command: cme run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 ok 1 - threw no exceptions ok 2 - all went well ok 3 - updated MY_HOSTID with script 1..3 ok 9 - modification with a script and var section # Subtest: modification with a script and var section which uses args # cme command: cme run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 --arg fooname=foo ok 1 - threw no exceptions ok 2 - all went well ok 3 - updated MY_HOSTID with script 1..3 ok 10 - modification with a script and var section which uses args # Subtest: modification with a Perl script run by cme run with args # cme command: cme run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 foobar3 ok 1 - threw no exceptions ok 2 - all went well ok 3 - updated MY_HOSTID with script 1..3 ok 11 - modification with a Perl script run by cme run with args # Subtest: modification with a Perl script run by cme run with missing arg # cme command: run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 ok 1 - wrong command detected ok 2 - check error message of cme command 1..2 ok 12 - modification with a Perl script run by cme run with missing arg # Subtest: modification with a Perl script run by cme run with 2 missing args # cme command: run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 ok 1 - wrong command detected ok 2 - check error message of cme command 1..2 ok 13 - modification with a Perl script run by cme run with 2 missing args # Subtest: modification with a Perl script run by cme run with missing args in var line # cme command: run wr_root/popcon1/my-script.cme -root-dir wr_root/popcon1 ok 1 - wrong command detected ok 2 - check error message of cme command 1..2 ok 14 - modification with a Perl script run by cme run with missing args in var line 1..14 ok All tests successful. Files=1, Tests=14, 2 wallclock secs ( 0.02 usr 0.02 sys + 0.68 cusr 0.40 csys = 1.12 CPU) Result: PASS DDUMONT/App-Cme-1.023.tar.gz ./Build test verbose=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DD/DDUMONT/CHECKSUMS Dominique Dumont <ddumont@cpan.org> Check or edit configuration data with Config::Model >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/App-Cme-1.023-BThnOk && tar cvf - App-Cme-1.023.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/D/DD/DDUMONT/App-Cme-1.023.tar.gz App-Cme-1.023.ppd blib/ blib/script/ blib/script/cme blib/lib/ blib/lib/App/ blib/lib/App/Cme.pm blib/lib/App/Cme/ blib/lib/App/Cme/Common.pm blib/lib/App/Cme/Command/ blib/lib/App/Cme/Command/gen_class_pod.pm blib/lib/App/Cme/Command/migrate.pm blib/lib/App/Cme/Command/modify.pm blib/lib/App/Cme/Command/edit.pm blib/lib/App/Cme/Command/check.pm blib/lib/App/Cme/Command/dump.pm blib/lib/App/Cme/Command/search.pm blib/lib/App/Cme/Command/shell.pm blib/lib/App/Cme/Command/run.pm blib/lib/App/Cme/Command/fix.pm blib/lib/App/Cme/Command/fusefs.pm blib/lib/App/Cme/Command/update.pm blib/lib/App/Cme/Command/list.pm VmSize: 361536 kB Finished 2017-09-12T00:00:52