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 #96 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)[debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cubby-unit --- [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) [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ cubby-unit --- 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] --- 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] Surefire report directory: /home/services/jenkins/jobs/cubby-trunk/workspace/cubby-project/cubby-unit/target/surefire-reports [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:21.700 [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:21.707 [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:22.516 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:22.519 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:22.521 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:22.524 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:22.529 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:22.772 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:22.781 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@47315d34 を用いてリクエストを解析します 01:09:22.794 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:22.795 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:22.861 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 を破棄します 01:09:22.862 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@79a5f739 を破棄しました 01:09:22.863 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@5ece2187 を破棄します 01:09:22.864 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@5ece2187 を破棄しました 01:09:22.869 [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:22.870 [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:22.871 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:22.871 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:22.872 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:22.873 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:22.874 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:22.884 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:22.886 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@19632847 を用いてリクエストを解析します 01:09:22.887 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:22.888 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:22.890 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 を破棄します 01:09:22.891 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@2b313906 を破棄しました 01:09:22.892 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@398825b3 を破棄します 01:09:22.892 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@398825b3 を破棄しました 01:09:22.895 [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:22.896 [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:22.897 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:22.906 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:22.907 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:22.913 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:22.914 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:22.917 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:22.919 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@77f297e7 を用いてリクエストを解析します 01:09:22.926 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:22.927 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:22.930 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 を破棄します 01:09:22.931 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@3ce95a56 を破棄しました 01:09:22.931 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@8f0c85e を破棄します 01:09:22.932 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@8f0c85e を破棄しました 01:09:22.936 [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:22.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=POST,onSubmit=null,priority=2147483647,auto=] 01:09:22.938 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:22.938 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:22.939 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:22.940 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:22.941 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:22.943 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:22.945 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@388ee016 を用いてリクエストを解析します 01:09:22.946 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:22.947 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerTest$MockAction.execute())を実行します 01:09:22.949 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 を破棄します 01:09:22.950 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@57d2fc36 を破棄しました 01:09:22.950 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2e5bbd6 を破棄します 01:09:22.951 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@2e5bbd6 を破棄しました Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.583 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.023 sec Running org.seasar.cubby.unit.CubbyRunnerFilterTest 01:09:22.990 [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:22.991 [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:22.993 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f はサービス interface org.seasar.cubby.spi.BeanDescProvider を提供します 01:09:22.995 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f はサービス interface org.seasar.cubby.spi.PathResolverProvider を提供します 01:09:22.995 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f はサービス interface org.seasar.cubby.spi.RequestParserProvider を提供します 01:09:22.996 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f はサービス interface org.seasar.cubby.spi.ConverterProvider を提供します 01:09:22.997 [main] INFO o.seasar.cubby.plugin.PluginRegistry - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f はサービス interface org.seasar.cubby.spi.ContainerProvider を提供します 01:09:23.015 [main] DEBUG org.seasar.cubby.filter.CubbyFilter - /mock/execute へのリクエストを受け付けました 01:09:23.017 [main] DEBUG o.s.c.s.i.AbstractRequestParserProvider - org.seasar.cubby.controller.impl.DefaultRequestParser@643c0007 を用いてリクエストを解析します 01:09:23.018 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - /context/mock/execute の処理を開始します 01:09:23.024 [main] DEBUG o.s.c.i.c.impl.ActionProcessorImpl - アクションメソッド(public org.seasar.cubby.action.ActionResult org.seasar.cubby.unit.CubbyRunnerFilterTest$MockAction.execute())を実行します 01:09:23.028 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@75e845c2 を破棄します 01:09:23.034 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.unit.CubbyRunner$CubbyRunnerPlugin@75e845c2 を破棄しました 01:09:23.035 [main] DEBUG o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f を破棄します 01:09:23.035 [main] INFO o.s.c.internal.plugin.PluginManager - プラグイン org.seasar.cubby.plugins.BinderPlugin@1e79ed7f を破棄しました Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 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/08 1:09:24 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] 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] [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/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