[Teiid-Designer/teiid-designer] ec5078: teiiddes-2477: Changed the SOAP importer to use tr...
by blafond
Branch: refs/heads/9.0.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: ec5078c703705660228d5aee145d752c2b7bb246
https://github.com/Teiid-Designer/teiid-designer/commit/ec5078c7037056602...
Author: Ted Jones <tejones(a)redhat.com>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/Messages.java
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/messages.properties
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/wizards/soap/ColumnInfo.java
A plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/wizards/soap/EditColumnDialog.java
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/wizards/soap/OperationsDetailsPage.java
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/wizards/soap/panels/ColumnsInfoPanel.java
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/wizards/soap/panels/EditColumnsPanel.java
Log Message:
-----------
teiiddes-2477: Changed the SOAP importer to use tree table columns instead of CellEditor since CellEditor causes Macs to hang.
Commit: c4296bdd01a6e54dc371c07d780ebea92091d265
https://github.com/Teiid-Designer/teiid-designer/commit/c4296bdd01a6e54dc...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M plugins/org.teiid.designer.ddl.importer.ui/src/org/teiid/designer/ddl/importer/ui/DdlImportDifferencesPage.java
M plugins/org.teiid.designer.ddl.importer/META-INF/MANIFEST.MF
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/DdlImporter.java
A 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/TeiidDdlImporter.java
M plugins/org.teiid.designer.relational/META-INF/MANIFEST.MF
M plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalReferenceFactory.java
A plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalViewIndex.java
A plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalViewProcedure.java
A plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalViewTable.java
A plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalViewView.java
R plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/processor/EmfModelGenerator.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/actions/CreateFunctionAction.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/actions/CreateViewIndexAction.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/actions/CreateViewProcedureAction.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/actions/CreateViewTableAction.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/editors/TransformationDialogModel.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/editors/ViewProcedureEditorPanel.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/editors/ViewTableEditorPanel.java
R plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/model/RelationalViewIndex.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/model/RelationalViewModelFactory.java
R plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/model/RelationalViewProcedure.java
R plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/model/RelationalViewTable.java
R plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/model/RelationalViewView.java
M plugins/org.teiid.designer.webservice.ui/src/org/teiid/designer/webservice/ui/actions/GenerateRestVirtualProceduresAction.java
Log Message:
-----------
TEIIDDES-2482 enabled ddl importer to properly set SQL for Teiid views and procedures
* Required refactoring virtual relational objects to relational plugin
* Required adding a dependency to transformation plugin to ddl importer plugin
Commit: 6a0d898e3b6e13bc8a9c3434876fa5e572ce33ea
https://github.com/Teiid-Designer/teiid-designer/commit/6a0d898e3b6e13bc8...
Author: Mark Drilling <mdrillin(a)redhat.com>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/RefactorResourcesUtils.java
Log Message:
-----------
TEIIDDES-2434 Resolves refactor - rename issue on Windows OS
Commit: 9573a2236cec9b4967ec1ab1dba57f243b2d3330
https://github.com/Teiid-Designer/teiid-designer/commit/9573a2236cec9b496...
Author: blafond <blafond(a)redhat.com>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/util/INewModelObjectHelper.java
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/util/NewModelObjectHelperManager.java
M plugins/org.teiid.designer.diagram.ui/src/org/teiid/designer/diagram/ui/util/DiagramUiNewModelObjectHelper.java
M plugins/org.teiid.designer.mapping.ui/src/org/teiid/designer/mapping/ui/util/MappingUiNewModelObjectHelper.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalIndexAction.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalProcedureAction.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalTableAction.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalViewAction.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/util/TransformationUiNewModelObjectHelper.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/util/TransformationNewModelObjectHelper.java
M plugins/org.teiid.designer.ui/plugin.properties
M plugins/org.teiid.designer.ui/plugin.xml
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/ModelerActionService.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/NewSiblingAction.java
A plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/workers/RelationalReferenceNewModelObjectHelper.java
M plugins/org.teiid.designer.xsd.ui/src/org/teiid/designer/xsd/ui/XsdSchemaUiNewModelObjectHelper.java
Log Message:
-----------
TEIIDDES-2479
* relaxed the NewSiblingAction enablement to allow for multiple
same-parent object selection.
* added additional helpCreate() method to INewModelObjectHelper to
allow passing EObject list as references.
* Created RelationalReferenceNewModelObjectHelper contrubution to
handle detecting what object type and if references are columns
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/8f061d2c6be2...9...
9 years, 8 months
[Teiid-Designer/teiid-designer] 91da94: TEIIDDES-2479
by blafond
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 91da943036f4dd7c7944611261e66917137a3aef
https://github.com/Teiid-Designer/teiid-designer/commit/91da943036f4dd7c7...
Author: blafond <blafond(a)redhat.com>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/util/INewModelObjectHelper.java
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/util/NewModelObjectHelperManager.java
M plugins/org.teiid.designer.diagram.ui/src/org/teiid/designer/diagram/ui/util/DiagramUiNewModelObjectHelper.java
M plugins/org.teiid.designer.mapping.ui/src/org/teiid/designer/mapping/ui/util/MappingUiNewModelObjectHelper.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalIndexAction.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalProcedureAction.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalTableAction.java
M plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/actions/CreateRelationalViewAction.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/util/TransformationUiNewModelObjectHelper.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/util/TransformationNewModelObjectHelper.java
M plugins/org.teiid.designer.ui/plugin.properties
M plugins/org.teiid.designer.ui/plugin.xml
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/ModelerActionService.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/NewSiblingAction.java
A plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/workers/RelationalReferenceNewModelObjectHelper.java
M plugins/org.teiid.designer.xsd.ui/src/org/teiid/designer/xsd/ui/XsdSchemaUiNewModelObjectHelper.java
Log Message:
-----------
TEIIDDES-2479
* relaxed the NewSiblingAction enablement to allow for multiple
same-parent object selection.
* added additional helpCreate() method to INewModelObjectHelper to
allow passing EObject list as references.
* Created RelationalReferenceNewModelObjectHelper contrubution to
handle detecting what object type and if references are columns
9 years, 8 months
Build failed in Jenkins: jbosstools-teiid-designer_8.6.x #1029
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 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
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Archiving artifacts
Recording test results
9 years, 8 months
Build failed in Jenkins: jbosstools-teiid-komodo #738 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
------------------------------------------
[...truncated 11140 lines...]
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-i... (3 KB at 17.9 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (6 KB at 33.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (4 KB at 12.9 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a... (2 KB at 10.7 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c... (3 KB at 17.9 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk1...
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1....
Downloading: http://repository.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ove...
Downloading: http://repository.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cl...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-interpolati...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen... (31 KB at 76.3 KB/sec)
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (23 KB at 70.4 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over...
Downloading: http://snapshots.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cli...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-interpolatio...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (9 KB at 52.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (22 KB at 54.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl... (17 KB at 40.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c... (41 KB at 83.3 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (43 KB at 129.1 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (60 KB at 105.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (227 KB at 312.7 KB/sec)
[INFO] Reading assembly descriptor: assembly/cli.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Copying files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[WARNING] Assembly file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Building zip: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ komodo.build ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [1:55.618s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.402s]
[INFO] plugins ........................................... SUCCESS [0.085s]
[INFO] org.komodo.spi .................................... SUCCESS [25.707s]
[INFO] org.komodo.utils .................................. SUCCESS [0.603s]
[INFO] libs .............................................. SUCCESS [0.090s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [1:00.545s]
[INFO] Komodo Teiid Client ............................... SUCCESS [48.436s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [12.533s]
[INFO] org.komodo.core ................................... SUCCESS [0.555s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.336s]
[INFO] org.komodo.relational ............................. SUCCESS [1.200s]
[INFO] org.komodo.importer ............................... SUCCESS [0.309s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.216s]
[INFO] features .......................................... SUCCESS [0.077s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.283s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.294s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.270s]
[INFO] org.komodo.shell .................................. SUCCESS [0.491s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.371s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.240s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [0.700s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.510s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.270s]
[INFO] tests ............................................. SUCCESS [0.030s]
[INFO] org.komodo.test.utils ............................. SUCCESS [0.311s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:02.952s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.197s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [2:47.535s]
[INFO] org.komodo.utils.test ............................. SUCCESS [7.408s]
[INFO] org.komodo.relational.test ........................ SUCCESS [34.881s]
[INFO] org.komodo.importer.test .......................... SUCCESS [17.631s]
[INFO] org.komodo.shell.test ............................. SUCCESS [18.525s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [52.702s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [12.360s]
[INFO] integration-tests ................................. SUCCESS [0.036s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... FAILURE [2:20.140s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... FAILURE [0.163s]
[INFO] Teiid Komodo ...................................... SUCCESS [7.186s]
[INFO] Komodo Build ...................................... SUCCESS [35.603s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:04.556s
[INFO] Finished at: Fri Apr 17 15:40:32 EDT 2015
[INFO] Final Memory: 139M/658M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.4.client.test: Unable to resolve artifact. Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false): Premature end of Content-Length delimited message body (expected: 128612031; received: 6291456
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.7.client.test: Unable to resolve artifact. Failure to transfer org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from https://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.komodo.eclipse.teiid-8.4.client.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :62
Killing Xvnc process ID 18243
Archiving artifacts
Recording test results
9 years, 8 months
Build failed in Jenkins: jbosstools-teiid-designer_8.6.x #1025
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
[...truncated 27 lines...]
at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 22 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 27 more
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:473)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:376)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Error performing command: git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1283)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$4.execute(CliGitAPIImpl.java:471)
... 12 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: java.io.IOException: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:773)
at hudson.Launcher$ProcStarter.start(Launcher.java:353)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1272)
... 16 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 21 more
ERROR: null
Archiving artifacts
Recording test results
9 years, 8 months
Build failed in Jenkins: jbosstools-teiid-komodo-branch-testing #8 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
Changes:
[phantomjinx] Avoids Exceptions when calling shutdown more than once
[phantomjinx] Modifies ObjectImpl.getChildrenOfType to use ObjectSearcher
[mdrillin] adds vm_args to shell launcher
[blafond] Fixed broken tests
[blafond] KOMODO-67 added properties arg to export() interface to allow for
[blafond] KOMODO-101 fixed issue with output writer not getting set soon enough on
[blafond] KOMODO-95 added ability to create tables, views, columns, paramers, PK,
------------------------------------------
[...truncated 11141 lines...]
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-i... (3 KB at 17.4 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (6 KB at 30.9 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (4 KB at 12.7 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a... (2 KB at 10.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c... (3 KB at 17.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk1...
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1....
Downloading: http://repository.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ove...
Downloading: http://repository.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cl...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-interpolati...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen... (31 KB at 75.9 KB/sec)
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (23 KB at 70.0 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over...
Downloading: http://snapshots.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cli...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-interpolatio...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (9 KB at 49.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (22 KB at 53.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl... (17 KB at 39.3 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c... (41 KB at 73.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (43 KB at 110.8 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (60 KB at 104.2 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (227 KB at 350.4 KB/sec)
[INFO] Reading assembly descriptor: assembly/cli.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Copying files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[WARNING] Assembly file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Building zip: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ komodo.build ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [2:10.534s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.876s]
[INFO] plugins ........................................... SUCCESS [0.104s]
[INFO] org.komodo.spi .................................... SUCCESS [26.153s]
[INFO] org.komodo.utils .................................. SUCCESS [1.143s]
[INFO] libs .............................................. SUCCESS [0.178s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [1:05.269s]
[INFO] Komodo Teiid Client ............................... SUCCESS [55.765s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [13.434s]
[INFO] org.komodo.core ................................... SUCCESS [0.698s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.455s]
[INFO] org.komodo.relational ............................. SUCCESS [1.770s]
[INFO] org.komodo.importer ............................... SUCCESS [0.534s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.379s]
[INFO] features .......................................... SUCCESS [0.103s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.364s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.574s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.607s]
[INFO] org.komodo.shell .................................. SUCCESS [0.816s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.728s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.401s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [1.046s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [1.098s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.539s]
[INFO] tests ............................................. SUCCESS [0.086s]
[INFO] org.komodo.test.utils ............................. SUCCESS [1.509s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:33.914s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.221s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [2:48.594s]
[INFO] org.komodo.utils.test ............................. SUCCESS [9.650s]
[INFO] org.komodo.relational.test ........................ SUCCESS [51.415s]
[INFO] org.komodo.importer.test .......................... SUCCESS [22.529s]
[INFO] org.komodo.shell.test ............................. SUCCESS [22.582s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [1:08.460s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [17.219s]
[INFO] integration-tests ................................. SUCCESS [0.079s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... FAILURE [3:06.843s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... FAILURE [0.503s]
[INFO] Teiid Komodo ...................................... SUCCESS [7.924s]
[INFO] Komodo Build ...................................... SUCCESS [42.052s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:46.978s
[INFO] Finished at: Fri Apr 17 09:18:36 EDT 2015
[INFO] Final Memory: 138M/668M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.4.client.test: Unable to resolve artifact. Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false): Premature end of Content-Length delimited message body (expected: 128612031; received: 20971520
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.7.client.test: Unable to resolve artifact. Failure to transfer org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from https://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.komodo.eclipse.teiid-8.4.client.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :65
Killing Xvnc process ID 20085
Archiving artifacts
Recording test results
9 years, 8 months
Build failed in Jenkins: jbosstools-teiid-designer_trunk #3692
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
[...truncated 1231 lines...]
Receiving objects: 38% (63149/162893), 110.04 MiB | 252 KiB/s
Receiving objects: 38% (63149/162893), 110.25 MiB | 223 KiB/s
Receiving objects: 38% (63149/162893), 110.36 MiB | 219 KiB/s
Receiving objects: 38% (63149/162893), 110.61 MiB | 209 KiB/s
Receiving objects: 38% (63149/162893), 110.86 MiB | 222 KiB/s
Receiving objects: 38% (63149/162893), 111.13 MiB | 238 KiB/s
Receiving objects: 38% (63149/162893), 111.39 MiB | 248 KiB/s
Receiving objects: 38% (63149/162893), 111.66 MiB | 253 KiB/s
Receiving objects: 38% (63149/162893), 111.96 MiB | 268 KiB/s
Receiving objects: 38% (63149/162893), 112.26 MiB | 274 KiB/s
Receiving objects: 38% (63149/162893), 112.61 MiB | 298 KiB/s
Receiving objects: 38% (63149/162893), 112.93 MiB | 306 KiB/s
Receiving objects: 38% (63149/162893), 113.25 MiB | 308 KiB/s
Receiving objects: 38% (63149/162893), 113.39 MiB | 305 KiB/s
Receiving objects: 38% (63149/162893), 113.70 MiB | 307 KiB/s
Receiving objects: 38% (63149/162893), 114.00 MiB | 296 KiB/s
Receiving objects: 38% (63149/162893), 114.27 MiB | 291 KiB/s
Receiving objects: 38% (63149/162893), 114.56 MiB | 290 KiB/s
Receiving objects: 38% (63149/162893), 114.86 MiB | 294 KiB/s
Receiving objects: 38% (63149/162893), 115.18 MiB | 288 KiB/s
Receiving objects: 38% (63149/162893), 115.50 MiB | 300 KiB/s
Receiving objects: 38% (63149/162893), 115.84 MiB | 313 KiB/s
Receiving objects: 38% (63149/162893), 116.16 MiB | 315 KiB/s
Receiving objects: 38% (63149/162893), 116.47 MiB | 313 KiB/s
Receiving objects: 38% (63149/162893), 116.75 MiB | 305 KiB/s
Receiving objects: 38% (63150/162893), 116.89 MiB | 303 KiB/s
Receiving objects: 38% (63151/162893), 117.27 MiB | 280 KiB/s
Receiving objects: 38% (63151/162893), 117.39 MiB | 269 KiB/s
Receiving objects: 38% (63151/162893), 117.61 MiB | 252 KiB/s
Receiving objects: 38% (63151/162893), 117.89 MiB | 249 KiB/s
Receiving objects: 38% (63151/162893), 118.18 MiB | 247 KiB/s
Receiving objects: 38% (63151/162893), 118.48 MiB | 265 KiB/s
Receiving objects: 38% (63151/162893), 118.81 MiB | 286 KiB/s
Receiving objects: 39% (63529/162893), 118.81 MiB | 286 KiB/s
Receiving objects: 39% (64649/162893), 118.99 MiB | 299 KiB/s
Receiving objects: 40% (65158/162893), 118.99 MiB | 299 KiB/s
Receiving objects: 40% (65255/162893), 119.36 MiB | 321 KiB/s
Receiving objects: 41% (66787/162893), 119.54 MiB | 328 KiB/s
Receiving objects: 41% (67614/162893), 119.74 MiB | 339 KiB/s
Receiving objects: 41% (67617/162893), 120.17 MiB | 361 KiB/s
Receiving objects: 41% (67619/162893), 120.60 MiB | 382 KiB/s
Receiving objects: 41% (67619/162893), 121.06 MiB | 409 KiB/s
Receiving objects: 41% (67619/162893), 121.46 MiB | 413 KiB/s
Receiving objects: 41% (67619/162893), 121.93 MiB | 427 KiB/s
Receiving objects: 41% (67678/162893), 122.15 MiB | 431 KiB/s
Receiving objects: 41% (67758/162893), 122.57 MiB | 427 KiB/s
Receiving objects: 41% (67760/162893), 123.19 MiB | 420 KiB/s
Receiving objects: 41% (67760/162893), 123.51 MiB | 397 KiB/s
Receiving objects: 41% (67760/162893), 123.79 MiB | 361 KiB/s
Receiving objects: 41% (67760/162893), 124.10 MiB | 338 KiB/s
Receiving objects: 41% (67760/162893), 124.42 MiB | 320 KiB/s
Receiving objects: 41% (67761/162893), 124.58 MiB | 305 KiB/s
Receiving objects: 41% (67761/162893), 125.00 MiB | 298 KiB/s
Receiving objects: 42% (68416/162893), 125.00 MiB | 298 KiB/s
Receiving objects: 42% (69213/162893), 125.14 MiB | 299 KiB/s
Receiving objects: 42% (69219/162893), 125.43 MiB | 293 KiB/s
Receiving objects: 42% (69219/162893), 125.73 MiB | 284 KiB/s
Receiving objects: 42% (69220/162893), 125.89 MiB | 283 KiB/s
Receiving objects: 42% (69221/162893), 126.32 MiB | 282 KiB/s
Receiving objects: 43% (70044/162893), 126.47 MiB | 285 KiB/s
Receiving objects: 43% (70523/162893), 126.47 MiB | 285 KiB/s
Receiving objects: 43% (70561/162893), 126.80 MiB | 292 KiB/s
Receiving objects: 43% (70691/162893), 127.18 MiB | 308 KiB/s
Receiving objects: 43% (71191/162893), 127.71 MiB | 331 KiB/s
Receiving objects: 43% (71191/162893), 128.09 MiB | 348 KiB/s
Receiving objects: 43% (71191/162893), 128.42 MiB | 350 KiB/s
Receiving objects: 43% (71191/162893), 128.56 MiB | 343 KiB/s
Receiving objects: 43% (71193/162893), 128.85 MiB | 331 KiB/s
Receiving objects: 43% (71193/162893), 129.21 MiB | 330 KiB/s
Receiving objects: 43% (71193/162893), 129.52 MiB | 314 KiB/s
Receiving objects: 43% (71193/162893), 129.81 MiB | 303 KiB/s
Receiving objects: 43% (71193/162893), 130.08 MiB | 301 KiB/s
Receiving objects: 43% (71193/162893), 130.34 MiB | 281 KiB/s
Receiving objects: 43% (71194/162893), 130.45 MiB | 265 KiB/s
Receiving objects: 44% (71673/162893), 130.45 MiB | 265 KiB/s
Receiving objects: 44% (73196/162893), 130.68 MiB | 245 KiB/s
Receiving objects: 44% (73259/162893), 131.11 MiB | 247 KiB/s
Receiving objects: 44% (73259/162893), 131.27 MiB | 254 KiB/s
Receiving objects: 44% (73259/162893), 131.59 MiB | 271 KiB/s
Receiving objects: 44% (73259/162893), 131.91 MiB | 295 KiB/s
Receiving objects: 44% (73259/162893), 132.21 MiB | 304 KiB/s
Receiving objects: 44% (73259/162893), 132.46 MiB | 299 KiB/s
Receiving objects: 44% (73260/162893), 132.71 MiB | 285 KiB/s
Receiving objects: 44% (73260/162893), 132.94 MiB | 263 KiB/s
Receiving objects: 44% (73260/162893), 133.19 MiB | 250 KiB/s
Receiving objects: 44% (73260/162893), 133.43 MiB | 237 KiB/s
Receiving objects: 44% (73260/162893), 133.64 MiB | 233 KiB/s
Receiving objects: 44% (73260/162893), 133.89 MiB | 230 KiB/s
Receiving objects: 44% (73260/162893), 134.16 MiB | 234 KiB/s
Receiving objects: 44% (73260/162893), 134.31 MiB | 238 KiB/s
Receiving objects: 44% (73260/162893), 134.60 MiB | 252 KiB/s
Receiving objects: 44% (73260/162893), 134.87 MiB | 261 KiB/s
Receiving objects: 44% (73260/162893), 135.11 MiB | 260 KiB/s
Receiving objects: 44% (73260/162893), 135.31 MiB | 250 KiB/s
Receiving objects: 45% (73302/162893), 135.31 MiB | 250 KiB/s
Receiving objects: 46% (74931/162893), 135.43 MiB | 244 KiB/s
Receiving objects: 46% (75026/162893), 135.43 MiB | 244 KiB/s
Receiving objects: 46% (75254/162893), 135.83 MiB | 236 KiB/s
Receiving objects: 46% (75254/162893), 136.03 MiB | 218 KiB/s
Receiving objects: 46% (75254/162893), 136.14 MiB | 219 KiB/s
Receiving objects: 46% (75254/162893), 136.35 MiB | 216 KiB/s
Receiving objects: 46% (75254/162893), 136.60 MiB | 212 KiB/s
Receiving objects: 46% (75254/162893), 136.85 MiB | 213 KiB/s
Receiving objects: 46% (75255/162893), 137.09 MiB | 226 KiB/s
Receiving objects: 46% (75369/162893), 137.23 MiB | 233 KiB/s
Receiving objects: 46% (75470/162893), 137.50 MiB | 245 KiB/s
Receiving objects: 46% (75808/162893), 137.79 MiB | 253 KiB/s
Receiving objects: 46% (75810/162893), 138.07 MiB | 255 KiB/s
Receiving objects: 46% (75810/162893), 138.39 MiB | 268 KiB/s
Receiving objects: 46% (75810/162893), 138.69 MiB | 272 KiB/s
Receiving objects: 46% (75810/162893), 138.99 MiB | 282 KiB/s
Receiving objects: 46% (75810/162893), 139.33 MiB | 295 KiB/s
Receiving objects: 46% (75810/162893), 139.66 MiB | 301 KiB/s
Receiving objects: 46% (75810/162893), 139.84 MiB | 304 KiB/s
Receiving objects: 46% (75810/162893), 140.18 MiB | 316 KiB/s
Receiving objects: 46% (75810/162893), 140.51 MiB | 322 KiB/s
Receiving objects: 46% (75811/162893), 140.68 MiB | 327 KiB/s
Receiving objects: 46% (75811/162893), 141.25 MiB | 348 KiB/s
Receiving objects: 46% (75811/162893), 141.63 MiB | 355 KiB/s
Receiving objects: 46% (75811/162893), 141.95 MiB | 353 KiB/s
Receiving objects: 46% (75811/162893), 142.28 MiB | 350 KiB/s
Receiving objects: 46% (75811/162893), 142.60 MiB | 334 KiB/s
Receiving objects: 46% (75812/162893), 142.96 MiB | 336 KiB/s
Receiving objects: 46% (75812/162893), 143.29 MiB | 328 KiB/s
Receiving objects: 46% (75812/162893), 143.62 MiB | 334 KiB/s
Receiving objects: 46% (75812/162893), 143.77 MiB | 328 KiB/s
Receiving objects: 46% (75812/162893), 144.13 MiB | 335 KiB/s
Receiving objects: 46% (75812/162893), 144.43 MiB | 318 KiB/s
Receiving objects: 46% (75814/162893), 144.67 MiB | 300 KiB/s
Receiving objects: 46% (75814/162893), 144.93 MiB | 282 KiB/s
Receiving objects: 46% (75814/162893), 145.18 MiB | 268 KiB/s
Receiving objects: 46% (75814/162893), 145.46 MiB | 262 KiB/s
Receiving objects: 46% (75814/162893), 145.73 MiB | 256 KiB/s
Receiving objects: 46% (75816/162893), 145.86 MiB | 256 KiB/s
Receiving objects: 46% (75817/162893), 146.08 MiB | 246 KiB/s
Receiving objects: 46% (75817/162893), 146.25 MiB | 229 KiB/s
Receiving objects: 46% (75817/162893), 146.41 MiB | 200 KiB/s
Receiving objects: 46% (75817/162893), 146.57 MiB | 180 KiB/s
Receiving objects: 46% (75817/162893), 146.75 MiB | 166 KiB/s
Receiving objects: 46% (75817/162893), 146.93 MiB | 159 KiB/s
Receiving objects: 46% (75817/162893), 147.15 MiB | 173 KiB/s
Receiving objects: 46% (75817/162893), 147.42 MiB | 198 KiB/s
Receiving objects: 46% (75818/162893), 147.71 MiB | 230 KiB/s
Receiving objects: 46% (75818/162893), 148.01 MiB | 260 KiB/s
Receiving objects: 46% (75818/162893), 148.36 MiB | 292 KiB/s
Receiving objects: 47% (76560/162893), 148.36 MiB | 292 KiB/s
Receiving objects: 47% (76893/162893), 148.36 MiB | 292 KiB/s
Receiving objects: 47% (77433/162893), 148.95 MiB | 334 KiB/s
Receiving objects: 47% (77434/162893), 149.37 MiB | 364 KiB/s
Receiving objects: 47% (77678/162893), 149.78 MiB | 385 KiB/s
Receiving objects: 47% (77679/162893), 150.26 MiB | 417 KiB/s
Receiving objects: 47% (77679/162893), 150.70 MiB | 428 KiB/s
Receiving objects: 47% (77679/162893), 151.13 MiB | 431 KiB/s
Receiving objects: 47% (77679/162893), 151.57 MiB | 440 KiB/s
Receiving objects: 47% (77679/162893), 151.98 MiB | 434 KiB/s
Receiving objects: 47% (77679/162893), 152.46 MiB | 439 KiB/s
Receiving objects: 47% (77681/162893), 152.93 MiB | 448 KiB/s
Receiving objects: 47% (77681/162893), 153.43 MiB | 452 KiB/s
Receiving objects: 47% (77681/162893), 153.82 MiB | 451 KiB/s
Receiving objects: 47% (77682/162893), 154.00 MiB | 442 KiB/s
Receiving objects: 47% (77859/162893), 154.38 MiB | 422 KiB/s
Receiving objects: 47% (77859/162893), 154.72 MiB | 396 KiB/s
Receiving objects: 47% (77859/162893), 155.09 MiB | 364 KiB/s
Receiving objects: 47% (77860/162893), 155.39 MiB | 343 KiB/s
Receiving objects: 47% (77861/162893), 155.55 MiB | 337 KiB/s
Receiving objects: 47% (77872/162893), 155.89 MiB | 329 KiB/s
Receiving objects: 47% (77872/162893), 156.51 MiB | 354 KiB/s
Receiving objects: 47% (77872/162893), 156.92 MiB | 366 KiB/s
Receiving objects: 47% (77873/162893), 157.07 MiB | 369 KiB/s
Receiving objects: 47% (77873/162893), 157.60 MiB | 377 KiB/s
Receiving objects: 47% (77876/162893), 157.79 MiB | 379 KiB/s
Receiving objects: 47% (77900/162893), 158.21 MiB | 366 KiB/s
Receiving objects: 48% (78189/162893), 158.43 MiB | 362 KiB/s
Receiving objects: 48% (78307/162893), 158.43 MiB | 362 KiB/s
Receiving objects: 48% (78366/162893), 159.02 MiB | 381 KiB/s
Receiving objects: 48% (78366/162893), 159.43 MiB | 390 KiB/s
Receiving objects: 48% (78366/162893), 159.89 MiB | 409 KiB/s
Receiving objects: 48% (78367/162893), 160.08 MiB | 409 KiB/s
Receiving objects: 48% (79263/162893), 160.69 MiB | 409 KiB/s
Receiving objects: 48% (79263/162893), 161.10 MiB | 412 KiB/s
Receiving objects: 48% (79263/162893), 161.47 MiB | 399 KiB/s
Receiving objects: 48% (79264/162893), 161.63 MiB | 385 KiB/s
Receiving objects: 48% (79265/162893), 162.11 MiB | 352 KiB/s
Receiving objects: 48% (79265/162893), 162.39 MiB | 322 KiB/s
Receiving objects: 48% (79265/162893), 162.54 MiB | 312 KiB/s
Receiving objects: 48% (79265/162893), 162.82 MiB | 292 KiB/s
Receiving objects: 48% (79265/162893), 163.07 MiB | 279 KiB/s
Receiving objects: 48% (79266/162893), 163.32 MiB | 269 KiB/s
Receiving objects: 48% (79446/162893), 163.47 MiB | 272 KiB/s
Receiving objects: 48% (79447/162893), 163.99 MiB | 290 KiB/s
Receiving objects: 48% (79447/162893), 164.39 MiB | 321 KiB/s
Receiving objects: 48% (79449/162893), 164.63 MiB | 346 KiB/s
Receiving objects: 49% (79818/162893), 164.93 MiB | 383 KiB/s
Receiving objects: 49% (79958/162893), 165.46 MiB | 436 KiB/s
Receiving objects: 49% (79961/162893), 165.89 MiB | 457 KiB/s
Receiving objects: 49% (79961/162893), 166.29 MiB | 460 KiB/s
Receiving objects: 49% (79961/162893), 166.58 MiB | 427 KiB/s
Receiving objects: 49% (79961/162893), 166.89 MiB | 364 KiB/s
Receiving objects: 49% (79961/162893), 167.18 MiB | 321 KiB/s
Receiving objects: 49% (79961/162893), 167.29 MiB | 299 KiB/s
Receiving objects: 49% (80761/162893), 167.42 MiB | 282 KiB/s
Receiving objects: 49% (80763/162893), 167.77 MiB | 250 KiB/s
Receiving objects: 49% (80763/162893), 167.98 MiB | 229 KiB/s
Receiving objects: 49% (80763/162893), 168.18 MiB | 210 KiB/s
Receiving objects: 49% (80763/162893), 168.39 MiB | 204 KiB/s
Receiving objects: 49% (80763/162893), 168.66 MiB | 209 KiB/s
Receiving objects: 49% (80763/162893), 168.82 MiB | 220 KiB/s
Receiving objects: 49% (80763/162893), 169.14 MiB | 249 KiB/s
Receiving objects: 50% (81447/162893), 169.14 MiB | 249 KiB/s
Receiving objects: 50% (82378/162893), 169.33 MiB | 269 KiB/s
Receiving objects: 50% (82718/162893), 170.36 MiB | 427 KiB/s
Receiving objects: 50% (82720/162893), 171.15 MiB | 550 KiB/s
Receiving objects: 50% (82720/162893), 171.77 MiB | 621 KiB/s
Receiving objects: 50% (82875/162893), 172.05 MiB | 646 KiB/s
Receiving objects: 50% (83015/162893), 173.04 MiB | 685 KiB/s
Receiving objects: 50% (83015/162893), 173.72 MiB | 635 KiB/s
Receiving objects: 50% (83015/162893), 174.07 MiB | 538 KiB/s
Receiving objects: 50% (83015/162893), 174.23 MiB | 503 KiB/s
Receiving objects: 50% (83015/162893), 174.61 MiB | 453 KiB/s
Receiving objects: 50% (83015/162893), 174.95 MiB | 385 KiB/s
Receiving objects: 50% (83015/162893), 175.29 MiB | 308 KiB/s
Receiving objects: 50% (83015/162893), 175.46 MiB | 279 KiB/s
Receiving objects: 50% (83015/162893), 175.80 MiB | 329 KiB/s
Receiving objects: 50% (83015/162893), 176.16 MiB | 329 KiB/s
Receiving objects: 50% (83015/162893), 176.56 MiB | 343 KiB/s
Receiving objects: 50% (83015/162893), 177.00 MiB | 375 KiB/s
Receiving objects: 50% (83015/162893), 177.34 MiB | 374 KiB/s
Receiving objects: 50% (83015/162893), 177.67 MiB | 368 KiB/s
Receiving objects: 50% (83015/162893), 177.96 MiB | 349 KiB/s
Receiving objects: 50% (83016/162893), 178.32 MiB | 333 KiB/s
Receiving objects: 50% (83016/162893), 178.68 MiB | 321 KiB/s
Receiving objects: 50% (83016/162893), 178.86 MiB | 323 KiB/s
Receiving objects: 50% (83016/162893), 179.26 MiB | 337 KiB/s
Receiving objects: 50% (83016/162893), 179.70 MiB | 360 KiB/s
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1146)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
9 years, 9 months
Build failed in Jenkins: jbosstools-teiid-komodo #720 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
------------------------------------------
[...truncated 11115 lines...]
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-i... (3 KB at 17.9 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (6 KB at 34.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (4 KB at 13.0 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a... (2 KB at 10.6 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c... (3 KB at 17.8 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk1...
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1....
Downloading: http://repository.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ove...
Downloading: http://repository.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cl...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-interpolati...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen... (31 KB at 76.5 KB/sec)
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (23 KB at 70.7 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-interpolatio...
Downloading: http://snapshots.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cli...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (9 KB at 52.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl... (17 KB at 40.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (22 KB at 45.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c... (41 KB at 83.3 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (43 KB at 131.1 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (60 KB at 105.1 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (227 KB at 243.4 KB/sec)
[INFO] Reading assembly descriptor: assembly/cli.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Copying files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[WARNING] Assembly file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Building zip: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ komodo.build ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [2:22.403s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.406s]
[INFO] plugins ........................................... SUCCESS [0.088s]
[INFO] org.komodo.spi .................................... SUCCESS [29.318s]
[INFO] org.komodo.utils .................................. SUCCESS [0.586s]
[INFO] libs .............................................. SUCCESS [0.070s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [59.492s]
[INFO] Komodo Teiid Client ............................... SUCCESS [49.859s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [12.040s]
[INFO] org.komodo.core ................................... SUCCESS [0.623s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.359s]
[INFO] org.komodo.relational ............................. SUCCESS [1.228s]
[INFO] org.komodo.importer ............................... SUCCESS [0.400s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.216s]
[INFO] features .......................................... SUCCESS [0.077s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.660s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.282s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.209s]
[INFO] org.komodo.shell .................................. SUCCESS [0.443s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.354s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.199s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [0.473s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.449s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.253s]
[INFO] tests ............................................. SUCCESS [0.032s]
[INFO] org.komodo.test.utils ............................. SUCCESS [0.310s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:03.562s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.209s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [2:41.641s]
[INFO] org.komodo.utils.test ............................. SUCCESS [7.252s]
[INFO] org.komodo.relational.test ........................ SUCCESS [31.356s]
[INFO] org.komodo.importer.test .......................... SUCCESS [15.254s]
[INFO] org.komodo.shell.test ............................. SUCCESS [14.983s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [49.800s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [11.905s]
[INFO] integration-tests ................................. SUCCESS [0.028s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... FAILURE [2:23.210s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... FAILURE [0.154s]
[INFO] Teiid Komodo ...................................... SUCCESS [6.968s]
[INFO] Komodo Build ...................................... SUCCESS [36.292s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:17.305s
[INFO] Finished at: Mon Apr 13 03:40:58 EDT 2015
[INFO] Final Memory: 139M/672M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.4.client.test: Unable to resolve artifact. Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false): Premature end of Content-Length delimited message body (expected: 128612031; received: 2097152
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.7.client.test: Unable to resolve artifact. Failure to transfer org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from https://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.komodo.eclipse.teiid-8.4.client.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :45
Killing Xvnc process ID 29715
Archiving artifacts
Recording test results
9 years, 9 months