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 #353

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

------------------------------------------
[...truncated 847.69 KB...]
	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)

Tests run: 2107, Failures: 0, Errors: 2, Skipped: 9, Time elapsed: 356.107 sec <<< FAILURE! - in org.locationtech.geogig.cli.test.functional.RunPorcelainFunctionalTest
And I have several commits(Scenario: Try to show the last 2 commits before the most recent)  Time elapsed: 0.039 sec  <<< ERROR!
java.lang.RuntimeException: org.rocksdb.RocksDBException: Can't access /000026.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000026.sst: No such file or directory
Can't access /000010.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000010.sst: No such file or directory

	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.GeogigCLI.executeInternal(GeogigCLI.java:525)
	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.CLIContext.runCommand(CLIContext.java:145)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_several_commits(DefaultStepDefinitions.java:593)
	at ✽.And I have several commits(Log.feature:86)
Caused by: org.rocksdb.RocksDBException: Can't access /000026.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000026.sst: No such file or directory
Can't access /000010.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000010.sst: No such file or directory

	at org.rocksdb.RocksDB.open(Native Method)
	at org.rocksdb.RocksDB.open(RocksDB.java:286)
	at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:124)
	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.GeogigCLI.executeInternal(GeogigCLI.java:525)
	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.CLIContext.runCommand(CLIContext.java:145)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_several_commits(DefaultStepDefinitions.java:593)
	at sun.reflect.GeneratedMethodAccessor64.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 show the last 2 commits before the most recent  Time elapsed: 0.042 sec  <<< ERROR!
java.lang.RuntimeException: org.rocksdb.RocksDBException: Can't access /000026.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000026.sst: No such file or directory
Can't access /000010.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000010.sst: No such file or directory

	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.GeogigCLI.executeInternal(GeogigCLI.java:525)
	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.CLIContext.runCommand(CLIContext.java:145)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_several_commits(DefaultStepDefinitions.java:593)
	at ✽.And I have several commits(Log.feature:86)
Caused by: org.rocksdb.RocksDBException: Can't access /000026.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000026.sst: No such file or directory
Can't access /000010.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000010.sst: No such file or directory

	at org.rocksdb.RocksDB.open(Native Method)
	at org.rocksdb.RocksDB.open(RocksDB.java:286)
	at org.locationtech.geogig.rocksdb.RocksConnectionManager.connect(RocksConnectionManager.java:124)
	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.GeogigCLI.executeInternal(GeogigCLI.java:525)
	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.CLIContext.runCommand(CLIContext.java:145)
	at org.locationtech.geogig.cli.test.functional.DefaultStepDefinitions.I_have_several_commits(DefaultStepDefinitions.java:593)
	at sun.reflect.GeneratedMethodAccessor64.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: Can't access /000026.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000026.sst: No such file or directory
Can't access /000010.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000010.sst: No such file or directory

  org.rocksdb.RocksDBException: Can't access /000026.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000026.sst: No such file or directory
Can't access /000010.sst: IO error: while stat a file for size: /mnt/memtmp/geogig-geoserver/junit4032845796106368619/data/localrepo/.geogig/objects.rocksdb/000010.sst: No such file or directory


Tests run: 3408, Failures: 0, Errors: 2, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] GeoGig ............................................. SUCCESS [  6.412 s]
[INFO] GeoGig Core API .................................... SUCCESS [ 15.269 s]
[INFO] GeoGig Core ........................................ SUCCESS [02:16 min]
[INFO] Replication and synchronization .................... SUCCESS [ 52.449 s]
[INFO] GeoGig DataStore Implementation .................... SUCCESS [03:41 min]
[INFO] Storage backends ................................... SUCCESS [  2.540 s]
[INFO] RocksDB storage backend ............................ SUCCESS [ 47.300 s]
[INFO] GeoGig Command Line Interface ...................... FAILURE [06:01 min]
[INFO] PostgreSQL Storage Backend ......................... SKIPPED
[INFO] GeoTools Extension ................................. SKIPPED
[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: 14:04 min
[INFO] Finished at: 2018-07-09T11:59:07+00:00
[INFO] Final Memory: 100M/1421M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project geogig-cli: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.geoserver.org/job/geogig-master-nightly/ws/src/cli/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
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


Back to the top