[weld-builds] Build failed in Jenkins: Weld-2.x-WF9.x-build #14

ci-builds at redhat.com ci-builds at redhat.com
Sat Jan 18 18:02:11 EST 2014


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/14/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev05-rhel5-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/ws/>

Deleting project workspace... done

Checkout:Weld-2.x-WF9.x-build / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/ws/> - hudson.remoting.Channel at 7e7c2ef7:dev05-rhel5-x86_64
Using strategy: Default
Last Built Revision: Revision c379e3a03e37362c35d5cc07611dee1a0e340c0e (origin/master)
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout: 
stderr: fatal: Not a git repository (or any parent up to mount parent /mnt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:790)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:756)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:766)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:96)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:177)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:964)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)
	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)
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
git --version
git version 1.7.4.1
Fetching upstream changes from origin
Commencing build of Revision c379e3a03e37362c35d5cc07611dee1a0e340c0e (origin/master)
Checking out Revision c379e3a03e37362c35d5cc07611dee1a0e340c0e (origin/master)
[Weld-2.x-WF9.x-build] $ bash -xe /tmp/hudson4670215495963343620.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.1.1
+ MAVEN_VERSION=3.1.1
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.1.1
+ M2_HOME=/qa/tools/opt/maven-3.1.1
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
+ /qa/tools/opt/maven-3.1.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: /qa/tools/opt/maven-3.1.1
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /qa/tools/opt/x86_64/jdk1.7.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.18-371.3.1.el5", arch: "amd64", family: "unix"
+ export JBOSS_ZIP=/qa/home/hudson/static_build_env/as/jboss-as-7.1.1.Final.zip
+ JBOSS_ZIP=/qa/home/hudson/static_build_env/as/jboss-as-7.1.1.Final.zip
+ rm -rf 'wildfly*'
+ export UPSTREAM_REPOSITORY=git at github.com:wildfly/wildfly.git
+ UPSTREAM_REPOSITORY=git at github.com:wildfly/wildfly.git
+ export WELD_REPOSITORY=git at github.com:weld/wildfly.git
+ WELD_REPOSITORY=git at github.com:weld/wildfly.git
+ DIR=wf-repo
+ rm -rf wf-repo
+ mkdir wf-repo
+ cd wf-repo
+ git init
Initialized empty Git repository in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build/ws/wf-repo/.git/>
+ git config user.email jenkins at example.com
+ git config user.name 'Mr. Jenkins'
+ git remote add origin git at github.com:wildfly/wildfly.git
+ git remote add weld git at github.com:weld/wildfly.git
+ git fetch origin master:origin-master
>From github.com:wildfly/wildfly
 * [new branch]      master     -> origin-master
>From github.com:wildfly/wildfly
 * [new tag]         7.0.0.Alpha1 -> 7.0.0.Alpha1
 * [new tag]         7.0.0.Alpha1-final -> 7.0.0.Alpha1-final
 * [new tag]         7.0.0.Beta1-prerelease -> 7.0.0.Beta1-prerelease
 * [new tag]         7.0.0.Beta2 -> 7.0.0.Beta2
 * [new tag]         7.0.0.Beta2-prerelease -> 7.0.0.Beta2-prerelease
 * [new tag]         7.0.0.Beta3 -> 7.0.0.Beta3
 * [new tag]         7.0.0.CR1  -> 7.0.0.CR1
 * [new tag]         7.0.0.Final -> 7.0.0.Final
 * [new tag]         7.0.0.Final-prerelease -> 7.0.0.Final-prerelease
 * [new tag]         7.0.0.Final-prerelease2 -> 7.0.0.Final-prerelease2
 * [new tag]         7.0.0.Final-prerelease3 -> 7.0.0.Final-prerelease3
 * [new tag]         7.1.0.Alpha1 -> 7.1.0.Alpha1
 * [new tag]         7.1.0.Beta1 -> 7.1.0.Beta1
 * [new tag]         7.1.0.CR1  -> 7.1.0.CR1
 * [new tag]         7.1.0.Final -> 7.1.0.Final
 * [new tag]         7.1.0.Final-prerelease -> 7.1.0.Final-prerelease
 * [new tag]         7.1.0.Final-prerelease2 -> 7.1.0.Final-prerelease2
 * [new tag]         7.1.1.Final -> 7.1.1.Final
 * [new tag]         7.1.2-prerelease -> 7.1.2-prerelease
 * [new tag]         7.1.2.Final -> 7.1.2.Final
 * [new tag]         7.2.0.Final -> 7.2.0.Final
 * [new tag]         7.2.0.Final-prerelease1 -> 7.2.0.Final-prerelease1
 * [new tag]         8.0.0.Alpha1 -> 8.0.0.Alpha1
 * [new tag]         8.0.0.Alpha2 -> 8.0.0.Alpha2
 * [new tag]         8.0.0.Alpha3 -> 8.0.0.Alpha3
 * [new tag]         8.0.0.Alpha4 -> 8.0.0.Alpha4
 * [new tag]         8.0.0.Beta1 -> 8.0.0.Beta1
 * [new tag]         8.0.0.CR1  -> 8.0.0.CR1
