[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] Build failed in Jenkins: geogig-master-nightly #497
|
See <https://build.geoserver.org/job/geogig-master-nightly/497/display/redirect?page=changes>
Changes:
[Gabriel Roldan] Add ValueArray to API as superinterface of RevFeature
[Gabriel Roldan] Move RevTree creation to RevObjectFactory
[Gabriel Roldan] Move RevCommit creation to RevObjectFactory
[Gabriel Roldan] Move RevTag creation to RevObjectFactory
[Gabriel Roldan] Move RevFeatureType creation to RevObjectFactory
[Gabriel Roldan] Move RevFeature creation to RevObjectFactory
[Gabriel Roldan] Move RevObjectFactory to api and add a mechanism to define the default
[Gabriel Roldan] Mode gson dependency from core to web-api where it's needed:
[Gabriel Roldan] Dependency addition: caffeine 2.6.2
[Gabriel Roldan] Add Caffeine implementation of SharedCache
[Gabriel Roldan] Pull off SharedCache.Impl as GuavaSharedCache
[Gabriel Roldan] New ServiceFinder utility.
[Gabriel Roldan] Move GuavaSharedCache to its own module under storage/cache
[Gabriel Roldan] Add SharedCacheBuilder service and finder in CacheManager
[Gabriel Roldan] Set caffeine as the default cache implementation in cli-app
[Gabriel Roldan] Move ObjectSerializingFactory to api's RevObjectSerializer
------------------------------------------
Started by timer
Building remotely on apollo-slave-01 in workspace <https://build.geoserver.org/job/geogig-master-nightly/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/locationtech/geogig.git # timeout=10
Fetching upstream changes from git://github.com/locationtech/geogig.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/locationtech/geogig.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8d080eabc330479fb69a678a683e1827ab9fd8f5 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8d080eabc330479fb69a678a683e1827ab9fd8f5
> git rev-list fc71aa178ca304846fdd12bc529fedbe1f4d0359 # timeout=10
> git tag -a -f -m Jenkins Build #497 jenkins-geogig-master-nightly-497 # timeout=10
[geogig-master-nightly] $ mvn -f src/parent/pom.xml -Dhudson.buildId=497 -Dmaven.repo.local=<https://build.geoserver.org/job/geogig-master-nightly/ws/.repository> -U clean install -Pjacoco -Djava.awt.headless=true -Dtest.maxHeapSize=512M "-Dcucumber.options=--monochrome --plugin json:target/cucumber.json" -Djava.io.tmpdir=/mnt/memtmp/geogig-geoserver
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for com.github.ben-manes.caffeine:caffeine:jar is missing. @ org.locationtech.geogig:geogig-cache-guava:[unknown-version], <https://build.geoserver.org/job/geogig-master-nightly/ws/src/storage/cache/guava/pom.xml,> line 32, column 17
[ERROR] 'dependencies.dependency.version' for com.github.ben-manes.caffeine:caffeine:jar is missing. @ org.locationtech.geogig:geogig-cache-caffeine:[unknown-version], <https://build.geoserver.org/job/geogig-master-nightly/ws/src/storage/cache/caffeine/pom.xml,> line 32, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ org.locationtech.geogig:geogig-cli-geotools:[unknown-version], <https://build.geoserver.org/job/geogig-master-nightly/ws/src/cli/geotools/pom.xml,> line 109, column 17
@
[ERROR] The build could not read 2 projects -> [Help 1]
[ERROR]
[ERROR] The project org.locationtech.geogig:geogig-cache-guava:1.4-SNAPSHOT (<https://build.geoserver.org/job/geogig-master-nightly/ws/src/storage/cache/guava/pom.xml)> has 1 error
[ERROR] 'dependencies.dependency.version' for com.github.ben-manes.caffeine:caffeine:jar is missing. @ org.locationtech.geogig:geogig-cache-guava:[unknown-version], <https://build.geoserver.org/job/geogig-master-nightly/ws/src/storage/cache/guava/pom.xml,> line 32, column 17
[ERROR]
[ERROR] The project org.locationtech.geogig:geogig-cache-caffeine:1.4-SNAPSHOT (<https://build.geoserver.org/job/geogig-master-nightly/ws/src/storage/cache/caffeine/pom.xml)> has 1 error
[ERROR] 'dependencies.dependency.version' for com.github.ben-manes.caffeine:caffeine:jar is missing. @ org.locationtech.geogig:geogig-cache-caffeine:[unknown-version], <https://build.geoserver.org/job/geogig-master-nightly/ws/src/storage/cache/caffeine/pom.xml,> line 32, column 17
[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/ProjectBuildingException
Build step 'Invoke top-level Maven targets' marked build as failure
ERROR: Step ‘Publish Cucumber test result report’ failed: Test reports were found but none of them are new. Did tests run?
For example, <https://build.geoserver.org/job/geogig-master-nightly/ws/src/cli/core/target/cucumber.json> is 23 hr old