Build failed in Jenkins: jbosstools-build-sites.aggregate.webtools-site_master #1687
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
------------------------------------------
Started by upstream project "jbosstools-composite-install_master" build number 3992
[EnvInject] - Loading node environment variables.
Building remotely on dspvmg01-rhel5-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
Checkout:jbosstools-build-sites.aggregate.webtools-site_master / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...> - hudson.remoting.Channel@610e3e57:dspvmg01-rhel5-x86_64
Using strategy: Default
Last Built Revision: Revision 879cb6d52a9113b5e8b6fa6c73fc6bf79964b14c (origin/master)
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-sites.git
Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
hudson.plugins.git.GitException: Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1036)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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 clone -o origin git://github.com/jbosstools/jbosstools-build-sites.git <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:892)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Caused by: java.io.IOException: Cannot run program "git": 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:709)
at hudson.Launcher$ProcStarter.start(Launcher.java:338)
at hudson.Launcher$ProcStarter.join(Launcher.java:345)
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:873)
... 18 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)
... 24 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1048)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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)
11 years, 4 months
Build failed in Jenkins: jbosstools-build-sites.aggregate.webtools-site_master #1681
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
------------------------------------------
Started by upstream project "jbosstools-composite-install_master" build number 3986
[EnvInject] - Loading node environment variables.
Building remotely on dspvmg01-rhel5-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
Checkout:jbosstools-build-sites.aggregate.webtools-site_master / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...> - hudson.remoting.Channel@610e3e57:dspvmg01-rhel5-x86_64
Using strategy: Default
Last Built Revision: Revision 011cfc30eb1f0dc00eb2758ba13c4a87af566c34 (origin/master)
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing command: git rev-parse --verify HEAD
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:892)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:846)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:856)
at hudson.plugins.git.GitAPI.validateRevision(GitAPI.java:324)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:123)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:997)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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: java.io.IOException: Cannot run program "git" (in directory "<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...")>: 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:709)
at hudson.Launcher$ProcStarter.start(Launcher.java:338)
at hudson.Launcher$ProcStarter.join(Launcher.java:345)
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:873)
... 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)
... 22 more
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-build-sites.git
Error trying to determine the git version: Error performing command: git --version
Assuming 1.6
ERROR: Error cloning remote repo 'origin' : Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
hudson.plugins.git.GitException: Could not clone git://github.com/jbosstools/jbosstools-build-sites.git
at hudson.plugins.git.GitAPI.clone(GitAPI.java:271)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1036)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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 clone -o origin git://github.com/jbosstools/jbosstools-build-sites.git <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:892)
at hudson.plugins.git.GitAPI.access$000(GitAPI.java:40)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:267)
at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:246)
at hudson.FilePath.act(FilePath.java:842)
at hudson.FilePath.act(FilePath.java:824)
at hudson.plugins.git.GitAPI.clone(GitAPI.java:246)
... 12 more
Caused by: java.io.IOException: Cannot run program "git": 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:709)
at hudson.Launcher$ProcStarter.start(Launcher.java:338)
at hudson.Launcher$ProcStarter.join(Launcher.java:345)
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:873)
... 18 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)
... 24 more
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1048)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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)
11 years, 4 months
Build failed in Jenkins: jbosstools-vpe-browsersim-standalone_master #73
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
------------------------------------------
[...truncated 2507 lines...]
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: http://repository.jboss.org/nexus/content/groups/public/ant-contrib/ant-c...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/an...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plex...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/an...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/ant/an...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/ant-c...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/c...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a...
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a... (13 KB at 23.4 KB/sec)
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/c... (35 KB at 51.0 KB/sec)
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/ant-c... (220 KB at 288.6 KB/sec)
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a... (400 KB at 333.2 KB/sec)
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a... (1889 KB at 1095.4 KB/sec)
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[mkdir] Created dir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[mkdir] Created dir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[echo] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[echo] 3.102.0.v20130605-1544
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[swtjar] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[delete] Deleting directory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-standalone) @ org.jboss.tools.vpe.browsersim-standalone ---
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.2...
[WARNING] Checksum validation failed, no checksums available from the repository for http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.2...
Downloaded: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.2... (747 B at 1.1 KB/sec)
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a...
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/a... (601 B at 1.4 KB/sec)
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: file://<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plex...
Downloading: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/c...
Downloaded: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/c... (262 KB at 294.6 KB/sec)
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:update-local-index (default-update-local-index) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] org.jboss.tools.vpe.browsersim.browser ............ SUCCESS [1:22.314s]
[INFO] org.jboss.tools.vpe.browsersim .................... SUCCESS [9.038s]
[INFO] products .......................................... SUCCESS [0.031s]
[INFO] org.jboss.tools.vpe.browsersim-standalone ......... SUCCESS [33.362s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:31.439s
[INFO] Finished at: Tue Aug 13 07:32:46 EDT 2013
[INFO] Final Memory: 46M/544M
[INFO] ------------------------------------------------------------------------
[jbosstools-vpe-browsersim-standalone_master] $ bash -xe /tmp/hudson5047630350117525706.sh
+ mkdir -p <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
+ cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
+ wget http://raw.github.com/jbosstools/jbosstools-build-ci/master/jacoco/jacoco... -q --no-check-certificate -N
+ wget http://raw.github.com/jbosstools/jbosstools-build-ci/master/jacoco/jacoco... -q --no-check-certificate -N
+ cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
+ ant -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
Buildfile: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
reports:
[mkdir] Created dir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[report] Writing group "JBoss Tools chunk" with 201 classes
BUILD SUCCESSFUL
Total time: 5 seconds
[jbosstools-vpe-browsersim-standalone_master] $ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> -DTARGET_PLATFORM_VERSION=4.30.5.Final -DTARGET_PLATFORM_VERSION_MAXIMUM=4.30.6.Alpha1-SNAPSHOT "-DMAVEN_FLAGS=-B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,unified.target" -DskipRevisionCheckWhenPublishing=false -Ddownload.cache.directory=/home/hudson/static_build_env/jbds/download-cache -Dmaven.test.skip=true -DBUILD_ID=2013-08-13_07-25-40 -DJOB_NAME=jbosstools-vpe-browsersim-standalone_master -DskipPrivateRequirements=false -DBUILD_NUMBER=73 -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> deploy -B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,unified.target -gs /home/hudson/.m2/settings.xml -DTARGET_PLATFORM_VERSION=4.30.5.Fin!
al
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/p...
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/p... (614 B at 0.8 KB/sec)
[INFO] Computing target platform for MavenProject: org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:3.5.0-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk
[INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-site', now is 'jbosstools-tests-site'
[INFO] Resolving dependencies of MavenProject: org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:3.5.0-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.vpe.browsersim.browser/3.5.0.Alpha1-v20130813-1130-B73
[WARNING] org.jboss.tools.vpe.browsersim/3.5.0.Alpha1-v20130813-1130-B73
[INFO] Resolving class path of MavenProject: org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:3.5.0-SNAPSHOT @ <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.vpe.browsersim-standalone 3.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO] argLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.18.1:publish-products (default-publish-products) @ org.jboss.tools.vpe.browsersim-standalone ---
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.vpe.browsersim.browser/3.5.0.Alpha1-v20130813-1130-B73
[WARNING] org.jboss.tools.vpe.browsersim/3.5.0.Alpha1-v20130813-1130-B73
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.18.1:publish-categories (default-publish-categories) @ org.jboss.tools.vpe.browsersim-standalone ---
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.vpe.browsersim.browser/3.5.0.Alpha1-v20130813-1130-B73
[WARNING] org.jboss.tools.vpe.browsersim/3.5.0.Alpha1-v20130813-1130-B73
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.18.1:attach-artifacts (default-attach-artifacts) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.18.1:assemble-repository (default-assemble-repository) @ org.jboss.tools.vpe.browsersim-standalone ---
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.vpe.browsersim.browser/3.5.0.Alpha1-v20130813-1130-B73
[WARNING] org.jboss.tools.vpe.browsersim/3.5.0.Alpha1-v20130813-1130-B73
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.18.1:archive-repository (default-archive-repository) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO] Building zip: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ org.jboss.tools.vpe.browsersim-standalone ---
[WARNING] No org.jboss.tools.central.discovery plugin in repo. Skip generation of 'jbosstools-directory.xml'
[INFO] Building zip: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (default) @ org.jboss.tools.vpe.browsersim-standalone ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[mkdir] Created dir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[mkdir] Created dir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[echo] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[echo] 3.102.0.v20130605-1544
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[copy] Copying 1 file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[swtjar] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[delete] Deleting directory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-standalone) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe-browse...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:update-local-index (default-update-local-index) @ org.jboss.tools.vpe.browsersim-standalone ---
[INFO]
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.jboss.tools.vpe.browsersim-standalone ---
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (2 KB at 1.1 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:24.500s
[INFO] Finished at: Tue Aug 13 07:34:26 EDT 2013
[INFO] Final Memory: 32M/294M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project org.jboss.tools.vpe.browsersim-standalone: Failed to deploy artifacts: Could not transfer artifact org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:zip:3.5.0-20130813.113423-58 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project org.jboss.tools.vpe.browsersim-standalone: Failed to deploy artifacts: Could not transfer artifact org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:zip:3.5.0-20130813.113423-58 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to deploy artifacts: Could not transfer artifact org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:zip:3.5.0-20130813.113423-58 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized.
at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:189)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:zip:3.5.0-20130813.113423-58 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized.
at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:141)
at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:156)
... 21 more
Caused by: org.sonatype.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:zip:3.5.0-20130813.113423-58 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized.
at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:280)
at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:211)
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:443)
at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:137)
... 22 more
Caused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.jboss.tools.vpe.browsersim:org.jboss.tools.vpe.browsersim-standalone:zip:3.5.0-20130813.113423-58 from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized.
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:951)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:837)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.put(WagonRepositoryConnector.java:467)
at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:274)
... 25 more
Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo.... Return code is: 401, ReasonPhrase:Unauthorized.
at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:562)
at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:471)
at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:451)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$PutTask.run(WagonRepositoryConnector.java:811)
... 27 more
[ERROR]
[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
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Description set:
11 years, 4 months
Build failed in Jenkins: jbosstools-birt_master #488
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-birt_maste...>
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on dev07-rhel5-x86 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-birt_maste...>
Checkout:jbosstools-birt_master / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-birt_maste...> - hudson.remoting.Channel@63a62aa1:dev07-rhel5-x86
Using strategy: Default
Last Built Revision: Revision 39946556434312764ecb57b7f2eb91d40d5b7783 (origin/master)
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-birt.git
git --version
git version 1.7.4.1
Fetching upstream changes from git://github.com/jbosstools/jbosstools-birt.git
Commencing build of Revision 39946556434312764ecb57b7f2eb91d40d5b7783 (origin/master)
Checking out Revision 39946556434312764ecb57b7f2eb91d40d5b7783 (origin/master)
Deleting old artifacts from #486
Xvfb starting$ Xvfb :1 -screen 0 1024x768x24 -fbdir /qa/services/hudson/hudson_workspace/2013-08-13_12-37-104284985016479329549xvfb
[jbosstools-birt_master] $ /qa/tools/opt/apache-maven-3.0.4/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-birt_maste...> -DTARGET_PLATFORM_VERSION=4.30.5.Final -DTARGET_PLATFORM_VERSION_MAXIMUM=4.30.6.Alpha1-SNAPSHOT -DDISPLAY=:1 "-DMAVEN_FLAGS=-B -U -fae -e -P hudson,pack200,jbosstools-nightly-staging-composite,unified.target" -DskipRevisionCheckWhenPublishing=false -Ddownload.cache.directory=/home/hudson/static_build_env/jbds/download-cache -Dmaven.test.skip=true -DBUILD_ID=2013-08-13_12-37-10 -DJOB_NAME=jbosstools-birt_master -DskipPrivateRequirements=false -DBUILD_NUMBER=488 -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-birt_maste...> clean install -B -U -fae -e -P hudson,pack200,jbosstools-nightly-staging-composite,unified.target -gs /home/hudson/.m2/settings.xml -DTARGET_PLATFORM_VERSION=4.30.5.Final
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.jboss.tools:parent:pom:4.2.0.Alpha1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 4, column 10
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[ERROR]
[ERROR] The project org.jboss.tools:birt:1.5.0-SNAPSHOT (<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-birt_maste...)> has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.jboss.tools:parent:pom:4.2.0.Alpha1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 4, column 10 -> [Help 2]
org.apache.maven.model.resolution.UnresolvableModelException: Could not find artifact org.jboss.tools:parent:pom:4.2.0.Alpha1-SNAPSHOT
at org.apache.maven.project.ProjectModelResolver.resolveModel(ProjectModelResolver.java:159)
at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally(DefaultModelBuilder.java:813)
at org.apache.maven.model.building.DefaultModelBuilder.readParent(DefaultModelBuilder.java:664)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:310)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:232)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:410)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:379)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:343)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.jboss.tools:parent:pom:4.2.0.Alpha1-SNAPSHOT
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193)
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:286)
at org.apache.maven.project.ProjectModelResolver.resolveModel(ProjectModelResolver.java:155)
... 22 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.jboss.tools:parent:pom:4.2.0.Alpha1-SNAPSHOT
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
... 26 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
Xvfb stopping
Archiving artifacts
Recording test results
Description set:
11 years, 4 months
Build failed in Jenkins: jbosstools-javaee_master #441
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
Changes:
[akazakov] JBIDE-12645 Weld extensions: built in contexts
------------------------------------------
[...truncated 13929 lines...]
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
[INFO]
[INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Pack200 packing jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO]
[INFO] --- maven-dependency-plugin:2.4:unpack (install-as) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Configured Artifact: org.jboss.jbossas:jboss-as-dist:4.2.3.GA:zip
> isMarkerOlder:
artifact1 = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
marker = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
artifact1 lastModified: 1375506520000
marker lastModified: 1375506520000
< false = marker older than artifact?
[INFO] Configured Artifact: org.jboss.as:jboss-as-dist:7.0.0.Final:zip
> isMarkerOlder:
artifact1 = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
marker = <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
artifact1 lastModified: 1375507186000
marker lastModified: 1375507186000
< false = marker older than artifact?
[INFO] jboss-as-dist-4.2.3.GA.zip already unpacked.
[INFO] jboss-as-dist-7.0.0.Final.zip already unpacked.
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-as-5.1.0) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-5.1.0.GA.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-seam-2.0.1) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-seam-2.0.1.GA.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-seam-2.2.0) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-seam-2.2.0.GA.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-eap) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-noauth-4.3.0.GA_CP03.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-eap-seam-gen) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/rhds-seam-gen-patch.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-eap-fp) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-fp-4.3.0.CP03-FP01.zip
[INFO]
[INFO] --- download-maven-plugin:1.2.0-SNAPSHOT:wget (install-seam-fp-patch) @ org.jboss.tools.runtime.seam.detector.test ---
[INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jbds-seamfp-patch.zip
[INFO]
[INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.jboss.tools.runtime.seam.detector.test ---
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-tests-site', now is 'jbosstools-site'
[WARNING] p2 repository with URL http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk is associated with multiple IDs; was 'jbosstools-site', now is 'jbosstools-tests-site'
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING] org.jboss.tools.seam.pages.xml/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.runtime.seam.detector/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.seam.core/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.jsf.vpe.seam/3.6.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.jsf.vpe.jsf/3.6.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.seam.xml.ui/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.seam.ui/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.jsf.text.ext/3.6.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.seam.xml/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.jsf/3.6.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.seam.text.ext/3.5.0.Alpha1-v20130803-0459-B441
[WARNING] org.jboss.tools.seam.ui.pages/3.5.0.Alpha1-v20130803-0459-B441
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...>
[INFO] Command line:
/bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> && /qa/tools/opt/jdk1.6.0_45/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 '-javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...'> -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Djbosstools.test.jboss.home.4.2=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -Djbosstools.test.jboss.home.5.1=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -Djbosstools.test.seam.2.0.1.GA.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -Djbosstools.test.seam.2.2.0.GA.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -Djbosstools.test.eap.4.3.home=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -Dskip.runtime.scanner=true -Djbosstools.test.jboss.home.7.0=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=false -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -data <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -install <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -configuration <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-javaee_mas...> -testApplication org.eclipse.ui.ide.workbench -product org.jboss.tools.tests.product
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionAllTests
0
0
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.881 sec
Results :
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building javaee.all.tests 4.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- jacoco-maven-plugin:0.6.1.201212231917:prepare-agent (default) @ javaee.all.tests ---
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO] argLine set to
[INFO]
[INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ javaee.all.tests ---
[INFO]
[INFO] --- repository-utils:0.16.0.CR2:generate-repository-facade (generate-facade) @ javaee.all.tests ---
[INFO]
[INFO] --- tycho-pack200b-plugin:0.18.1:pack (pack200-pack) @ javaee.all.tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.18.1:p2-metadata (p2-metadata) @ javaee.all.tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] cdi.tests ......................................... SUCCESS [1.336s]
[INFO] org.jboss.tools.cdi.core.test ..................... SUCCESS [10:18.310s]
[INFO] org.jboss.tools.cdi.seam.solder.core.test ......... SUCCESS [3:42.014s]
[INFO] org.jboss.tools.cdi.seam.config.core.test ......... SUCCESS [2:24.339s]
[INFO] org.jboss.tools.cdi.seam.config.ui.test ........... SUCCESS [2:14.230s]
[INFO] org.jboss.tools.cdi.seam.core.test ................ FAILURE [1:19.030s]
[INFO] org.jboss.tools.cdi.seam.faces.core.test .......... SUCCESS [2:19.427s]
[INFO] org.jboss.tools.cdi.text.ext.test ................. SUCCESS [6:35.890s]
[INFO] org.jboss.tools.cdi.seam.text.ext.test ............ SKIPPED
[INFO] org.jboss.tools.cdi.ui.test ....................... SUCCESS [34:27.910s]
[INFO] org.jboss.tools.cdi.deltaspike.core.test .......... SUCCESS [1:49.203s]
[INFO] jsf.tests ......................................... SUCCESS [0.028s]
[INFO] org.jboss.tools.jsf.base.test ..................... SUCCESS [3.924s]
[INFO] org.jboss.tools.jsf.test .......................... SUCCESS [4:01.909s]
[INFO] org.jboss.tools.jsf.text.ext.test ................. SUCCESS [4:19.058s]
[INFO] org.jboss.tools.jsf.ui.test ....................... FAILURE [1:00:40.384s]
[INFO] org.jboss.tools.jsf.verification.test ............. SUCCESS [1:21.159s]
[INFO] org.jboss.tools.jsf.vpe.ajax4jsf.test ............. SUCCESS [2:27.632s]
[INFO] org.jboss.tools.jsf.vpe.facelets.test ............. SUCCESS [2:13.871s]
[INFO] org.jboss.tools.jsf.vpe.jbpm.test ................. SUCCESS [1:42.468s]
[INFO] org.jboss.tools.jsf.vpe.jsf.test .................. SUCCESS [14:06.578s]
[INFO] org.jboss.tools.jsf.vpe.jstl.test ................. SUCCESS [3:05.198s]
[INFO] org.jboss.tools.jsf.vpe.myfaces.test .............. SUCCESS [3:03.578s]
[INFO] org.jboss.tools.jsf.vpe.richfaces.test ............ SUCCESS [5:16.348s]
[INFO] org.jboss.tools.jsf.vpe.seam.test ................. SUCCESS [3:23.949s]
[INFO] seam.tests ........................................ SUCCESS [0.056s]
[INFO] org.jboss.tools.seam.base.test .................... SUCCESS [15.015s]
[INFO] org.jboss.tools.seam.core.test .................... SUCCESS [10:24.917s]
[INFO] org.jboss.tools.seam.pages.xml.test ............... SUCCESS [1:08.622s]
[INFO] org.jboss.tools.seam.ui.test ...................... SUCCESS [20:21.143s]
[INFO] org.jboss.tools.seam.xml.test ..................... SUCCESS [36.173s]
[INFO] org.jboss.tools.seam121EAP.core.test .............. SUCCESS [4:14.643s]
[INFO] org.jboss.tools.seam121EAP.ui.test ................ SUCCESS [3:31.909s]
[INFO] org.jboss.tools.seam212GA.core.test ............... SUCCESS [5:39.185s]
[INFO] org.jboss.tools.seam212GA.ui.test ................. SUCCESS [4:33.477s]
[INFO] org.jboss.tools.seam221GA.core.test ............... SUCCESS [6:01.287s]
[INFO] org.jboss.tools.seam221GA.ui.test ................. SUCCESS [4:09.702s]
[INFO] org.jboss.tools.seam230.core.test ................. SUCCESS [5:59.287s]
[INFO] org.jboss.tools.seam230.ui.test ................... SUCCESS [3:42.115s]
[INFO] org.jboss.tools.seamfp.core.test .................. SUCCESS [6:19.768s]
[INFO] org.jboss.tools.seamfp.ui.test .................... SUCCESS [4:54.639s]
[INFO] org.jboss.tools.runtime.seam.detector.test ........ SUCCESS [5:16.405s]
[INFO] javaee.all.tests .................................. SUCCESS [0.046s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:38:15.741s
[INFO] Finished at: Sat Aug 03 06:11:40 EDT 2013
[INFO] Final Memory: 140M/495M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.seam.core.test: An unexpected error occured (return code 13). See log for details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.seam.core.test: An unexpected error occured (return code 13). See log for details.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: An unexpected error occured (return code 13). See log for details.
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:804)
at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:560)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.jsf.ui.test: Error while executing platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 3600 seconds -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.jsf.ui.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error while executing platform
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:780)
at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:560)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: org.eclipse.sisu.equinox.launching.EquinoxLaunchingException: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:74)
at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:778)
... 22 more
Caused by: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed.
at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:213)
at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:114)
at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:88)
at org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxLauncher.execute(DefaultEquinoxLauncher.java:72)
... 23 more
Caused by: java.lang.InterruptedException: Process timeout out after 3600 seconds
at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:186)
... 26 more
[ERROR]
[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/MojoFailureException
[ERROR] [Help 2] 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.jboss.tools.cdi.seam.core.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :41
Killing Xvnc process ID 16929
Xvnc seems to be deadlocked. Kill the process manually and then re-run
/usr/bin/vncserver -kill :41
to clean up the socket files.
Archiving artifacts
Recording test results
Description set:
11 years, 4 months
Build failed in Jenkins: jbosstools-build-sites.aggregate.coretests-site_master #2049
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
------------------------------------------
Started by upstream project "jbosstools-build-sites.aggregate.site_master" build number 7225
[EnvInject] - Loading node environment variables.
Building remotely on dev57-rhel6-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...>
Checkout:jbosstools-build-sites.aggregate.coretests-site_master / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-build-site...> - hudson.remoting.Channel@34899b4f:dev57-rhel6-x86_64
Using strategy: Default
Last Built Revision: Revision 170bb33753066c84151d3c11b588af19c8ab86fe (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/jbosstools/jbosstools-build-sites.git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
hudson.plugins.git.GitException: Command "git fetch -t git://github.com/jbosstools/jbosstools-build-sites.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:885)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:846)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:198)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:1093)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:805)
at hudson.plugins.git.GitSCM.access$100(GitSCM.java:72)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1010)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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)
ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1017)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:978)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
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)
11 years, 4 months