[Geoserver-devel] Build failed in Jenkins: GeoServer-Master » Importer REST Api Module #1839

See <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/1839/changes&gt;

Changes:

[andrea.aime] [GEOS-7083] Allow an import to have a set of default transformations

[andrea.aime] [GEOS-7084] Add a way to execute a import from REST in a single call

------------------------------------------
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] ------------------------------------------------------------------------
[INFO] Building Importer REST Api Module 2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gs-importer-rest ---
[INFO] Deleting <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target&gt;
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:clean (default) @ gs-importer-rest ---
[INFO]
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gs-importer-rest ---
[INFO] [GitCommitIdMojo] Running on 'C:\.jenkins\jobs\GeoServer-Master\workspace\.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = Merge pull request #1121 from aaime/importer_tx_run
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 03.07.2015 @ 10:49:38 CEST
[INFO] [GitCommitIdMojo] build.timestamp = 03-lug-2015 10:54
[INFO] [GitCommitIdMojo] build.build.time = 03.07.2015 @ 11:51:45 CEST
[INFO] [GitCommitIdMojo] build.branch = 9d9002a85940d77adf7f44a14cb562886e559209
[INFO] [GitCommitIdMojo] build.commit.user.email = andrea.aime@anonymised.com
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Andrea Aime
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 9d9002a
[INFO] [GitCommitIdMojo] build.commit.id = 9d9002a85940d77adf7f44a14cb562886e559209
[INFO] [GitCommitIdMojo] build.commit.message.full = Merge pull request #1121 from aaime/importer_tx_run

