[weld-builds] Build failed in Jenkins: Weld-2.x-WF8.x-build-new #4

ci-builds at redhat.com ci-builds at redhat.com
Sun Jan 12 18:05:47 EST 2014


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

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

Deleting project workspace... done

Checkout:Weld-2.x-WF8.x-build-new / <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build-new/ws/> - hudson.remoting.Channel at 7ea60346:dev112-rhel6-x86_64
Using strategy: Default
Last Built Revision: Revision 9b950f9e7ff4417d18431abcef737293aebbc995 (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 point /mnt/hudson_workspace)
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.8.2.1
Fetching upstream changes from origin
Commencing build of Revision 9b950f9e7ff4417d18431abcef737293aebbc995 (origin/master)
Checking out Revision 9b950f9e7ff4417d18431abcef737293aebbc995 (origin/master)
[Weld-2.x-WF8.x-build-new] $ bash -xe /tmp/hudson1072210204986334400.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.0.4
+ MAVEN_VERSION=3.0.4
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.0.4
+ M2_HOME=/qa/tools/opt/maven-3.0.4
+ 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.0.4/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.0.4/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.0.4/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: /qa/tools/opt/maven-3.0.4
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.32-431.1.2.el6.x86_64", 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-WF8.x-build-new/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
>From github.com:wildfly/wildfly
 * branch            master     -> FETCH_HEAD
+ git fetch weld weld22
>From github.com:weld/wildfly
 * branch            weld22     -> FETCH_HEAD
+ git checkout weld/weld22
error: pathspec 'weld/weld22' did not match any file(s) known to git.
Build step 'Execute shell' marked build as failure
Archiving artifacts


More information about the weld-builds mailing list