[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] Build failed in Jenkins: geogig-plugins-master #108
|
See <https://build.geoserver.org/job/geogig-plugins-master/108/display/redirect?page=changes>
Changes:
[Gabriel Roldan] Add dependency on java.xml.bind:jaxb-api:2.3.1 so it builds on Java 9
------------------------------------------
[...truncated 385.79 KB...]
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMExportTest.setUp(OSMExportTest.java:47)
testExportFromWorkingHead(org.geogig.osm.cli.commands.OSMExportTest) Time elapsed: 0.191 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMExportTest.setUp(OSMExportTest.java:47)
testExportOnlyNodes(org.geogig.osm.cli.commands.OSMExportTest) Time elapsed: 0.21 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMExportTest.setUp(OSMExportTest.java:47)
Running org.geogig.osm.cli.commands.OSMHistoryImportTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.186 sec <<< FAILURE! - in org.geogig.osm.cli.commands.OSMHistoryImportTest
test(org.geogig.osm.cli.commands.OSMHistoryImportTest) Time elapsed: 0.146 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMHistoryImportTest.setUp(OSMHistoryImportTest.java:70)
Running org.geogig.osm.cli.commands.OSMApplyDiffTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.09 sec <<< FAILURE! - in org.geogig.osm.cli.commands.OSMUnmapTest
testUnMapping(org.geogig.osm.cli.commands.OSMUnmapTest) Time elapsed: 1.033 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMUnmapTest.setUp(OSMUnmapTest.java:47)
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.171 sec <<< FAILURE! - in org.geogig.osm.cli.commands.OSMApplyDiffTest
testApplyDiff(org.geogig.osm.cli.commands.OSMApplyDiffTest) Time elapsed: 0.16 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMApplyDiffTest.setUp(OSMApplyDiffTest.java:44)
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 2.274 sec <<< FAILURE! - in org.geogig.osm.cli.commands.OSMMapTest
testMappingWithWrongMappingFile(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 1.205 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.repository.AbstractGeoGigOp
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMapping(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.21 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMappingWithDirtyWorkingTree(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.2 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMappingExcludingFeaturesWithMissingTag(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.199 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMappingWithNoFilter(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.097 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMappingWithNoChanges(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.111 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMappingWithPolygons(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.09 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
testMappingWithMissingFile(org.geogig.osm.cli.commands.OSMMapTest) Time elapsed: 0.065 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMMapTest.setUp(OSMMapTest.java:55)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.866 sec <<< FAILURE! - in org.geogig.osm.cli.commands.OSMExportShpTest
testExportToShapefileWithMapping(org.geogig.osm.cli.commands.OSMExportShpTest) Time elapsed: 0.802 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.repository.AbstractGeoGigOp
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMExportShpTest.setUp(OSMExportShpTest.java:42)
testExportToShapefileWithMappingWithoutGeometry(org.geogig.osm.cli.commands.OSMExportShpTest) Time elapsed: 0.038 sec <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.locationtech.geogig.plumbing.ResolveGeogigURI
at org.locationtech.geogig.repository.impl.FileRepositoryResolver.repoExists(FileRepositoryResolver.java:81)
at org.locationtech.geogig.cli.porcelain.Init.runInternal(Init.java:107)
at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
at org.geogig.osm.cli.commands.OSMExportShpTest.setUp(OSMExportShpTest.java:42)
Results :
Tests in error:
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » IncompatibleClassChange
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
MappedPointCacheTest>PointCacheTest.before:52->createCache:14->createCache:18 » NoClassDefFound
ParsingUtilsTest.test:27 » ServiceConfiguration sun.util.locale.provider.Local...
ChangesetContentsScannerTest.testParseNode:90 » ServiceConfiguration sun.util....
ChangesetContentsScannerTest.testParseNodeNoLocation:82 » ServiceConfiguration
ChangesetContentsScannerTest.testParseRelation:126 » ServiceConfiguration sun....
ChangesetContentsScannerTest.testChange1100:43 » ServiceConfiguration sun.util...
ChangesetContentsScannerTest.testChange1624:50 » ServiceConfiguration sun.util...
HistoryDownloaderTest.testFetchChangesetContents:81 » ServiceConfiguration sun...
ChangesetContentsScannerTest.testChange1864:65 » ServiceConfiguration sun.util...
HistoryDownloaderTest.testFetchChangesets:70 » ServiceConfiguration sun.util.l...
ChangesetContentsScannerTest.testParseWay:109 » ServiceConfiguration sun.util....
ChangesetScannerTest.testParseChangeset:31->parse:56 » ServiceConfiguration su...
OSMImportOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » IncompatibleClassChange
OSMHookTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » IncompatibleClassChange
OSMImportOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
MappingTest.TestLoadingFromFile:88 » ServiceConfiguration sun.util.locale.prov...
OSMImportOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMImportOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMImportOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
CreateOSMChangesetOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
CreateOSMChangesetOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMMapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMUnmapOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMDownloadOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMDownloadOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMExportTest.setUp:47 » NoClassDefFound Could not initialize class org.locati...
OSMExportTest.setUp:47 » NoClassDefFound Could not initialize class org.locati...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMExportTest.setUp:47 » NoClassDefFound Could not initialize class org.locati...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMAplyDiffOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » IncompatibleClassChange
OSMAplyDiffOpTest>RepositoryTestCase.setUp:185->RepositoryTestCase.doSetUp:203 » NoClassDefFound
OSMExportTest.setUp:47 » NoClassDefFound Could not initialize class org.locati...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMHistoryImportTest.setUp:70 » NoClassDefFound Could not initialize class org...
OSMUnmapTest.setUp:47 » NoClassDefFound Could not initialize class org.locatio...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMApplyDiffTest.setUp:44 » NoClassDefFound Could not initialize class org.loc...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMMapTest.setUp:55 » NoClassDefFound Could not initialize class org.locationt...
OSMExportShpTest.setUp:42 » NoClassDefFound Could not initialize class org.loc...
OSMExportShpTest.setUp:42 » NoClassDefFound Could not initialize class org.loc...
Tests run: 93, Failures: 0, Errors: 69, Skipped: 22
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoGig Plugins ..................................... SUCCESS [ 5.211 s]
[INFO] Openstreetmap extension ............................ FAILURE [ 33.372 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.740 s
[INFO] Finished at: 2018-10-07T23:39:40+00:00
[INFO] Final Memory: 57M/191M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project geogig-plugins-osm: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.geoserver.org/job/geogig-plugins-master/ws/src/osm/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :geogig-plugins-osm
Build step 'Invoke top-level Maven targets' marked build as failure