Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Build failed in Jenkins: nebula.stable #239

See <https://ci.eclipse.org/nebula/job/nebula.stable/239/display/redirect>

------------------------------------------
Started by an SCM change
Building in workspace <https://ci.eclipse.org/nebula/job/nebula.stable/ws/>
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/nebula.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/nebula.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/nebula.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7e3782458a2f2327c297bd8e617bfa25ed6a7184 (origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 7e3782458a2f2327c297bd8e617bfa25ed6a7184
Commit message: "Create README.md"
First time build. Skipping changelog.
Starting xvnc
[workspace] $ Xvnc :364 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[workspace] $ /bin/sh -xe /tmp/genie.nebula/jenkins4567089378936764793.sh
+ rm -Rf javadoc

Xvnc TigerVNC 1.4.3 - built ??? ?? ???? ??:??:??
Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11502000, The X.Org Foundation

Initializing built-in extension VNC-EXTENSION
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension GLX

Wed Jul 25 05:19:19 2018
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 6264
 vncext:      created VNC server for screen 0
+ mkdir javadoc
+ cd <https://ci.eclipse.org/nebula/job/nebula.stable/ws/releng/org.eclipse.nebula.nebula-release>
+ /shared/common/apache-maven-latest/bin/mvn clean install -Pbuild-server,oxygen -DskipTests
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF/, removing from list!
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.nebula
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.eclipse.nebula:nebulaslider:1.0.0-SNAPSHOT: Could not find artifact org.eclipse.nebula:opal:pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 9, column 10
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.nebula:nebulaslider:1.0.0-SNAPSHOT (/jobs/genie.nebula/nebula.stable/workspace/widgets/nebulaslider/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.nebula:nebulaslider:1.0.0-SNAPSHOT: Could not find artifact org.eclipse.nebula:opal:pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 9, column 10 -> [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 'Execute shell' marked build as failure
Terminating xvnc.


Back to the top