Build failed in Jenkins: jbosstools-teiid-designer_8.6.x #1262
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on messaging-10 (messaging-lab) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
Cloning the remote Git repository
Cloning repository git://github.com/Teiid-Designer/teiid-designer.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> # timeout=10
Fetching upstream changes from git://github.com/Teiid-Designer/teiid-designer.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/Teiid-Designer/teiid-designer.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/Teiid-Designer/teiid-designer.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/Teiid-Designer/teiid-designer.git # timeout=10
Fetching upstream changes from git://github.com/Teiid-Designer/teiid-designer.git
> git -c core.askpass=true fetch --tags --progress git://github.com/Teiid-Designer/teiid-designer.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/8.6.x^{commit} # timeout=10
Checking out Revision 2a0d9979f1f0fbd8959ec0f2d7b4a10bc0e066ca (origin/8.6.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2a0d9979f1f0fbd8959ec0f2d7b4a10bc0e066ca
> git rev-list 2a0d9979f1f0fbd8959ec0f2d7b4a10bc0e066ca # timeout=10
> git tag -a -f -m Jenkins Build #1262 jenkins-jbosstools-teiid-designer_8.6.x-1262 # timeout=10
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-ci.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...> # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-ci.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-ci.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/jbosstools/jbosstools-build-ci.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/jbosstools/jbosstools-build-ci.git # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-ci.git
> git -c core.askpass=true fetch --tags --progress git://github.com/jbosstools/jbosstools-build-ci.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 67b66d945caa7caca02ae8ca33e634fd534fe09d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 67b66d945caa7caca02ae8ca33e634fd534fe09d
> git rev-list 67b66d945caa7caca02ae8ca33e634fd534fe09d # timeout=10
> git tag -a -f -m Jenkins Build #1262 jenkins-jbosstools-teiid-designer_8.6.x-1262 # timeout=10
Starting xvnc
[jbosstools-teiid-designer_8.6.x] $ vncserver :75 -geometry 1920x1080
FATAL: Cannot run program "vncserver" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: error=2, No such file or directory
java.io.IOException: Cannot run program "vncserver" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...")>: error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to messaging-10(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.Launcher$RemoteLauncher.launch(Launcher.java:916)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:102)
at hudson.plugins.xvnc.Xvnc.setUp(Xvnc.java:79)
at hudson.model.Build$BuildExecution.doRun(Build.java:154)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1745)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
at hudson.Proc$LocalProc.<init>(Proc.java:244)
at hudson.Proc$LocalProc.<init>(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1136)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1101)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
9 years, 3 months
Build failed in Jenkins: jbosstools-teiid-komodo #1003 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
Changes:
[phantomjinx] Initial migration of vdb-builder raml specification into komodo
------------------------------------------
[...truncated 43586 lines...]
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.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.3 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/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 50.6 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 54.3 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.9 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (60 KB at 102.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (227 KB at 317.5 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:*'
[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:*'
[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) @ vdbbuilder.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 [14:39.023s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.423s]
[INFO] plugins ........................................... SUCCESS [0.093s]
[INFO] org.komodo.spi .................................... SUCCESS [26.843s]
[INFO] org.komodo.utils .................................. SUCCESS [0.754s]
[INFO] libs .............................................. SUCCESS [0.069s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [1:02.769s]
[INFO] Komodo Teiid Client ............................... SUCCESS [50.852s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [11.493s]
[INFO] org.komodo.core ................................... SUCCESS [0.690s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.341s]
[INFO] org.komodo.relational ............................. SUCCESS [1.114s]
[INFO] org.komodo.importer ............................... SUCCESS [0.407s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.210s]
[INFO] features .......................................... SUCCESS [0.076s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.559s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.305s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.419s]
[INFO] org.komodo.shell .................................. SUCCESS [0.629s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.342s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.186s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [0.449s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.467s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.420s]
[INFO] tests ............................................. SUCCESS [0.029s]
[INFO] org.komodo.test.utils ............................. SUCCESS [0.300s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:21.855s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.155s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [2:40.609s]
[INFO] org.komodo.utils.test ............................. SUCCESS [7.450s]
[INFO] org.komodo.relational.test ........................ SUCCESS [7:20.675s]
[INFO] org.komodo.importer.test .......................... SUCCESS [51.514s]
[INFO] org.komodo.shell.test ............................. SUCCESS [3:04.249s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [5:46.467s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [33.419s]
[INFO] integration-tests ................................. SUCCESS [0.027s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... FAILURE [2:29.749s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... FAILURE [0.164s]
[INFO] Teiid Komodo ...................................... SUCCESS [7.053s]
[INFO] VDB Builder Build ................................. SUCCESS [40.331s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52:10.956s
[INFO] Finished at: Tue Sep 15 10:12:35 EDT 2015
[INFO] Final Memory: 113M/661M
[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 :23
Killing Xvnc process ID 22951
Archiving artifacts
Recording test results
9 years, 3 months