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

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

------------------------------------------
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 8d080eabc330479fb69a678a683e1827ab9fd8f5 # timeout=10
 > git tag -a -f -m Jenkins Build #499 jenkins-geogig-master-nightly-499 # timeout=10
[geogig-master-nightly] $ mvn -f src/parent/pom.xml -Dhudson.buildId=499 -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 2 days 23 hr old




Back to the top