Console Output
Skipping 6 KB..
Full Log[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/ResourcePath.java:[308,40] [unchecked] unchecked generic array creation for varargs parameter of type Collection<? extends String>[]
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/HttpStatusException.java:[48,7] [serial] serializable class HttpStatusException has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/frontend/ui/spi/NodeViewRenderer.java:[123,36] [unchecked] unchecked cast
required: T
found: Object
where T is a type-variable:
T extends Object declared in class NodeViewRenderer
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/frontend/ui/spi/NodeViewRenderer.java:[127,67] [unchecked] unchecked cast
required: T
found: Object
where T is a type-variable:
T extends Object declared in class NodeViewRenderer
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/spi/ResponseHolder.java:[68,46] [unchecked] unchecked cast
required: RESPONSE_TYPE
found: Object
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in class ResponseHolder
[INFO]
[INFO] --- aspectj:1.14.0:compile (weave-classes) @ it-tidalwave-northernwind-core ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-northernwind-core ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [forked debug deprecation release 11] to target/unwoven-test-classes
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod,/org.testng.annotations.Test,/org.testng.annotations.DataProvider
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[59,27] [unchecked] response() in MockResponseHolder overrides response() in ResponseHolder
return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<byte[]>
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in class ResponseHolder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[59,11] [rawtypes] found raw type: ResponseBuilder
missing type arguments for generic class ResponseBuilder<RESPONSE_TYPE>
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in interface ResponseBuilder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[61,14] [rawtypes] found raw type: ResponseBuilderSupport
missing type arguments for generic class ResponseBuilderSupport<RESPONSE_TYPE>
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in class ResponseBuilderSupport
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[62,40] [unchecked] unchecked call to setClockSupplier(Supplier<Clock>) as a member of the raw type ResponseBuilderSupport
[INFO]
[INFO] --- aspectj:1.14.0:test-compile (weave-test-classes) @ it-tidalwave-northernwind-core ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-northernwind-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
17:59:39.452 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - STARTING TESTS OF it.tidalwave.northernwind.core.model.ResourcePathTest
17:59:39.726 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.733 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.734 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, ]
17:59:39.734 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.778 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 39 msec
17:59:39.779 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.780 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.781 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.781 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo.jpg, jpg]
17:59:39.782 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.785 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.785 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.786 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.786 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.786 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo.gif, gif]
17:59:39.787 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.794 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.795 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.796 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.796 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.796 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo.gif.jpg, jpg]
17:59:39.797 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.799 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:39.800 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.801 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.801 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.802 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar.jpg, jpg]
17:59:39.806 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.808 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 6 msec
17:59:39.809 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.815 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.816 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.816 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar.gif, gif]
17:59:39.817 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.819 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.820 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.821 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.824 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute extension"
17:59:39.825 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar.jpg.gif, gif]
17:59:39.826 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************
17:59:39.831 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 7 msec
17:59:39.832 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.835 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:39.837 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute leading segment"
17:59:39.838 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, foo, foo]
17:59:39.838 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:39.841 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 5 msec
17:59:39.841 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.842 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:39.847 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute leading segment"
17:59:39.847 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, foo, bar]
17:59:39.847 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:39.851 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:39.852 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.863 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:39.866 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute leading segment"
17:59:39.867 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, foo, baz]
17:59:39.871 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:39.873 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 9 msec
17:59:39.874 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.881 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.881 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.881 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, foo, true]
17:59:39.882 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.898 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.899 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.907 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.908 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.908 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, foo, true]
17:59:39.908 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.910 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:39.910 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.913 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.913 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.913 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, foo, true]
17:59:39.913 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.915 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:39.915 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.915 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.916 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.916 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, foot, false]
17:59:39.916 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.918 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:39.919 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.920 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.926 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.926 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, foot, false]
17:59:39.932 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.934 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 14 msec
17:59:39.936 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.937 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.938 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.938 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, foot, false]
17:59:39.939 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.942 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.942 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.944 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.944 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute startsWith"
17:59:39.944 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, , false]
17:59:39.944 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***************************************
17:59:39.949 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 6 msec
17:59:39.949 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.953 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:39.953 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute trailing segment"
17:59:39.953 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, foo, foo]
17:59:39.953 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:39.958 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 5 msec
17:59:39.959 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.960 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:39.960 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute trailing segment"
17:59:39.960 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, foo, bar]
17:59:39.961 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:39.965 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.965 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.966 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:39.966 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute trailing segment"
17:59:39.966 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, foo, baz]
17:59:39.966 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:39.969 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:39.970 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.971 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************
17:59:39.971 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path"
17:59:39.971 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************
17:59:39.982 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 10 msec
17:59:39.982 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.984 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:39.984 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must reject empty segments"
17:59:39.988 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:39.994 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:39.994 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:39.995 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:39.995 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must reject null segments"
17:59:39.995 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:39.999 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:40.000 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.001 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.001 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must reject segments containing slash"
17:59:40.001 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.008 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 5 msec
17:59:40.008 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.023 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.023 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.023 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [, /, []]
17:59:40.024 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.029 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 6 msec
17:59:40.030 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.031 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.031 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.032 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/, /, []]
17:59:40.032 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.033 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.033 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.036 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.037 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.052 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /foo, [foo]]
17:59:40.052 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.062 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 28 msec
17:59:40.063 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.064 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.066 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.066 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, /foo/bar, [foo, bar]]
17:59:40.066 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.068 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:40.070 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.070 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.070 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.070 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:59:40.070 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.072 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.072 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.072 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.072 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.072 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [foo, /foo, [foo]]
17:59:40.072 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.076 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.076 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.076 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.076 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.077 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [foo/bar, /foo/bar, [foo, bar]]
17:59:40.077 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.081 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:40.081 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.084 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.084 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly create an empty path from string"
17:59:40.086 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:59:40.086 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *****************************************************
17:59:40.089 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:40.089 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.092 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.094 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must reject invalid paths"
17:59:40.099 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [http://acme.com]
17:59:40.102 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.107 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 14 msec
17:59:40.108 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.108 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.110 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must reject invalid paths"
17:59:40.110 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [https://acme.com]
17:59:40.110 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.115 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:40.116 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.120 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.120 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute asString"
17:59:40.120 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [[], /]
17:59:40.120 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.134 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.134 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.147 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.147 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute asString"
17:59:40.147 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [[foo], /foo]
17:59:40.147 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.149 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.149 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.150 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.152 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute asString"
17:59:40.152 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [[foo, bar], /foo/bar]
17:59:40.152 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.155 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:40.155 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.155 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.155 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute asString"
17:59:40.155 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [[foo, bar, baz], /foo/bar/baz]
17:59:40.155 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.159 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:40.159 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.170 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.171 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.171 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, , /foo, /foo]
17:59:40.171 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.176 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 5 msec
17:59:40.176 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.182 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.182 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.182 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /, /foo, /foo]
17:59:40.182 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.184 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.184 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.189 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.190 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.190 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a, /foo/a, /a/foo]
17:59:40.190 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************
17:59:40.192 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 7 msec
17:59:40.192 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.192 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.192 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.192 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:59:40.193 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.195 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.195 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.195 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.195 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.195 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:59:40.195 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.196 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.197 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.198 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.202 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.203 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:59:40.203 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.206 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:40.206 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.207 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.207 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.207 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:59:40.207 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.225 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.225 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.225 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.225 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.225 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
17:59:40.225 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.228 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.228 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.230 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.230 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append path"
17:59:40.230 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b/c, /foo/bar/baz/a/b/c, /a/b/c/foo/bar/baz]
17:59:40.230 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.232 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 4 msec
17:59:40.232 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.237 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************
17:59:40.237 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.237 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, , /foo, /foo]
17:59:40.237 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************
17:59:40.238 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.244 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.245 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************
17:59:40.245 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.246 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /, /foo, /foo]
17:59:40.246 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************
17:59:40.254 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.256 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.257 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************
17:59:40.257 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.257 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a, /foo/a, /a/foo]
17:59:40.257 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************
17:59:40.262 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.263 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.263 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.263 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.263 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:59:40.263 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.264 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.264 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.264 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.264 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.264 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:59:40.264 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.265 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.265 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.266 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.269 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.269 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:59:40.269 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.275 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:40.276 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.277 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.277 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.277 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
17:59:40.277 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.278 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.278 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.279 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.279 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly append string"
17:59:40.279 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b/c, /foo/bar/baz/a/b/c, /a/b/c/foo/bar/baz]
17:59:40.279 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.280 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.280 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.292 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *******************************************
17:59:40.292 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute relative paths"
17:59:40.292 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, /foo/bar, /baz]
17:59:40.292 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *******************************************
17:59:40.293 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.293 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.298 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.298 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute without leading"
17:59:40.298 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /, /]
17:59:40.298 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.298 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.298 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.299 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.299 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute without leading"
17:59:40.299 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, /bar, /foo]
17:59:40.299 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.299 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.300 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.301 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.301 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute without leading"
17:59:40.301 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, /bar/baz, /foo/bar]
17:59:40.301 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ********************************************
17:59:40.301 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.301 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.309 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:40.309 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute without trailing"
17:59:40.309 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /, /]
17:59:40.309 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:40.309 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.309 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.311 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:40.311 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute without trailing"
17:59:40.311 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, /bar, /foo]
17:59:40.311 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:40.312 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.315 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.315 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:40.315 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly compute without trailing"
17:59:40.315 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, /bar/baz, /foo/bar]
17:59:40.316 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************************
17:59:40.316 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.316 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.323 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.324 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.324 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [, /, []]
17:59:40.324 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.332 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:40.333 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.333 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.334 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.337 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/, /, []]
17:59:40.338 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.341 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 8 msec
17:59:40.348 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.349 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.349 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.349 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /foo, [foo]]
17:59:40.349 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.349 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.349 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.351 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.351 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.351 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, /foo/bar, [foo, bar]]
17:59:40.351 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************
17:59:40.352 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.354 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.355 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************************
17:59:40.355 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.355 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:59:40.355 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **************************************************
17:59:40.355 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.355 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.362 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.362 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.363 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [foo, /foo, [foo]]
17:59:40.363 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.363 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 7 msec
17:59:40.363 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.366 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.366 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.366 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [foo/bar, /foo/bar, [foo, bar]]
17:59:40.366 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.367 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.367 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.367 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************************
17:59:40.367 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly count segments"
17:59:40.367 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:59:40.367 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *************************************************
17:59:40.368 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.370 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.379 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:40.379 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.379 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, , /foo, /foo]
17:59:40.379 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:40.380 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.380 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.380 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:40.380 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.380 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /, /foo, /foo]
17:59:40.380 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a, /foo/a, /a/foo]
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *********************************
17:59:40.381 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.382 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.382 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.384 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.384 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:59:40.384 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.384 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.384 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.385 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.386 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.386 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:59:40.386 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.386 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.386 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.392 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.392 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.392 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:59:40.392 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.393 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.393 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.395 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.395 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.395 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
17:59:40.395 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.396 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.396 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.397 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.397 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend path"
17:59:40.397 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b/c, /foo/bar/baz/a/b/c, /a/b/c/foo/bar/baz]
17:59:40.397 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.397 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.397 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.405 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.405 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.405 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, , /foo, /foo]
17:59:40.405 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.412 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 6 msec
17:59:40.412 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.412 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.412 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.412 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, /, /foo, /foo]
17:59:40.412 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.422 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.422 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.423 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.423 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.423 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a, /foo/a, /a/foo]
17:59:40.423 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ***********************************
17:59:40.437 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 9 msec
17:59:40.438 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.442 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.443 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.446 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:59:40.446 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.446 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 5 msec
17:59:40.446 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.447 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.447 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.447 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:59:40.447 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************
17:59:40.447 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.447 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.450 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.450 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.451 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:59:40.452 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************
17:59:40.452 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 3 msec
17:59:40.463 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.471 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.471 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.471 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:59:40.471 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************
17:59:40.471 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.471 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.478 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.479 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.479 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
17:59:40.479 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************************************
17:59:40.479 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.479 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.480 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.480 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly prepend string"
17:59:40.480 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, a/b/c, /foo/bar/baz/a/b/c, /a/b/c/foo/bar/baz]
17:59:40.480 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ******************************************************************
17:59:40.481 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.481 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.495 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************************
17:59:40.495 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly reject non relative paths"
17:59:40.495 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar/baz, /foo/bar2]
17:59:40.495 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - **********************************************
17:59:40.496 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.496 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.508 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *******************************
17:59:40.508 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly url decode"
17:59:40.508 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/, /]
17:59:40.508 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *******************************
17:59:40.511 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 2 msec
17:59:40.511 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.514 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *******************************
17:59:40.514 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly url decode"
17:59:40.515 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo, foo]
17:59:40.515 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - *******************************
17:59:40.522 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 1 msec
17:59:40.522 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:40.523 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.523 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST "must properly url decode"
17:59:40.523 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ARGS [/foo/bar (2), foo/bar+%282%29]
17:59:40.523 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - ************************************
17:59:40.523 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - TEST PASSED in 0 msec
17:59:40.523 [main ] INFO i.t.northernwind.core.model.ResourcePathTest -
17:59:43.288 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - *************************************************
17:59:43.288 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must output NotModified when Etag Matching"
17:59:43.288 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - *************************************************
17:59:43.422 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.427 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["1341242553456"]
17:59:43.428 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:59:43.448 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.448 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.448 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.448 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.483 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 186 msec
17:59:43.483 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.495 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - *********************************************************************************************
17:59:43.496 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must output NotModified when IfModifiedSince more recent than or equal to ModifiedTime"
17:59:43.497 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - *********************************************************************************************
17:59:43.501 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.501 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:33 GMT' could not be parsed at index 5
17:59:43.501 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:33 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.507 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.508 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.508 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:33Z[GMT]]
17:59:43.510 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.510 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.510 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.510 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.519 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:34 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.520 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:34 GMT' could not be parsed at index 5
17:59:43.523 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:34 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.524 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.525 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.525 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:34Z[GMT]]
17:59:43.526 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.527 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.527 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.527 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.530 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:35 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.530 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:35 GMT' could not be parsed at index 5
17:59:43.530 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:35 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.531 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.531 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.532 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:35Z[GMT]]
17:59:43.534 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.534 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.534 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.534 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.543 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:36 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.543 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:36 GMT' could not be parsed at index 5
17:59:43.543 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:36 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.544 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.544 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.544 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:36Z[GMT]]
17:59:43.546 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.546 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.546 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.546 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.547 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:37 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.547 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:37 GMT' could not be parsed at index 5
17:59:43.547 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:37 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.548 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.549 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.549 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:37Z[GMT]]
17:59:43.554 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.554 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.554 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.554 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.557 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:38 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.557 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:38 GMT' could not be parsed at index 5
17:59:43.557 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:38 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.559 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.559 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.560 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:38Z[GMT]]
17:59:43.561 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.562 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.562 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.562 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.567 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:39 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.568 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:39 GMT' could not be parsed at index 5
17:59:43.568 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:39 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.569 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.570 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.570 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:39Z[GMT]]
17:59:43.572 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.572 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.572 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.572 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.581 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:40 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.581 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:40 GMT' could not be parsed at index 5
17:59:43.581 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:40 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.582 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.582 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.582 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:40Z[GMT]]
17:59:43.584 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.584 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.584 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.584 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.591 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:41 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.591 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:41 GMT' could not be parsed at index 5
17:59:43.591 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:41 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.591 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.594 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.594 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:41Z[GMT]]
17:59:43.596 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.596 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.596 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.596 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.597 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:42 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.597 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:42 GMT' could not be parsed at index 5
17:59:43.597 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:42 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.601 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.602 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.602 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:42Z[GMT]]
17:59:43.614 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.614 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.614 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:59:43.614 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:59:43.615 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 119 msec
17:59:43.615 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.618 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ********************************************************
17:59:43.618 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must output a ResourceFile when Etag not Matching"
17:59:43.619 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ********************************************************
17:59:43.623 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.623 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["xxxx"]
17:59:43.624 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:59:43.624 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.624 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.624 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.624 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.625 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 7 msec
17:59:43.630 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.634 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ************************************************************************************
17:59:43.634 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must output a ResourceFile when IfModifiedSince less recent than ModifiedTime"
17:59:43.635 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ************************************************************************************
17:59:43.639 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:23 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.639 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:23 GMT' could not be parsed at index 5
17:59:43.640 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:23 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.641 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.647 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.647 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:23Z[GMT]]
17:59:43.650 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.650 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.650 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.650 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.671 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:24 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.671 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:24 GMT' could not be parsed at index 5
17:59:43.671 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:24 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.672 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.672 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.672 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:24Z[GMT]]
17:59:43.673 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.673 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.673 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.673 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.674 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:25 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.674 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:25 GMT' could not be parsed at index 5
17:59:43.674 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:25 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.674 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.674 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.674 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:25Z[GMT]]
17:59:43.675 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.675 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.675 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.675 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.676 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:26 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.676 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:26 GMT' could not be parsed at index 5
17:59:43.676 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:26 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.676 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.676 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.676 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:26Z[GMT]]
17:59:43.677 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.677 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.677 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.677 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.677 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:27 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.678 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:27 GMT' could not be parsed at index 5
17:59:43.678 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:27 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.678 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.678 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.678 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:27Z[GMT]]
17:59:43.684 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.684 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.684 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.684 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.687 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:28 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.687 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:28 GMT' could not be parsed at index 5
17:59:43.687 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:28 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.691 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.691 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.691 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:28Z[GMT]]
17:59:43.692 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.692 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.692 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.694 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.697 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:29 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.698 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:29 GMT' could not be parsed at index 5
17:59:43.698 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:29 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.699 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.699 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.699 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:29Z[GMT]]
17:59:43.700 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.707 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.707 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.707 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.711 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:30 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.712 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:30 GMT' could not be parsed at index 5
17:59:43.712 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:30 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.712 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.712 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.713 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:30Z[GMT]]
17:59:43.713 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.713 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.713 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.713 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.721 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:31 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.721 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:31 GMT' could not be parsed at index 5
17:59:43.721 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:31 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.722 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.727 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.727 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:31Z[GMT]]
17:59:43.729 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.729 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.729 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.729 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.731 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:32 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.731 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Text 'Mon, 2 Jul 2012 15:22:32 GMT' could not be parsed at index 5
17:59:43.731 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 2 Jul 2012 15:22:32 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:59:43.731 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.731 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.731 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:32Z[GMT]]
17:59:43.732 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.732 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.732 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.732 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.741 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 98 msec
17:59:43.741 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.751 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ************************************
17:59:43.751 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must properly output NotFound"
17:59:43.751 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ************************************
17:59:43.752 [main ] INFO i.t.n.core.model.spi.ResponseBuilderSupport - NOT FOUND: it.tidalwave.util.NotFoundException: foo bar
17:59:43.754 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:59:43.754 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:59:43.759 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.759 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.759 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/NotFoundExceptionOutput.txt
17:59:43.759 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/NotFoundExceptionOutput.txt
17:59:43.760 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 9 msec
17:59:43.760 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.769 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ***********************************************
17:59:43.769 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must properly output a PermanentRedirect"
17:59:43.769 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ***********************************************
17:59:43.770 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:59:43.770 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:59:43.774 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.775 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.775 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/PermanentRedirectOutput.txt
17:59:43.775 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/PermanentRedirectOutput.txt
17:59:43.775 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 6 msec
17:59:43.775 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.777 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ******************************************
17:59:43.777 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must properly output a ResourceFile"
17:59:43.777 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - ******************************************
17:59:43.778 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.779 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.780 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:59:43.788 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.788 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.788 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:59:43.788 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:59:43.790 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 13 msec
17:59:43.790 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.793 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - **************************************************************
17:59:43.794 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must properly output a ResourceFile with ExpirationTime"
17:59:43.794 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - **************************************************************
17:59:43.812 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:59:43.812 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:59:43.812 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:59:43.814 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.814 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.814 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/ResourceFileOutputWithExpirationTime.txt
17:59:43.814 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/ResourceFileOutputWithExpirationTime.txt
17:59:43.815 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 22 msec
17:59:43.815 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.820 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - *********************************************
17:59:43.821 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST "must properly output an internal error"
17:59:43.821 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - *********************************************
17:59:43.822 [main ] ERROR i.t.n.core.model.spi.ResponseBuilderSupport -
java.io.IOException: foo bar
at it.tidalwave.northernwind.core.model.spi.ResponseBuilderTest.must_properly_output_an_internal_error(ResponseBuilderTest.java:225)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:677)
at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at org.testng.TestRunner.privateRun(TestRunner.java:829)
at org.testng.TestRunner.run(TestRunner.java:602)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
at org.testng.SuiteRunner.run(SuiteRunner.java:330)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
at org.testng.TestNG.runSuites(TestNG.java:1099)
at org.testng.TestNG.run(TestNG.java:1067)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
17:59:43.836 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:59:43.836 [main ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:59:43.839 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - ******** Comparing files:
17:59:43.839 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:59:43.839 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> exp is: test-classes/ResponseBuilderTest/expected-results/InternalErrorOutput.txt
17:59:43.839 [main ] INFO it.tidalwave.util.test.FileComparisonUtils - >>>> act is: test-artifacts/ResponseBuilderTest/InternalErrorOutput.txt
17:59:43.839 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest - TEST PASSED in 19 msec
17:59:43.839 [main ] INFO i.t.n.core.model.spi.ResponseBuilderTest -
17:59:43.839 [main ] INFO i.t.northernwind.core.model.ResourcePathTest - FINISHED TESTS OF it.tidalwave.northernwind.core.model.ResourcePathTest
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.7 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco:0.8.9:report (report) @ it-tidalwave-northernwind-core ---
[INFO] Loading execution data file /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/jacoco.exec
[INFO] Analyzed bundle 'NorthernWind :: Core' with 42 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-northernwind-core ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.d0e4dd00869d.jar
[INFO]
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-core ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.d0e4dd00869d-tests.jar
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-core ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.d0e4dd00869d.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.d0e4dd00869d-tests.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT-tests.jar
[INFO]
[INFO] >>> spotbugs:4.7.3.4:check (default-cli) > :spotbugs @ it-tidalwave-northernwind-core >>>
[INFO]
[INFO] --- spotbugs:4.7.3.4:spotbugs (spotbugs) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'spotbugsXmlOutput' is deprecated: No reason given
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO]
[INFO] <<< spotbugs:4.7.3.4:check (default-cli) < :spotbugs @ it-tidalwave-northernwind-core <<<
[INFO]
[INFO]
[INFO] --- spotbugs:4.7.3.4:check (default-cli) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'spotbugsXmlOutput' is deprecated: No reason given
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- pmd:3.20.0:cpd (default-cli) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[WARNING] Parameter 'aggregate' (user property 'aggregate') is deprecated: since 3.15.0 Use the goals <code>pmd:aggregate-pmd</code> and <code>pmd:aggregate-cpd</code>
instead.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] PMD version: 6.53.0
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO]
[INFO] --- pmd:3.20.0:pmd (default-cli) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[WARNING] Parameter 'aggregate' (user property 'aggregate') is deprecated: since 3.15.0 Use the goals <code>pmd:aggregate-pmd</code> and <code>pmd:aggregate-cpd</code>
instead.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] PMD version: 6.53.0
[WARNING] Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
[WARNING] Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
[WARNING] The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
[WARNING] The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
[WARNING] The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
[WARNING] Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
[WARNING] Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
[WARNING] The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
[WARNING] The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
[WARNING] The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO]
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ it-tidalwave-northernwind-core ---
[INFO] There are 164 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] >>> dependency:3.5.0:analyze (default-cli) > test-compile @ it-tidalwave-northernwind-core >>>
[INFO]
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-northernwind-core ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core
[INFO] Storing buildNumber: d0e4dd00869d at timestamp: 1683568806056
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-northernwind-core ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO]
[INFO] --- enforcer:3.3.0:enforce (enforce-banned-dependencies) @ it-tidalwave-northernwind-core ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-northernwind-core ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: UNKNOWN 1.2-ALPHA-12-SNAPSHOT d0e4dd00869d
[INFO] [echo] Java Version: 11.0.18 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent) @ it-tidalwave-northernwind-core ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/jacoco.exec
[INFO]
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-northernwind-core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-northernwind-core ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 48 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING] No processor claimed any of these annotations: /javax.annotation.CheckForNull,/javax.annotation.Nonnegative,/javax.annotation.concurrent.NotThreadSafe,/javax.annotation.Nonnull,/javax.annotation.concurrent.Immutable
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/Content.java:[82,69] [deprecation] Key(String) in Key has been deprecated
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/ResourcePath.java:[278,40] [unchecked] unchecked generic array creation for varargs parameter of type Collection<? extends String>[]
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/ResourcePath.java:[308,40] [unchecked] unchecked generic array creation for varargs parameter of type Collection<? extends String>[]
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/HttpStatusException.java:[48,7] [serial] serializable class HttpStatusException has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/frontend/ui/spi/NodeViewRenderer.java:[123,36] [unchecked] unchecked cast
required: T
found: Object
where T is a type-variable:
T extends Object declared in class NodeViewRenderer
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/frontend/ui/spi/NodeViewRenderer.java:[127,67] [unchecked] unchecked cast
required: T
found: Object
where T is a type-variable:
T extends Object declared in class NodeViewRenderer
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/java/it/tidalwave/northernwind/core/model/spi/ResponseHolder.java:[68,46] [unchecked] unchecked cast
required: RESPONSE_TYPE
found: Object
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in class ResponseHolder
[INFO]
[INFO] --- aspectj:1.14.0:compile (weave-classes) @ it-tidalwave-northernwind-core ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-northernwind-core ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [forked debug deprecation release 11] to target/unwoven-test-classes
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod,/org.testng.annotations.Test,/org.testng.annotations.DataProvider
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[59,27] [unchecked] response() in MockResponseHolder overrides response() in ResponseHolder
return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<byte[]>
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in class ResponseHolder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[59,11] [rawtypes] found raw type: ResponseBuilder
missing type arguments for generic class ResponseBuilder<RESPONSE_TYPE>
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in interface ResponseBuilder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[61,14] [rawtypes] found raw type: ResponseBuilderSupport
missing type arguments for generic class ResponseBuilderSupport<RESPONSE_TYPE>
where RESPONSE_TYPE is a type-variable:
RESPONSE_TYPE extends Object declared in class ResponseBuilderSupport
[WARNING] /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[62,40] [unchecked] unchecked call to setClockSupplier(Supplier<Clock>) as a member of the raw type ResponseBuilderSupport
[WARNING] Failed to getClass for org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
[INFO]
[INFO] <<< dependency:3.5.0:analyze (default-cli) < test-compile @ it-tidalwave-northernwind-core <<<
[INFO]
[INFO]
[INFO] --- dependency:3.5.0:analyze (default-cli) @ it-tidalwave-northernwind-core ---
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[WARNING] Unused declared dependencies found:
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-messagebus:jar:3.2-ALPHA-20:compile
[WARNING] org.springframework:spring-beans:jar:5.3.27:compile
[WARNING] org.slf4j:jul-to-slf4j:jar:2.0.7:provided
[WARNING] it.tidalwave.northernwind:it-tidalwave-northernwind-common-tests:jar:1.2-ALPHA-12-SNAPSHOT:test
[WARNING] javax.inject:javax.inject:jar:1:compile
[WARNING] javax.annotation:javax.annotation-api:jar:1.3.2:compile
[WARNING] org.slf4j:jcl-over-slf4j:jar:2.0.7:runtime
[WARNING] org.projectlombok:lombok:jar:1.18.24:provided
[WARNING] ch.qos.logback:logback-classic:jar:1.4.7:test
[WARNING] org.springframework:spring-aspects:jar:5.3.27:compile
[WARNING] org.aspectj:aspectjrt:jar:1.9.19:compile
[WARNING] Non-test scoped test only dependencies found:
[WARNING] it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-20:compile
[JENKINS] Archiving disabled