Build failed in Jenkins: jbosstools-teiid-designer_8.6.x #1257
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on messaging-10 (messaging-lab) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> # timeout=10
Fetching upstream changes from git://github.com/Teiid-Designer/teiid-designer.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/Teiid-Designer/teiid-designer.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/Teiid-Designer/teiid-designer.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/Teiid-Designer/teiid-designer.git # timeout=10
Fetching upstream changes from git://github.com/Teiid-Designer/teiid-designer.git
> git -c core.askpass=true fetch --tags --progress git://github.com/Teiid-Designer/teiid-designer.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/8.6.x^{commit} # timeout=10
Checking out Revision 2a0d9979f1f0fbd8959ec0f2d7b4a10bc0e066ca (origin/8.6.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2a0d9979f1f0fbd8959ec0f2d7b4a10bc0e066ca
> git rev-list 2a0d9979f1f0fbd8959ec0f2d7b4a10bc0e066ca # timeout=10
> git tag -a -f -m Jenkins Build #1257 jenkins-jbosstools-teiid-designer_8.6.x-1257 # timeout=10
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-ci.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-ci.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-ci.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/jbosstools/jbosstools-build-ci.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/jbosstools/jbosstools-build-ci.git # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-ci.git
> git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-ci.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 67b66d945caa7caca02ae8ca33e634fd534fe09d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 67b66d945caa7caca02ae8ca33e634fd534fe09d
> git rev-list 67b66d945caa7caca02ae8ca33e634fd534fe09d # timeout=10
> git tag -a -f -m Jenkins Build #1257 jenkins-jbosstools-teiid-designer_8.6.x-1257 # timeout=10
Starting xvnc
[jbosstools-teiid-designer_8.6.x] $ vncserver :40 -geometry 1920x1080
FATAL: Cannot run program "vncserver" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: error=2, No such file or directory
java.io.IOException: Cannot run program "vncserver" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to messaging-10(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.Launcher$RemoteLauncher.launch(Launcher.java:916)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:102)
at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:79)
at hudson.model.Build$BuildExecution.doRun(Build.java:154)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1745)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
9 years, 4 months
[Teiid-Designer/teiid-designer] 459323: * fixed datatype issues for import/export DDL
by blafond
Branch: refs/heads/dynamic_vdbs
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 45932362172b8a1a37d173ca797592d063129093
https://github.com/Teiid-Designer/teiid-designer/commit/45932362172b8a1a3...
Author: blafond <blafond(a)redhat.com>
Date: 2015-08-27 (Thu, 27 Aug 2015)
Changed paths:
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/DdlImporter.java
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/node/EmfModelGenerator.java
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/node/StandardImporter.java
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/node/TeiidDdlImporter.java
M plugins/org.teiid.designer.ddl.spi/src/org/teiid/designer/ddl/DdlImporterManager.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/aspects/uml/ColumnAspect.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/extension/RelationalModelExtensionAssistant.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/provider/ColumnItemProvider.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/provider/ProcedureParameterItemProvider.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/util/RelationalUtil.java
M plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalReferenceFactory.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidDDLConstants.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidModelToDdlGenerator.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/BasicVdb.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/Vdb.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/dynamic/DynamicVdb.java
M tests/org.teiid.designer.vdb.test/src/TestModelToDdlGenerator.java
M tests/org.teiid.designer.vdb.test/src/org/teiid/designer/komodo/vdb/TestDynamicVdbImport.java
M tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/VdbTestUtils.java
Log Message:
-----------
* fixed datatype issues for import/export DDL
* fixed misc. object import/export issues
* added support for export DDL fragments for constraints as table
elements
* adjusted/fixed unit tests for import/export vdb and ddl
9 years, 4 months
Build failed in Jenkins: jbosstools-teiid-komodo #1002
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
Changes:
[phantomjinx] Initial migration of vdb-builder raml specification into komodo
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on messaging-10 (messaging-lab) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
Deleting project workspace... Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/komodo.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> # timeout=10
Fetching upstream changes from git://github.com/Teiid-Designer/komodo.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/Teiid-Designer/komodo.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/Teiid-Designer/komodo.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/Teiid-Designer/komodo.git # timeout=10
Fetching upstream changes from git://github.com/Teiid-Designer/komodo.git
> git -c core.askpass=true fetch --tags --progress git://github.com/Teiid-Designer/komodo.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d0d9dedb12a92e297e81c3cee99b417e0a46bbd7 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f d0d9dedb12a92e297e81c3cee99b417e0a46bbd7
> git rev-list c833edec0905695663dc44dccef85bc9718bd057 # timeout=10
> git tag -a -f -m Jenkins Build #1002 jenkins-jbosstools-teiid-komodo-1002 # timeout=10
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-ci.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-ci.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-ci.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/jbosstools/jbosstools-build-ci.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/jbosstools/jbosstools-build-ci.git # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-ci.git
> git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-ci.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 67b66d945caa7caca02ae8ca33e634fd534fe09d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 67b66d945caa7caca02ae8ca33e634fd534fe09d
> git rev-list 67b66d945caa7caca02ae8ca33e634fd534fe09d # timeout=10
> git tag -a -f -m Jenkins Build #1002 jenkins-jbosstools-teiid-komodo-1002 # timeout=10
Starting xvnc
[jbosstools-teiid-komodo] $ vncserver :58 -geometry 1920x1080
FATAL: Cannot run program "vncserver" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...")>: error=2, No such file or directory
java.io.IOException: Cannot run program "vncserver" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...")>: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to messaging-10(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.Launcher$RemoteLauncher.launch(Launcher.java:916)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:102)
at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:79)
at hudson.model.Build$BuildExecution.doRun(Build.java:154)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1745)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
9 years, 4 months