Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CD02107BD for ; Fri, 8 Nov 2013 19:34:49 +0000 (UTC) Received: (qmail 2725 invoked by uid 500); 8 Nov 2013 19:34:48 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 2661 invoked by uid 500); 8 Nov 2013 19:34:47 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 2653 invoked by uid 99); 8 Nov 2013 19:34:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 19:34:47 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: unknown -allinclude:spf-2.redhat.com (nike.apache.org: encountered unrecognized mechanism during SPF processing of domain of astitcher@redhat.com) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 19:34:40 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA8JYJb8007847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Nov 2013 14:34:19 -0500 Received: from [10.10.57.133] (vpn-57-133.rdu2.redhat.com [10.10.57.133]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rA8JYI5L023326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 8 Nov 2013 14:34:19 -0500 Message-ID: <1383939257.7255.22.camel@fuschia> Subject: I don't think builds.apache.org has git installed From: Andrew Stitcher To: builds@apache.org Date: Fri, 08 Nov 2013 14:34:17 -0500 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org I have a jenkins build project (Qpid-cpp-test) polling a git repository at git.apache.org. When I manually kick the build off it works fine, which seems to indicate that the slaves used have git installed, but if I leave it polling for changes I get the attached message in the SCM polling log. Is this a correct diagnosis? Should git be installed on the jenkins master? Incidentally I'm using the git mirror rather than the svn project master repo because I think it'll be better able to stand polling load - does anyone have any comment on that? Thanks Andrew Started on Nov 8, 2013 7:16:51 PM Using strategy: Default [poll] Last Built Revision: Revision 3522ddb65292c47811ba7e42e18e767d403770e9 (origin/trunk) FATAL: Error performing command: ls-remote -h git://git.apache.org/qpid.git trunk hudson.util.IOException2: Error performing command: ls-remote -h git://git.apache.org/qpid.git trunk at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:458) at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356) at hudson.scm.SCM.poll(SCM.java:373) at hudson.model.AbstractProject._poll(AbstractProject.java:1567) at hudson.model.AbstractProject.poll(AbstractProject.java:1490) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:439) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:468) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Caused by: hudson.plugins.git.GitException: Error performing command: ls-remote -h git://git.apache.org/qpid.git trunk at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:988) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:920) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getHeadRev(CliGitAPIImpl.java:1297) at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:488) at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:456) ... 13 more Caused by: java.io.IOException: Cannot run program "git": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041) at hudson.Proc$LocalProc.(Proc.java:244) at hudson.Proc$LocalProc.(Proc.java:216) at hudson.Launcher$LocalLauncher.launch(Launcher.java:773) at hudson.Launcher$ProcStarter.start(Launcher.java:353) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:977) ... 17 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:135) at java.lang.ProcessImpl.start(ProcessImpl.java:130) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022) ... 22 more Done. Took 17 ms No changes Page generated: 08-Nov-2013 19:22:33Jenkins ver. 1.537