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] Deleting /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cubby-unit --- 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 #95 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. mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) [INFO] Copying 0 resource mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile) [INFO] [INFO] Compiling 7 source files to /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/test-classes [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ cubby-unit --- mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile) [INFO] Surefire report directory: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/surefire-reports mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test) [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ cubby-unit --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.seasar.cubby.unit.CubbyRunnerTest 01:09:37.582 [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:37.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=POST,onSubmit=null,priority=2147483647,auto=] 01:09:37.680 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:37.683 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:37.685 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:37.695 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:37.696 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:37.799 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:37.814 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@79de256f を用いてリクエストを解析します 01:09:37.819 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:37.821 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:37.923 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2efb56b1 を破棄します 01:09:37.929 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2efb56b1 を破棄しました 01:09:37.930 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 を破棄します 01:09:37.931 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 を破棄しました 01:09:37.937 [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:37.939 [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:37.941 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:37.950 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:37.952 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:37.959 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:37.960 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:37.987 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:37.993 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@220ca470 を用いてリクエストを解析します 01:09:37.997 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:37.997 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:38.004 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 を破棄します 01:09:38.010 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@2c96cf11 を破棄しました 01:09:38.011 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@7c29e357 を破棄します 01:09:38.016 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@7c29e357 を破棄しました 01:09:38.018 [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:38.023 [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:38.024 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:38.031 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:38.032 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:38.033 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:38.037 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:38.048 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:38.052 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@7ffc6e42 を用いてリクエストを解析します 01:09:38.058 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:38.061 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:38.064 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 を破棄します 01:09:38.070 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@6bffc686 を破棄しました 01:09:38.073 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@1f8b81e3 を破棄します 01:09:38.074 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@1f8b81e3 を破棄しました 01:09:38.082 [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:38.084 [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:38.085 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:38.089 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:38.094 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:38.095 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:38.099 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:38.106 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:38.111 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@a210b5b を用いてリクエストを解析します 01:09:38.112 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:38.114 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:38.126 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@571a75a2 を破棄します 01:09:38.130 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@571a75a2 を破棄しました 01:09:38.133 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c を破棄します 01:09:38.136 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@42552c を破棄しました Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 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.026 sec Running org.seasar.cubby.unit.CubbyRunnerFilterTest 01:09:38.174 [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:38.184 [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:38.187 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:38.188 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:38.188 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:38.189 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:38.190 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:38.201 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:38.205 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@4102799c を用いてリクエストを解析します 01:09:38.206 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:38.207 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerFilterTest$MockAction.execute())を実行します 01:09:38.211 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 を破棄します 01:09:38.212 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@75e845c2 を破棄しました 01:09:38.214 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@5d3ad33d を破棄します 01:09:38.214 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@5d3ad33d を破棄しました Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test) [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/07 1:09:39 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