Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] --< it.tidalwave.northernwind:it-tidalwave-northernwind-frontend-springmvc >--
[INFO] Building NorthernWind :: Frontend :: Spring MVC 1.2-ALPHA-12-SNAPSHOT [19/24]
[INFO]   from modules/frontend/SpringMvcFrontend/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend
[INFO] Storing buildNumber: 0ff1f862558c at timestamp: 1683566683205
[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_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-northernwind-frontend-springmvc ---
[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-frontend-springmvc ---
[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-frontend-springmvc ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: UNKNOWN 1.2-ALPHA-12-SNAPSHOT 0ff1f862558c
[INFO]      [echo] Java Version: 11.0.18 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-northernwind-frontend-springmvc ---
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING] No processor claimed any of these annotations: /org.springframework.beans.factory.annotation.Configurable,/org.aspectj.lang.annotation.Around,/javax.annotation.Nonnegative,/org.springframework.stereotype.Controller,/javax.annotation.concurrent.NotThreadSafe,/javax.annotation.Nonnull,/org.springframework.context.annotation.Scope,/it.tidalwave.northernwind.frontend.ui.annotation.ViewMetadata,/org.aspectj.lang.annotation.Aspect,/javax.inject.Inject,/org.springframework.web.bind.annotation.RequestMapping
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[52,27] [unchecked] withHeader(String,String) in SpringMvcResponseBuilder overrides withHeader(String,String) in ResponseBuilderSupport
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<ResponseEntity<?>>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in class ResponseBuilderSupport
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[72,27] [unchecked] withContentLength(long) in SpringMvcResponseBuilder implements withContentLength(long) in ResponseBuilder
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<ResponseEntity<?>>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in interface ResponseBuilder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[65,27] [unchecked] withContentType(String) in SpringMvcResponseBuilder implements withContentType(String) in ResponseBuilder
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<ResponseEntity<?>>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in interface ResponseBuilder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[52,27] [unchecked] withHeader(String,String) in SpringMvcResponseBuilder implements withHeader(String,String) in ResponseBuilder
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<ResponseEntity<?>>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in interface ResponseBuilder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[52,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_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[65,27] [unchecked] withContentType(String) in SpringMvcResponseBuilder overrides withContentType(String) in ResponseBuilderSupport
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<ResponseEntity<?>>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in class ResponseBuilderSupport
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[65,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_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[72,27] [unchecked] withContentLength(long) in SpringMvcResponseBuilder overrides withContentLength(long) in ResponseBuilderSupport
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<ResponseEntity<?>>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in class ResponseBuilderSupport
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/main/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseBuilder.java:[72,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
[INFO] 
[INFO] --- aspectj:1.14.0:compile (weave-classes) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- dependency:3.5.0:unpack (prepare-test-resources) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Configured Artifact: it.tidalwave.northernwind:it-tidalwave-northernwind-core:tests:?:jar
[INFO] Unpacking /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.0ff1f862558c-tests.jar to /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/test-classes with includes "ResponseBuilderTest/expected-results/**/*" and excludes ""
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-northernwind-frontend-springmvc ---
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [forked debug deprecation release 11] to target/unwoven-test-classes
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/test/java/it/tidalwave/northernwind/frontend/springmvc/MockSpringMvcResponseHolder.java:[36,7] [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_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/src/test/java/it/tidalwave/northernwind/frontend/springmvc/SpringMvcResponseHolderTest.java:[61,72] [unchecked] unchecked cast
  required: ResponseEntity<byte[]>
  found:    CAP#1
  where CAP#1 is a fresh type-variable:
    CAP#1 extends Object from capture of ?
[INFO] 
[INFO] --- aspectj:1.14.0:test-compile (weave-test-classes) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running it.tidalwave.northernwind.frontend.springmvc.SpringMvcResponseHolderTest
17:25:00.493 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - STARTING TESTS OF it.tidalwave.northernwind.frontend.springmvc.SpringMvcResponseHolderTest
17:25:03.031 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - *************************************************
17:25:03.031 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must output NotModified when Etag Matching"
17:25:03.031 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - *************************************************
17:25:03.100 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.102 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["1341242553456"]
17:25:03.103 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:25:03.114 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.115 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.116 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.116 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.131 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 98 msec
17:25:03.132 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.143 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - *********************************************************************************************
17:25:03.143 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must output NotModified when IfModifiedSince more recent than or equal to ModifiedTime"
17:25:03.143 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - *********************************************************************************************
17:25:03.144 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.147 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:33 GMT' could not be parsed at index 5
17:25:03.148 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:33 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.148 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.149 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.149 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:33Z[GMT]]
17:25:03.152 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.153 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.154 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.155 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.158 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:34 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.159 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:34 GMT' could not be parsed at index 5
17:25:03.159 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:34 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.159 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.159 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.160 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:34Z[GMT]]
17:25:03.162 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.163 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.164 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.165 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.171 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:35 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.172 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:35 GMT' could not be parsed at index 5
17:25:03.173 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:35 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.176 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.176 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.177 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:35Z[GMT]]
17:25:03.180 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.180 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.180 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.181 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.184 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:36 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.185 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:36 GMT' could not be parsed at index 5
17:25:03.185 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:36 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.185 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.186 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.186 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:36Z[GMT]]
17:25:03.187 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.187 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.187 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.187 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.189 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:37 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.189 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:37 GMT' could not be parsed at index 5
17:25:03.189 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:37 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.189 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.190 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.190 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:37Z[GMT]]
17:25:03.191 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.192 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.194 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.194 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.195 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:38 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.199 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:38 GMT' could not be parsed at index 5
17:25:03.199 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:38 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.202 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.203 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.203 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:38Z[GMT]]
17:25:03.204 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.204 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.204 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.204 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.209 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:39 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.209 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:39 GMT' could not be parsed at index 5
17:25:03.210 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:39 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.212 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.213 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.214 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:39Z[GMT]]
17:25:03.218 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.218 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.218 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.218 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.219 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:40 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.219 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:40 GMT' could not be parsed at index 5
17:25:03.219 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:40 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.220 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.220 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.220 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:40Z[GMT]]
17:25:03.221 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.221 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.221 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.221 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.224 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:41 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.225 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:41 GMT' could not be parsed at index 5
17:25:03.225 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:41 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.225 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.226 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.226 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:41Z[GMT]]
17:25:03.227 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.227 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.227 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.227 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.228 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:42 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.228 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:42 GMT' could not be parsed at index 5
17:25:03.229 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:42 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.229 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.229 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.229 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:42Z[GMT]]
17:25:03.230 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.231 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.231 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileNotModifiedOutput.txt
17:25:03.231 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileNotModifiedOutput.txt
17:25:03.232 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 89 msec
17:25:03.233 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.235 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ********************************************************
17:25:03.236 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must output a ResourceFile when Etag not Matching"
17:25:03.237 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ********************************************************
17:25:03.239 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.241 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional["xxxx"]
17:25:03.242 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:25:03.244 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.245 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.245 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.245 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.246 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 11 msec
17:25:03.246 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.250 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ************************************************************************************
17:25:03.250 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must output a ResourceFile when IfModifiedSince less recent than ModifiedTime"
17:25:03.250 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ************************************************************************************
17:25:03.252 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:23 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.252 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:23 GMT' could not be parsed at index 5
17:25:03.252 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:23 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.252 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.253 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.253 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:23Z[GMT]]
17:25:03.256 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.256 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.256 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.256 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.257 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:24 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.258 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:24 GMT' could not be parsed at index 5
17:25:03.258 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:24 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.258 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.258 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.259 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:24Z[GMT]]
17:25:03.259 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.259 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.259 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.260 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.261 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:25 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.261 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:25 GMT' could not be parsed at index 5
17:25:03.261 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:25 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.261 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.261 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.261 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:25Z[GMT]]
17:25:03.262 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.262 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.263 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.263 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.264 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:26 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.264 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:26 GMT' could not be parsed at index 5
17:25:03.264 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:26 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.264 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.265 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.265 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:26Z[GMT]]
17:25:03.265 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.266 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.266 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.266 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.267 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:27 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.267 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:27 GMT' could not be parsed at index 5
17:25:03.267 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:27 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.268 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.268 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.268 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:27Z[GMT]]
17:25:03.269 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.269 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.269 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.269 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.270 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:28 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.271 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:28 GMT' could not be parsed at index 5
17:25:03.271 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:28 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.272 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.272 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.272 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:28Z[GMT]]
17:25:03.273 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.273 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.273 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.273 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.275 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:29 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.275 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:29 GMT' could not be parsed at index 5
17:25:03.275 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:29 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.275 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.276 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.276 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:29Z[GMT]]
17:25:03.277 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.277 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.277 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.277 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.278 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:30 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.278 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:30 GMT' could not be parsed at index 5
17:25:03.278 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:30 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.279 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.279 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.279 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:30Z[GMT]]
17:25:03.280 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.280 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.280 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.280 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.281 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:31 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.281 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:31 GMT' could not be parsed at index 5
17:25:03.281 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:31 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.282 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.282 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.282 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:31Z[GMT]]
17:25:03.283 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.283 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.283 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.283 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.284 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:32 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.284 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Text 'Mon, 2 Jul 2012 15:22:32 GMT' could not be parsed at index 5
17:25:03.285 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 2 Jul 2012 15:22:32 GMT with EEE, d MMM yyyy HH:mm:ss zzz...
17:25:03.285 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.285 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.285 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional[2012-07-02T15:22:32Z[GMT]]
17:25:03.286 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.286 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.286 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.286 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.287 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 38 msec
17:25:03.287 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.289 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ************************************
17:25:03.289 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must properly output NotFound"
17:25:03.289 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ************************************
17:25:03.290 [main                ] INFO  i.t.n.core.model.spi.ResponseBuilderSupport        - NOT FOUND: it.tidalwave.util.NotFoundException: foo bar
17:25:03.291 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:25:03.291 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:25:03.292 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.292 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.292 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/NotFoundExceptionOutput.txt
17:25:03.292 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/NotFoundExceptionOutput.txt
17:25:03.293 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 3 msec
17:25:03.293 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.295 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ***********************************************
17:25:03.295 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must properly output a PermanentRedirect"
17:25:03.295 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ***********************************************
17:25:03.295 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:25:03.296 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:25:03.296 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.296 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.296 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/PermanentRedirectOutput.txt
17:25:03.296 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/PermanentRedirectOutput.txt
17:25:03.297 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 2 msec
17:25:03.298 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.300 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ******************************************
17:25:03.300 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must properly output a ResourceFile"
17:25:03.301 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - ******************************************
17:25:03.302 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.302 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.302 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:25:03.303 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.303 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.303 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutput.txt
17:25:03.303 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutput.txt
17:25:03.304 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 3 msec
17:25:03.304 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.306 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - **************************************************************
17:25:03.306 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must properly output a ResourceFile with ExpirationTime"
17:25:03.306 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - **************************************************************
17:25:03.307 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - Parsing Mon, 02 Jul 2012 15:22:33 GMT with EEE, dd MMM yyyy HH:mm:ss zzz...
17:25:03.307 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional["1341242553456"] - requestIfNoneMatch: Optional.empty
17:25:03.308 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional[2012-07-02T15:22:33Z[GMT]] - requestIfNotModifiedSince: Optional.empty
17:25:03.308 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.308 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.308 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/ResourceFileOutputWithExpirationTime.txt
17:25:03.308 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/ResourceFileOutputWithExpirationTime.txt
17:25:03.309 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 3 msec
17:25:03.309 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.312 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - *********************************************
17:25:03.312 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST "must properly output an internal error"
17:25:03.312 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - *********************************************
17:25:03.313 [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.executeSingleClass(TestNGDirectoryTestSuite.java:102)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
17:25:03.318 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> eTag: Optional.empty - requestIfNoneMatch: Optional.empty
17:25:03.318 [main                ] DEBUG i.t.n.core.model.spi.ResponseBuilderSupport        - >>>> lastModified: Optional.empty - requestIfNotModifiedSince: Optional.empty
17:25:03.319 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - ******** Comparing files:
17:25:03.319 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> path is: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/
17:25:03.319 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> exp is:  test-classes/ResponseBuilderTest/expected-results/InternalErrorOutput.txt
17:25:03.319 [main                ] INFO  it.tidalwave.util.test.FileComparisonUtils         - >>>> act is:  test-artifacts/SpringMvcResponseHolderTest/InternalErrorOutput.txt
17:25:03.320 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - TEST PASSED in 8 msec
17:25:03.320 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - 
17:25:03.322 [main                ] INFO  i.t.n.f.springmvc.SpringMvcResponseHolderTest      - FINISHED TESTS OF it.tidalwave.northernwind.frontend.springmvc.SpringMvcResponseHolderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.632 s - in it.tidalwave.northernwind.frontend.springmvc.SpringMvcResponseHolderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT.0ff1f862558c.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT.0ff1f862558c-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-frontend-springmvc ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/pom.xml to /var/jenkins_home/maven-repositories/1/it/tidalwave/northernwind/it-tidalwave-northernwind-frontend-springmvc/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT.0ff1f862558c.jar to /var/jenkins_home/maven-repositories/1/it/tidalwave/northernwind/it-tidalwave-northernwind-frontend-springmvc/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_and_Test/workspace/modules/frontend/SpringMvcFrontend/target/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT.0ff1f862558c-tests.jar to /var/jenkins_home/maven-repositories/1/it/tidalwave/northernwind/it-tidalwave-northernwind-frontend-springmvc/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-frontend-springmvc-1.2-ALPHA-12-SNAPSHOT-tests.jar
[JENKINS] Archiving disabled