Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geogig-dev] Build failed in Jenkins: geogig-master-nightly #183

See <https://build.geoserver.org/job/geogig-master-nightly/183/display/redirect>

------------------------------------------
[...truncated 929.49 KB...]
	at org.locationtech.geogig.di.GuiceContext.getDecoratedInstance(GuiceContext.java:77)
	at org.locationtech.geogig.di.GuiceContext.conflictsDatabase(GuiceContext.java:128)
	at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:123)
	at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:124)
	at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:269)
	at org.locationtech.geogig.cli.GeogigCLI.loadRepository(GeogigCLI.java:241)
	at org.locationtech.geogig.cli.GeogigCLI.loadRepository(GeogigCLI.java:236)
	at org.locationtech.geogig.cli.GeogigCLI.getGeogig(GeogigCLI.java:181)
	at org.locationtech.geogig.cli.porcelain.Config.runInternal(Config.java:99)
	at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:68)
	at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:532)
	at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:368)
	at org.locationtech.geogig.cli.test.functional.CLIContext.runCommand(CLIContext.java:159)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_a_repository(DefaultStepDefinitions.java:506)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:299)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Scenario: Try describing a GeoPackage table  Time elapsed: 0.034 sec  <<< ERROR!
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) Error injecting constructor, java.lang.IllegalStateException: unable to create /mnt/memtmp/geogig-geoserver/junit1309830120266791299/data/localrepo/.geogig/conflicts
  at org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase.<init>(Unknown Source)
  while locating org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase
  at org.locationtech.geogig.cli.CLIContextBuilder.bind(CLIContextBuilder.java:119) (via modules: com.google.inject.util.Modules$OverrideModule -> org.locationtech.geogig.cli.CLIContextBuilder$DefaultPlugins)
  while locating org.locationtech.geogig.storage.ConflictsDatabase annotated with @com.google.inject.multibindings.Element(setName=,uniqueId=158, type=MAPBINDER, keyType=org.locationtech.geogig.storage.VersionedFormat)
  while locating org.locationtech.geogig.di.PluginsModule$PluginConflictsDatabaseProvider
  at org.locationtech.geogig.di.PluginsModule.configure(PluginsModule.java:48) (via modules: com.google.inject.util.Modules$OverrideModule -> org.locationtech.geogig.di.PluginsModule)
  while locating org.locationtech.geogig.storage.ConflictsDatabase

1 error
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1025)
	at org.locationtech.geogig.di.GuiceContext.getInstance(GuiceContext.java:72)
	at org.locationtech.geogig.di.GuiceContext.getDecoratedInstance(GuiceContext.java:77)
	at org.locationtech.geogig.di.GuiceContext.conflictsDatabase(GuiceContext.java:128)
	at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:123)
	at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:124)
	at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:269)
	at org.locationtech.geogig.cli.GeogigCLI.loadRepository(GeogigCLI.java:241)
	at org.locationtech.geogig.cli.GeogigCLI.loadRepository(GeogigCLI.java:236)
	at org.locationtech.geogig.cli.GeogigCLI.getGeogig(GeogigCLI.java:181)
	at org.locationtech.geogig.cli.porcelain.Config.runInternal(Config.java:99)
	at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:68)
	at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:532)
	at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:368)
	at org.locationtech.geogig.cli.test.functional.CLIContext.runCommand(CLIContext.java:159)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_a_repository(DefaultStepDefinitions.java:506)
	at ✽.Given I have a repository(GeoPkgDescribe.feature:12)
Caused by: java.lang.IllegalStateException: unable to create /mnt/memtmp/geogig-geoserver/junit1309830120266791299/data/localrepo/.geogig/conflicts
	at com.google.common.base.Preconditions.checkState(Preconditions.java:173)
	at org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase.<init>(RocksdbConflictsDatabase.java:81)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:86)
	at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:105)
	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
	at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:56)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at com.google.inject.spi.ProviderLookup$1.get(ProviderLookup.java:104)
	at com.google.inject.spi.ProviderLookup$1.get(ProviderLookup.java:104)
	at com.google.inject.multibindings.MapBinder$RealMapBinder$ValueProvider.get(MapBinder.java:746)
	at org.locationtech.geogig.di.FormatSelector.get(FormatSelector.java:41)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
	at com.google.inject.internal.BoundProviderFactory.provision(BoundProviderFactory.java:72)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:61)
	at com.google.inject.internal.BoundProviderFactory.get(BoundProviderFactory.java:62)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
	at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
	at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
	at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
	at org.locationtech.geogig.di.GuiceContext.getInstance(GuiceContext.java:72)
	at org.locationtech.geogig.di.GuiceContext.getDecoratedInstance(GuiceContext.java:77)
	at org.locationtech.geogig.di.GuiceContext.conflictsDatabase(GuiceContext.java:128)
	at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:123)
	at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:124)
	at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:269)
	at org.locationtech.geogig.cli.GeogigCLI.loadRepository(GeogigCLI.java:241)
	at org.locationtech.geogig.cli.GeogigCLI.loadRepository(GeogigCLI.java:236)
	at org.locationtech.geogig.cli.GeogigCLI.getGeogig(GeogigCLI.java:181)
	at org.locationtech.geogig.cli.porcelain.Config.runInternal(Config.java:99)
	at org.locationtech.geogig.cli.AbstractCommand.run(AbstractCommand.java:68)
	at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:532)
	at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:368)
	at org.locationtech.geogig.cli.test.functional.CLIContext.runCommand(CLIContext.java:159)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_a_repository(DefaultStepDefinitions.java:506)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:299)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Tests in error: 
  Unable to provision, see the following errors:

