Ukigumo-Common [0.10](4a6b637c72) SUCCESS

Compare: https://github.com/ukigumo/Ukigumo-Common/compare/0.10

Elapsed Time: 4 sec

_ 2014-06-19T16:03:44 [INFO] [0.10] ukigumo-client 0.34
_ 2014-06-19T16:03:44 [INFO] [0.10] start testing : https://github.com/ukigumo/Ukigumo-Common 0.10
_ 2014-06-19T16:03:44 [INFO] [0.10] working directory : /tmp/Ukigumo-Common/0_10
_ 2014-06-19T16:03:44 [INFO] [0.10] run vc : Ukigumo::Client::VC::Git
_ 2014-06-19T16:03:44 [INFO] [0.10] workdir is /tmp/Ukigumo-Common/0_10
_ 2014-06-19T16:03:44 [INFO] [0.10] command: git clone --branch 0.10 https://github.com/ukigumo/Ukigumo-Common ./
_ Cloning into '.'...
_ Note: checking out '4a6b637c7253af65637be361a6d514004642f5d8'.
_ 
_ You are in 'detached HEAD' state. You can look around, make experimental
_ changes and commit them, and you can discard any commits you make in this
_ state without impacting any branches by performing another checkout.
_ 
_ If you want to create a new branch to retain commits you create, you may
_ do so (now or later) by using -b with the checkout command again. Example:
_ 
_   git checkout -b new_branch_name
_ 
_ 2014-06-19T16:03:46 [INFO] [0.10] command: git pull -f origin 0.10
_ From https://github.com/ukigumo/Ukigumo-Common
_  * tag               0.10       -> FETCH_HEAD
_ Already up-to-date.
_ 2014-06-19T16:03:47 [INFO] [0.10] command: git submodule init
_ 2014-06-19T16:03:47 [INFO] [0.10] command: git submodule update
_ 2014-06-19T16:03:47 [INFO] [0.10] command: git clean -dxf
_ 2014-06-19T16:03:47 [INFO] [0.10] command: git status
_ # Not currently on any branch.
_ nothing to commit, working directory clean
_ 2014-06-19T16:03:47 [INFO] [0.10] [before_install] cpanm -L $HOME/.ukigumo/ukigumo-common/extlib --installdeps -n .
_ 2014-06-19T16:03:47 [INFO] [0.10] [install] ln -s $HOME/.ukigumo/ukigumo-common/extlib ./extlib
_ 2014-06-19T16:03:47 [INFO] [0.10] run executor : Ukigumo::Client::Executor::Command
_ 2014-06-19T16:03:47 [INFO] [0.10] command: prove -lrv -Iextlib/lib/perl5 t
_ 
_ [16:03:47] ==> t/00_compile.t <==
_ 
_   use Ukigumo::Common;
_   use Ukigumo::Helper;
_   use Ukigumo::Constants;
_ 
_ ok
_ ok       60 ms
_ 
_ [16:03:48] ==> t/10_logger.t <===
_ 
_   with no prefix
_       infof
_             L16: like $got, qr!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} \[INFO] foo bar at t/10_logger\.t line \d+!;
_       warnf
_             L21: like $got, qr!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} \[WARN] foo bar at t/10_logger\.t line \d+!;
_   with prefix
_       infof
_             L32: like $got, qr!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} \[INFO] \[hoge] \[fuga] foo bar at t/10_logger\.t line \d+!;
_       warnf
_             L37: like $got, qr!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} \[WARN] \[hoge] \[fuga] foo bar at t/10_logger\.t line \d+!;
_ 
_ ok
_ ok      105 ms
_ [16:03:48]
_ All tests successful.
_ Files=2, Tests=2,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.14 cusr  0.01 csys =  0.18 CPU)
_ Result: PASS
_ 2014-06-19T16:03:48 [INFO] [0.10] finished testing : 1