Console Output

Skipping 3 KB.. Full Log
[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! :source
[INFO] Compiling 48 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING] [path] bad path element "/var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/classes": no such file or directory
[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] /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
18:14:14.178 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - STARTING TESTS OF it.tidalwave.northernwind.core.model.ResourcePathTest
18:14:14.363 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.364 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.364 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, ]
18:14:14.364 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.396 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 30 msec
18:14:14.397 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.397 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.398 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.398 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo.jpg, jpg]
18:14:14.398 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.402 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.402 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.403 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.404 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.404 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo.gif, gif]
18:14:14.405 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.408 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
18:14:14.409 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.410 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.410 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.410 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo.gif.jpg, jpg]
18:14:14.411 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.417 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
18:14:14.417 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.418 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.419 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.419 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar.jpg, jpg]
18:14:14.420 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.424 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
18:14:14.424 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.425 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.426 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.426 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar.gif, gif]
18:14:14.427 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.429 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.429 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.430 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.435 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute extension"
18:14:14.436 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar.jpg.gif, gif]
18:14:14.437 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************
18:14:14.440 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 8 msec
18:14:14.441 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.456 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.457 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute leading segment"
18:14:14.457 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo, foo]
18:14:14.457 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.457 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.457 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.472 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.472 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute leading segment"
18:14:14.472 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foo, bar]
18:14:14.472 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.473 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.474 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.482 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.483 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute leading segment"
18:14:14.483 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foo, baz]
18:14:14.483 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.494 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.495 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.497 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.497 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.497 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo, true]
18:14:14.497 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.498 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.498 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.499 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.499 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.500 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foo, true]
18:14:14.500 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.501 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.501 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.502 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.502 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.502 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foo, true]
18:14:14.502 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.503 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.503 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.503 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.503 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.503 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foot, false]
18:14:14.503 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.504 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.504 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.505 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.505 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.505 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foot, false]
18:14:14.505 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.505 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.505 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.506 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.506 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.506 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foot, false]
18:14:14.506 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.506 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.507 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.507 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.522 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute startsWith"
18:14:14.522 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , false]
18:14:14.522 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***************************************
18:14:14.523 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 15 msec
18:14:14.523 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.524 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.524 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute trailing segment"
18:14:14.524 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo, foo]
18:14:14.525 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.525 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.534 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.535 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.538 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute trailing segment"
18:14:14.539 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, foo, bar]
18:14:14.539 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.542 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 8 msec
18:14:14.543 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.543 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.543 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute trailing segment"
18:14:14.543 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, foo, baz]
18:14:14.543 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.552 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.552 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.553 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************
18:14:14.553 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path"
18:14:14.553 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************
18:14:14.562 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 9 msec
18:14:14.563 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.564 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.564 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject empty segments"
18:14:14.564 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.565 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.565 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.566 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.566 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject segments containing slash"
18:14:14.569 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.582 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 14 msec
18:14:14.582 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.583 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.583 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject null segments"
18:14:14.583 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.589 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
18:14:14.590 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.611 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.611 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.612 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [, /, []]
18:14:14.612 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.615 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.616 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.618 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.618 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.618 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/, /, []]
18:14:14.619 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.622 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.622 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.627 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.627 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.628 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /foo, [foo]]
18:14:14.628 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.635 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 6 msec
18:14:14.635 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.637 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.638 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.638 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /foo/bar, [foo, bar]]
18:14:14.638 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.643 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
18:14:14.644 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.645 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.646 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.646 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
18:14:14.647 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.650 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.658 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.660 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.660 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.660 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo, /foo, [foo]]
18:14:14.660 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.662 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.662 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.663 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.663 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.663 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar, /foo/bar, [foo, bar]]
18:14:14.663 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.667 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.667 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.667 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.668 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly create an empty path from string"
18:14:14.668 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
18:14:14.668 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *****************************************************
18:14:14.678 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.683 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.690 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.691 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject invalid paths"
18:14:14.697 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [http://acme.com]
18:14:14.697 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.700 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 12 msec
18:14:14.700 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.701 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.701 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must reject invalid paths"
18:14:14.701 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [https://acme.com]
18:14:14.701 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.711 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.712 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.716 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.717 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
18:14:14.717 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[], /]
18:14:14.717 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.719 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.720 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.721 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.722 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
18:14:14.722 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[foo], /foo]
18:14:14.722 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.725 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.725 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.726 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.726 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
18:14:14.726 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[foo, bar], /foo/bar]
18:14:14.726 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.730 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.730 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.730 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.730 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute asString"
18:14:14.731 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [[foo, bar, baz], /foo/bar/baz]
18:14:14.731 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.732 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.733 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.747 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.747 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.747 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
18:14:14.747 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.750 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.751 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.751 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.751 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.751 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
18:14:14.751 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.753 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.753 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.753 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.753 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.753 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
18:14:14.754 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************
18:14:14.755 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.755 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.755 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.756 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.756 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
18:14:14.756 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.757 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.757 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.758 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.758 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.758 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
18:14:14.758 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.759 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.760 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.765 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.765 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.765 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
18:14:14.765 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.769 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
18:14:14.769 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.769 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.769 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.770 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
18:14:14.770 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.772 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.772 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.773 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.773 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.773 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
18:14:14.773 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.778 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
18:14:14.778 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.779 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.779 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append path"
18:14:14.779 [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]
18:14:14.779 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.780 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.780 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.785 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
18:14:14.785 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.785 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
18:14:14.785 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
18:14:14.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
18:14:14.787 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.788 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
18:14:14.788 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
18:14:14.791 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
18:14:14.792 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.792 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
18:14:14.792 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.792 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
18:14:14.792 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************
18:14:14.794 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.794 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.794 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.794 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.794 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
18:14:14.794 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.795 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.795 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.796 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.796 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.796 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
18:14:14.796 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.797 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.797 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.797 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.797 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.797 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
18:14:14.797 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.798 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.798 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.799 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.799 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.799 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
18:14:14.799 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.800 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.802 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.802 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.802 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.802 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
18:14:14.802 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.805 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 3 msec
18:14:14.806 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.806 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.806 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly append string"
18:14:14.806 [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]
18:14:14.806 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.814 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 5 msec
18:14:14.814 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.817 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************************
18:14:14.817 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute relative paths"
18:14:14.817 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar, /baz]
18:14:14.817 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************************
18:14:14.819 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.822 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.834 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.850 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without leading"
18:14:14.850 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /]
18:14:14.850 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.852 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 17 msec
18:14:14.852 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.852 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.852 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without leading"
18:14:14.852 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /bar, /foo]
18:14:14.852 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.855 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.855 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.858 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.858 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without leading"
18:14:14.858 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /bar/baz, /foo/bar]
18:14:14.858 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ********************************************
18:14:14.862 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 4 msec
18:14:14.863 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without trailing"
18:14:14.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /]
18:14:14.876 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.877 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 10 msec
18:14:14.878 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.879 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.879 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without trailing"
18:14:14.879 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /bar, /foo]
18:14:14.879 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.879 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.879 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.882 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.883 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly compute without trailing"
18:14:14.883 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /bar/baz, /foo/bar]
18:14:14.883 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************************
18:14:14.883 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.883 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.891 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [, /, []]
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.892 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/, /, []]
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /foo, [foo]]
18:14:14.893 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, /foo/bar, [foo, bar]]
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.894 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.898 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************************
18:14:14.898 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.898 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
18:14:14.898 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **************************************************
18:14:14.898 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo, /foo, [foo]]
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.899 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.900 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.900 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.900 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar, /foo/bar, [foo, bar]]
18:14:14.900 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.900 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.906 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************************
18:14:14.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly count segments"
18:14:14.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [foo/bar/baz, /foo/bar/baz, [foo, bar, baz]]
18:14:14.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *************************************************
18:14:14.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.907 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.909 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.909 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.909 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
18:14:14.909 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.910 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.910 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.910 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.910 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.910 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
18:14:14.911 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.911 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.911 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.916 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.916 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.916 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
18:14:14.916 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *********************************
18:14:14.917 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.917 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.919 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.919 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.919 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
18:14:14.919 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.920 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.920 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.920 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.920 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
18:14:14.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.921 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.926 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.927 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.927 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
18:14:14.927 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.928 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.928 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.928 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.928 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.928 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
18:14:14.928 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.929 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.929 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.930 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.930 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.930 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
18:14:14.930 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.931 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.931 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.931 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.931 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend path"
18:14:14.931 [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]
18:14:14.931 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.932 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.933 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.938 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.939 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.939 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, , /foo, /foo]
18:14:14.939 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.939 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.940 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.947 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.947 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.947 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, /, /foo, /foo]
18:14:14.947 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.948 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.948 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.948 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.948 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.948 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a, /foo/a, /a/foo]
18:14:14.948 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ***********************************
18:14:14.949 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.949 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.949 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.949 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.949 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, a/b, /foo/a/b, /a/b/foo]
18:14:14.950 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.958 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.958 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.959 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.959 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.959 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a, /foo/bar/a, /a/foo/bar]
18:14:14.959 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************
18:14:14.959 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.960 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.960 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.960 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.960 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar, a/b, /foo/bar/a/b, /a/b/foo/bar]
18:14:14.960 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************
18:14:14.960 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.961 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.961 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.961 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.961 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a, /foo/bar/baz/a, /a/foo/bar/baz]
18:14:14.961 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************
18:14:14.962 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.962 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.962 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.962 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.962 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, a/b, /foo/bar/baz/a/b, /a/b/foo/bar/baz]
18:14:14.962 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************************************
18:14:14.966 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.966 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.966 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.966 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly prepend string"
18:14:14.966 [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]
18:14:14.966 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ******************************************************************
18:14:14.968 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 0 msec
18:14:14.968 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.969 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************************
18:14:14.969 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly reject non relative paths"
18:14:14.969 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar/baz, /foo/bar2]
18:14:14.969 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - **********************************************
18:14:14.970 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.970 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.977 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
18:14:14.977 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly url decode"
18:14:14.978 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/, /]
18:14:14.978 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
18:14:14.979 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 2 msec
18:14:14.979 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.979 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
18:14:14.980 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly url decode"
18:14:14.980 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo, foo]
18:14:14.980 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - *******************************
18:14:14.981 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.981 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:14.981 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.981 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST "must properly url decode"
18:14:14.981 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ARGS [/foo/bar (2), foo/bar+%282%29]
18:14:14.981 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - ************************************
18:14:14.983 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - TEST PASSED in 1 msec
18:14:14.983 [main                ] INFO  i.t.northernwind.core.model.ResourcePathTest       - 
18:14:17.159 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *************************************************
18:14:17.159 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output NotModified when Etag Matching"
18:14:17.159 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *************************************************
18:14:17.267 [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...
18:14:17.271 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["1341242553456"]
18:14:17.271 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
18:14:17.283 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.284 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.284 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.284 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.318 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 149 msec
18:14:17.318 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.325 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************************************************************
18:14:17.325 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output NotModified when IfModifiedSince more recent than or equal to ModifiedTime"
18:14:17.326 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************************************************************
18:14:17.330 [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...
18:14:17.331 [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
18:14:17.331 [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...
18:14:17.331 [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...
18:14:17.331 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.332 [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]]
18:14:17.333 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.333 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.333 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.333 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.337 [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...
18:14:17.337 [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
18:14:17.337 [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...
18:14:17.340 [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...
18:14:17.340 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.340 [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]]
18:14:17.355 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.355 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.355 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.355 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.358 [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...
18:14:17.358 [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
18:14:17.358 [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...
18:14:17.359 [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...
18:14:17.359 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.359 [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]]
18:14:17.360 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.361 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.361 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.361 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.364 [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...
18:14:17.364 [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
18:14:17.364 [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...
18:14:17.365 [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...
18:14:17.366 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.366 [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]]
18:14:17.367 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.367 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.367 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.367 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.368 [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...
18:14:17.368 [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
18:14:17.368 [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...
18:14:17.369 [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...
18:14:17.369 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.369 [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]]
18:14:17.370 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.370 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.370 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.370 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.372 [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...
18:14:17.372 [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
18:14:17.372 [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...
18:14:17.373 [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...
18:14:17.373 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.374 [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]]
18:14:17.376 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.376 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.376 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.376 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.377 [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...
18:14:17.378 [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
18:14:17.378 [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...
18:14:17.382 [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...
18:14:17.383 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.383 [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]]
18:14:17.384 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.385 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.385 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.385 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.395 [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...
18:14:17.395 [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
18:14:17.395 [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...
18:14:17.396 [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...
18:14:17.396 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.396 [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]]
18:14:17.402 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.402 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.402 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.403 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.415 [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...
18:14:17.415 [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
18:14:17.415 [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...
18:14:17.416 [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...
18:14:17.416 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.416 [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]]
18:14:17.416 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.416 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.416 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.416 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.417 [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...
18:14:17.418 [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
18:14:17.418 [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...
18:14:17.418 [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...
18:14:17.418 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.418 [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]]
18:14:17.419 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.419 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.419 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
18:14:17.419 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileNotModifiedOutput.txt
18:14:17.431 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 105 msec
18:14:17.431 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.434 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ********************************************************
18:14:17.434 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output a ResourceFile when Etag not Matching"
18:14:17.434 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ********************************************************
18:14:17.436 [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...
18:14:17.436 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["xxxx"]
18:14:17.436 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
18:14:17.437 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.437 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.437 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.437 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.437 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 3 msec
18:14:17.437 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.442 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************************************************************
18:14:17.442 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must output a ResourceFile when IfModifiedSince less recent than ModifiedTime"
18:14:17.442 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************************************************************
18:14:17.455 [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...
18:14:17.455 [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
18:14:17.455 [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...
18:14:17.456 [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...
18:14:17.456 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.456 [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]]
18:14:17.457 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.457 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.457 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.457 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.459 [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...
18:14:17.460 [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
18:14:17.460 [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...
18:14:17.460 [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...
18:14:17.460 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.461 [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]]
18:14:17.462 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.462 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.462 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.462 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.465 [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...
18:14:17.466 [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
18:14:17.466 [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...
18:14:17.466 [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...
18:14:17.466 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.466 [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]]
18:14:17.467 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.467 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.467 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.470 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.483 [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...
18:14:17.483 [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
18:14:17.483 [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...
18:14:17.484 [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...
18:14:17.484 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.484 [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]]
18:14:17.485 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.485 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.485 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.485 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.493 [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...
18:14:17.493 [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
18:14:17.493 [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...
18:14:17.494 [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...
18:14:17.494 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.494 [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]]
18:14:17.495 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.495 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.495 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.495 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.503 [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...
18:14:17.503 [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
18:14:17.503 [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...
18:14:17.504 [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...
18:14:17.504 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.504 [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]]
18:14:17.505 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.505 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.505 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.505 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.522 [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...
18:14:17.522 [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
18:14:17.523 [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...
18:14:17.523 [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...
18:14:17.523 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.523 [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]]
18:14:17.524 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.524 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.524 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.524 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.525 [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...
18:14:17.530 [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
18:14:17.530 [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...
18:14:17.531 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
18:14:17.531 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.531 [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]]
18:14:17.538 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.538 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.538 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.538 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.542 [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...
18:14:17.543 [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
18:14:17.543 [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...
18:14:17.543 [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...
18:14:17.543 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.543 [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]]
18:14:17.547 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.547 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.548 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.548 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.549 [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...
18:14:17.549 [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
18:14:17.549 [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...
18:14:17.549 [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...
18:14:17.549 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.549 [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]]
18:14:17.550 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.550 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.550 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.550 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.551 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 109 msec
18:14:17.551 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.553 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************
18:14:17.553 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output NotFound"
18:14:17.553 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ************************************
18:14:17.556 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderSupport        - NOT FOUND: it.tidalwave.util.NotFoundException: foo bar
18:14:17.558 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
18:14:17.558 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
18:14:17.569 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.569 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.569 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/NotFoundExceptionOutput.txt
18:14:17.569 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/NotFoundExceptionOutput.txt
18:14:17.570 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 17 msec
18:14:17.570 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.575 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ***********************************************
18:14:17.575 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output a PermanentRedirect"
18:14:17.575 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ***********************************************
18:14:17.575 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
18:14:17.575 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
18:14:17.576 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.576 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.576 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/PermanentRedirectOutput.txt
18:14:17.576 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/PermanentRedirectOutput.txt
18:14:17.576 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 1 msec
18:14:17.576 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.578 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ******************************************
18:14:17.578 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output a ResourceFile"
18:14:17.578 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - ******************************************
18:14:17.583 [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...
18:14:17.584 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.584 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
18:14:17.597 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.597 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.597 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
18:14:17.597 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutput.txt
18:14:17.609 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 29 msec
18:14:17.609 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.626 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - **************************************************************
18:14:17.626 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output a ResourceFile with ExpirationTime"
18:14:17.626 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - **************************************************************
18:14:17.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...
18:14:17.636 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
18:14:17.636 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
18:14:17.637 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.637 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.637 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutputWithExpirationTime.txt
18:14:17.637 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/ResourceFileOutputWithExpirationTime.txt
18:14:17.638 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 12 msec
18:14:17.638 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.640 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************
18:14:17.640 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST "must properly output an internal error"
18:14:17.640 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - *********************************************
18:14:17.640 [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)
18:14:17.673 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
18:14:17.673 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
18:14:17.678 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
18:14:17.678 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/
18:14:17.678 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/InternalErrorOutput.txt
18:14:17.679 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/ResponseBuilderTest/InternalErrorOutput.txt
18:14:17.680 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - TEST PASSED in 39 msec
18:14:17.680 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderTest           - 
18:14:17.680 [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: 6.3 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.bf5a259865c5.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.bf5a259865c5-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-core ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/pom.xml to /var/jenkins_home/maven-repositories/0/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.bf5a259865c5.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.bf5a259865c5-tests.jar to /var/jenkins_home/maven-repositories/0/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> spotbugs:4.7.3.4:check (default-cli) > :spotbugs @ it-tidalwave-northernwind-core >>>
[INFO] 
[INFO] --- spotbugs:4.7.3.4:spotbugs (spotbugs) @ it-tidalwave-northernwind-core ---
[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 ---
[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: bf5a259865c5 at timestamp: 1683569674435
[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: origin/release/1.2-ALPHA-12 1.2-ALPHA-12-SNAPSHOT bf5a259865c5
[INFO]      [echo] Java Version: 11.0.18 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent) @ it-tidalwave-northernwind-core ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-northernwind-core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-northernwind-core ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Metrics_branches/workspace/modules/Core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-northernwind-core ---
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 48 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING] /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] /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-22: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-22:compile
[JENKINS] Archiving disabled