1) Error injecting constructor, java.lang.IllegalStateException: unable to create /mnt/memtmp/geogig-geoserver/junit1309830120266791299/data/localrepo/.geogig/conflicts
  at org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase.<init>(Unknown Source)
  while locating org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase
  at org.locationtech.geogig.cli.CLIContextBuilder.bind(CLIContextBuilder.java:119) (via modules: com.google.inject.util.Modules$OverrideModule -> org.locationtech.geogig.cli.CLIContextBuilder$DefaultPlugins)
  while locating org.locationtech.geogig.storage.ConflictsDatabase annotated with @com.google.inject.multibindings.Element(setName=,uniqueId=158, type=MAPBINDER, keyType=org.locationtech.geogig.storage.VersionedFormat)
  while locating org.locationtech.geogig.di.PluginsModule$PluginConflictsDatabaseProvider
  at org.locationtech.geogig.di.PluginsModule.configure(PluginsModule.java:48) (via modules: com.google.inject.util.Modules$OverrideModule -> org.locationtech.geogig.di.PluginsModule)
  while locating org.locationtech.geogig.storage.ConflictsDatabase

1 error
  org.rocksdb.RocksDBException: NotFound
  Unable to provision, see the following errors:

1) Error injecting constructor, java.lang.IllegalStateException: unable to create /mnt/memtmp/geogig-geoserver/junit1309830120266791299/data/localrepo/.geogig/conflicts
  at org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase.<init>(Unknown Source)
  while locating org.locationtech.geogig.rocksdb.RocksdbConflictsDatabase
  at org.locationtech.geogig.cli.CLIContextBuilder.bind(CLIContextBuilder.java:119) (via modules: com.google.inject.util.Modules$OverrideModule -> org.locationtech.geogig.cli.CLIContextBuilder$DefaultPlugins)
  while locating org.locationtech.geogig.storage.ConflictsDatabase annotated with @com.google.inject.multibindings.Element(setName=,uniqueId=158, type=MAPBINDER, keyType=org.locationtech.geogig.storage.VersionedFormat)
  while locating org.locationtech.geogig.di.PluginsModule$PluginConflictsDatabaseProvider
  at org.locationtech.geogig.di.PluginsModule.configure(PluginsModule.java:48) (via modules: com.google.inject.util.Modules$OverrideModule -> org.locationtech.geogig.di.PluginsModule)
  while locating org.locationtech.geogig.storage.ConflictsDatabase

1 error
  org.rocksdb.RocksDBException: NotFound

Tests run: 316, Failures: 0, Errors: 4, Skipped: 4

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] GeoGig ............................................. SUCCESS [  4.289 s]
[INFO] GeoGig Core API .................................... SUCCESS [ 11.411 s]
[INFO] GeoGig Core ........................................ SUCCESS [01:31 min]
[INFO] Replication and synchronization .................... SUCCESS [ 36.027 s]
[INFO] GeoGig DataStore Implementation .................... SUCCESS [02:12 min]
[INFO] Storage backends ................................... SUCCESS [  0.828 s]
[INFO] RocksDB storage backend ............................ SUCCESS [ 34.968 s]
[INFO] GeoGig Command Line Interface ...................... SUCCESS [03:34 min]
[INFO] PostgreSQL Storage Backend ......................... SUCCESS [  1.732 s]
[INFO] GeoTools Extension ................................. FAILURE [ 45.552 s]
[INFO] Web modules ........................................ SKIPPED
[INFO] GeoGig Web API ..................................... SKIPPED
[INFO] GeoGig WebApp ...................................... SKIPPED
[INFO] GeoGig Web API Automated Functional Tests .......... SKIPPED
[INFO] GeoGig CLI App ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:33 min
[INFO] Finished at: 2018-01-20T11:54:36+00:00
[INFO] Final Memory: 120M/1347M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project geogig-geotools: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.geoserver.org/job/geogig-master-nightly/ws/src/geotools/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-geotools
Build step 'Invoke top-level Maven targets' marked build as failure
[Cucumber Tests] Parsing results.
[Cucumber Tests] parsing cucumber.json
[Cucumber Tests] parsing cucumber.json
[Cucumber Tests] parsing cucumber.json


Back to the top