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

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

------------------------------------------
Started by upstream project "LocationTech Downstream master" build number 106
originally caused by:
 Started by remote host 198.41.30.213
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 b69fee0402b84f48a95c6be096c7241d82ceb5d7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b69fee0402b84f48a95c6be096c7241d82ceb5d7
 > git rev-list b69fee0402b84f48a95c6be096c7241d82ceb5d7 # timeout=10
[geogig-plugins-master] $ /bin/sh -xe /tmp/jenkins1603318951852247112.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; support was removed in 8.0
[INFO] Scanning for projects...
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geogig/geogig/1.4-SNAPSHOT/maven-metadata.xml
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
815/815 B               Downloaded: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/maven-metadata.xml (815 B at 1.5 KB/sec)
Downloading: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/geogig-1.4-20181213.192056-43.pom
4/14 KB     8/14 KB   12/14 KB   14/14 KB              Downloaded: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig/1.4-SNAPSHOT/geogig-1.4-20181213.192056-43.pom (14 KB at 101.7 KB/sec)
Downloading: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig-dependencies/1.4-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.boundlessgeo.com/main/org/locationtech/geogig/geogig-dependencies/1.4-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geogig/geogig-dependencies/1.4-SNAPSHOT/maven-metadata.xml
                                 Downloading: https://repo.locationtech.org/content/repositories/geogig/org/locationtech/geogig/geogig-dependencies/1.4-SNAPSHOT/geogig-dependencies-1.4-SNAPSHOT.pom
           Downloading: https://repo.boundlessgeo.com/main/org/locationtech/geogig/geogig-dependencies/1.4-SNAPSHOT/geogig-dependencies-1.4-SNAPSHOT.pom
           Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/geogig/geogig-dependencies/1.4-SNAPSHOT/geogig-dependencies-1.4-SNAPSHOT.pom
           [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.locationtech.geogig:geogig:[unknown-version]: Could not find artifact org.locationtech.geogig:geogig-dependencies:pom:1.4-SNAPSHOT in repo.locationtech.org (https://repo.locationtech.org/content/repositories/geogig/) @ org.locationtech.geogig:geogig:[unknown-version], <https://build.geoserver.org/job/geogig-plugins-master/ws/.repository/org/locationtech/geogig/geogig/1.4-SNAPSHOT/geogig-1.4-SNAPSHOT.pom,> line 6, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.geogig:geogig-plugins:[unknown-version] (<https://build.geoserver.org/job/geogig-plugins-master/ws/src/parent/pom.xml)> has 1 error
[ERROR]     Non-resolvable parent POM for org.locationtech.geogig:geogig:[unknown-version]: Could not find artifact org.locationtech.geogig:geogig-dependencies:pom:1.4-SNAPSHOT in repo.locationtech.org (https://repo.locationtech.org/content/repositories/geogig/) @ org.locationtech.geogig:geogig:[unknown-version], <https://build.geoserver.org/job/geogig-plugins-master/ws/.repository/org/locationtech/geogig/geogig/1.4-SNAPSHOT/geogig-1.4-SNAPSHOT.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