+ git fetch weld weld22:weld22
>From github.com:weld/wildfly
 * [new branch]      weld22     -> weld22
+ git checkout weld22
Checking out files:  16% (1809/11017)   
Checking out files:  17% (1873/11017)   
Checking out files:  18% (1984/11017)   
Checking out files:  19% (2094/11017)   
Checking out files:  20% (2204/11017)   
Checking out files:  21% (2314/11017)   
Checking out files:  22% (2424/11017)   
Checking out files:  23% (2534/11017)   
Checking out files:  24% (2645/11017)   
Checking out files:  25% (2755/11017)   
Checking out files:  26% (2865/11017)   
Checking out files:  26% (2946/11017)   
Checking out files:  27% (2975/11017)   
Checking out files:  28% (3085/11017)   
Checking out files:  29% (3195/11017)   
Checking out files:  30% (3306/11017)   
Checking out files:  31% (3416/11017)   
Checking out files:  32% (3526/11017)   
Checking out files:  33% (3636/11017)   
Checking out files:  34% (3746/11017)   
Checking out files:  35% (3856/11017)   
Checking out files:  36% (3967/11017)   
Checking out files:  37% (4077/11017)   
Checking out files:  38% (4187/11017)   
Checking out files:  39% (4297/11017)   
Checking out files:  40% (4407/11017)   
Checking out files:  40% (4499/11017)   
Checking out files:  41% (4517/11017)   
Checking out files:  42% (4628/11017)   
Checking out files:  43% (4738/11017)   
Checking out files:  44% (4848/11017)   
Checking out files:  45% (4958/11017)   
Checking out files:  46% (5068/11017)   
Checking out files:  47% (5178/11017)   
Checking out files:  48% (5289/11017)   
Checking out files:  49% (5399/11017)   
Checking out files:  50% (5509/11017)   
Checking out files:  51% (5619/11017)   
Checking out files:  51% (5718/11017)   
Checking out files:  52% (5729/11017)   
Checking out files:  53% (5840/11017)   
Checking out files:  54% (5950/11017)   
Checking out files:  55% (6060/11017)   
Checking out files:  56% (6170/11017)   
Checking out files:  57% (6280/11017)   
Checking out files:  58% (6390/11017)   
Checking out files:  59% (6501/11017)   
Checking out files:  60% (6611/11017)   
Checking out files:  61% (6721/11017)   
Checking out files:  62% (6831/11017)   
Checking out files:  62% (6881/11017)   
Checking out files:  63% (6941/11017)   
Checking out files:  64% (7051/11017)   
Checking out files:  65% (7162/11017)   
Checking out files:  66% (7272/11017)   
Checking out files:  67% (7382/11017)   
Checking out files:  67% (7438/11017)   
Checking out files:  68% (7492/11017)   
Checking out files:  69% (7602/11017)   
Checking out files:  70% (7712/11017)   
Checking out files:  71% (7823/11017)   
Checking out files:  72% (7933/11017)   
Checking out files:  73% (8043/11017)   
Checking out files:  74% (8153/11017)   
Checking out files:  75% (8263/11017)   
Checking out files:  76% (8373/11017)   
Checking out files:  77% (8484/11017)   
Checking out files:  78% (8594/11017)   
Checking out files:  79% (8704/11017)   
Checking out files:  79% (8780/11017)   
Checking out files:  80% (8814/11017)   
Checking out files:  81% (8924/11017)   
Checking out files:  82% (9034/11017)   
Checking out files:  83% (9145/11017)   
Checking out files:  84% (9255/11017)   
Checking out files:  85% (9365/11017)   
Checking out files:  86% (9475/11017)   
Checking out files:  87% (9585/11017)   
Checking out files:  88% (9695/11017)   
Checking out files:  89% (9806/11017)   
Checking out files:  90% (9916/11017)   
Checking out files:  91% (10026/11017)   
Checking out files:  92% (10136/11017)   
Checking out files:  93% (10246/11017)   
Checking out files:  94% (10356/11017)   
Checking out files:  95% (10467/11017)   
Checking out files:  95% (10502/11017)   
Checking out files:  96% (10577/11017)   
Checking out files:  97% (10687/11017)   
Checking out files:  98% (10797/11017)   
Checking out files:  99% (10907/11017)   
Checking out files: 100% (11017/11017)   
Checking out files: 100% (11017/11017), done.
Switched to branch 'weld22'
+ git rebase origin-master
First, rewinding head to replay your work on top of it...
Applying: Initial implementation of the new Weld SPI
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging pom.xml
CONFLICT (content): Merge conflict in pom.xml
Failed to merge in the changes.
Patch failed at 0001 Initial implementation of the new Weld SPI

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

Build step 'Execute shell' marked build as failure
Archiving artifacts


More information about the weld-builds mailing list