Importer default transformations and direct execute
[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-importer-rest ---
[INFO] Compiling 11 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/classes&gt;
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/src/test/resources&gt;
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-importer-rest ---
[INFO] Compiling 9 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/test-classes&gt;
[INFO]
[INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ gs-importer-rest ---
[INFO] Surefire report directory: <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/surefire-reports&gt;

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.geoserver.importer.rest.DataResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.603 sec
Running org.geoserver.importer.rest.DateFormatTransformTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
Running org.geoserver.importer.rest.GdalTransformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geoserver.importer.rest.ImportJSONIOTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.315 sec
Running org.geoserver.importer.rest.ImportResourceTest
SimpleFeatureTypeImpl http://geotools.org:feature identified extends Feature(geometry:geometry,name:name,pop:pop)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.964 sec
Running org.geoserver.importer.rest.ImporterIntegrationTest
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 126.369 sec <<< FAILURE!
testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 125050 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteAsync(ImporterIntegrationTest.java:189)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 62 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteSync(ImporterIntegrationTest.java:194)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 62 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.failNotEquals(Assert.java:743)
  at org.junit.Assert.assertEquals(Assert.java:118)
  at org.junit.Assert.assertEquals(Assert.java:555)
  at org.junit.Assert.assertEquals(Assert.java:542)
  at org.geoserver.importer.rest.ImporterIntegrationTest.checkLatLonTransformedImport(ImporterIntegrationTest.java:141)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDefaultTransformationsInit(ImporterIntegrationTest.java:89)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.importer.rest.RESTDataTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.412 sec
Running org.geoserver.importer.rest.TaskResourceTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.46 sec

Results :

Failed tests: testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<1> but was:<0>

Tests run: 59, Failures: 3, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Archiving disabled

See <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/1840/&gt;

------------------------------------------
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] ------------------------------------------------------------------------
[INFO] Building Importer REST Api Module 2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gs-importer-rest ---
[INFO] Deleting <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target&gt;
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:clean (default) @ gs-importer-rest ---
[INFO]
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gs-importer-rest ---
[INFO] [GitCommitIdMojo] Running on 'C:\.jenkins\jobs\GeoServer-Master\workspace\.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = [GEOS-7081] Log content type too along with request url/body
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 03.07.2015 @ 13:19:05 CEST
[INFO] [GitCommitIdMojo] build.timestamp = 03-lug-2015 14:07
[INFO] [GitCommitIdMojo] build.build.time = 03.07.2015 @ 15:09:41 CEST
[INFO] [GitCommitIdMojo] build.branch = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.user.email = andrea.aime@anonymised.com
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Andrea Aime
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 57a4154
[INFO] [GitCommitIdMojo] build.commit.id = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.message.full = [GEOS-7081] Log content type too along with request url/body

[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-importer-rest ---
[INFO] Compiling 11 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/classes&gt;
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/src/test/resources&gt;
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-importer-rest ---
[INFO] Compiling 9 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/test-classes&gt;
[INFO]
[INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ gs-importer-rest ---
[INFO] Surefire report directory: <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/surefire-reports&gt;

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.geoserver.importer.rest.DataResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.175 sec
Running org.geoserver.importer.rest.DateFormatTransformTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec
Running org.geoserver.importer.rest.GdalTransformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geoserver.importer.rest.ImportJSONIOTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.34 sec
Running org.geoserver.importer.rest.ImportResourceTest
SimpleFeatureTypeImpl http://geotools.org:feature identified extends Feature(geometry:geometry,name:name,pop:pop)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.565 sec
Running org.geoserver.importer.rest.ImporterIntegrationTest
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 125.504 sec <<< FAILURE!
testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 124344 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteAsync(ImporterIntegrationTest.java:189)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 63 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteSync(ImporterIntegrationTest.java:194)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 46 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.failNotEquals(Assert.java:743)
  at org.junit.Assert.assertEquals(Assert.java:118)
  at org.junit.Assert.assertEquals(Assert.java:555)
  at org.junit.Assert.assertEquals(Assert.java:542)
  at org.geoserver.importer.rest.ImporterIntegrationTest.checkLatLonTransformedImport(ImporterIntegrationTest.java:141)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDefaultTransformationsInit(ImporterIntegrationTest.java:89)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.importer.rest.RESTDataTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.467 sec
Running org.geoserver.importer.rest.TaskResourceTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.916 sec

Results :

Failed tests: testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<1> but was:<0>

Tests run: 59, Failures: 3, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Archiving disabled

See <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/1841/&gt;

------------------------------------------
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] ------------------------------------------------------------------------
[INFO] Building Importer REST Api Module 2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gs-importer-rest ---
[INFO] Deleting <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target&gt;
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:clean (default) @ gs-importer-rest ---
[INFO]
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gs-importer-rest ---
[INFO] [GitCommitIdMojo] Running on 'C:\.jenkins\jobs\GeoServer-Master\workspace\.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = [GEOS-7081] Log content type too along with request url/body
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 03.07.2015 @ 13:19:05 CEST
[INFO] [GitCommitIdMojo] build.timestamp = 05-lug-2015 11:18
[INFO] [GitCommitIdMojo] build.build.time = 05.07.2015 @ 12:20:08 CEST
[INFO] [GitCommitIdMojo] build.branch = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.user.email = andrea.aime@anonymised.com
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Andrea Aime
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 57a4154
[INFO] [GitCommitIdMojo] build.commit.id = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.message.full = [GEOS-7081] Log content type too along with request url/body

[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-importer-rest ---
[INFO] Compiling 11 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/classes&gt;
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/src/test/resources&gt;
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-importer-rest ---
[INFO] Compiling 9 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/test-classes&gt;
[INFO]
[INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ gs-importer-rest ---
[INFO] Surefire report directory: <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/surefire-reports&gt;

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.geoserver.importer.rest.DataResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.133 sec
Running org.geoserver.importer.rest.DateFormatTransformTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
Running org.geoserver.importer.rest.GdalTransformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geoserver.importer.rest.ImportJSONIOTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.169 sec
Running org.geoserver.importer.rest.ImportResourceTest
SimpleFeatureTypeImpl http://geotools.org:feature identified extends Feature(geometry:geometry,name:name,pop:pop)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.767 sec
Running org.geoserver.importer.rest.ImporterIntegrationTest
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 126.047 sec <<< FAILURE!
testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 124512 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteAsync(ImporterIntegrationTest.java:189)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 93 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteSync(ImporterIntegrationTest.java:194)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 63 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.failNotEquals(Assert.java:743)
  at org.junit.Assert.assertEquals(Assert.java:118)
  at org.junit.Assert.assertEquals(Assert.java:555)
  at org.junit.Assert.assertEquals(Assert.java:542)
  at org.geoserver.importer.rest.ImporterIntegrationTest.checkLatLonTransformedImport(ImporterIntegrationTest.java:141)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDefaultTransformationsInit(ImporterIntegrationTest.java:89)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.importer.rest.RESTDataTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.771 sec
Running org.geoserver.importer.rest.TaskResourceTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.103 sec

Results :

Failed tests: testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<1> but was:<0>

Tests run: 59, Failures: 3, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Archiving disabled

See <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/1842/&gt;

------------------------------------------
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] ------------------------------------------------------------------------
[INFO] Building Importer REST Api Module 2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gs-importer-rest ---
[INFO] Deleting <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target&gt;
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:clean (default) @ gs-importer-rest ---
[INFO]
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gs-importer-rest ---
[INFO] [GitCommitIdMojo] Running on 'C:\.jenkins\jobs\GeoServer-Master\workspace\.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = [GEOS-7081] Log content type too along with request url/body
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 03.07.2015 @ 13:19:05 CEST
[INFO] [GitCommitIdMojo] build.timestamp = 05-lug-2015 12:50
[INFO] [GitCommitIdMojo] build.build.time = 05.07.2015 @ 13:47:44 CEST
[INFO] [GitCommitIdMojo] build.branch = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.user.email = andrea.aime@anonymised.com
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Andrea Aime
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 57a4154
[INFO] [GitCommitIdMojo] build.commit.id = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.message.full = [GEOS-7081] Log content type too along with request url/body

[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-importer-rest ---
[INFO] Compiling 11 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/classes&gt;
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/src/test/resources&gt;
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-importer-rest ---
[INFO] Compiling 9 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/test-classes&gt;
[INFO]
[INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ gs-importer-rest ---
[INFO] Surefire report directory: <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/surefire-reports&gt;

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.geoserver.importer.rest.DataResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.931 sec
Running org.geoserver.importer.rest.DateFormatTransformTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec
Running org.geoserver.importer.rest.GdalTransformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geoserver.importer.rest.ImportJSONIOTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.199 sec
Running org.geoserver.importer.rest.ImportResourceTest
SimpleFeatureTypeImpl http://geotools.org:feature identified extends Feature(geometry:geometry,name:name,pop:pop)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.673 sec
Running org.geoserver.importer.rest.ImporterIntegrationTest
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 125.58 sec <<< FAILURE!
testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 124373 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteAsync(ImporterIntegrationTest.java:189)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 46 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteSync(ImporterIntegrationTest.java:194)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 47 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.failNotEquals(Assert.java:743)
  at org.junit.Assert.assertEquals(Assert.java:118)
  at org.junit.Assert.assertEquals(Assert.java:555)
  at org.junit.Assert.assertEquals(Assert.java:542)
  at org.geoserver.importer.rest.ImporterIntegrationTest.checkLatLonTransformedImport(ImporterIntegrationTest.java:141)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDefaultTransformationsInit(ImporterIntegrationTest.java:89)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.importer.rest.RESTDataTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.468 sec
Running org.geoserver.importer.rest.TaskResourceTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.009 sec

Results :

Failed tests: testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<1> but was:<0>

Tests run: 59, Failures: 3, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Archiving disabled

See <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/1843/&gt;

------------------------------------------
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] ------------------------------------------------------------------------
[INFO] Building Importer REST Api Module 2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gs-importer-rest ---
[INFO] Deleting <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target&gt;
[INFO]
[INFO] --- cobertura-maven-plugin:2.6:clean (default) @ gs-importer-rest ---
[INFO]
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gs-importer-rest ---
[INFO] [GitCommitIdMojo] Running on 'C:\.jenkins\jobs\GeoServer-Master\workspace\.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = [GEOS-7081] Log content type too along with request url/body
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 03.07.2015 @ 13:19:05 CEST
[INFO] [GitCommitIdMojo] build.timestamp = 06-lug-2015 11:09
[INFO] [GitCommitIdMojo] build.build.time = 06.07.2015 @ 12:10:10 CEST
[INFO] [GitCommitIdMojo] build.branch = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.user.email = andrea.aime@anonymised.com
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Andrea Aime
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 57a4154
[INFO] [GitCommitIdMojo] build.commit.id = 57a415453663f933517cd764a19a9b6dd38efdcb
[INFO] [GitCommitIdMojo] build.commit.message.full = [GEOS-7081] Log content type too along with request url/body

[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-importer-rest ---
[INFO] Compiling 11 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/classes&gt;
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-importer-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/src/test/resources&gt;
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-importer-rest ---
[INFO] Compiling 9 source files to <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/test-classes&gt;
[INFO]
[INFO] --- maven-surefire-plugin:2.12.3:test (default-test) @ gs-importer-rest ---
[INFO] Surefire report directory: <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/ws/target/surefire-reports&gt;

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.geoserver.importer.rest.DataResourceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.07 sec
Running org.geoserver.importer.rest.DateFormatTransformTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec
Running org.geoserver.importer.rest.GdalTransformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.geoserver.importer.rest.ImportJSONIOTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.199 sec
Running org.geoserver.importer.rest.ImportResourceTest
SimpleFeatureTypeImpl http://geotools.org:feature identified extends Feature(geometry:geometry,name:name,pop:pop)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.048 sec
Running org.geoserver.importer.rest.ImporterIntegrationTest
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 125.793 sec <<< FAILURE!
testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 124586 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteAsync(ImporterIntegrationTest.java:189)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 47 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<[COMPLETE]> but was:<[PENDING]>
  at org.junit.Assert.assertEquals(Assert.java:115)
  at org.junit.Assert.assertEquals(Assert.java:144)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteInternal(ImporterIntegrationTest.java:239)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDirectExecuteSync(ImporterIntegrationTest.java:194)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest) Time elapsed: 47 sec <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.failNotEquals(Assert.java:743)
  at org.junit.Assert.assertEquals(Assert.java:118)
  at org.junit.Assert.assertEquals(Assert.java:555)
  at org.junit.Assert.assertEquals(Assert.java:542)
  at org.geoserver.importer.rest.ImporterIntegrationTest.checkLatLonTransformedImport(ImporterIntegrationTest.java:141)
  at org.geoserver.importer.rest.ImporterIntegrationTest.testDefaultTransformationsInit(ImporterIntegrationTest.java:89)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.geoserver.importer.rest.RESTDataTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.52 sec
Running org.geoserver.importer.rest.TaskResourceTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.197 sec

Results :

Failed tests: testDirectExecuteAsync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDirectExecuteSync(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<[COMPLETE]> but was:<[PENDING]>
  testDefaultTransformationsInit(org.geoserver.importer.rest.ImporterIntegrationTest): expected:<1> but was:<0>

Tests run: 59, Failures: 3, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Archiving disabled

See <http://winbuild.geo-solutions.it/jenkins/job/GeoServer-Master/org.geoserver.importer$gs-importer-rest/1844/changes&gt;