On 15/07/15 12:36, Jigyasa Grover wrote:
Thanks Stephan.
Well, I did look through the config of Vidi and applied it accordingly to my project sQuick (https://ci.inria.fr/pharo-contribution/job/sQuick/). Could you kindly go through it and guide about the next steps ?
Take a look at the Console output to see what goes wrong. I have no experience with github based projects on ci. The checkout is failing: Started by user grover.jigyasa1@gmail.com Building remotely on pharo-contribution-winxp (32 win winxp) in workspace C:\builds\workspace\sQuick Deleting project workspace... done Cloning the remote Git repository Cloning repository https://github.com/jig08/sQuick_new Fetching upstream changes from https://github.com/jig08/sQuick_new Fetching upstream changes from https://github.com/jig08/sQuick_new Checking out Revision 16829b6a7349333c097e6ff36dd5595205ad2256 (origin/master) FATAL: Could not checkout null with start point 16829b6a7349333c097e6ff36dd5595205ad2256 hudson.plugins.git.GitException: Could not checkout null with start point 16829b6a7349333c097e6ff36dd5595205ad2256 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1212) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:309) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:290) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:249) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: hudson.plugins.git.GitException: Command "git checkout -f 16829b6a7349333c097e6ff36dd5595205ad2256" returned status code 1: stdout: stderr: error: unable to create file sQuick_new/resources/document/What is Pharo ? (Invalid argument) Note: checking out '16829b6a7349333c097e6ff36dd5595205ad2256'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 16829b6... Display of file content. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1086) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1063) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:900) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:910) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkout(CliGitAPIImpl.java:1186) at hudson.plugins.git.GitAPI.checkout(GitAPI.java:207) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkoutBranch(CliGitAPIImpl.java:1196)