Skip to content

Instantly share code, notes, and snippets.

@mackee
Created June 1, 2013 17:53
Show Gist options
  • Save mackee/5691171 to your computer and use it in GitHub Desktop.
Save mackee/5691171 to your computer and use it in GitHub Desktop.
Script started on 2013年06月02日 02時26分17秒
[- o -] $ perl -V
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
Platform:
osname=linux, osvers=3.6.11+, archname=armv6l-linux
uname='linux raspberrypi 3.6.11+ #371 preempt thu feb 7 16:31:35 gmt 2013 armv6l gnulinux '
config_args='-Dprefix=/home/pi/.plenv/versions/5.16.3 -de -A'eval:scriptdir=/home/pi/.plenv/versions/5.16.3/bin''
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at May 25 2013 16:11:52
@INC:
/home/pi/.plenv/versions/5.16.3/lib/perl5/site_perl/5.16.3/armv6l-linux
/home/pi/.plenv/versions/5.16.3/lib/perl5/site_perl/5.16.3
/home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/armv6l-linux
/home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3
.
[- o -] $ perl Makefile.PL
Writing ppport.h
Checking if your kit is complete...
Looks good
Writing Makefile for Text::Xslate
Writing MYMETA.yml and MYMETA.json
[- o -] $ make
cp lib/Text/Xslate/PP/Const.pm blib/lib/Text/Xslate/PP/Const.pm
cp lib/Text/Xslate.pm blib/lib/Text/Xslate.pm
cp lib/Text/Xslate/Bridge.pm blib/lib/Text/Xslate/Bridge.pm
cp lib/Text/Xslate/Syntax/Kolon.pm blib/lib/Text/Xslate/Syntax/Kolon.pm
cp lib/Text/Xslate/Manual/Debugging.pod blib/lib/Text/Xslate/Manual/Debugging.pod
cp lib/Text/Xslate/Syntax/TTerse.pm blib/lib/Text/Xslate/Syntax/TTerse.pm
cp lib/Text/Xslate/Manual.pod blib/lib/Text/Xslate/Manual.pod
cp lib/Text/Xslate/Syntax/Metakolon.pm blib/lib/Text/Xslate/Syntax/Metakolon.pm
cp lib/Text/Xslate/HashWithDefault.pm blib/lib/Text/Xslate/HashWithDefault.pm
cp lib/Text/Xslate/PP.pm blib/lib/Text/Xslate/PP.pm
cp lib/Text/Xslate/Type/Raw.pm blib/lib/Text/Xslate/Type/Raw.pm
cp lib/Text/Xslate/Manual/Builtin.pod blib/lib/Text/Xslate/Manual/Builtin.pod
cp lib/Text/Xslate/Manual/Cookbook.pod blib/lib/Text/Xslate/Manual/Cookbook.pod
cp lib/Text/Xslate/Runner.pm blib/lib/Text/Xslate/Runner.pm
cp lib/Text/Xslate/PP/Type/Macro.pm blib/lib/Text/Xslate/PP/Type/Macro.pm
cp lib/Text/Xslate/Parser.pm blib/lib/Text/Xslate/Parser.pm
cp lib/Text/Xslate/Util.pm blib/lib/Text/Xslate/Util.pm
cp lib/Text/Xslate/PP/Method.pm blib/lib/Text/Xslate/PP/Method.pm
cp lib/Text/Xslate/Symbol.pm blib/lib/Text/Xslate/Symbol.pm
cp lib/Text/Xslate/PP/State.pm blib/lib/Text/Xslate/PP/State.pm
cp lib/Text/Xslate/PP/Type/Raw.pm blib/lib/Text/Xslate/PP/Type/Raw.pm
cp lib/Text/Xslate/Bridge/Star.pm blib/lib/Text/Xslate/Bridge/Star.pm
cp lib/Text/Xslate/Compiler.pm blib/lib/Text/Xslate/Compiler.pm
cp lib/Text/Xslate/Manual/FAQ.pod blib/lib/Text/Xslate/Manual/FAQ.pod
cp lib/Text/Xslate/PP/Type/Pair.pm blib/lib/Text/Xslate/PP/Type/Pair.pm
cp lib/Text/Xslate/PP/Opcode.pm blib/lib/Text/Xslate/PP/Opcode.pm
/home/pi/.plenv/versions/5.16.3/bin/perl5.16.3 "-Iinc" /home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/ExtUtils/xsubpp -typemap /home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/ExtUtils/typemap src/xslate_methods.xs > src/xslate_methods.xsc && mv src/xslate_methods.xsc src/xslate_methods.c
cc -c "-I." "-I." -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"2.0004\" -DXS_VERSION=\"2.0004\" -o src/xslate_methods.o -fPIC "-I/home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/armv6l-linux/CORE" -DUSE_PPPORT src/xslate_methods.c
/home/pi/.plenv/versions/5.16.3/bin/perl5.16.3 "-Iinc" /home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/ExtUtils/xsubpp -typemap /home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/ExtUtils/typemap src/Text-Xslate.xs > src/Text-Xslate.xsc && mv src/Text-Xslate.xsc src/Text-Xslate.c
cc -c "-I." "-I." -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"2.0004\" -DXS_VERSION=\"2.0004\" -o src/Text-Xslate.o -fPIC "-I/home/pi/.plenv/versions/5.16.3/lib/perl5/5.16.3/armv6l-linux/CORE" -DUSE_PPPORT src/Text-Xslate.c
Running Mkbootstrap for Text::Xslate ()
chmod 644 Xslate.bs
rm -f blib/arch/auto/Text/Xslate/Xslate.so
cc -shared -O2 -L/usr/local/lib -fstack-protector src/xslate_methods.o src/Text-Xslate.o -o blib/arch/auto/Text/Xslate/Xslate.so \
\
chmod 755 blib/arch/auto/Text/Xslate/Xslate.so
cp Xslate.bs blib/arch/auto/Text/Xslate/Xslate.bs
chmod 644 blib/arch/auto/Text/Xslate/Xslate.bs
cp script/xslate blib/script/xslate
/home/pi/.plenv/versions/5.16.3/bin/perl5.16.3 "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xslate
Manifying blib/man1/xslate.1
Manifying blib/man3/Text::Xslate::PP::Const.3
Manifying blib/man3/Text::Xslate::Syntax::Kolon.3
Manifying blib/man3/Text::Xslate::Bridge.3
Manifying blib/man3/Text::Xslate.3
Manifying blib/man3/Text::Xslate::Manual::Debugging.3
Manifying blib/man3/Text::Xslate::Syntax::TTerse.3
Manifying blib/man3/Text::Xslate::HashWithDefault.3
Manifying blib/man3/Text::Xslate::Manual.3
Manifying blib/man3/Text::Xslate::Syntax::Metakolon.3
Manifying blib/man3/Text::Xslate::Manual::Builtin.3
Manifying blib/man3/Text::Xslate::Type::Raw.3
Manifying blib/man3/Text::Xslate::PP.3
Manifying blib/man3/Text::Xslate::Manual::Cookbook.3
Manifying blib/man3/Text::Xslate::Runner.3
Manifying blib/man3/Text::Xslate::PP::Type::Macro.3
Manifying blib/man3/Text::Xslate::Parser.3
Manifying blib/man3/Text::Xslate::Util.3
Manifying blib/man3/Text::Xslate::Symbol.3
Manifying blib/man3/Text::Xslate::PP::Method.3
Manifying blib/man3/Text::Xslate::PP::State.3
Manifying blib/man3/Text::Xslate::PP::Type::Raw.3
Manifying blib/man3/Text::Xslate::Bridge::Star.3
Manifying blib/man3/Text::Xslate::Compiler.3
Manifying blib/man3/Text::Xslate::Manual::FAQ.3
Manifying blib/man3/Text::Xslate::PP::Type::Pair.3
Manifying blib/man3/Text::Xslate::PP::Opcode.3
[- o -] $ make test
PERL_DL_NONLAZY=1 /home/pi/.plenv/versions/5.16.3/bin/perl5.16.3 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch'); " t/*.t t/010_internals/*.t t/020_interface/*.t t/030_kolon/*.t t/040_tterse/*.t t/050_builtins/*.t t/100_plugin/*.t t/200_app/*.t t/300_examples/*.t t/900_bugs/*.t
t/000_load.t .................................. 2/7 # Testing Text::Xslate/2.0004
# Backend: XS
# $ENV{XSLATE}=
t/000_load.t .................................. ok
t/010_internals/001_parse.t ................... ok/?
t/010_internals/002_compile.t ................. ok?
t/010_internals/003_assemble.t ................ ok4
t/010_internals/004_magic.t ................... ok?
t/010_internals/005_load_file.t ............... ok?
t/010_internals/006_errhandler.t .............. ok?
t/010_internals/007_compile_errs.t ............ ok/?
t/010_internals/008_files.t ................... 61/?
# Failed test 'auto reload'
# at t/010_internals/008_files.t line 79.
# got: 'Hello, Perl world!
# '
# expected: 'Hi, Perl.
# '
# Failed test 'auto reload'
# at t/010_internals/008_files.t line 79.
# got: 'Hello, Perl world!
# '
# expected: 'Hi, Perl.
# '
t/010_internals/008_files.t ................... 64/? # Looks like you failed 2 tests of 67.
t/010_internals/008_files.t ................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/67 subtests
t/010_internals/009_goto_address.t ............ ok?
t/010_internals/010_line_number.t ............. ok/?
t/010_internals/011_missuse.t ................. ok?
t/010_internals/012_multilines.t .............. ok?
t/010_internals/013_deps_str.t ................ ok?
t/010_internals/014_deps_file.t ............... ok?
t/010_internals/015_deps_file2.t .............. ok?
t/010_internals/016_cached.t .................. ok?
t/010_internals/017_render.t .................. ok/?
t/010_internals/018_opinfo.t .................. ok?
t/010_internals/019_runtime_error.t ........... ok/?
t/010_internals/020_optimize.t ................ ok/?
t/010_internals/021_edge_cases.t .............. ok/?
t/010_internals/022_signal.t .................. ok?
t/010_internals/023_cachepath.t ............... ok?
t/010_internals/024_die_in_macros.t ........... ok?
t/010_internals/025_reset_hooks.t ............. ok20
t/010_internals/026_issue16_deep_recursion.t .. ok?
t/010_internals/027_infinite_warn.t ........... ok?
t/010_internals/028_taint.t ................... ok?
t/010_internals/029_large_file.t .............. ok?
t/010_internals/030_die_in_funcs.t ............ ok?
t/010_internals/031_save_src.t ................ ok?
t/010_internals/032_encoding_error.t .......... skipped: TODO: the behaviours of PP and XS does not match
t/010_internals/033_vpath_cache.t ............. ok?
t/010_internals/034_is_code_ref.t ............. ok?
t/010_internals/036_merge_hash.t .............. ok?
t/010_internals/037_find_file.t ............... ok?
t/010_internals/038_suffix.t .................. ok?
t/010_internals/100_threads.t ................. skipped: multi-threading tests
t/010_internals/200_leaktrace.t ............... skipped: Test requires module 'Test::LeakTrace' but it's not found
t/010_internals/300_explicit_pp.t ............. ok5
t/020_interface/001_parser_option.t ........... ok?
t/020_interface/002_myparser.t ................ ok/?
t/020_interface/003_encoding.t ................ ok/?
t/020_interface/004_no_vars.t ................. ok?
t/020_interface/005_util.t .................... ok?
t/020_interface/006_psgi.t .................... ok?
t/020_interface/007_data_section.t ............ ok/?
t/020_interface/008_type.t .................... ok?
t/020_interface/009_hash_with_default.t ....... ok?
t/020_interface/010_err_encoding.t ............ ok?
t/020_interface/011_hwd_w_include_vars.t ...... ok?
t/020_interface/012_default_functions.t ....... ok?
t/020_interface/013_slurp_template.t .......... ok?
t/020_interface/014_customize_option.t ........ ok?
t/020_interface/015_render_recursion.t ........ ok?
t/030_kolon/001_interpolate.t ................. ok/?
t/030_kolon/002_field.t ....................... ok/?
t/030_kolon/003_for.t ......................... ok/?
t/030_kolon/004_if.t .......................... ok/?
t/030_kolon/005_rel_ops.t ..................... ok/?
t/030_kolon/006_arith_ops.t ................... ok/?
t/030_kolon/007_log_ops.t ..................... ok/?
t/030_kolon/008_literal.t ..................... ok/?
t/030_kolon/009_include.t ..................... ok3/?
t/030_kolon/010_escaped_str.t ................. ok?
t/030_kolon/011_macro.t ....................... ok/?
t/030_kolon/012_cascade.t ..................... ok/?
t/030_kolon/013_more_field.t .................. ok?
t/030_kolon/014_while.t ....................... ok?
t/030_kolon/015_methods.t ..................... ok?
t/030_kolon/016_funcs.t ....................... ok/?
t/030_kolon/017_more_macro.t .................. ok?
t/030_kolon/018_dynamic_filters.t ............. ok?
t/030_kolon/019_explicit_interpolate.t ........ ok?
t/030_kolon/020_chomp.t ....................... ok?
t/030_kolon/021_overlay.t ..................... ok?
t/030_kolon/022_given.t ....................... ok/?
t/030_kolon/023_bitwise.t ..................... ok/?
t/030_kolon/024_localize_vars.t ............... ok?
t/030_kolon/025_objectliteral.t ............... ok/?
t/030_kolon/026_constant.t .................... ok/?
t/030_kolon/027_lambda.t ...................... ok?
t/030_kolon/028_smartmatch.t .................. ok?
t/030_kolon/029_blockfilter.t ................. ok?
t/030_kolon/030_xfuncs.t ...................... ok?
t/030_kolon/031_post_if.t ..................... ok?
t/030_kolon/032_include_bareword.t ............ ok?
t/030_kolon/033_ov_forloop.t .................. ok?
t/030_kolon/034_print.t ....................... ok?
t/030_kolon/035_include_w_vars.t .............. ok?
t/030_kolon/036_foreach_else.t ................ ok?
t/030_kolon/037_loop_ctl.t .................... ok?
t/030_kolon/038_custom_esc.t .................. ok?
t/030_kolon/039_root_vars.t ................... ok?
t/030_kolon/040_external_macro.t .............. skipped: external macros are not yet implemented
t/040_tterse/001_parse.t ...................... ok?
t/040_tterse/002_interpolate.t ................ ok?
t/040_tterse/003_field.t ...................... ok?
t/040_tterse/004_for.t ........................ ok?
t/040_tterse/005_if.t ......................... ok/?
t/040_tterse/006_include.t .................... ok?
t/040_tterse/007_funcs.t ...................... ok?
t/040_tterse/008_methods.t .................... ok?
t/040_tterse/009_comments.t ................... ok?
t/040_tterse/010_expr.t ....................... ok?
t/040_tterse/011_objectliterals.t ............. ok?
t/040_tterse/012_macro.t ...................... ok?
t/040_tterse/013_wrapper.t .................... ok?
t/040_tterse/014_set.t ........................ ok?
t/040_tterse/015_while.t ...................... ok?
t/040_tterse/016_call.t ....................... ok?
t/040_tterse/017_filter.t ..................... ok?
t/040_tterse/018_process.t .................... ok?
t/040_tterse/019_switch.t ..................... ok?
t/040_tterse/020_chomp.t ...................... ok?
t/040_tterse/021_fake_use.t ................... skipped: Test requires module 'Template::Plugin::Math' but it's not found
t/040_tterse/022_post_if.t .................... ok?
t/040_tterse/023_loop_ctl.t ................... ok?
t/040_tterse/024_for_else.t ................... ok?
t/040_tterse/025_macro.t ...................... ok?
t/040_tterse/100_not_supported.t .............. ok?
t/050_builtins/001_builtin_funcs.t ............ ok/?
t/050_builtins/002_autobox.t .................. ok/?
t/050_builtins/003_autobox_w_cb.t ............. ok/?
t/050_builtins/004_copied.t ................... ok?
t/100_plugin/001_import_from.t ................ ok?
t/100_plugin/002_import.t ..................... ok?
t/100_plugin/003_bridge.t ..................... ok?
t/100_plugin/004_star.t ....................... ok?
t/100_plugin/005_html_builder_module.t ........ ok?
t/100_plugin/100_error.t ...................... ok?
t/200_app/001_hello.t ......................... ok8
t/200_app/002_tree.t .......................... ok8
t/200_app/003_runner.t ........................ ok?
t/200_app/004_encoding.t ...................... ok?
t/300_examples/001_basic.t .................... ok/?
t/300_examples/002_cascade.t .................. ok?
t/300_examples/003_metakolon.t ................ ok?
t/300_examples/004_tterse.t ................... ok?
t/900_bugs/001_super.t ........................ ok?
t/900_bugs/002_addfunc.t ...................... ok?
t/900_bugs/003_frame_access.t ................. ok?
t/900_bugs/004_errorhandling.t ................ ok?
t/900_bugs/005_rec_include.t .................. ok?
t/900_bugs/006_complex_lex.t .................. ok?
t/900_bugs/007_uuv.t .......................... ok?
t/900_bugs/008_include_var.t .................. ok?
t/900_bugs/009_quote_in_comments.t ............ ok?
t/900_bugs/010_widechar_for_md5.t ............. ok5
t/900_bugs/011_reserved_words.t ............... ok?
t/900_bugs/012_ltgt_in_comments.t ............. ok?
t/900_bugs/013_comments_lineno.t .............. ok?
t/900_bugs/014_too_large_int.t ................ ok?
t/900_bugs/015_my_scope.t ..................... ok?
t/900_bugs/016_x_in_tterse.t .................. ok?
t/900_bugs/017_unallocated.t .................. skipped: not yet
t/900_bugs/019_nested_mm.t .................... ok?
t/900_bugs/020_switch_foo.t ................... ok?
t/900_bugs/021_cached_enc.t ................... ok?
t/900_bugs/022_empty_if_block.t ............... ok?
t/900_bugs/023_deploy_problem.t ............... ok?
t/900_bugs/024_use_cache.t .................... ok?
t/900_bugs/025_clobber-macro-args.t ........... ok?
t/900_bugs/026_issue61.t ...................... ok?
t/900_bugs/027_issue65.t ...................... ok?
t/900_bugs/028_issue68.t ...................... ok?
t/900_bugs/029_fork_and_cache.t ............... skipped: deal with memorycache-filecache-original model more effectively
t/900_bugs/030_issue71.t ...................... ok?
t/900_bugs/031_yappo.t ........................ ok?
Test Summary Report
-------------------
t/010_internals/008_files.t (Wstat: 512 Tests: 67 Failed: 2)
Failed tests: 62-63
Non-zero exit status: 2
Files=170, Tests=2699, 666 wallclock secs (13.71 usr 2.07 sys + 541.50 cusr 35.79 csys = 593.07 CPU)
Result: FAIL
Failed 1/170 test programs. 2/2699 subtests failed.
make: *** [test_dynamic] エラー 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment