projectStarted org.seasar.cubby:cubby-unit:2.1.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Cubby Unit 2.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cubby-unit --- [INFO] Deleting /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [TASKS] Scanning folder '/home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit' for files matching the pattern '**/*.java' - excludes: [TASKS] Found 12 files to scan for tasks Found 0 open tasks. [TASKS] Computing warning deltas based on reference build #94 mojoStarted org.codehaus.mojo:cobertura-maven-plugin:2.2(default) [INFO] [INFO] --- cobertura-maven-plugin:2.2:clean (default) @ cubby-unit --- mojoSucceeded org.codehaus.mojo:cobertura-maven-plugin:2.2(default) mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cubby-unit --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ cubby-unit --- [INFO] Compiling 5 source files to /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/classes mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) mojoStarted org.jvnet:animal-sniffer:1.2(default) [INFO] [INFO] --- animal-sniffer:1.2:check (default) @ cubby-unit --- [INFO] Checking unresolved references to org.jvnet.animal-sniffer:java1.5:1.0 mojoSucceeded org.jvnet:animal-sniffer:1.2(default) mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cubby-unit --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile) [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cubby-unit --- [INFO] Compiling 7 source files to /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/test-classes mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile) mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test) [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ cubby-unit --- [INFO] Surefire report directory: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.seasar.cubby.unit.CubbyRunnerTest 01:09:04.144 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] 01:09:04.163 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 01:09:04.251 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:04.254 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:04.257 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:04.272 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:04.274 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:04.464 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:04.477 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@79de256f を用いてリクエストを解析します 01:09:04.489 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:04.490 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:04.587 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2efb56b1 を破棄します 01:09:04.595 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2efb56b1 を破棄しました 01:09:04.596 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 を破棄します 01:09:04.597 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 を破棄しました 01:09:04.600 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] 01:09:04.607 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 01:09:04.608 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:04.609 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:04.610 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:04.611 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:04.615 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:04.641 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:04.656 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@7c29e357 を用いてリクエストを解析します 01:09:04.659 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:04.664 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:04.667 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3ce95a56 を破棄します 01:09:04.671 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@3ce95a56 を破棄しました 01:09:04.673 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 を破棄します 01:09:04.674 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 を破棄しました 01:09:04.685 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] 01:09:04.686 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 01:09:04.688 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:04.698 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:04.699 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:04.700 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:04.701 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:04.714 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:04.722 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@1f8b81e3 を用いてリクエストを解析します 01:09:04.723 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:04.729 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:04.743 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@60961dff を破棄します 01:09:04.744 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@60961dff を破棄しました 01:09:04.744 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 を破棄します 01:09:04.745 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@220ca470 を破棄しました 01:09:04.753 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] 01:09:04.762 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 01:09:04.764 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:04.764 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:04.770 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:04.774 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:04.777 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:04.787 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:04.792 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@57d2fc36 を用いてリクエストを解析します 01:09:04.797 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:04.798 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:04.801 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 を破棄します 01:09:04.810 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@7ffc6e42 を破棄しました 01:09:04.810 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@77f297e7 を破棄します 01:09:04.815 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@77f297e7 を破棄しました Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec Running org.seasar.cubby.unit.CubbyAssertTest null expected: but was: null expected: but was: null expected: but was: null expected: but was: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running org.seasar.cubby.unit.CubbyRunnerFilterTest 01:09:04.860 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerFilterTest$MockAction.execute(),uriParameterNames=[],requestMethod=GET,onSubmit=null,priority=2147483647,auto=] 01:09:04.865 [main] DEBUG o.s.c.routing.impl.PathResolverImpl - アクションメソッドを登録します [regex=^/mock/execute$,actionMethod=public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerFilterTest$MockAction.execute(),uriParameterNames=[],requestMethod=POST,onSubmit=null,priority=2147483647,auto=] 01:09:04.871 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:04.876 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:04.880 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:04.881 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:04.882 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:04.885 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:04.895 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@335856a5 を用いてリクエストを解析します 01:09:04.896 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:04.905 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerFilterTest$MockAction.execute())を実行します 01:09:04.917 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 を破棄します 01:09:04.918 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@7776cad3 を破棄しました 01:09:04.919 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@16f8f7db を破棄します 01:09:04.920 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@16f8f7db を破棄しました Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test) Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] テスト結果の記録 mojoStarted org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar) [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ cubby-unit --- [INFO] Building jar: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/cubby-unit-2.1.0-SNAPSHOT.jar mojoSucceeded org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar) 2013/01/06 1:09:06 hudson.maven.ExecutedMojo 警告: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo mojoStarted org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar) [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (source-jar) @ cubby-unit --- [INFO] Building jar: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/cubby-unit-2.1.0-SNAPSHOT-sources.jar mojoSucceeded org.apache.maven.plugins:maven-source-plugin:2.2.1(source-jar) mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)[INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/cubby-unit-2.1.0-SNAPSHOT.jar to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-unit/2.1.0-SNAPSHOT/cubby-unit-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cubby-unit --- [INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/pom.xml to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-unit/2.1.0-SNAPSHOT/cubby-unit-2.1.0-SNAPSHOT.pom [INFO] Installing /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/cubby-unit-2.1.0-SNAPSHOT-sources.jar to /home/services/jenkins/.m2/repository/org/seasar/cubby/cubby-unit/2.1.0-SNAPSHOT/cubby-unit-2.1.0-SNAPSHOT-sources.jar mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install) projectSucceeded org.seasar.cubby:cubby-unit:2.1.0-SNAPSHOT