Ukigumo-Agent [v0.1.8](e81a2f57b2) SUCCESS

Compare: https://github.com/ukigumo/Ukigumo-Agent/compare/v0.1.8

Elapsed Time: 25 sec

_ 2015-10-22T17:21:16 [INFO] [v0.1.8] ukigumo-client 0.36
_ 2015-10-22T17:21:16 [INFO] [v0.1.8] start testing : https://github.com/ukigumo/Ukigumo-Agent v0.1.8
_ 2015-10-22T17:21:16 [INFO] [v0.1.8] working directory : /tmp/Ukigumo-Agent/v0_1_8
_ 2015-10-22T17:21:16 [INFO] [v0.1.8] run vc : Ukigumo::Client::VC::Git
_ 2015-10-22T17:21:16 [INFO] [v0.1.8] workdir is /tmp/Ukigumo-Agent/v0_1_8
_ 2015-10-22T17:21:16 [INFO] [v0.1.8] command: git clone --branch v0.1.8 https://github.com/ukigumo/Ukigumo-Agent ./
_ Cloning into '.'...
_ Note: checking out 'e81a2f57b2a8d44458348d6b577e772ec07faf7a'.
_ 
_ 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
_ 
_ 2015-10-22T17:21:18 [INFO] [v0.1.8] command: git pull -f origin v0.1.8
_ From https://github.com/ukigumo/Ukigumo-Agent
_  * tag               v0.1.8     -> FETCH_HEAD
_ Already up-to-date.
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] command: git submodule init
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] command: git submodule update
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] command: git clean -dxf
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] command: git status
_ # Not currently on any branch.
_ nothing to commit, working directory clean
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] [before_install] cpanm -L $HOME/.ukigumo/ukigumo-agent/extlib --installdeps -n .
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] [install] ln -s $HOME/.ukigumo/ukigumo-agent/extlib ./extlib
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] run executor : Ukigumo::Client::Executor::Command
_ 2015-10-22T17:21:20 [INFO] [v0.1.8] command: prove -lrv -Iextlib/lib/perl5 t
_ t/00_compile.t ................... 
_ ok 1 - use Ukigumo::Agent;
_ ok 2 - use Ukigumo::Agent::Dispatcher;
_ ok 3 - use Ukigumo::Agent::View;
_ ok 4 - use Ukigumo::Agent::Manager;
_ 1..4
_ ok
_ 127.0.0.1 - - [22/Oct/2015:17:21:22 +0900] "GET / HTTP/1.1" 200 1919 "-" "libwww-perl/6.06"
_ t/01_root.t ...................... 
_ Twiggy: Accepting connections at http://127.0.0.1:50584/
_ ok 1
_ 1..1
_ ok
_ 2015-10-22T17:21:22 [INFO] payload: {"repository":{"url":"127.0.0.1/repos"},"ref":"refs/heads/branch"} at /tmp/Ukigumo-Agent/v0_1_8/t/../lib/Ukigumo/Agent/Dispatcher.pm line 53
_ 127.0.0.1 - - [22/Oct/2015:17:21:22 +0900] "POST /api/github_hook HTTP/1.1" 200 110 "-" "libwww-perl/6.06"
_ 2015-10-22T17:21:22 [INFO] payload: {"repository":{"url":"127.0.0.1/repos"},"ref":"refs/tags/tag"} at /tmp/Ukigumo-Agent/v0_1_8/t/../lib/Ukigumo/Agent/Dispatcher.pm line 53
_ 127.0.0.1 - - [22/Oct/2015:17:21:22 +0900] "POST /api/github_hook HTTP/1.1" 200 107 "-" "libwww-perl/6.06"
_ 2015-10-22T17:21:22 [INFO] payload: {"repository":{"url":"127.0.0.1/repos"},"ref":"refs/tags/tag"} at /tmp/Ukigumo-Agent/v0_1_8/t/../lib/Ukigumo/Agent/Dispatcher.pm line 53
_ 127.0.0.1 - - [22/Oct/2015:17:21:22 +0900] "POST /api/github_hook HTTP/1.1" 200 2 "-" "libwww-perl/6.06"
_ 2015-10-22T17:21:23 [INFO] payload: {"repository":{"url":"127.0.0.1/repos"}} at /tmp/Ukigumo-Agent/v0_1_8/t/../lib/Ukigumo/Agent/Dispatcher.pm line 53
_ 127.0.0.1 - - [22/Oct/2015:17:21:23 +0900] "POST /api/github_hook HTTP/1.1" 200 2 "-" "libwww-perl/6.06"
_ 2015-10-22T17:21:23 [INFO] payload: {"repository":{"url":"127.0.0.1/repos"},"ref":"refs/heads/branch","deleted":1} at /tmp/Ukigumo-Agent/v0_1_8/t/../lib/Ukigumo/Agent/Dispatcher.pm line 53
_ 127.0.0.1 - - [22/Oct/2015:17:21:23 +0900] "POST /api/github_hook HTTP/1.1" 200 2 "-" "libwww-perl/6.06"
_ 2015-10-22T17:21:23 [INFO] payload: {"repository":{"url":"https://github.com/ukigumo/Ukigumo-Agent.git"},"ref":"refs/heads/branch"} at /tmp/Ukigumo-Agent/v0_1_8/t/../lib/Ukigumo/Agent/Dispatcher.pm line 53
_ 127.0.0.1 - - [22/Oct/2015:17:21:23 +0900] "POST /api/github_hook HTTP/1.1" 200 135 "-" "libwww-perl/6.06"
_ t/02_github_hook_endpoint.t ...... 
_ Twiggy: Accepting connections at http://127.0.0.1:50781/
_         ok 1
_         ok 2
_         1..2
_     ok 1 - push branch and successful
_         ok 1
_         ok 2
_         1..2
_     ok 2 - push tag and successful
_     1..2
_ ok 1 - Don't ignore github tags
_ Twiggy: Accepting connections at http://127.0.0.1:50840/
_     ok 1
_     ok 2
_     1..2
_ ok 2 - push tag but do nothing when github tags are ignored
_ Twiggy: Accepting connections at http://127.0.0.1:50505/
_     ok 1
_     ok 2
_     1..2
_ ok 3 - do nothing when ref is not in the payload
_ Twiggy: Accepting connections at http://127.0.0.1:50832/
_     ok 1
_     ok 2
_     1..2
_ ok 4 - do nothing when `deleted` is true
_ Twiggy: Accepting connections at http://127.0.0.1:50827/
_     ok 1
_     ok 2
_     1..2
_ ok 5 - replace http URL to git-URL when `--force_git_url` is enabled
_ 1..5
_ ok
_ 127.0.0.1 - - [22/Oct/2015:17:21:24 +0900] "POST /api/v0/enqueue HTTP/1.1" 200 2 "-" "libwww-perl/6.06"
_ 127.0.0.1 - - [22/Oct/2015:17:21:24 +0900] "POST /api/v0/enqueue HTTP/1.1" 400 96 "-" "libwww-perl/6.06"
_ 127.0.0.1 - - [22/Oct/2015:17:21:24 +0900] "POST /api/v0/enqueue HTTP/1.1" 400 104 "-" "libwww-perl/6.06"
_ t/03_enqueue.t ................... 
_ Twiggy: Accepting connections at http://127.0.0.1:50910/
_     ok 1
_     1..1
_ ok 1 - normal
_         ok 1
_         1..1
_     ok 1 - branch is missing
_         ok 1
_         1..1
_     ok 2 - repository is missing
_     1..2
_ ok 2 - validation error
_ 1..2
_ ok
_ t/manager/job_queue.t ............ 
_         ok 1
_         ok 2
_         ok 3
_         ok 4
_         1..4
_     ok 1 - single child
_         ok 1
_         ok 2
_         ok 3
_         ok 4
_         1..4
_     ok 2 - single child without config
_         ok 1
_         ok 2
_         ok 3
_         ok 4
_         ok 5
_         1..5
_     ok 3 - multi children
_     1..3
_ ok 1 - register_job
_ 1..1
_ ok
_ t/manager/run_job/exceptional.t .. 
_         ok 1
_         1..1
_     ok 1 - client died
_         ok 1
_         ok 2
_         ok 3
_         1..3
_     ok 2 - lack arguments
_     1..2
_ ok 1 - exceptional
_ 1..1
_ ok
_ t/manager/run_job/normal.t ....... 
_         ok 1
_         1..1
_     ok 1 - single child
_         ok 1
_         ok 2
_         1..2
_     ok 2 - multi children
_     1..2
_ ok 1 - normal case
_ 1..1
_ ok
_ Use of uninitialized value $log in print at /tmp/Ukigumo-Agent/v0_1_8/extlib/lib/perl5/Ukigumo/Client/Logger.pm line 68.
_ t/manager/run_job/timeout.t ...... 
_     ok 1
_     1..1
_ ok 1 - timeout
_ 1..1
_ ok
_ All tests successful.
_ Files=8, Tests=16, 21 wallclock secs ( 0.08 usr  0.02 sys +  3.84 cusr  0.82 csys =  4.76 CPU)
_ Result: PASS
_ 2015-10-22T17:21:41 [INFO] [v0.1.8] finished testing : 1
_ 2015-10-22T17:21:41 [INFO] [v0.1.8] sending result to server at http://127.0.0.1:15000 (status: 1)