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-plugins-master #66

See <https://build.geoserver.org/job/geogig-plugins-master/66/display/redirect?page=changes>

Changes:

[Gabriel Roldan] Upgrade to geogig 1.3.x

[Gabriel Roldan] Set version to 1.4-SNAPSHOT

------------------------------------------
Started by an SCM change
Building remotely on apollo-slave-01 in workspace <https://build.geoserver.org/job/geogig-plugins-master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/boundlessgeo/geogig-plugins.git # timeout=10
Fetching upstream changes from https://github.com/boundlessgeo/geogig-plugins.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/boundlessgeo/geogig-plugins.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ebb5ee52e03148207e86a2d631ee7101790ba17d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebb5ee52e03148207e86a2d631ee7101790ba17d
 > git rev-list 4303d40f91861798abaa0d171dc995d5452e6030 # timeout=10
[geogig-plugins-master] $ /bin/sh -xe /tmp/jenkins5497638091190627463.sh
+ mkdir -p /mnt/memtmp/geogig-plugins
[geogig-plugins-master] $ mvn -f src/parent/pom.xml -Dmaven.repo.local=<https://build.geoserver.org/job/geogig-plugins-master/ws/.repository> clean install deploy -Pjacoco -DskipTests=false -U "-Dcucumber.options=--monochrome --plugin json:target/cucumber.json" -Djava.io.tmpdir=/mnt/memtmp/geogig-plugins
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
Downloading: https://repo.boundlessgeo.com/main/org/locationtech/geogig/geogig/1.4-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geogig/geogig/1.4-SNAPSHOT/maven-metadata.xml
812/812 B                           Downloaded: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/maven-metadata.xml (812 B at 1.9 KB/sec)
Downloading: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/geogig-1.4-20180702.160318-1.pom
4/25 KB     8/25 KB   12/25 KB   16/25 KB   20/25 KB   24/25 KB   25/25 KB              Downloaded: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/geogig-1.4-20180702.160318-1.pom (25 KB at 199.7 KB/sec)
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.geogig:geogig-plugins-osm:[unknown-version]: Could not find artifact org.geogig:geogig-plugins:pom:1.3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.geogig:geogig-plugins-osm:[unknown-version] (<https://build.geoserver.org/job/geogig-plugins-master/ws/src/osm/pom.xml)> has 1 error
[ERROR]     Non-resolvable parent POM for org.geogig:geogig-plugins-osm:[unknown-version]: Could not find artifact org.geogig:geogig-plugins:pom:1.3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 11 -> [Help 2]
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top