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:02:55.377 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - STARTING TESTS OF it.tidalwave.northernwind.core.model.ResourcePathTest
17:02:55.683 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.683 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.683 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, ]
17:02:55.684 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.724 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 41 msec
17:02:55.724 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.725 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.725 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.725 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo.jpg, jpg]
17:02:55.726 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.735 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 10 msec
17:02:55.736 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.736 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.737 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.737 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo.gif, gif]
17:02:55.737 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.738 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.738 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.739 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.739 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.739 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo.gif.jpg, jpg]
17:02:55.739 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.740 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:55.740 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.741 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.741 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.741 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar.jpg, jpg]
17:02:55.741 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.755 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.756 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.756 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.757 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.757 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar.gif, gif]
17:02:55.757 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.758 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:55.758 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.759 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.759 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
17:02:55.759 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar.jpg.gif, gif]
17:02:55.760 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
17:02:55.761 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.761 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.780 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.780 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute leading segment"
17:02:55.780 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo, foo]
17:02:55.780 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.781 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.781 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.786 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute leading segment"
17:02:55.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foo, bar]
17:02:55.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.788 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:55.788 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.789 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.789 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute leading segment"
17:02:55.789 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foo, baz]
17:02:55.789 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.789 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
17:02:55.790 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.813 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.813 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.813 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo, true]
17:02:55.813 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.814 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.814 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.822 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.823 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.823 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foo, true]
17:02:55.823 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.824 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.824 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.824 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.824 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.825 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foo, true]
17:02:55.825 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.836 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.836 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.837 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.837 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.837 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foot, false]
17:02:55.837 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.838 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
17:02:55.838 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.846 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.847 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.847 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foot, false]
17:02:55.847 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.848 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.848 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.848 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.848 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.848 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foot, false]
17:02:55.848 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.849 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.849 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.849 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.849 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
17:02:55.850 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , false]
17:02:55.850 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
17:02:55.850 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.861 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.874 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:55.874 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute trailing segment"
17:02:55.874 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo, foo]
17:02:55.874 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:55.875 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.875 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.875 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:55.875 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute trailing segment"
17:02:55.875 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foo, bar]
17:02:55.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:55.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:55.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute trailing segment"
17:02:55.877 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foo, baz]
17:02:55.877 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:55.877 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.877 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.878 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************
17:02:55.878 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path"
17:02:55.878 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************
17:02:55.888 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 10 msec
17:02:55.888 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.889 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:55.889 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject empty segments"
17:02:55.889 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:55.890 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.890 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.891 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:55.891 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject null segments"
17:02:55.891 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:55.906 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 14 msec
17:02:55.906 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.906 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject segments containing slash"
17:02:55.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:55.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.920 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [, /, []]
17:02:55.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.922 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.922 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.922 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.922 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/, /, []]
17:02:55.922 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.923 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.923 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.923 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.923 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.923 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /foo, [foo]]
17:02:55.923 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.924 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.924 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.924 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.925 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.925 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /foo/bar, [foo, bar]]
17:02:55.925 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.925 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.925 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.926 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.926 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.926 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:02:55.926 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.935 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 9 msec
17:02:55.935 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.935 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.935 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.935 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo, /foo, [foo]]
17:02:55.936 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.936 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.949 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.950 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.950 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.950 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar, /foo/bar, [foo, bar]]
17:02:55.950 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.951 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.951 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.951 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.951 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
17:02:55.951 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:02:55.951 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
17:02:55.952 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.952 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.953 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:55.953 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject invalid paths"
17:02:55.954 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [http://acme.com]
17:02:55.954 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:55.983 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 29 msec
17:02:55.984 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.984 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:55.984 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject invalid paths"
17:02:55.984 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [https://acme.com]
17:02:55.984 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:55.995 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 10 msec
17:02:55.995 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.997 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:55.997 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
17:02:55.997 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[], /]
17:02:55.997 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:55.998 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.998 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.998 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:55.999 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
17:02:55.999 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[foo], /foo]
17:02:55.999 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:55.999 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:55.999 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:55.999 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:56.000 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
17:02:56.000 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[foo, bar], /foo/bar]
17:02:56.000 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:56.000 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.000 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.001 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:56.001 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
17:02:56.001 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[foo, bar, baz], /foo/bar/baz]
17:02:56.001 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:56.001 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.001 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.013 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:56.013 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.013 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
17:02:56.013 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:56.017 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
17:02:56.017 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.018 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:56.018 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.018 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
17:02:56.018 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:56.021 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.022 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.027 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:56.028 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.029 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
17:02:56.029 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
17:02:56.032 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 10 msec
17:02:56.033 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.035 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.035 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.035 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:02:56.036 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.041 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
17:02:56.046 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.047 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.048 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.049 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:02:56.049 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.052 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
17:02:56.052 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.055 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.060 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.061 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:02:56.061 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.064 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 10 msec
17:02:56.064 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.065 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.065 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.065 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:02:56.065 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.070 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
17:02:56.070 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.071 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.071 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.071 [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:02:56.071 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.074 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.074 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.075 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.075 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
17:02:56.075 [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:02:56.075 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.077 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.078 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.084 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
17:02:56.085 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.085 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
17:02:56.085 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
17:02:56.091 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
17:02:56.092 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.092 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
17:02:56.092 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.092 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
17:02:56.092 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
17:02:56.101 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 9 msec
17:02:56.101 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.102 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
17:02:56.102 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.102 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
17:02:56.102 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
17:02:56.108 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
17:02:56.108 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.109 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.109 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.109 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:02:56.109 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.115 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
17:02:56.116 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.116 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.116 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.116 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:02:56.117 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.118 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.118 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.119 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.119 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.119 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:02:56.119 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.120 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.120 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.121 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.121 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.121 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:02:56.121 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.123 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.131 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.132 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.133 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.133 [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:02:56.133 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.135 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.136 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.137 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.140 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
17:02:56.140 [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:02:56.141 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.144 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
17:02:56.144 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.155 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************************
17:02:56.155 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute relative paths"
17:02:56.155 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar, /baz]
17:02:56.155 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************************
17:02:56.172 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 16 msec
17:02:56.172 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.177 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:56.177 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without leading"
17:02:56.177 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /]
17:02:56.177 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:56.185 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 7 msec
17:02:56.185 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.186 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:56.186 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without leading"
17:02:56.186 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /bar, /foo]
17:02:56.186 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:56.198 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 9 msec
17:02:56.198 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.199 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:56.200 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without leading"
17:02:56.200 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /bar/baz, /foo/bar]
17:02:56.200 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
17:02:56.206 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
17:02:56.206 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.212 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:56.212 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without trailing"
17:02:56.212 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /]
17:02:56.212 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:56.214 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.214 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.214 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:56.214 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without trailing"
17:02:56.214 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /bar, /foo]
17:02:56.214 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:56.223 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 8 msec
17:02:56.223 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.223 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:56.223 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without trailing"
17:02:56.223 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /bar/baz, /foo/bar]
17:02:56.223 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
17:02:56.230 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
17:02:56.231 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.236 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.236 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.236 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [, /, []]
17:02:56.236 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.265 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 13 msec
17:02:56.265 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.271 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.273 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.274 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/, /, []]
17:02:56.274 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.275 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
17:02:56.275 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.275 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.275 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.275 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /foo, [foo]]
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /foo/bar, [foo, bar]]
17:02:56.276 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************************
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************************
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
17:02:56.277 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.278 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.278 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.278 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo, /foo, [foo]]
17:02:56.278 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.278 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
17:02:56.278 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.279 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.279 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.279 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar, /foo/bar, [foo, bar]]
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************************
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
17:02:56.280 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************************
17:02:56.281 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.281 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.282 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:56.282 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.282 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
17:02:56.282 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:56.298 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 15 msec
17:02:56.298 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.299 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:56.299 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.299 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
17:02:56.299 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:56.303 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
17:02:56.303 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.305 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:56.305 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.305 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
17:02:56.305 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
17:02:56.306 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.306 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.307 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.307 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.307 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:02:56.307 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.310 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.310 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.310 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.310 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.310 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:02:56.310 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.315 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.315 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.316 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.317 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.318 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:02:56.318 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.319 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
17:02:56.320 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.321 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.321 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.321 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:02:56.321 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.324 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
17:02:56.324 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.325 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.325 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.325 [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:02:56.325 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.329 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.329 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.330 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.330 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
17:02:56.330 [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:02:56.330 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.332 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.333 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.351 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.351 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.355 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
17:02:56.355 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.359 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 8 msec
17:02:56.360 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.363 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.363 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.363 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
17:02:56.363 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.365 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.365 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.366 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.366 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.366 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
17:02:56.366 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
17:02:56.370 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.370 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.374 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.374 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.374 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
17:02:56.374 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.385 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 9 msec
17:02:56.385 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.387 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.387 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.387 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
17:02:56.387 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
17:02:56.388 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.388 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.399 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.399 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.399 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
17:02:56.399 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
17:02:56.401 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 11 msec
17:02:56.407 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.407 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.407 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.407 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
17:02:56.407 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
17:02:56.414 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
17:02:56.414 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.418 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.418 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.418 [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:02:56.418 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
17:02:56.420 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
17:02:56.420 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.433 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.433 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
17:02:56.433 [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:02:56.433 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
17:02:56.435 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
17:02:56.435 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.437 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************************
17:02:56.437 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly reject non relative paths"
17:02:56.437 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar2]
17:02:56.437 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************************
17:02:56.441 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
17:02:56.441 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.450 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
17:02:56.450 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly url decode"
17:02:56.450 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/, /]
17:02:56.450 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
17:02:56.461 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 11 msec
17:02:56.461 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.461 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
17:02:56.462 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly url decode"
17:02:56.462 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo]
17:02:56.462 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
17:02:56.467 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
17:02:56.467 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:02:56.468 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.468 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly url decode"
17:02:56.468 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar (2), foo/bar+%282%29]
17:02:56.468 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
17:02:56.473 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
17:02:56.474 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
17:03:00.221 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *************************************************
17:03:00.221 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output NotModified when Etag Matching"
17:03:00.221 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *************************************************
17:03:00.415 [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:03:00.417 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["1341242553456"]
17:03:00.417 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:03:00.437 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.438 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.438 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.438 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.496 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 270 msec
17:03:00.496 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.527 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************************************************************
17:03:00.527 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output NotModified when IfModifiedSince more recent than or equal to ModifiedTime"
17:03:00.527 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************************************************************
17:03:00.536 [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:03:00.536 [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:03:00.536 [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:03:00.537 [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:03:00.537 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.538 [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:03:00.539 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.550 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.557 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.557 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.621 [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:03:00.621 [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:03:00.621 [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:03:00.622 [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:03:00.623 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.623 [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:03:00.624 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.624 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.624 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.624 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.626 [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:03:00.626 [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:03:00.626 [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:03:00.627 [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:03:00.627 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.627 [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:03:00.628 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.628 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.628 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.628 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.629 [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:03:00.629 [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:03:00.630 [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:03:00.630 [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:03:00.630 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.630 [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:03:00.631 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.631 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.631 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.631 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.632 [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:03:00.632 [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:03:00.632 [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:03:00.633 [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:03:00.633 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.633 [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:03:00.634 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.634 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.634 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.634 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.636 [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:03:00.636 [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:03:00.636 [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:03:00.636 [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:03:00.639 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.639 [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:03:00.640 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.640 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.640 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.640 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.641 [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:03:00.641 [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:03:00.641 [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:03:00.651 [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:03:00.651 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.652 [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:03:00.653 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.653 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.653 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.653 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.654 [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:03:00.654 [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:03:00.654 [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:03:00.655 [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:03:00.655 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.657 [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:03:00.658 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.658 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.658 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.658 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.659 [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:03:00.659 [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:03:00.659 [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:03:00.660 [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:03:00.660 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.660 [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:03:00.661 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.661 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.661 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.661 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.662 [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:03:00.662 [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:03:00.662 [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:03:00.663 [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:03:00.663 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.663 [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:03:00.663 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.664 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.664 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:03:00.664 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
17:03:00.675 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 137 msec
17:03:00.675 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.688 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ********************************************************
17:03:00.688 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output a ResourceFile when Etag not Matching"
17:03:00.688 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ********************************************************
17:03:00.690 [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:03:00.690 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["xxxx"]
17:03:00.691 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:03:00.691 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.691 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.691 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.691 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.692 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 4 msec
17:03:00.692 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.699 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************************************************************
17:03:00.699 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output a ResourceFile when IfModifiedSince less recent than ModifiedTime"
17:03:00.699 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************************************************************
17:03:00.703 [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:03:00.703 [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:03:00.703 [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:03:00.704 [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:03:00.704 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.704 [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:03:00.705 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.705 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.705 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.705 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.706 [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:03:00.706 [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:03:00.714 [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:03:00.715 [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:03:00.743 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.743 [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:03:00.743 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.744 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.744 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.744 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.745 [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:03:00.745 [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:03:00.745 [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:03:00.746 [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:03:00.746 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.746 [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:03:00.750 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.750 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.750 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.750 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.752 [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:03:00.753 [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:03:00.753 [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:03:00.753 [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:03:00.754 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.754 [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:03:00.782 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.783 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.783 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.783 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.784 [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:03:00.784 [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:03:00.784 [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:03:00.785 [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:03:00.785 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.785 [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:03:00.786 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.796 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.796 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.796 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.797 [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:03:00.797 [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:03:00.798 [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:03:00.798 [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:03:00.798 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.806 [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:03:00.807 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.807 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.807 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.807 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.809 [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:03:00.809 [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:03:00.809 [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:03:00.809 [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:03:00.809 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.809 [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:03:00.832 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.832 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.832 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.832 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.833 [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:03:00.834 [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:03:00.834 [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:03:00.848 [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:03:00.848 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.848 [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:03:00.849 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.849 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.849 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.849 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.850 [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:03:00.850 [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:03:00.850 [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:03:00.851 [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:03:00.851 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.851 [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:03:00.851 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.851 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.851 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.851 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.852 [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:03:00.853 [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:03:00.853 [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:03:00.853 [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:03:00.853 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.853 [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:03:00.854 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.854 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.854 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.854 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.879 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 179 msec
17:03:00.879 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.889 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************
17:03:00.889 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output NotFound"
17:03:00.890 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************
17:03:00.895 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderSupport        - NOT FOUND: it.tidalwave.util.NotFoundException: foo bar
17:03:00.905 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:03:00.905 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:03:00.907 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.907 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.907 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/NotFoundExceptionOutput.txt
17:03:00.907 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/NotFoundExceptionOutput.txt
17:03:00.915 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 18 msec
17:03:00.916 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.919 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ***********************************************
17:03:00.919 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output a PermanentRedirect"
17:03:00.919 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ***********************************************
17:03:00.920 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:03:00.922 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:03:00.923 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.923 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.923 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/PermanentRedirectOutput.txt
17:03:00.923 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/PermanentRedirectOutput.txt
17:03:00.924 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 5 msec
17:03:00.924 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.930 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ******************************************
17:03:00.930 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output a ResourceFile"
17:03:00.930 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ******************************************
17:03:00.942 [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:03:00.943 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.944 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:03:00.948 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.949 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.949 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:03:00.949 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
17:03:00.951 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 22 msec
17:03:00.951 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.960 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - **************************************************************
17:03:00.960 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output a ResourceFile with ExpirationTime"
17:03:00.960 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - **************************************************************
17:03:00.974 [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:03:00.975 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:03:00.975 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:03:00.975 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.976 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.976 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutputWithExpirationTime.txt
17:03:00.976 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutputWithExpirationTime.txt
17:03:00.976 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 16 msec
17:03:00.976 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:00.980 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************
17:03:00.980 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output an internal error"
17:03:00.980 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************
17:03:00.980 [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:03:00.997 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:03:00.997 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:03:00.998 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:03:00.998 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
17:03:00.998 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/InternalErrorOutput.txt
17:03:00.998 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/InternalErrorOutput.txt
17:03:01.016 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 36 msec
17:03:01.016 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
17:03:01.016 [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: 10.483 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.88670c31d519.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.88670c31d519-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/2/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.88670c31d519.jar to /var/jenkins_home/maven-repositories/2/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.88670c31d519-tests.jar to /var/jenkins_home/maven-repositories/2/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: 88670c31d519 at timestamp: 1683565414936
[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 88670c31d519
[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/2/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