Ticket #1989 (new support-request)

Opened 2 years ago

Last modified 23 months ago

gitpoller: repo poll failed

Reported by: sanlokenpatidar Owned by:
Priority: major Milestone: ongoing
Version: 0.8.2 Keywords:
Cc:

Description

Hi I am using buildbot 0.8.2 and GIT 1.7.4 version In master.cfg file i set scheduler for continuous integration and gave master as a default git branch. I made changes in GIT after that one CI build should be trigrred with update mode. But nothing is happening and in twisted log it showed -

2011-06-16 15:41:17+0530 [-] gitpoller: repo poll failed 2011-06-16 15:41:17+0530 [-] Unhandled Error

Traceback (most recent call last): Failure: twisted.internet.utils._UnexpectedErrorOutput: got stderr: 'fatal: unrecognized argument: --format=%H

' 2011-06-16 15:41:17+0530 [-] gitpoller: no changes, no catch_up 2011-06-16 15:41:22+0530 [Broker,0,10.99.94.51] slave 'git' attaching from IPv4Address(TCP, '10.99.94.51', 61758) 2011-06-16 15:41:22+0530 [Broker,0,10.99.94.51] Got slaveinfo from 'git' 2011-06-16 15:41:22+0530 [Broker,0,10.99.94.51] bot attached

Can you suggest what to do in this case. i attached master.cfg file please review and give comments on same. it will be great helpout for me to go ahead.

thanks in advance

Attachments

master.cfg Download (12.2 KB) - added by sanlokenpatidar 2 years ago.

Change History

Changed 2 years ago by sanlokenpatidar

comment:1 follow-up: ↓ 2 Changed 2 years ago by dustin

  • Version changed from 0.8.4 to 0.8.2
  • Milestone changed from 0.8.+ to undecided

Does this work?

git log --format=%H

comment:2 in reply to: ↑ 1 Changed 2 years ago by sanlokenpatidar

Replying to dustin:

Does this work?

git log --format=%H

After executing git log --format=%H command it showed in git bash lpatidar@BD10020A /d/Cybex_BuildAutomation (master) $ git log --format=%H a20916934e325c3c559608bd709906e97af6627a 70f6768d40c712953e31208b5bc0d54079af2a26 05a88761d58dd312a7b6c24cbe9138b869df825b 70dec8e4bd0b67424392768745ad626b7a20423b f11bbda661717c017281eb5a2e3af230e7f3f2b8 31e1fb2a2814739c130835b9d9d01fe772afc0b0 dc80b660f52470ab7e96268c17ba509220c1535c f120efe1471a1d3f39be87beef45d9dcbac422f5 e67130a480b08df2d43cd72f1efbb6929e4b4218 8fea2aaf9ffb720a40a8ff470fc9c714b807ab16 8eb73fd5cc3c1f610585206da99e7ffe4a8a455f 46a9d11a972e9822f40c416b11e7cf9800b20f10 600e9c0a78e6732c0c86a8d456225bfead09ceb0 3fb834f294c98fbdfc15070095b5f4f9b4577e52 c919bda1e18e4655263697dc69e0026f4774521d 1450964c8cf2751ace3eb8e0ba7a7e19d6e99ec4 dd0630ad0c9dc9cbc85a1e8982bdc6b34c6ec387

Now it is showing in twisted.log -

2011-06-16 18:08:12+0530 [-] gitpoller: repo poll failed 2011-06-16 18:08:12+0530 [-] Unhandled Error

Traceback (most recent call last): Failure: twisted.internet.utils._UnexpectedErrorOutput: got stderr: 'fatal: unrecognized argument: --format=%H

' 2011-06-16 18:08:12+0530 [-] gitpoller: no changes, no catch_up

Unhandled error in Deferred: 2011-06-16 18:08:45+0530 [HTTPChannel,0,10.99.2.108] Unhandled Error

Traceback (most recent call last): Failure: twisted.internet.error.ProcessTerminated?: A process has ended with a probable error condition: process ended with exit code 128.

Last edited 2 years ago by sanlokenpatidar (previous) (diff)

comment:3 Changed 2 years ago by dustin

I suspect that Buildbot is running a different version of git than you are running from the command line. Do you have multiple gits installed?

comment:4 Changed 23 months ago by dustin

  • Milestone changed from undecided to ongoing
Note: See TracTickets for help on using tickets.