Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gemini-dev] Build failed in Hudson: gemini-jpa

Hi,
 
Can you try to use for "URL of repository" the link below
 
git://git.eclipse.org/gitroot/gemini.jpa/org.eclipse.gemini.jpa.git
 
Typically when you want to view git repo you are using:
http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git/
 
but if you want to clone it you have to use one of the following:
 
http://git.eclipse.org/gitroot/gemini.jpa/org.eclipse.gemini.jpa.git
ssh://git.eclipse.org/gitroot/gemini.jpa/org.eclipse.gemini.jpa.git
git://git.eclipse.org/gitroot/gemini.jpa/org.eclipse.gemini.jpa.git 
 
Regards
Violeta
 
2012/3/20 michael keith <michael.keith@xxxxxxxxxx>
Violeta, is there a problem running Hudson with Git?
I haven't been able to get a successful Hudson build since migrating to Git.

-Mike

See<https://hudson.eclipse.org/hudson/job/gemini-jpa/19/>

------------------------------------------
Started by user mkeith
Building remotely on hudson-slave1
Checkout:gemini-jpa /<https://hudson.eclipse.org/hudson/job/gemini-jpa/ws/>  - hudson.remoting.Channel@45eb1572:hudson-slave1
Using strategy: Default
Checkout:gemini-jpa /<https://hudson.eclipse.org/hudson/job/gemini-jpa/ws/>  - hudson.remoting.LocalChannel@2d2d693b
Fetching changes from the remote Git repository
Fetching upstream changes from http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR:  (Underlying report) : Error performing command: git fetch -t http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: error: The requested URL returned error: 403 (curl_result = 22, http_code = 403, sha1 = 98aaa529b8653dd05b207688f2a7bbecc4ebe872)
error: Unable to get pack index http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git/objects/pack/pack-8d82ec80f416cd846214dd4ac1af2773102d094d.idx

error: Unable to get pack index http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git/objects/pack/pack-a3ebb17c9d6b13f8824e19ccc0f055c9ea8479a3.idx

error: Unable to find 98aaa529b8653dd05b207688f2a7bbecc4ebe872 under http://git.eclipse.org/c/gemini.jpa/org.eclipse.gemini.jpa.git
Cannot obtain needed object 98aaa529b8653dd05b207688f2a7bbecc4ebe872
error: Fetch failed.

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$3.invoke(GitSCM.java:887)
       at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:845)
       at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
       at hudson.remoting.UserRequest.perform(UserRequest.java:114)
       at hudson.remoting.UserRequest.perform(UserRequest.java:48)
       at hudson.remoting.Request$2.run(Request.java:283)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
       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:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)


_______________________________________________
gemini-dev mailing list
gemini-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gemini-dev


Back to the top