[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] Build failed in Jenkins: geogig-master-nightly #461
|
See <https://build.geoserver.org/job/geogig-master-nightly/461/display/redirect>
------------------------------------------
[...truncated 931.24 KB...]
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)
Tests run: 2028, Failures: 0, Errors: 2, Skipped: 12, Time elapsed: 501.419 sec <<< FAILURE! - in org.locationtech.geogig.cli.test.functional.RunPorcelainFunctionalTest
Given I have a repository(Scenario: Try to rename a branch that you are on to a name that already exists) Time elapsed: 0.011 sec <<< ERROR!
java.lang.RuntimeException: org.rocksdb.RocksDBException: NotFound
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:168)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:37)
at org.locationtech.geogig.storage.impl.ConnectionManager.acquire(ConnectionManager.java:61)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:120)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:109)
at org.locationtech.geogig.rocksdb.RocksdbObjectDatabase.open(RocksdbObjectDatabase.java:84)
at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:121)
at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:121)
at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:270)
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:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
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:505)
at ✽.Given I have a repository(Branch.feature:144)
Caused by: org.rocksdb.RocksDBException: NotFound
at org.rocksdb.RocksDB.openROnly(Native Method)
at org.rocksdb.RocksDB.openReadOnly(RocksDB.java:410)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:101)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:37)
at org.locationtech.geogig.storage.impl.ConnectionManager.acquire(ConnectionManager.java:61)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:120)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:109)
at org.locationtech.geogig.rocksdb.RocksdbObjectDatabase.open(RocksdbObjectDatabase.java:84)
at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:121)
at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:121)
at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:270)
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:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
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:505)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
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 to rename a branch that you are on to a name that already exists Time elapsed: 0.011 sec <<< ERROR!
java.lang.RuntimeException: org.rocksdb.RocksDBException: NotFound
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:168)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:37)
at org.locationtech.geogig.storage.impl.ConnectionManager.acquire(ConnectionManager.java:61)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:120)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:109)
at org.locationtech.geogig.rocksdb.RocksdbObjectDatabase.open(RocksdbObjectDatabase.java:84)
at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:121)
at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:121)
at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:270)
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:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
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:505)
at ✽.Given I have a repository(Branch.feature:144)
Caused by: org.rocksdb.RocksDBException: NotFound
at org.rocksdb.RocksDB.openROnly(Native Method)
at org.rocksdb.RocksDB.openReadOnly(RocksDB.java:410)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:101)
at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:37)
at org.locationtech.geogig.storage.impl.ConnectionManager.acquire(ConnectionManager.java:61)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:120)
at org.locationtech.geogig.rocksdb.RocksdbObjectStore.open(RocksdbObjectStore.java:109)
at org.locationtech.geogig.rocksdb.RocksdbObjectDatabase.open(RocksdbObjectDatabase.java:84)
at org.locationtech.geogig.repository.impl.RepositoryImpl.open(RepositoryImpl.java:121)
at org.locationtech.geogig.repository.impl.GeoGIG.getRepository(GeoGIG.java:121)
at org.locationtech.geogig.cli.GeogigCLI.newGeoGIG(GeogigCLI.java:270)
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:67)
at org.locationtech.geogig.cli.GeogigCLI.executeInternal(GeogigCLI.java:531)
at org.locationtech.geogig.cli.GeogigCLI.execute(GeogigCLI.java:367)
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:505)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
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:
org.rocksdb.RocksDBException: NotFound
org.rocksdb.RocksDBException: NotFound
Not in a geogig repository: /mnt/memtmp/geogig-geoserver/junit1017564821530643346/data
Not in a geogig repository: /mnt/memtmp/geogig-geoserver/junit1017564821530643346/data
target 'refs/heads/master' was not present for symref HEAD -> 'refs/heads/master'
target 'refs/heads/master' was not present for symref HEAD -> 'refs/heads/master'
Tests run: 3098, Failures: 0, Errors: 6, Skipped: 19
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoGig ............................................. SUCCESS [ 14.864 s]
[INFO] GeoGig Core API .................................... SUCCESS [ 33.327 s]
[INFO] GeoGig Core ........................................ SUCCESS [08:01 min]
[INFO] Replication and synchronization .................... SUCCESS [01:14 min]
[INFO] GeoGig DataStore Implementation .................... SUCCESS [04:20 min]
[INFO] Storage backends ................................... SUCCESS [ 4.167 s]
[INFO] RocksDB storage backend ............................ SUCCESS [01:02 min]
[INFO] GeoGig Command Line Interface ...................... SUCCESS [ 3.766 s]
[INFO] GeoGig Command Line Interface Core ................. FAILURE [08:30 min]
[INFO] geogig-cli-remoting ................................ SKIPPED
[INFO] PostgreSQL Storage Backend ......................... SKIPPED
[INFO] GeoTools Extension ................................. SKIPPED
[INFO] GeoGig Pull Requests Support Commands .............. SKIPPED
[INFO] GeoGig CLI GeoTools ................................ SKIPPED
[INFO] Web modules ........................................ SKIPPED
[INFO] GeoGig Web API ..................................... SKIPPED
[INFO] GeoGig WebApp ...................................... SKIPPED
[INFO] GeoGig Web API Automated Functional Tests .......... SKIPPED
[INFO] GeoGigi CLI Postgres Storage Commands .............. SKIPPED
[INFO] GeoGig CLI App ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:06 min
[INFO] Finished at: 2018-10-25T12:09:15+00:00
[INFO] Final Memory: 99M/1505M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project geogig-cli-core: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.geoserver.org/job/geogig-master-nightly/ws/src/cli/core/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-cli-core
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