From buildbot-devel at lists.sourceforge.net Sat May 1 19:46:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 19:46:33 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #811: Twisted 2.5.0, test failure: buildbot.test.unit.test_util_loop Message-ID: <039.848791722cb7e54ecd7de25a744766dd@lists.sourceforge.net> #811: Twisted 2.5.0, test failure: buildbot.test.unit.test_util_loop --------------------+------------------------------------------------------- Reporter: clepple | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- OS: Ubuntu 8.04 Python: 2.5.2-0ubuntu1 (from .deb package) Twisted: 2.5.0 (from .deb packages) branch: buildbot-0.8.0 (c512b5bcb529; 2 commits past 0.8.0rc1 tag) One test failure: {{{ [ERROR]: buildbot.test.unit.test_util_loop Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/twisted/trial/runner.py", line 555, in loadPackage module = modinfo.load() File "/usr/lib/python2.5/site-packages/twisted/python/modules.py", line 386, in load return self.pathEntry.pythonPath.moduleLoader(self.name) File "/usr/lib/python2.5/site-packages/twisted/python/modules.py", line 621, in moduleLoader return self._moduleLoader(modname) File "/usr/lib/python2.5/site-packages/twisted/python/reflect.py", line 357, in namedAny topLevelPackage = __import__(trialname) File "/home/clepple/dl/buildbot/buildbot/test/unit/test_util_loop.py", line 42, in from twisted.python import monkey exceptions.ImportError: cannot import name monkey }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 20:15:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:15:29 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 Message-ID: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- It's in twisted.web.woven.dirlist before that. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 20:22:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:22:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 In-Reply-To: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> References: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> Message-ID: <047.2a5497b4483c53f728f72b2691eddd1a@lists.sourceforge.net> #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): Sadly, in Twisted-8.1.0: {{{ Traceback (most recent call last): File "/home/dustin/code/buildbot/t/buildbot/sand25/lib/python2.5 /site- packages/Twisted-8.1.0-py2.5-linux-x86_64.egg/twisted/protocols/basic.py", line 231, in dataReceived why = self.lineReceived(line) File "/home/dustin/code/buildbot/t/buildbot/sand25/lib/python2.5 /site-packages/Twisted-8.1.0-py2.5-linux-x86_64.egg/twisted/web/http.py", line 1067, in lineReceived self.allContentReceived() File "/home/dustin/code/buildbot/t/buildbot/sand25/lib/python2.5 /site-packages/Twisted-8.1.0-py2.5-linux-x86_64.egg/twisted/web/http.py", line 1108, in allContentReceived req.requestReceived(command, path, version) File "/home/dustin/code/buildbot/t/buildbot/sand25/lib/python2.5 /site-packages/Twisted-8.1.0-py2.5-linux-x86_64.egg/twisted/web/http.py", line 626, in requestReceived self.process() --- --- File "/home/dustin/code/buildbot/t/buildbot/sand25/lib/python2.5 /site- packages/Twisted-8.1.0-py2.5-linux-x86_64.egg/twisted/web/server.py", line 150, in process self.render(resrc) File "/home/dustin/code/buildbot/t/buildbot/sand25/lib/python2.5 /site- packages/Twisted-8.1.0-py2.5-linux-x86_64.egg/twisted/web/server.py", line 157, in render body = resrc.render(self) File "/home/dustin/code/buildbot/t/buildbot/buildbot/status/web/base.py", line 282, in render dirs, files = self._getFilesAndDirectories(directory) exceptions.AttributeError: 'DirectoryLister' object has no attribute '_getFilesAndDirectories' }}} So I think that this is just unsupported in Twisted<9.0.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 20:23:57 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:23:57 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 In-Reply-To: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> References: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> Message-ID: <047.75c0f8959495e537d099cf11e33ac468@lists.sourceforge.net> #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Directory listings require Twisted >= 9.0.0 (fixes #812) Changeset: 9e427ad5d9c86732cdb007d3aaeb1f680179e057 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 20:24:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:24:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #742: A "reconfig" invalidates build state display in /builders In-Reply-To: <038.ad80a463fed8ba3af1813abbe5f95c00@lists.sourceforge.net> References: <038.ad80a463fed8ba3af1813abbe5f95c00@lists.sourceforge.net> Message-ID: <047.98646c6883b4a076127ac818dc615c75@lists.sourceforge.net> #742: A "reconfig" invalidates build state display in /builders -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: worksforme Keywords: | -------------------+-------------------------------------------------------- Comment(by tfogal): Confirmed fixed. I just tested with 0.8.0's HEAD and it seems to be working now. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat May 1 20:24:03 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 1 May 2010 13:24:03 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 9e427a: Directory listings require Twisted >= 9.0.0 (fixes... Message-ID: <20100501202403.670F2422AE@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 9e427ad5d9c86732cdb007d3aaeb1f680179e057 http://github.com/djmitche/buildbot/commit/9e427ad5d9c86732cdb007d3aaeb1f680179e057 Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/status/web/base.py Log Message: ----------- Directory listings require Twisted >= 9.0.0 (fixes #812) From buildbot-devel at lists.sourceforge.net Sat May 1 20:40:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:40:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #811: Twisted 2.5.0, test failure: buildbot.test.unit.test_util_loop In-Reply-To: <039.848791722cb7e54ecd7de25a744766dd@lists.sourceforge.net> References: <039.848791722cb7e54ecd7de25a744766dd@lists.sourceforge.net> Message-ID: <048.e43b5510829183c53907f3d2c4a26acb@lists.sourceforge.net> #811: Twisted 2.5.0, test failure: buildbot.test.unit.test_util_loop --------------------+------------------------------------------------------- Reporter: clepple | Owner: Type: defect | Status: closed Priority: minor | Milestone: undecided Version: 0.8.0 | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: do not use twisted.python.monkey, which is not in tw-2.5.0 This module wasn't actually used in test_util_loop, anyway. However, the test module does use TestCase.patch, which doesn't exist on older Twisteds. So this commit monkeypatches that method to just skip tests that use it on older Twisteds. Fixes #811 Changeset: 380d4d947efed9e74fcf5e5911222f16a2643842 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat May 1 20:40:17 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 1 May 2010 13:40:17 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 380d4d: do not use twisted.python.monkey, which is not in ... Message-ID: <20100501204017.3EC7A42281@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 380d4d947efed9e74fcf5e5911222f16a2643842 http://github.com/djmitche/buildbot/commit/380d4d947efed9e74fcf5e5911222f16a2643842 Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/test/unit/test_util_loop.py M buildbot/util/monkeypatches.py Log Message: ----------- do not use twisted.python.monkey, which is not in tw-2.5.0 This module wasn't actually used in test_util_loop, anyway. However, the test module does use TestCase.patch, which doesn't exist on older Twisteds. So this commit monkeypatches that method to just skip tests that use it on older Twisteds. Fixes #811 From buildbot-devel at lists.sourceforge.net Sat May 1 20:47:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:47:00 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #813: FileUpload failure does not cause build failure. Message-ID: <038.3f3811ce3bfb1f875a15c018cd360a1f@lists.sourceforge.net> #813: FileUpload failure does not cause build failure. -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- When {{{FileUpload}}} fails it does not cause the build to fail. See: http://ci.sci.utah.edu:8010/builders/test-pkg-osx-10.5-x86/builds/140 Configuration: {{{ f_package.addStep( FileUpload( slavesrc=shell.WithProperties( "../../main-${BBDIR}/build/src/visit2_0_0.%s-%s.tar.gz", "uname", "arch" ), masterdest=shell.WithProperties("devbuilds/visit2_0_0.%s-%s-r%s.tar.gz", "uname", "arch", "revision") ) ) }}} (The error was that I was thinking $BBDIR might be expanded using the slave's env. Since it was not, the path was garbage and the FileUpload couldn't find the file.) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 20:49:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:49:01 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #814: Expand environment variables in FileUpload Message-ID: <038.8c56ce7d33099be599f49edc4d0930b2@lists.sourceforge.net> #814: Expand environment variables in FileUpload ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- It would be nice if FileUpload expanded environment variables. That is, {{{slavesrc}}} would expand using the slave's env and {{{masterdest}}} would expand using the master's env. One could always workaround this using BB properties, but sometimes you've already got the value you need in your env and this would make things a bit more convenient. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 20:49:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 20:49:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #813: FileUpload failure does not cause build failure. In-Reply-To: <038.3f3811ce3bfb1f875a15c018cd360a1f@lists.sourceforge.net> References: <038.3f3811ce3bfb1f875a15c018cd360a1f@lists.sourceforge.net> Message-ID: <047.028e5776e459277a28a92b1b5b043513@lists.sourceforge.net> #813: FileUpload failure does not cause build failure. ----------------------------+----------------------------------------------- Reporter: tfogal | Owner: Type: support-request | Status: closed Priority: minor | Milestone: undecided Version: 0.8.0 | Resolution: worksforme Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * type: defect => support-request * resolution: => worksforme Comment: add a flunkOnFailure and haltOnFailure to that step, and you should see the behavior you expect. We've been using !FileUpload at Zmanda for quite a while, and had our fair share of such failures. Since we have these additional parameters in place, the builds fail as expected. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 21:08:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 21:08:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #814: Add a SetPropertyFromEnv step that just fetches an env var from the slave (was: Expand environment variables in FileUpload) In-Reply-To: <038.8c56ce7d33099be599f49edc4d0930b2@lists.sourceforge.net> References: <038.8c56ce7d33099be599f49edc4d0930b2@lists.sourceforge.net> Message-ID: <047.ef9ce0080679ee4fd3796959c66424b2@lists.sourceforge.net> #814: Add a SetPropertyFromEnv step that just fetches an env var from the slave ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: We're going to stick to using properties - I don't want to try to reimplement shell variable expansion in the slave code. I think the case you are looking at is in #813, right? That said, perhaps a !SetPropertyFromEnv step (that does not use the shell) would be useful. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat May 1 21:44:53 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 1 May 2010 14:44:53 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] dabfc8: don't capitalize build property names Message-ID: <20100501214453.4DBBD422B7@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: dabfc8c906661079bf87ca424ab9d98c4d54a355 http://github.com/djmitche/buildbot/commit/dabfc8c906661079bf87ca424ab9d98c4d54a355 Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/status/web/templates/build.html Log Message: ----------- don't capitalize build property names From buildbot-devel at lists.sourceforge.net Sat May 1 21:45:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 21:45:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #811: Twisted 2.5.0, test failure: buildbot.test.unit.test_util_loop In-Reply-To: <039.848791722cb7e54ecd7de25a744766dd@lists.sourceforge.net> References: <039.848791722cb7e54ecd7de25a744766dd@lists.sourceforge.net> Message-ID: <048.6277b3764e99865d5c3cac792e6863d7@lists.sourceforge.net> #811: Twisted 2.5.0, test failure: buildbot.test.unit.test_util_loop --------------------+------------------------------------------------------- Reporter: clepple | Owner: Type: defect | Status: closed Priority: minor | Milestone: undecided Version: 0.8.0 | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Comment(by Dustin J. Mitchell): do not use twisted.python.monkey, which is not in tw-2.5.0 This module wasn't actually used in test_util_loop, anyway. However, the test module does use TestCase.patch, which doesn't exist on older Twisteds. So this commit monkeypatches that method to just skip tests that use it on older Twisteds. Fixes #811 Changeset: 380d4d947efed9e74fcf5e5911222f16a2643842 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 1 21:45:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 01 May 2010 21:45:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 In-Reply-To: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> References: <038.8d88dd224ae79556eb87fdd872fd73e9@lists.sourceforge.net> Message-ID: <047.19ef3af99e59ec3a210127d310c224be@lists.sourceforge.net> #812: DirectoryLister is only in twisted.web.static in Twisted-9.0.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Comment(by Dustin J. Mitchell): Directory listings require Twisted >= 9.0.0 (fixes #812) Changeset: 9e427ad5d9c86732cdb007d3aaeb1f680179e057 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat May 1 21:45:11 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 1 May 2010 14:45:11 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] caf99a: remove spurious file Message-ID: <20100501214511.4C6D3422B7@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: caf99ac2a2a4798d9cf21160c415ce313b074554 http://github.com/djmitche/buildbot/commit/caf99ac2a2a4798d9cf21160c415ce313b074554 Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: R NOTES-0.8.1.txt Log Message: ----------- remove spurious file Commit: 39c1a7411438fa15be186a4cda0b4216fb230dfe http://github.com/djmitche/buildbot/commit/39c1a7411438fa15be186a4cda0b4216fb230dfe Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M NEWS Log Message: ----------- add news about mercurial revision ids Commit: 9e427ad5d9c86732cdb007d3aaeb1f680179e057 http://github.com/djmitche/buildbot/commit/9e427ad5d9c86732cdb007d3aaeb1f680179e057 Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/status/web/base.py Log Message: ----------- Directory listings require Twisted >= 9.0.0 (fixes #812) Commit: 380d4d947efed9e74fcf5e5911222f16a2643842 http://github.com/djmitche/buildbot/commit/380d4d947efed9e74fcf5e5911222f16a2643842 Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/test/unit/test_util_loop.py M buildbot/util/monkeypatches.py Log Message: ----------- do not use twisted.python.monkey, which is not in tw-2.5.0 This module wasn't actually used in test_util_loop, anyway. However, the test module does use TestCase.patch, which doesn't exist on older Twisteds. So this commit monkeypatches that method to just skip tests that use it on older Twisteds. Fixes #811 Commit: dabfc8c906661079bf87ca424ab9d98c4d54a355 http://github.com/djmitche/buildbot/commit/dabfc8c906661079bf87ca424ab9d98c4d54a355 Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/status/web/templates/build.html Log Message: ----------- don't capitalize build property names Commit: 46194be7a4183c79ee0d02ed390165eb369e8c1a http://github.com/djmitche/buildbot/commit/46194be7a4183c79ee0d02ed390165eb369e8c1a Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/status/web/base.py M buildbot/status/web/templates/build.html M buildbot/test/unit/test_util_loop.py M buildbot/util/monkeypatches.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: don't capitalize build property names do not use twisted.python.monkey, which is not in tw-2.5.0 Directory listings require Twisted >= 9.0.0 (fixes #812) add news about mercurial revision ids remove spurious file From noreply at github.com Sat May 1 22:41:29 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 1 May 2010 15:41:29 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] cb6a45: Nightly should always classify changes, so it keep... Message-ID: <20100501224129.4368C42280@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: cb6a453cd796e8319abe2a0d1c3486e82f6d964c http://github.com/djmitche/buildbot/commit/cb6a453cd796e8319abe2a0d1c3486e82f6d964c Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Nightly should always classify changes, so it keeps last_processed up to date Commit: 828329f9b66d56d10a39570a2b47562a1593733a http://github.com/djmitche/buildbot/commit/828329f9b66d56d10a39570a2b47562a1593733a Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Nightly will now actually run on the second and subsequent nights From noreply at github.com Sat May 1 23:10:15 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 1 May 2010 16:10:15 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] cb6a45: Nightly should always classify changes, so it keep... Message-ID: <20100501231015.43828422AE@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: cb6a453cd796e8319abe2a0d1c3486e82f6d964c http://github.com/djmitche/buildbot/commit/cb6a453cd796e8319abe2a0d1c3486e82f6d964c Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Nightly should always classify changes, so it keeps last_processed up to date Commit: 828329f9b66d56d10a39570a2b47562a1593733a http://github.com/djmitche/buildbot/commit/828329f9b66d56d10a39570a2b47562a1593733a Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Nightly will now actually run on the second and subsequent nights Commit: ca4f9350b2a8f3c0c9d08a4232e06f20cb9b783a http://github.com/djmitche/buildbot/commit/ca4f9350b2a8f3c0c9d08a4232e06f20cb9b783a Author: Dustin J. Mitchell Date: 2010-05-01 (Sat, 01 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Nightly will now actually run on the second and subsequent nights Nightly should always classify changes, so it keeps last_processed up to date From buildbot-devel at lists.sourceforge.net Mon May 3 02:45:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 03 May 2010 02:45:12 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #815: quote marks are stripped from command-line in log Message-ID: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> #815: quote marks are stripped from command-line in log -------------------+-------------------------------------------------------- Reporter: zooko | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- http://buildbot.twistedmatrix.com/builders/winxp32-py2.6-pyopenssl/builds/1/steps/compile_2/logs/stdio Has this as the first line: {{{ c:\python26\python.exe -c import sys, setuptools; sys.argv[0] = 'setup.py'; execfile('setup.py', {'__file__': 'setup.py'}) build_ext --with-openssl C:\OpenSSL-VS2008 bdist_egg }}} Except that's wrong! The actual command-line was probably: {{{ c:\python26\python.exe -c "import sys, setuptools; sys.argv[0] = 'setup.py'; execfile('setup.py', {'__file__': 'setup.py'})" build_ext --with-openssl C:\OpenSSL-VS2008 bdist_egg }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 3 03:02:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 03 May 2010 03:02:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #815: quote marks are stripped from command-line in log In-Reply-To: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> References: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> Message-ID: <046.2c056f5106bd9f3dc4a053226a8935f0@lists.sourceforge.net> #815: quote marks are stripped from command-line in log -------------------+-------------------------------------------------------- Reporter: zooko | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 Comment: From {{{buildbot/slave/commands/base.py}}}: {{{ 431 # first header line is the command in plain text, argv joined with 432 # spaces. You should be able to cut-and-paste this into a shell to 433 # obtain the same results. If there are spaces in the arguments, too 434 # bad. }}} Shell quoting is fairly hard, although I suspect that we could do slightly better by using repr(). -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 3 03:26:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 03 May 2010 03:26:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #810: add UPGRADING or ReleaseNotes info for the db upgrade In-Reply-To: <038.c11079f8a3412f7ee4d2d4feac3f2e77@lists.sourceforge.net> References: <038.c11079f8a3412f7ee4d2d4feac3f2e77@lists.sourceforge.net> Message-ID: <047.3e53c3c899aea7fb4d5b630629e0ccd7@lists.sourceforge.net> #810: add UPGRADING or ReleaseNotes info for the db upgrade ----------------------+----------------------------------------------------- Reporter: dustin | Owner: Type: undecided | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: add explicit upgrading notes (fixes #810) Changeset: 568897eacea8b94d15b53327b1ab09125d911385 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 3 03:26:57 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 2 May 2010 20:26:57 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 568897: add explicit upgrading notes (fixes #810) Message-ID: <20100503032657.70A9B42193@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 568897eacea8b94d15b53327b1ab09125d911385 http://github.com/djmitche/buildbot/commit/568897eacea8b94d15b53327b1ab09125d911385 Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M NEWS A UPGRADING M docs/installation.texinfo Log Message: ----------- add explicit upgrading notes (fixes #810) From noreply at github.com Mon May 3 03:42:57 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 2 May 2010 20:42:57 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ba4c86: remove dead links Message-ID: <20100503034257.5127A42174@smtp1.rs.github.com> Branch: refs/heads/gh-pages Home: http://github.com/djmitche/buildbot Commit: ba4c86f539484034bb9eb55783403464dedd10be http://github.com/djmitche/buildbot/commit/ba4c86f539484034bb9eb55783403464dedd10be Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M docs/index.html Log Message: ----------- remove dead links From buildbot-devel at lists.sourceforge.net Mon May 3 03:47:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 03 May 2010 03:47:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #741: 'last_processed' entry missing for a scheduler In-Reply-To: <038.5c7513149f6304dce048bfadba1d6174@lists.sourceforge.net> References: <038.5c7513149f6304dce048bfadba1d6174@lists.sourceforge.net> Message-ID: <047.9f1918a44e853eb738389c4fce7d3284@lists.sourceforge.net> #741: 'last_processed' entry missing for a scheduler -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: master | Resolution: duplicate Keywords: | -------------------+-------------------------------------------------------- Comment(by dustin): The Nightly scheduler also had this bug, for separate reasons, by the way. That was fixed in cb6a453cd796e8319abe2a0d1c3486e82f6d964c. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 3 03:51:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 03 May 2010 03:51:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #810: add UPGRADING or ReleaseNotes info for the db upgrade In-Reply-To: <038.c11079f8a3412f7ee4d2d4feac3f2e77@lists.sourceforge.net> References: <038.c11079f8a3412f7ee4d2d4feac3f2e77@lists.sourceforge.net> Message-ID: <047.61b923bc6536280925d0292da4e6afab@lists.sourceforge.net> #810: add UPGRADING or ReleaseNotes info for the db upgrade ----------------------+----------------------------------------------------- Reporter: dustin | Owner: Type: undecided | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Comment(by Dustin J. Mitchell): add explicit upgrading notes (fixes #810) Changeset: 568897eacea8b94d15b53327b1ab09125d911385 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 3 03:51:28 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 2 May 2010 20:51:28 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 568897: add explicit upgrading notes (fixes #810) Message-ID: <20100503035128.4CCCE4203A@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 568897eacea8b94d15b53327b1ab09125d911385 http://github.com/djmitche/buildbot/commit/568897eacea8b94d15b53327b1ab09125d911385 Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M NEWS A UPGRADING M docs/installation.texinfo Log Message: ----------- add explicit upgrading notes (fixes #810) Commit: 1135af9d509dbd44def5470ee0600da68884a4d2 http://github.com/djmitche/buildbot/commit/1135af9d509dbd44def5470ee0600da68884a4d2 Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M NEWS A UPGRADING M docs/installation.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: add explicit upgrading notes (fixes #810) Commit: 9acbdb1b30085706e67ea9f25466eaa2642bde05 http://github.com/djmitche/buildbot/commit/9acbdb1b30085706e67ea9f25466eaa2642bde05 Author: Dustin J. Mitchell Date: 2010-05-02 (Sun, 02 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update version number From buildbot-devel at lists.sourceforge.net Mon May 3 14:53:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 03 May 2010 14:53:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #809: build properties should let scheduler overwrite change properties In-Reply-To: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> References: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> Message-ID: <045.583c70d06888929c3e83678b770fcffd@lists.sourceforge.net> #809: build properties should let scheduler overwrite change properties ----------------------+----------------------------------------------------- Reporter: Pike | Owner: Pike Type: undecided | Status: assigned Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Changes (by Pike): * owner: => Pike * status: new => assigned Comment: Pushed http://github.com/Pike/buildbot/commit/f6fe64544577a7ec1af66882c3bd9eac358839f6, based on 0.7.12 right now, because that's what I'll need for the time being. I expect that to merge OK. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 3 17:09:22 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 3 May 2010 10:09:22 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c8c0a9: add a default value for scheduler state 'last_proc... Message-ID: <20100503170922.557614202E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: c8c0a9b5fee68a5961bdc5ed440defc4f87b013f http://github.com/djmitche/buildbot/commit/c8c0a9b5fee68a5961bdc5ed440defc4f87b013f Author: Dustin J. Mitchell Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/changes/manager.py M buildbot/db/connector.py M buildbot/schedulers/base.py Log Message: ----------- add a default value for scheduler state 'last_processed' - fixes #816 From noreply at github.com Mon May 3 17:09:35 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 3 May 2010 10:09:35 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c8c0a9: add a default value for scheduler state 'last_proc... Message-ID: <20100503170935.455784202E@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: c8c0a9b5fee68a5961bdc5ed440defc4f87b013f http://github.com/djmitche/buildbot/commit/c8c0a9b5fee68a5961bdc5ed440defc4f87b013f Author: Dustin J. Mitchell Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/changes/manager.py M buildbot/db/connector.py M buildbot/schedulers/base.py Log Message: ----------- add a default value for scheduler state 'last_processed' - fixes #816 Commit: 0ec86e417e18efe2ff0982231337b10c077738c6 http://github.com/djmitche/buildbot/commit/0ec86e417e18efe2ff0982231337b10c077738c6 Author: Dustin J. Mitchell Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/changes/manager.py M buildbot/db/connector.py M buildbot/schedulers/base.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: add a default value for scheduler state 'last_processed' - fixes #816 From noreply at github.com Mon May 3 18:16:16 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 3 May 2010 11:16:16 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 376ad7: update version number Message-ID: <20100503181616.4926B4202C@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 376ad7d9c25942adad36134c516b8e6f9cc09a03 http://github.com/djmitche/buildbot/commit/376ad7d9c25942adad36134c516b8e6f9cc09a03 Author: Dustin J. Mitchell Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update version number From noreply at github.com Mon May 3 22:52:31 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 3 May 2010 15:52:31 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 426d26: Fix typo in schema comments Message-ID: <20100503225231.4194E4208F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 426d26e57d5ef74cc6b4a4429735b4dd98edd0cb http://github.com/djmitche/buildbot/commit/426d26e57d5ef74cc6b4a4429735b4dd98edd0cb Author: Chris AtLee Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/db/schema/tables.sql Log Message: ----------- Fix typo in schema comments From buildbot-devel at lists.sourceforge.net Tue May 4 02:29:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 02:29:41 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #819: remove last_access table Message-ID: <038.503ccca684e02050bc34985394d64408@lists.sourceforge.net> #819: remove last_access table ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- it's unused -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 04:03:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 04:03:26 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #820: Change imports fail on 8-bit comments Message-ID: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> #820: Change imports fail on 8-bit comments -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- We need to handle this with something more graceful than a traceback! {{{ [builds at lzeno buildbot]$ buildbot upgrade-master . /opt/local/buildbot/public_html/robots.txt has old/modified contents writing new contents to /opt/local/buildbot/public_html/robots.txt.new /opt/local/buildbot/public_html/bg_gradient.jpg has old/modified contents writing new contents to /opt/local/buildbot/public_html/bg_gradient.jpg.new migrating changes.pck to database (12255 Change objects) Traceback (most recent call last): File "/tools/linux-ia32/python/python/2.5.4/bin/buildbot", line 5, in pkg_resources.run_script('buildbot==0.8.0rc2', 'buildbot') File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 489, in run_script File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1207, in run_script File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/EGG-INFO/scripts/buildbot", line 4, in runner.run() File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/scripts/runner.py", line 1193, in run upgradeMaster(so) File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/scripts/runner.py", line 453, in upgradeMaster sm.upgrade() File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/schema/manager.py", line 56, in upgrade upg.upgrade() File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/schema/v1.py", line 245, in upgrade self.migrate_changes() File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/schema/v1.py", line 317, in migrate_changes self._addChangeToDatabase(c, cursor) File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/schema/v1.py", line 271, in _addChangeToDatabase cursor.execute(q, values) pysqlite2.dbapi2.ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). I t is highly recommended that you instead just switch your application to Unicode strings. }}} ---- More info. Looks like at least one of the comments for the perforce checkin's had unicode characters. I hacked this as follows {{{ def _addChangeToDatabase(self, change, cursor): # strip None from any of these values, just in case def remove_none(x): if x is None: return "" return x # Hack - de-unicode the comments try: values = tuple(remove_none(x) for x in (change.number, change.who, change.comments, change.isdir, change.branch, change.revision, change.revlink, change.when, change.category)) q = util.sql_insert(self.dbapi, 'changes', """changeid author comments is_dir branch revision revlink when_timestamp category""".split()) # print "Values :%s"%(" ".join([str(a) for a in values])) cursor.execute(q, values) except pysqlite2.dbapi2.ProgrammingError: values = tuple(remove_none(x) for x in (change.number, change.who, "dropped comments due to unicode", change.isdir, change.branch, change.revision, change.revlink, change.when, change.category)) q = util.sql_insert(self.dbapi, 'changes', """changeid author comments is_dir branch revision revlink when_timestamp category""".split()) cursor.execute(q, values) }}} Note that after upgrade, buildbot seems to pound on the CPU more. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 04:05:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 04:05:45 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #821: p4base handled badly Message-ID: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> #821: p4base handled badly -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Here's the fix. So in __init__, the p4base wasn't being saved on the object, and then it was being referred to in setBuild(self,build) self.args['p4base'] = self.computeRepositoryURL(p4base) So I've changed init to save self.p4base=p4base And then in setBuild(self,build) changed it to refer to self.p4base. Seems to work. -Bill class P4(Source): """ P4 is a class for accessing perforce revision control""" name = "p4" def __init__(self, p4base=None, defaultBranch=None, p4port=None, p4user=None, p4passwd=None, p4extra_views=[], p4client='buildbot_%(slave)s_%(builder)s', **kwargs): """ @type p4base: string @param p4base: A view into a perforce depot, typically "//depot/proj/" @type defaultBranch: string @param defaultBranch: Identify a branch to build by default. Perforce is a view based branching system. So, the branch is normally the name after the base. For example, branch=1.0 is view=//depot/proj/1.0/... branch=1.1 is view=//depot/proj/1.1/... @type p4port: string @param p4port: Specify the perforce server to connection in the format :. Example "perforce.example.com:1666" @type p4user: string @param p4user: The perforce user to run the command as. @type p4passwd: string @param p4passwd: The password for the perforce user. @type p4extra_views: list of tuples @param p4extra_views: Extra views to be added to the client that is being used. @type p4client: string @param p4client: The perforce client to use for this buildslave. """ self.branch = defaultBranch Source.__init__(self, **kwargs) self.addFactoryArguments(p4base=p4base, defaultBranch=defaultBranch, p4port=p4port, p4user=p4user, p4passwd=p4passwd, p4extra_views=p4extra_views, p4client=p4client, ) self.args['p4port'] = p4port self.args['p4user'] = p4user self.args['p4passwd'] = p4passwd self.args['p4extra_views'] = p4extra_views self.p4base = p4base self.p4client = p4client def setBuild(self, build): Source.setBuild(self, build) self.args['p4base'] = self.computeRepositoryURL(self.p4base) self.args['p4client'] = self.p4client % { 'slave': build.slavename, 'builder': build.builder.name, -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 04:08:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 04:08:54 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #821: p4base handled badly In-Reply-To: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> References: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> Message-ID: <047.6a4bf2c21b8a39b4b21b2acbbf5bef51@lists.sourceforge.net> #821: p4base handled badly -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Description changed by dustin: Old description: > Here's the fix. > > So in __init__, the p4base wasn't being saved on the object, and then > it was being referred to in setBuild(self,build) > self.args['p4base'] = self.computeRepositoryURL(p4base) > So I've changed init to save self.p4base=p4base > And then in setBuild(self,build) changed it to refer to self.p4base. > Seems to work. > > -Bill > > class P4(Source): > """ P4 is a class for accessing perforce revision control""" > name = "p4" > > def __init__(self, p4base=None, defaultBranch=None, p4port=None, > p4user=None, > p4passwd=None, p4extra_views=[], > p4client='buildbot_%(slave)s_%(builder)s', **kwargs): > """ > @type p4base: string > @param p4base: A view into a perforce depot, typically > "//depot/proj/" > > @type defaultBranch: string > @param defaultBranch: Identify a branch to build by default. > Perforce > is a view based branching system. So, the > branch > is normally the name after the base. For > example, > branch=1.0 is view=//depot/proj/1.0/... > branch=1.1 is view=//depot/proj/1.1/... > > @type p4port: string > @param p4port: Specify the perforce server to connection in the > format > :. Example "perforce.example.com:1666" > > @type p4user: string > @param p4user: The perforce user to run the command as. > > @type p4passwd: string > @param p4passwd: The password for the perforce user. > > @type p4extra_views: list of tuples > @param p4extra_views: Extra views to be added to > the client that is being used. > > @type p4client: string > @param p4client: The perforce client to use for this buildslave. > """ > > self.branch = defaultBranch > Source.__init__(self, **kwargs) > self.addFactoryArguments(p4base=p4base, > defaultBranch=defaultBranch, > p4port=p4port, > p4user=p4user, > p4passwd=p4passwd, > p4extra_views=p4extra_views, > p4client=p4client, > ) > self.args['p4port'] = p4port > self.args['p4user'] = p4user > self.args['p4passwd'] = p4passwd > self.args['p4extra_views'] = p4extra_views > self.p4base = p4base > self.p4client = p4client > > def setBuild(self, build): > Source.setBuild(self, build) > self.args['p4base'] = self.computeRepositoryURL(self.p4base) > self.args['p4client'] = self.p4client % { > 'slave': build.slavename, > 'builder': build.builder.name, New description: Here's the fix. {{{ So in __init__, the p4base wasn't being saved on the object, and then it was being referred to in setBuild(self,build) self.args['p4base'] = self.computeRepositoryURL(p4base) So I've changed init to save self.p4base=p4base And then in setBuild(self,build) changed it to refer to self.p4base. Seems to work. -Bill class P4(Source): """ P4 is a class for accessing perforce revision control""" name = "p4" def __init__(self, p4base=None, defaultBranch=None, p4port=None, p4user=None, p4passwd=None, p4extra_views=[], p4client='buildbot_%(slave)s_%(builder)s', **kwargs): """ @type p4base: string @param p4base: A view into a perforce depot, typically "//depot/proj/" @type defaultBranch: string @param defaultBranch: Identify a branch to build by default. Perforce is a view based branching system. So, the branch is normally the name after the base. For example, branch=1.0 is view=//depot/proj/1.0/... branch=1.1 is view=//depot/proj/1.1/... @type p4port: string @param p4port: Specify the perforce server to connection in the format :. Example "perforce.example.com:1666" @type p4user: string @param p4user: The perforce user to run the command as. @type p4passwd: string @param p4passwd: The password for the perforce user. @type p4extra_views: list of tuples @param p4extra_views: Extra views to be added to the client that is being used. @type p4client: string @param p4client: The perforce client to use for this buildslave. """ self.branch = defaultBranch Source.__init__(self, **kwargs) self.addFactoryArguments(p4base=p4base, defaultBranch=defaultBranch, p4port=p4port, p4user=p4user, p4passwd=p4passwd, p4extra_views=p4extra_views, p4client=p4client, ) self.args['p4port'] = p4port self.args['p4user'] = p4user self.args['p4passwd'] = p4passwd self.args['p4extra_views'] = p4extra_views self.p4base = p4base self.p4client = p4client def setBuild(self, build): Source.setBuild(self, build) self.args['p4base'] = self.computeRepositoryURL(self.p4base) self.args['p4client'] = self.p4client % { 'slave': build.slavename, 'builder': build.builder.name, }}} -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 04:13:19 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 04:13:19 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #809: build properties should let scheduler overwrite change properties [PATCH] (was: build properties should let scheduler overwrite change properties) In-Reply-To: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> References: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> Message-ID: <045.1d3f0a0cc56c3a8813bb3bf361735c7a@lists.sourceforge.net> #809: build properties should let scheduler overwrite change properties [PATCH] ------------------------+--------------------------------------------------- Reporter: Pike | Owner: Pike Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 06:37:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 06:37:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #820: Change imports fail on 8-bit comments In-Reply-To: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> References: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> Message-ID: <047.6773edd3234d503b0c74fba71f9b1ef1@lists.sourceforge.net> #820: Change imports fail on 8-bit comments -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by thebrasse): * cc: thebrasse@? (added) Comment: I'm pretty sure that I ran into a similar problem in 0.8.0beta1. git_builbot.py was sending plain strings to the master containing non- ascii characters. The fix in that case was to make git_buildbot.py send unicode strings instead. It seems that _addChangeToDatabase() should also convert the plain strings to unicode strings before sending them to the database. A problem in this case is that we don't know what encoding the plain strings have. Perhaps it's OK the tell {{{buildbot upgrade-master}}} what encoding to assume for the plain strings it needs to convert to unicode? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 08:06:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 08:06:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #821: p4base handled badly In-Reply-To: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> References: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> Message-ID: <047.9b7924a4b9a89dbdafc2829c98d6ad86@lists.sourceforge.net> #821: p4base handled badly -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Ben Type: defect | Status: accepted Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by Ben): * cc: benoit@? (added) * owner: => Ben * status: new => accepted Comment: The fix looks good to me. Isn't anyone testing p4 ? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 14:22:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 14:22:08 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #822: Buildbot tries to run alwaysRun steps even after slave connection is lost Message-ID: <038.8d585bf631411f7bbec255b00adf3ea8@lists.sourceforge.net> #822: Buildbot tries to run alwaysRun steps even after slave connection is lost -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- If you have a step that is marked alwaysRun, buildbot will try and run the step even if the connection to the slave has been lost in a previous step. Bug or feature? I think it makes sense that a lost slave connection should terminate the build immediately. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 4 14:24:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 04 May 2010 14:24:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #822: Buildbot tries to run alwaysRun steps even after slave connection is lost In-Reply-To: <038.8d585bf631411f7bbec255b00adf3ea8@lists.sourceforge.net> References: <038.8d585bf631411f7bbec255b00adf3ea8@lists.sourceforge.net> Message-ID: <047.5f22ed1bbc5305e49a79cdb959fe9669@lists.sourceforge.net> #822: Buildbot tries to run alwaysRun steps even after slave connection is lost -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by catlee): The exception you hit when the alwaysRun step is attempted is: {{{ 2010-05-04 05:43:15-0700 [Broker,77187,10.250.50.68] Unhandled Error Traceback (most recent call last): File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/steps/shell.py", line 202, in start self.startCommand(cmd, warnings) File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/process/buildstep.py", line 975, in startCommand d = self.runCommand(cmd) # might raise ConnectionLost File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/process/buildstep.py", line 917, in runCommand d = c.run(self, self.remote) File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/process/buildstep.py", line 84, in run d = defer.maybeDeferred(self.start) --- --- File "/tools/twisted-8.0.1/lib/python2.5/site- packages/twisted/internet/defer.py", line 105, in maybeDeferred result = f(*args, **kw) File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/process/buildstep.py", line 505, in start return LoggedRemoteCommand.start(self) File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/process/buildstep.py", line 303, in start return RemoteCommand.start(self) File "/tools/buildbot/lib/python2.5/site- packages/buildbot-0.7.10p1-py2.5.egg/buildbot/process/buildstep.py", line 110, in start d = self.remote.callRemote("startCommand", self, self.commandID, exceptions.AttributeError: 'NoneType' object has no attribute 'callRemote' }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 5 15:28:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 05 May 2010 15:28:42 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #823: Nightly scheduler is not tracking changes when onlyIfChanged is True Message-ID: <038.2ab3f2507d4b3ec96445a8cfc539229d@lists.sourceforge.net> #823: Nightly scheduler is not tracking changes when onlyIfChanged is True -------------------+-------------------------------------------------------- Reporter: gareth | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- The Nightly scheduler is not tracking changes when "onlyIfChanged" is True. It currently tries to start a build with the HEAD revision. A second problem is that it is not monitoring changes to specific to the branch that the scheduler is tracking. The attached patch fixes the issue. The attached diff fixes the problem. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 6 13:31:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 13:31:41 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #644: Add option to show the number of warnings In-Reply-To: <039.278666628bae4184e7ed4e4e7d204967@lists.sourceforge.net> References: <039.278666628bae4184e7ed4e4e7d204967@lists.sourceforge.net> Message-ID: <048.c2c818843c09ef01e7465f28bc75679a@lists.sourceforge.net> #644: Add option to show the number of warnings ------------------------+--------------------------------------------------- Reporter: jeffall | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.7.11 | Keywords: ------------------------+--------------------------------------------------- Comment(by jeffall): When you have hundreds of warnings in a project, nad you are trying to get people to address them, having a highly visible number on the main page that everyone is looking at is helpful. Before my change, a compile that finishes with 1 or 100 warnings says "warnings" with a link to them. After my change, the link has the text "warnings (NN)". When someone makes a good change, NN -> NN-x and people are happy. (And the converse!) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 6 13:43:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 13:43:15 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #824: horizons for data cleanup can't be configured to not clean up Message-ID: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> #824: horizons for data cleanup can't be configured to not clean up ----------------------+----------------------------------------------------- Reporter: Pike | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Right now, you can't configure the various horizons such that no data is removed. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 6 15:46:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 15:46:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #824: horizons for data cleanup can't be configured to not clean up In-Reply-To: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> References: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> Message-ID: <045.ce565b85702a67d96c5cee9620b76be5@lists.sourceforge.net> #824: horizons for data cleanup can't be configured to not clean up ----------------------+----------------------------------------------------- Reporter: Pike | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Comment(by Pike): http://github.com/Pike/buildbot/commit/188abe81a7ff4c6357465b58216ca7296c8c8d11 is the actual code fix, not sure I'll have cycles to create a patch to make the docs a bit more clear. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 6 16:01:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 16:01:32 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #825: Zombie builds stuck in FileDownload Message-ID: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> #825: Zombie builds stuck in FileDownload -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.9 | Keywords: -------------------+-------------------------------------------------------- We have slaves running buildbot 0.7.9 attached to a master running 0.7.10. On occasion, a slave will get disconnected from the master while doing a FileDownload step. When it reconnects to the master, the master notices a duplicate connection, and attempts to disconnect the old slave. It doesn't manage to stop the old build, however, so you can end up with one slave running old builds for weeks at a time until the master is finally restarted. It is impossible to Stop Build these old builds. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 6 21:42:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 21:42:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #821: p4base handled badly In-Reply-To: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> References: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> Message-ID: <047.b07676b3ef2322e600f2397b5c43f658@lists.sourceforge.net> #821: p4base handled badly -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Ben Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by Benoit Allard): * status: accepted => closed * resolution: => fixed Comment: P4: p4base was not a member of the class (fix #821) Changeset: 450221cf724271f45b1606ee9b782b2c149ca798 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 6 21:42:57 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 6 May 2010 14:42:57 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 450221: P4: p4base was not a member of the class (fix #821... Message-ID: <20100506214257.39D1D42175@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 450221cf724271f45b1606ee9b782b2c149ca798 http://github.com/djmitche/buildbot/commit/450221cf724271f45b1606ee9b782b2c149ca798 Author: Benoit Allard Date: 2010-05-05 (Wed, 05 May 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- P4: p4base was not a member of the class (fix #821) Commit: f1f596956136e3847638075665001272dc740123 http://github.com/djmitche/buildbot/commit/f1f596956136e3847638075665001272dc740123 Author: Dustin J. Mitchell Date: 2010-05-06 (Thu, 06 May 2010) Changed paths: M buildbot/db/schema/tables.sql M buildbot/steps/source.py Log Message: ----------- Merge branch 'bug821' of git://github.com/benallard/buildbot * 'bug821' of git://github.com/benallard/buildbot: P4: p4base was not a member of the class (fix #821) Fix typo in schema comments From buildbot-devel at lists.sourceforge.net Thu May 6 21:45:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 21:45:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #823: Nightly scheduler is not tracking changes when onlyIfChanged is True In-Reply-To: <038.2ab3f2507d4b3ec96445a8cfc539229d@lists.sourceforge.net> References: <038.2ab3f2507d4b3ec96445a8cfc539229d@lists.sourceforge.net> Message-ID: <047.f394e743e2c7126c087ed8f197804f64@lists.sourceforge.net> #823: Nightly scheduler is not tracking changes when onlyIfChanged is True -------------------+-------------------------------------------------------- Reporter: gareth | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by Gareth Armstrong): * status: new => closed * resolution: => fixed Comment: Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True Changeset: b7abcfb7f464cd811f482be1e021e264b23258a9 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 6 21:45:32 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 6 May 2010 14:45:32 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] b7abcf: Fixes #823 - Nightly scheduler is not tracking cha... Message-ID: <20100506214532.38ED8422A5@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: b7abcfb7f464cd811f482be1e021e264b23258a9 http://github.com/djmitche/buildbot/commit/b7abcfb7f464cd811f482be1e021e264b23258a9 Author: Gareth Armstrong Date: 2010-05-06 (Thu, 06 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True Commit: eeb57f2b4e2ccc7413308abd9378fff0bb12dc49 http://github.com/djmitche/buildbot/commit/eeb57f2b4e2ccc7413308abd9378fff0bb12dc49 Author: Dustin J. Mitchell Date: 2010-05-06 (Thu, 06 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot * 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot: Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Thu May 6 21:56:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 21:56:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #822: Buildbot tries to run alwaysRun steps even after slave connection is lost In-Reply-To: <038.8d585bf631411f7bbec255b00adf3ea8@lists.sourceforge.net> References: <038.8d585bf631411f7bbec255b00adf3ea8@lists.sourceforge.net> Message-ID: <047.f0d076f902ec676685c5d88fb012de13@lists.sourceforge.net> #822: Buildbot tries to run alwaysRun steps even after slave connection is lost -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: => 0.8.1 Comment: Sounds like a bug, but not a showstopper for 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 6 22:39:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 06 May 2010 22:39:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #825: Zombie builds stuck in FileDownload In-Reply-To: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> References: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> Message-ID: <047.ded08fdfdfaa49b4259530852fde3b0a@lists.sourceforge.net> #825: Zombie builds stuck in FileDownload -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.9 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): serendipitously, I saw a similar problem here today. Here's what I see in the web interface: (view as text) Traceback (most recent call last): Failure: twisted.spread.pb.PBConnectionLost: [Failure instance: Traceback (failure with no frames): : Connection was closed cleanly. ] For unrelated reasons, our buildslave logs for this no longer exist, so that's all I've got. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 04:54:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 04:54:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #820: Change imports fail on 8-bit comments In-Reply-To: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> References: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> Message-ID: <047.5ab405ce1462d94c15683a2c4e5800ad@lists.sourceforge.net> #820: Change imports fail on 8-bit comments -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): Catlee has a decent patch: http://github.com/catlee/buildbot/commit/4a4cd0b70739dcd88a6f221fac20e093f1842059 which has a few small tweaks required: the tests should call {{{upgrade(quiet=True)}}}, and remove_none should return {{{u""}}} instead of {{{""}}} on None. This implements what I'll call option 1: assume an encoding, and use "replace" to ignore any errors in the encoding. This will get folks upgraded to 0.8.0 with minimal fuss (usability) but at a cost in correctness. Option 2 is to remove the "replace" argument, and maybe catch the UnicodeEncodeError and display a nice friendly error message when the encodings don't match. Then write a {{{contrib/fix_changes_pickle_encoding.py}}} script that takes an encoding as an argument and applies it to the entire changes pickle (making a backup first of course). Option 3 is option 2 with the addition of a {{{--relax}}} flag to 'buildbot upgrade-master' that would automatically add the "replace" option in. Folks who don't really care about encodings could use this. I prefer option 2. Opinions? Thebrasse: you're right, and that needs a new, separate bug. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 07:56:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 07:56:30 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #820: Change imports fail on 8-bit comments In-Reply-To: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> References: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> Message-ID: <047.89229cd0cb9dd805d97db862567d5884@lists.sourceforge.net> #820: Change imports fail on 8-bit comments -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by thebrasse): I would also prefer option 2. If the error message contains instructions on what needs to be done (running {{{ contrib/fix_changes_pickle_encoding.py }}} with encoding as an argument and rerunning {{{ buildbot upgrade-master}}}) it should be fairly easy for users to upgrade. Dustin: I lost you. What requires a new separate bug? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 14:39:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 14:39:55 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #826: Occasional exceptions from util/loop.py Message-ID: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> #826: Occasional exceptions from util/loop.py -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- I'm hitting this exception a few times per day: {{{ 2010-05-07 03:32:04-0700 [-] Unhandled Error Traceback (most recent call last): File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/application/app.py", line 348, in runReactorWithLogging reactor.run() File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 1166, in run self.mainLoop() File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 1175, in mainLoop self.runUntilCurrent() File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 779, in runUntilCurrent call.func(*call.args, **call.kw) --- --- File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/buildbot-0.8.0rc3-py2.6.egg/buildbot/util/eventual.py", line 31, in _turn cb(*args, **kwargs) File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/buildbot-0.8.0rc3-py2.6.egg/buildbot/util/loop.py", line 159, in _loop_next return self._loop_done() File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/buildbot-0.8.0rc3-py2.6.egg/buildbot/util/loop.py", line 176, in _loop_done self._set_wakeup_timer() File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/buildbot-0.8.0rc3-py2.6.egg/buildbot/util/loop.py", line 214, in _set_wakeup_timer self._wakeup_timer = self._reactor.callLater(delay, self._wakeup) File "/tools/buildbot-0.8.0/lib/python2.6/site- packages/Twisted-9.0.0-py2.6-linux-i686.egg/twisted/internet/base.py", line 676, in callLater "%s is not greater than or equal to 0 seconds" % (_seconds,) exceptions.AssertionError: -0.0171718597412 is not greater than or equal to 0 seconds }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 15:07:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 15:07:58 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #827: ChangeSources may produce changes containing non-unicode strings Message-ID: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-unicode strings -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- We need to be careful and flexible in how bytestrings are handled when they come from pollers and commit hooks. I'm not sure what happens right now, but we should be applying some kind of decoding to them. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 15:08:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 15:08:26 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #820: Change imports fail on 8-bit comments In-Reply-To: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> References: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> Message-ID: <047.07403bb2d920c0045e2e68d01ab87fa9@lists.sourceforge.net> #820: Change imports fail on 8-bit comments -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): Thanks for the confirmation re: option 2. New bug: plain strings coming from thing like git_buildbot.py. I just opened #827. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 15:12:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 15:12:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #821: p4base handled badly In-Reply-To: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> References: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> Message-ID: <047.13800bd6ed2f07835545739ff273d3fb@lists.sourceforge.net> #821: p4base handled badly -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Ben Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Comment(by Dustin J. Mitchell): Merge branch 'bug821' of git://github.com/benallard/buildbot * 'bug821' of git://github.com/benallard/buildbot: P4: p4base was not a member of the class (fix #821) Fix typo in schema comments Changeset: f1f596956136e3847638075665001272dc740123 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 15:12:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 15:12:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #821: p4base handled badly In-Reply-To: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> References: <038.8fce66a63b36b89e8e32889bf5dd1496@lists.sourceforge.net> Message-ID: <047.a38507fd1b2adfc259759c3e1dfabf34@lists.sourceforge.net> #821: p4base handled badly -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Ben Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Comment(by Benoit Allard): P4: p4base was not a member of the class (fix #821) Changeset: 450221cf724271f45b1606ee9b782b2c149ca798 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 15:12:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 15:12:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #823: Nightly scheduler is not tracking changes when onlyIfChanged is True In-Reply-To: <038.2ab3f2507d4b3ec96445a8cfc539229d@lists.sourceforge.net> References: <038.2ab3f2507d4b3ec96445a8cfc539229d@lists.sourceforge.net> Message-ID: <047.28ac51f4e23795a4b95f8baf3419c0cd@lists.sourceforge.net> #823: Nightly scheduler is not tracking changes when onlyIfChanged is True -------------------+-------------------------------------------------------- Reporter: gareth | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Comment(by Gareth Armstrong): Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True Changeset: b7abcfb7f464cd811f482be1e021e264b23258a9 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 7 15:12:10 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 7 May 2010 08:12:10 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c40b18: Don't fire Nightly scheduler when onlyIfChanged is... Message-ID: <20100507151210.3C186422E1@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: c40b188112a55b7a911481dd9d562752bd6f0a07 http://github.com/djmitche/buildbot/commit/c40b188112a55b7a911481dd9d562752bd6f0a07 Author: Gareth Armstrong Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Don't fire Nightly scheduler when onlyIfChanged is set and no changes on branch Commit: 30c3a64f6fc72a49ad3393268dea09f3d2ee2485 http://github.com/djmitche/buildbot/commit/30c3a64f6fc72a49ad3393268dea09f3d2ee2485 Author: Gareth Armstrong Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Fix Nightly Scheduler docstring - specify Scheduler arguments by name Commit: cec2bf69ddd4752040b58c9d5f7d1b73d5c5a26c http://github.com/djmitche/buildbot/commit/cec2bf69ddd4752040b58c9d5f7d1b73d5c5a26c Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot * 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot: Fix Nightly Scheduler docstring - specify Scheduler arguments by name Don't fire Nightly scheduler when onlyIfChanged is set and no changes on branch Signed-off-by: Dustin J. Mitchell From noreply at github.com Fri May 7 15:12:15 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 7 May 2010 08:12:15 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 426d26: Fix typo in schema comments Message-ID: <20100507151215.3F358422C6@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 426d26e57d5ef74cc6b4a4429735b4dd98edd0cb http://github.com/djmitche/buildbot/commit/426d26e57d5ef74cc6b4a4429735b4dd98edd0cb Author: Chris AtLee Date: 2010-05-03 (Mon, 03 May 2010) Changed paths: M buildbot/db/schema/tables.sql Log Message: ----------- Fix typo in schema comments Commit: 450221cf724271f45b1606ee9b782b2c149ca798 http://github.com/djmitche/buildbot/commit/450221cf724271f45b1606ee9b782b2c149ca798 Author: Benoit Allard Date: 2010-05-05 (Wed, 05 May 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- P4: p4base was not a member of the class (fix #821) Commit: b7abcfb7f464cd811f482be1e021e264b23258a9 http://github.com/djmitche/buildbot/commit/b7abcfb7f464cd811f482be1e021e264b23258a9 Author: Gareth Armstrong Date: 2010-05-06 (Thu, 06 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True Commit: f1f596956136e3847638075665001272dc740123 http://github.com/djmitche/buildbot/commit/f1f596956136e3847638075665001272dc740123 Author: Dustin J. Mitchell Date: 2010-05-06 (Thu, 06 May 2010) Changed paths: M buildbot/db/schema/tables.sql M buildbot/steps/source.py Log Message: ----------- Merge branch 'bug821' of git://github.com/benallard/buildbot * 'bug821' of git://github.com/benallard/buildbot: P4: p4base was not a member of the class (fix #821) Fix typo in schema comments Commit: eeb57f2b4e2ccc7413308abd9378fff0bb12dc49 http://github.com/djmitche/buildbot/commit/eeb57f2b4e2ccc7413308abd9378fff0bb12dc49 Author: Dustin J. Mitchell Date: 2010-05-06 (Thu, 06 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot * 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot: Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True Signed-off-by: Dustin J. Mitchell Commit: c40b188112a55b7a911481dd9d562752bd6f0a07 http://github.com/djmitche/buildbot/commit/c40b188112a55b7a911481dd9d562752bd6f0a07 Author: Gareth Armstrong Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Don't fire Nightly scheduler when onlyIfChanged is set and no changes on branch Commit: 30c3a64f6fc72a49ad3393268dea09f3d2ee2485 http://github.com/djmitche/buildbot/commit/30c3a64f6fc72a49ad3393268dea09f3d2ee2485 Author: Gareth Armstrong Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Fix Nightly Scheduler docstring - specify Scheduler arguments by name Commit: cec2bf69ddd4752040b58c9d5f7d1b73d5c5a26c http://github.com/djmitche/buildbot/commit/cec2bf69ddd4752040b58c9d5f7d1b73d5c5a26c Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot * 'NightlySchedFixes' of git://github.com/garetharmstronghp/buildbot: Fix Nightly Scheduler docstring - specify Scheduler arguments by name Don't fire Nightly scheduler when onlyIfChanged is set and no changes on branch Signed-off-by: Dustin J. Mitchell Commit: 1e1578a80b02d5a6afa9a1f09126fb1b803d9b62 http://github.com/djmitche/buildbot/commit/1e1578a80b02d5a6afa9a1f09126fb1b803d9b62 Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/db/schema/tables.sql M buildbot/schedulers/timed.py M buildbot/steps/source.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Fix Nightly Scheduler docstring - specify Scheduler arguments by name Don't fire Nightly scheduler when onlyIfChanged is set and no changes on branch Fixes #823 - Nightly scheduler is not tracking changes when onlyIfChanged is True P4: p4base was not a member of the class (fix #821) Fix typo in schema comments From buildbot-devel at lists.sourceforge.net Fri May 7 15:26:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 15:26:47 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #828: Buildmaster should have a means of detecting and rate-limiting reconnecting slaves Message-ID: <038.f68d682d8acd9fc5c31aa1d435bd6d4e@lists.sourceforge.net> #828: Buildmaster should have a means of detecting and rate-limiting reconnecting slaves ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- We have slaves that reconnect repeatedly (their clocks run really fast .. vmware sucks .. long story). We have ways to whack them into shape, but it would be nice if the buildmaster could indicate this somehow - maybe the buildslaves/ display could indicate the average reconnect rate? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 16:30:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 16:30:39 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow Message-ID: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Using Peforce, with > 100k changes total. 10 builders. 8 win32 on a single slave. 2 linux on a single slave. When buildbot peg's the cpu, strace shows it's reading the sqlite database. It may be that the database needs another/more indexes? Strace shows this: read(10, "\r\0\0\0\16\0<\0\3\271\3q\3,\2\347\2\242\2]\2\30\1\323"..., 1024) = 1024 _llseek(10, 245733376, [245733376], SEEK_SET) = 0 read(10, "\r\0\0\0\r\0V\0\3\272\3w\0030\2\345\2\233\2V\2\21\1\310"..., 1024) = 1024 _llseek(10, 245734400, [245734400], SEEK_SET) = 0 read(10, "\r\0\0\0\r\0,\0\3\270\3h\3\36\2\323\2\206\2:\1\360\1\246"..., 1024) = 1024 _llseek(10, 245735424, [245735424], SEEK_SET) = 0 read(10, "\r\0\0\0\16\0001\0\3\266\3l\3\"\2\333\2\210\2L\2\16\1\317"..., 1024) = 1024 _llseek(10, 245736448, [245736448], SEEK_SET) = 0 read(10, "\r\0\0\0\16\0U\0\3\272\3t\3.\2\346\2\240\2c\2\'\1\344\1"..., 1024) = 1024 _llseek(10, 245737472, [245737472], SEEK_SET) = 0 read(10, "\r\0\0\0\16\0>\0\3\276\3\177\3@\3\4\2\305\2\203\2B\1\373"..., 1024) = 1024 _llseek(10, 245738496, [245738496], SEEK_SET) = 0 read(10, "\r\0\0\0\r\0<\0\3\263\3b\3\30\2\314\2\202\0028\1\351\1"..., 1024) = 1024 _llseek(10, 245739520, [245739520], SEEK_SET) = 0 read(10, "\r\0\0\0\r\0a\0\3\264\3h\3+\2\343\2\234\2T\2\f\1\305\1"..., 1024) = 1024 _llseek(10, 245740544, [245740544], SEEK_SET) = 0 .... Where filehandel 10 is 10 -> /opt/local/buildbot/state.sqlite Please let me know what additional information I can provide. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 16:33:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 16:33:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.8b46b35d842e237ff78903881abe1015@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * priority: major => critical * milestone: undecided => 0.8.0 Comment: My hypothesis is that the DBConnector event generator is trying to load all of those changes into memory. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 18:55:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 18:55:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #644: Add option to show the number of warnings In-Reply-To: <039.278666628bae4184e7ed4e4e7d204967@lists.sourceforge.net> References: <039.278666628bae4184e7ed4e4e7d204967@lists.sourceforge.net> Message-ID: <048.ef7bfdcff9284695ebb000524852be3b@lists.sourceforge.net> #644: Add option to show the number of warnings ------------------------+--------------------------------------------------- Reporter: jeffall | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.11 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 Comment: I think I see. Thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:05:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:05:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #826: Occasional exceptions from util/loop.py In-Reply-To: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> References: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> Message-ID: <047.a17c5c70bbb2fc41d68573d8e5ee284d@lists.sourceforge.net> #826: Occasional exceptions from util/loop.py -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: => 0.8.0 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:09:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:09:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #825: Zombie builds stuck in FileDownload In-Reply-To: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> References: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> Message-ID: <047.a1b4583c461ec201c5a7a4769bfe82b3@lists.sourceforge.net> #825: Zombie builds stuck in FileDownload -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.9 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:10:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:10:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #808: Blame info lost across trigger step->scheduler In-Reply-To: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> References: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> Message-ID: <048.0aaebec4b659c8d118af6f024e8c259c@lists.sourceforge.net> #808: Blame info lost across trigger step->scheduler ------------------------+--------------------------------------------------- Reporter: parente | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.8.+ Comment: I'm worried that will break other things. We need some more flexible handling of sourcestamp transformations. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:11:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:11:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #803: Disable patch output in twistd.log In-Reply-To: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> References: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> Message-ID: <047.bc522a0ffb1474f53856b288897a05d8@lists.sourceforge.net> #803: Disable patch output in twistd.log ------------------------+--------------------------------------------------- Reporter: maruel | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 Comment: Clarification from IRC conversation: This means not logging the patch in the stdio logfile - the patch is still available via the web interface. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:11:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:11:54 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #802: Early Timeout In-Reply-To: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> References: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> Message-ID: <045.55e4e0bac85128d87ded82bda0936b07@lists.sourceforge.net> #802: Early Timeout -------------------+-------------------------------------------------------- Reporter: axel | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: timeout -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:12:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:12:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #794: Document MailNotifier's change mode In-Reply-To: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> References: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> Message-ID: <046.7bd47b64677cde47047f6d66ac7d1a53@lists.sourceforge.net> #794: Document MailNotifier's change mode ------------------------+--------------------------------------------------- Reporter: fgsch | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.0 Comment: Uh, how did I miss this? This should be in 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:13:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:13:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #793: Remove unneeded prints in MailNotifier if mode is "change" In-Reply-To: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> References: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> Message-ID: <046.22e22806f930756eb4d3a619e536591f@lists.sourceforge.net> #793: Remove unneeded prints in MailNotifier if mode is "change" -------------------+-------------------------------------------------------- Reporter: fgsch | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Keywords: MailNotifier -------------------+-------------------------------------------------------- Changes (by dustin): * type: undecided => defect * milestone: undecided => 0.8.0 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:13:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:13:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #762: default text size really small in chromium-browser In-Reply-To: <036.25e2e13784dc973a57987d8a95f25b7f@lists.sourceforge.net> References: <036.25e2e13784dc973a57987d8a95f25b7f@lists.sourceforge.net> Message-ID: <045.63b77ddc126c0177f682a929547168c5@lists.sourceforge.net> #762: default text size really small in chromium-browser -------------------+-------------------------------------------------------- Reporter: chrb | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * type: undecided => defect * milestone: undecided => 0.8.1 Comment: This sounds like a CSS bug. That's a bit out of my league. Help from anyone else? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:14:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:14:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #758: extraHeaders in MailNotifier do not work In-Reply-To: <044.268ca927fb73f337c9db7eda376f4998@lists.sourceforge.net> References: <044.268ca927fb73f337c9db7eda376f4998@lists.sourceforge.net> Message-ID: <053.5f36ae5c25c8806879030d85304dea15@lists.sourceforge.net> #758: extraHeaders in MailNotifier do not work -------------------------+-------------------------------------------------- Reporter: perrinjerome | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: -------------------------+-------------------------------------------------- Changes (by dustin): * type: undecided => defect * milestone: undecided => 0.8.1 Comment: Looks good - let's get it merged in 0.8.1. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:14:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:14:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #758: extraHeaders in MailNotifier do not work (PATCH) (was: extraHeaders in MailNotifier do not work) In-Reply-To: <044.268ca927fb73f337c9db7eda376f4998@lists.sourceforge.net> References: <044.268ca927fb73f337c9db7eda376f4998@lists.sourceforge.net> Message-ID: <053.18b514fbec1f33ab219594bb1aa69eb3@lists.sourceforge.net> #758: extraHeaders in MailNotifier do not work (PATCH) -------------------------+-------------------------------------------------- Reporter: perrinjerome | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: -------------------------+-------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:16:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:16:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #744: "queued" status for dependent builders In-Reply-To: <038.4229ed7d46a2d0d12ab6c6f7e13eae52@lists.sourceforge.net> References: <038.4229ed7d46a2d0d12ab6c6f7e13eae52@lists.sourceforge.net> Message-ID: <047.976402766746a53941218e75fea27f45@lists.sourceforge.net> #744: "queued" status for dependent builders ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: master | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: I also don't understand how *schedulers* are waiting, but *builders* show a status like this - do they just arbitrariliy pick one of the schedulers that can trigger them, and show that scheduler's status? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:17:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:17:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #824: horizons for data cleanup can't be configured to not clean up (PATCH) (was: horizons for data cleanup can't be configured to not clean up) In-Reply-To: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> References: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> Message-ID: <045.e7c2fbdc1422342256aa3f3b62483431@lists.sourceforge.net> #824: horizons for data cleanup can't be configured to not clean up (PATCH) -------------------+-------------------------------------------------------- Reporter: Pike | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * type: undecided => defect * milestone: undecided => 0.8.0 Comment: Fix looks good, and simple enough. I'll add some docs. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:18:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:18:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #818: Filter status displays on revision (was: A way to bookmark the result of a set of changes in the waterfall) In-Reply-To: <041.d178796bbf7f4ae9491a09fdace3afa9@lists.sourceforge.net> References: <041.d178796bbf7f4ae9491a09fdace3afa9@lists.sourceforge.net> Message-ID: <050.f28ee845b88ed7912ae806aa82a63434@lists.sourceforge.net> #818: Filter status displays on revision ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: The waterfall is *definitely* the wrong tool for this. Have a look at the grid pages, instead. They can currently display only builds for a particular branch, but we are looking at adding more general filtering so that it could display e.g., all builds for a particular revision. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:19:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:19:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #798: buildbot email says success but warnings were generated In-Reply-To: <036.548a7eb60cdc2b775d6f66467c092018@lists.sourceforge.net> References: <036.548a7eb60cdc2b775d6f66467c092018@lists.sourceforge.net> Message-ID: <045.c38fc1ae06efad2cf3df25a9d26ba369@lists.sourceforge.net> #798: buildbot email says success but warnings were generated ----------------------------+----------------------------------------------- Reporter: chrb | Owner: Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.8.0 | Resolution: worksforme Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * type: defect => support-request * resolution: => worksforme Comment: I'll assume that was the case.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:20:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:20:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #760: Traceback if slavebuilddir is not set In-Reply-To: <044.18b5183915d10878f0fa5f279653f739@lists.sourceforge.net> References: <044.18b5183915d10878f0fa5f279653f739@lists.sourceforge.net> Message-ID: <053.5be4ab90d774c1bfb9c91002fb55d8e3@lists.sourceforge.net> #760: Traceback if slavebuilddir is not set ----------------------------+----------------------------------------------- Reporter: sascha_silbe | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------------+----------------------------------------------- Changes (by dustin): * type: defect => support-request -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:20:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:20:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #752: Add support of WithProperties to SVN defaultBranch. In-Reply-To: <043.0dd89766b3ef1b5e004944851dfaf02d@lists.sourceforge.net> References: <043.0dd89766b3ef1b5e004944851dfaf02d@lists.sourceforge.net> Message-ID: <052.afe15758a12ad12e3b1aa70040e8d71f@lists.sourceforge.net> #752: Add support of WithProperties to SVN defaultBranch. ------------------------+--------------------------------------------------- Reporter: RishiRamraj | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: WithProperties ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:21:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:21:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #747: Random corruption in log file In-Reply-To: <043.b45fa3abf8ed04d267fbfb6e38f09176@lists.sourceforge.net> References: <043.b45fa3abf8ed04d267fbfb6e38f09176@lists.sourceforge.net> Message-ID: <052.0011b49647562430cfc589f963389d88@lists.sourceforge.net> #747: Random corruption in log file ------------------------+--------------------------------------------------- Reporter: paulbgraham | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: 0.7.12 | Resolution: worksforme Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:22:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:22:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #727: console history reflects current status rather than history In-Reply-To: <038.f7b743ef2a1dad4376a1636ce29b6394@lists.sourceforge.net> References: <038.f7b743ef2a1dad4376a1636ce29b6394@lists.sourceforge.net> Message-ID: <047.2f27fcb1265fc2b849f7ef4bd9e27569@lists.sourceforge.net> #727: console history reflects current status rather than history -------------------+-------------------------------------------------------- Reporter: dan782 | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): dan782: what still occurs? Is it showing incorrect status for builds that were performed? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:23:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:23:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #716: Add parent-rev to change and use this in console In-Reply-To: <039.81698b2ccba200d5a6bf1ef015c57e28@lists.sourceforge.net> References: <039.81698b2ccba200d5a6bf1ef015c57e28@lists.sourceforge.net> Message-ID: <048.8e4a5d42e7c01d95dcfeab757bd93138@lists.sourceforge.net> #716: Add parent-rev to change and use this in console ------------------------+--------------------------------------------------- Reporter: marcusl | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: master | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:23:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:23:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #695: Improve mail notifier In-Reply-To: <039.8e01d898fc28443d276d25d96447ca2a@lists.sourceforge.net> References: <039.8e01d898fc28443d276d25d96447ca2a@lists.sourceforge.net> Message-ID: <048.27cb6e68e9cb36445254f3765c708be8@lists.sourceforge.net> #695: Improve mail notifier ----------------------------+----------------------------------------------- Reporter: jocelyn | Owner: Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.7.11 | Resolution: worksforme Keywords: mail notifier | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:24:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:24:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #586: buildbot with cygwin and perforce In-Reply-To: <038.9c52a9b3a1365ba6cfd3441528d3f507@lists.sourceforge.net> References: <038.9c52a9b3a1365ba6cfd3441528d3f507@lists.sourceforge.net> Message-ID: <047.ee1ac0d2b1daa57d061264ad88757fd8@lists.sourceforge.net> #586: buildbot with cygwin and perforce ---------------------------------+------------------------------------------ Reporter: sanalp | Owner: warner Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.7.10 | Resolution: worksforme Keywords: cygwin, perforce, p4 | ---------------------------------+------------------------------------------ Changes (by dustin): * status: new => closed * resolution: => worksforme Comment: Thanks, KR! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:24:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:24:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #801: getLastFinishedBuild() fails with simultaneous builds In-Reply-To: <038.e7f83f57e96bb2b2f14d4aaf200cd25f@lists.sourceforge.net> References: <038.e7f83f57e96bb2b2f14d4aaf200cd25f@lists.sourceforge.net> Message-ID: <047.7a0159a848d7b0b68464e3122937b783@lists.sourceforge.net> #801: getLastFinishedBuild() fails with simultaneous builds ---------------------+------------------------------------------------------ Reporter: maruel | Owner: maruel Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: master | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:27:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:27:30 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #830: set up a MySQL build on metabuildbot Message-ID: <038.ac6436915806c63e64abaec7c9422737@lists.sourceforge.net> #830: set up a MySQL build on metabuildbot -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- I can do this on knuth - I just need to find the spare cycles to do so. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:33:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:33:03 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #831: Need a means to set keepaliveTimeout on slaves Message-ID: <038.66dcb64b0a58b4344ed89616430b6178@lists.sourceforge.net> #831: Need a means to set keepaliveTimeout on slaves ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- buildbot create-slave supports: -k, --keepalive= Interval at which keepalives should be sent (in seconds) [default: 600] but the keepaliveTimeout is not configurable, and is hard-coded at 30 seconds. This is the time between when the slave sends a keepalive message and when it expects a response from the master. Due to clock wonkiness or a busy master, or whatever, we see response times longer than 30 seconds, so we need to configure this. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 19:36:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 19:36:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #831: Need a means to set keepaliveTimeout on slaves In-Reply-To: <038.66dcb64b0a58b4344ed89616430b6178@lists.sourceforge.net> References: <038.66dcb64b0a58b4344ed89616430b6178@lists.sourceforge.net> Message-ID: <047.212946645ce21c16c16a5e821b563230@lists.sourceforge.net> #831: Need a means to set keepaliveTimeout on slaves ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): {{{ 2010/05/06 21:26 -0700 [Broker,client] sending application-level keepalives every 600 seconds 2010/05/06 21:36 -0700 [-] sending app-level keepalive 2010/05/06 21:46 -0700 [-] sending app-level keepalive 2010/05/06 21:57 -0700 [-] sending app-level keepalive 2010/05/06 21:57 -0700 [-] BotFactory.checkActivity: nothing from master for 662 secs 2010/05/06 21:57 -0700 [Broker,client] BotFactory.keepaliveLost 2010/05/06 21:57 -0700 [Broker,client] lost remote }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:11:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:11:59 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #832: remove XMLRPC support Message-ID: <038.3ddbbe7959b90dcacacebefe37c6c02d@lists.sourceforge.net> #832: remove XMLRPC support ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- There seems to be general agreement on the mailing list that this particular interface is not used, and that if we're going to add a REST API we should drop XMLRPC. Sounds fine to me. I'll leave this ticket open for a while, in case there's disagreement. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:22:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:22:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #748: MySQL Exception when adding change (was: Exception when adding change) In-Reply-To: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> References: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> Message-ID: <047.9d973772a5a8a72e00d91acf9cb24c8e@lists.sourceforge.net> #748: MySQL Exception when adding change --------------------+------------------------------------------------------- Reporter: catlee | Owner: warner Type: defect | Status: assigned Priority: blocker | Milestone: 0.8.1 Version: master | Keywords: --------------------+------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:22:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:22:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #669: Clean up VC modes In-Reply-To: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> References: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> Message-ID: <047.e3b8fb7b1974150d1b9907f810562800@lists.sourceforge.net> #669: Clean up VC modes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * priority: blocker => major -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:25:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:25:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.79f2a21b2b7b85f3b1856768d887a0bd@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): Can I run this thing in a profiler or some such to gather data to support/disprove your hypothesis? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:30:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:30:39 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.5b84554bcfdf06780bcfa5ccd926f417@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): You could add some print's in here ({{{buildbot/db/connector.py}}}): {{{ 363 q += " ORDER BY changeid DESC" --here-- 364 rows = self.runQueryNow(q, tuple(args)) --here-- 365 # will this work? do I need to finish fetching everything by using 366 # list(rows)? or can I use it as an iterator and fetch things as 367 # needed? will the queries in getChangeNumberedNow() interfere with 368 # that iterator? --here-- 369 for (changeid,) in rows: --here-- 370 yield self.getChangeNumberedNow(changeid) }}} I suspect either that line 364 takes forever to execute, or line 369 does. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:35:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:35:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #793: Remove unneeded prints in MailNotifier if mode is "change" In-Reply-To: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> References: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> Message-ID: <046.997573dba4fadafa236e0368c87119b5@lists.sourceforge.net> #793: Remove unneeded prints in MailNotifier if mode is "change" -------------------------+-------------------------------------------------- Reporter: fgsch | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: MailNotifier | -------------------------+-------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Remove unnecessary prints in mail.py patch by fgsch fixes #793 Changeset: 548e259d2f58a38eb62cf68073e27573f74e70f4 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:35:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:35:59 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #794: Document MailNotifier's change mode In-Reply-To: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> References: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> Message-ID: <046.f5e91825ca062fda8527930bfe27e8db@lists.sourceforge.net> #794: Document MailNotifier's change mode ------------------------+--------------------------------------------------- Reporter: fgsch | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Document MailNotifier's change mode patch by fgsch fixes #794 Changeset: c7fb643243d7034306ed97150db99e65d8fb818b -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 7 22:36:01 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 7 May 2010 15:36:01 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 548e25: Remove unnecessary prints in mail.py Message-ID: <20100507223601.33684421AC@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 548e259d2f58a38eb62cf68073e27573f74e70f4 http://github.com/djmitche/buildbot/commit/548e259d2f58a38eb62cf68073e27573f74e70f4 Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/status/mail.py Log Message: ----------- Remove unnecessary prints in mail.py patch by fgsch fixes #793 Commit: c7fb643243d7034306ed97150db99e65d8fb818b http://github.com/djmitche/buildbot/commit/c7fb643243d7034306ed97150db99e65d8fb818b Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M docs/cfg-statustargets.texinfo Log Message: ----------- Document MailNotifier's change mode patch by fgsch fixes #794 From buildbot-devel at lists.sourceforge.net Fri May 7 22:37:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:37:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #794: Document MailNotifier's change mode In-Reply-To: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> References: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> Message-ID: <046.5138c0183f55dfc7c14dd0730bc5030b@lists.sourceforge.net> #794: Document MailNotifier's change mode ------------------------+--------------------------------------------------- Reporter: fgsch | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): Document MailNotifier's change mode patch by fgsch fixes #794 Changeset: c7fb643243d7034306ed97150db99e65d8fb818b -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 22:37:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 22:37:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #793: Remove unneeded prints in MailNotifier if mode is "change" In-Reply-To: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> References: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> Message-ID: <046.34cc06a91e23dcc3b058aee6bdf071c3@lists.sourceforge.net> #793: Remove unneeded prints in MailNotifier if mode is "change" -------------------------+-------------------------------------------------- Reporter: fgsch | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: MailNotifier | -------------------------+-------------------------------------------------- Comment(by Dustin J. Mitchell): Remove unnecessary prints in mail.py patch by fgsch fixes #793 Changeset: 548e259d2f58a38eb62cf68073e27573f74e70f4 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 7 22:37:16 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 7 May 2010 15:37:16 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 548e25: Remove unnecessary prints in mail.py Message-ID: <20100507223716.C658B421AC@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 548e259d2f58a38eb62cf68073e27573f74e70f4 http://github.com/djmitche/buildbot/commit/548e259d2f58a38eb62cf68073e27573f74e70f4 Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/status/mail.py Log Message: ----------- Remove unnecessary prints in mail.py patch by fgsch fixes #793 Commit: c7fb643243d7034306ed97150db99e65d8fb818b http://github.com/djmitche/buildbot/commit/c7fb643243d7034306ed97150db99e65d8fb818b Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M docs/cfg-statustargets.texinfo Log Message: ----------- Document MailNotifier's change mode patch by fgsch fixes #794 Commit: 598057ad9c93be9bc8c98d58739d4b19aff09be7 http://github.com/djmitche/buildbot/commit/598057ad9c93be9bc8c98d58739d4b19aff09be7 Author: Dustin J. Mitchell Date: 2010-05-07 (Fri, 07 May 2010) Changed paths: M buildbot/status/mail.py M docs/cfg-statustargets.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Document MailNotifier's change mode Remove unnecessary prints in mail.py From buildbot-devel at lists.sourceforge.net Fri May 7 23:18:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 23:18:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #824: horizons for data cleanup can't be configured to not clean up (PATCH) In-Reply-To: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> References: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> Message-ID: <045.9a83773ef73576e4379a62bb0afa6d05@lists.sourceforge.net> #824: horizons for data cleanup can't be configured to not clean up (PATCH) -------------------+-------------------------------------------------------- Reporter: Pike | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: This patch doesn't apply against master (because of 7fe3fcde20324928af219cd47ab890be6ec97a7a), so I'm bumping it back to 0.8.1. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 7 23:22:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 07 May 2010 23:22:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.6e47c7c79cd810ff3d9c5592e37175cc@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): O.k. added starting 1,2,3,4 respectively where you have --here-- here's the output, sanitized a bit to protect the innocent. {{{ 2010-05-07 15:52:44-0700 [HTTPChannel,0,192.168.17.162] starting 1 2010-05-07 15:52:44-0700 [HTTPChannel,0,192.168.17.162] starting 2 2010-05-07 15:52:44-0700 [HTTPChannel,0,192.168.17.162] starting 3 2010-05-07 15:52:44-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder aaa's build 327 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder acommon's build 459 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder bcommon's build 306 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder ccommon's build 250 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 620 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder ccc's build 68 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 517 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-main-32's build 59 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-ccc-64's build 10 from on-disk pickle 2010-05-07 15:52:47-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:52:50-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:52:52-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:52:55-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:52:58-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:00-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:03-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:06-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:09-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:11-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:14-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:17-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:19-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:22-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:25-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:27-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:30-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:33-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:35-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:38-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:41-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:43-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:46-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:49-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:51-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:56-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:53:59-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:01-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:03-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:05-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:07-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 619 from on-disk pickle 2010-05-07 15:54:08-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 516 from on-disk pickle 2010-05-07 15:54:08-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:10-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:12-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:14-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:16-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 618 from on-disk pickle 2010-05-07 15:54:16-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 515 from on-disk pickle 2010-05-07 15:54:16-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:19-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 617 from on-disk pickle 2010-05-07 15:54:19-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 514 from on-disk pickle 2010-05-07 15:54:19-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:21-0700 [HTTPChannel,0,192.168.17.162] Loading builder bcommon's build 305 from on-disk pickle 2010-05-07 15:54:21-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 616 from on-disk pickle 2010-05-07 15:54:21-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:23-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:26-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 513 from on-disk pickle 2010-05-07 15:54:26-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder main's build 230 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder ccommon's build 249 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder ccc's build 67 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 615 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder bcommon's build 304 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder acommon's build 458 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder aaa's build 326 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-main-32's build 58 from on-disk pickle 2010-05-07 15:54:28-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:30-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:32-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:35-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-ccc-64's build 9 from on-disk pickle 2010-05-07 15:54:35-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:37-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:39-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:41-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:44-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:46-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 512 from on-disk pickle 2010-05-07 15:54:46-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:48-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:50-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:53-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:55-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:57-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:54:59-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 511 from on-disk pickle 2010-05-07 15:54:59-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:02-0700 [HTTPChannel,0,192.168.17.162] Loading builder bbb's build 614 from on-disk pickle 2010-05-07 15:55:02-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:04-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:06-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:08-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:11-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:13-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:15-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:17-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:20-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:22-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:24-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:26-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:29-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:31-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:33-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:35-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:38-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:40-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:42-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:44-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:47-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:49-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:51-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:53-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:56-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-bbb-64's build 510 from on-disk pickle 2010-05-07 15:55:56-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:55:58-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:00-0700 [HTTPChannel,0,192.168.17.162] Loading builder ccc's build 66 from on-disk pickle 2010-05-07 15:56:00-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:03-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:05-0700 [HTTPChannel,0,192.168.17.162] Loading builder ccommon's build 248 from on-disk pickle 2010-05-07 15:56:05-0700 [HTTPChannel,0,192.168.17.162] Loading builder linux-ccc-64's build 8 from on-disk pickle 2010-05-07 15:56:05-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:07-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:09-0700 [HTTPChannel,0,192.168.17.162] Loading builder bcommon's build 303 from on-disk pickle 2010-05-07 15:56:09-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:12-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:14-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:16-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:18-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:21-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:23-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:25-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:27-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:30-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:32-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:34-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:36-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:39-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:41-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:43-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:45-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:48-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:50-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:52-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:54-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:56-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:56:59-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:01-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:03-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:06-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:08-0700 [HTTPChannel,0,192.168.17.162] Loading builder acommon's build 457 from on-disk pickle 2010-05-07 15:57:08-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:10-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:12-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:15-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:17-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:19-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:21-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:24-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:26-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:28-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:30-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:33-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:35-0700 [HTTPChannel,0,192.168.17.162] starting 4 2010-05-07 15:57:37-0700 [HTTPChannel,0,192.168.17.162] starting 4 }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 8 22:32:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 08 May 2010 22:32:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.4509fd95c44651f947fd18a66d1fda3c@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): Hmm, so the hypothesis that we must fetch all of the rows into memory first was false: it got to "starting 4" quite quickly. However, it takes ~2.5s to fetch each row, which seems like a lot. The query is {{{ SELECT changeid FROM changes ORDER BY changeid DESC }}} which is sorting on the primary key for that table, which in sqlite makes it an alias for the rowid. Sqlite rows are stored in rowid order, so this should be the simplest possible query. How long does a: {{{ sqlite3 state.sqlite 'select * from changes' > /dev/null }}} take? How about {{{ sqlite3 state.sqlite 'select * from changes order by changeid' > /dev/null }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 9 21:28:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 09 May 2010 21:28:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.c4914f1c735d3b9e395b213b2f987b18@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): Neither of these seem to take too long either.. {{{ /usr/bin/time -p sqlite3 state.sqlite 'select * from changes' > /dev/null real 0.15 user 0.14 sys 0.01 /usr/bin/time -p sqlite3 state.sqlite 'select * from changes order by changeid' > /dev/null real 0.15 user 0.14 sys 0.01 }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 9 21:37:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 09 May 2010 21:37:03 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.6dc8861f64cfeff01eb904ab4311961d@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): How much data is the waterfally trying to display? If complete, would it show all 100k changes? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 9 22:39:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 09 May 2010 22:39:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.6555da4e3cadc222dca906d3bd44dc42@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): Is this what you're asking? {{{ c['status'].append(html.WebStatus(http_port=8010,allowForce=True)) }}} There's 140k+ total changes in perforce thus far. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 9 22:43:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 09 May 2010 22:43:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.a76507076c963b92a30ff0e6ebbc6037@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): No, I'm asking whether, under normal circumstances (0.7.12), it displays all 140k+ changes on the waterfall page? If it's only showing, say, 100 changes, then that's 300s total, which is a long time, but not forever.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 10 00:29:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 10 May 2010 00:29:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.bb1f30631007e6eea8770946bf05cf05@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): No. It doesn't display all 140k on the first page which comes up. Probably 100-200. But it's currently taking minutes to display with 0.8.0rc2, vs seconds with 0.7.12. Can I gather any more info to help track this down? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 10 09:44:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 10 May 2010 09:44:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-unicode strings In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.8e9a73e0be46770346f65ff04a27ca9e@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-unicode strings -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by thebrasse): I just want to point out that git_buildbot.py has been modified (in [http://github.com/djmitche/buildbot/commit/f79aa7e5e0d6da468c8ff87ead970381ff83dde6 f79aa7e5e0d6da468c8f]) to use unicode strings for comments and such. This might no be relevant since a more general approach would be to make buildbot decode the strings as they come in. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue May 11 00:04:08 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 10 May 2010 17:04:08 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 19c9fa: Get fix_changes_pickle_encoding script working and... Message-ID: <20100511000408.4E890422A2@smtp1.rs.github.com> Branch: refs/heads/ticket820 Home: http://github.com/djmitche/buildbot Commit: 19c9fa36825bb94143bce28b3d2b2c430ce93957 http://github.com/djmitche/buildbot/commit/19c9fa36825bb94143bce28b3d2b2c430ce93957 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py M buildbot/test/regressions/test_import_unicode_changes.py A contrib/fix_changes_pickle_encoding.py Log Message: ----------- Get fix_changes_pickle_encoding script working and tested...sort of From noreply at github.com Tue May 11 00:04:32 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 10 May 2010 17:04:32 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 0c8442: tweaks to contrib script Message-ID: <20100511000432.4E0E1422A2@smtp1.rs.github.com> Branch: refs/heads/ticket820 Home: http://github.com/djmitche/buildbot Commit: 0c8442f65fb98b42d1ebdf761b7b2bf942c2bc34 http://github.com/djmitche/buildbot/commit/0c8442f65fb98b42d1ebdf761b7b2bf942c2bc34 Author: Dustin J. Mitchell Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M contrib/fix_changes_pickle_encoding.py Log Message: ----------- tweaks to contrib script From buildbot-devel at lists.sourceforge.net Tue May 11 15:07:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 11 May 2010 15:07:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #826: Occasional exceptions from util/loop.py In-Reply-To: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> References: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> Message-ID: <047.5604d5a8c5a0954aef651e3e35854382@lists.sourceforge.net> #826: Occasional exceptions from util/loop.py -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by catlee): Is {{{ delay = max(0, when - util.now(self._reactor)) }}} acceptable? I'm not really sure why I'm getting negative values sometimes. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 11 15:34:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 11 May 2010 15:34:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #826: Occasional exceptions from util/loop.py In-Reply-To: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> References: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> Message-ID: <047.382a1c5968e12afdd36b43389e629db8@lists.sourceforge.net> #826: Occasional exceptions from util/loop.py -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): Yes, that's fine by me. Clocks are weird. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue May 11 15:49:07 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 11 May 2010 08:49:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] bcd035: Make sure the loop delay is at least 0. Message-ID: <20100511154907.47858422AB@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: bcd03530858742354891449beb3ce44eaa77b370 http://github.com/djmitche/buildbot/commit/bcd03530858742354891449beb3ce44eaa77b370 Author: Chris AtLee Date: 2010-05-11 (Tue, 11 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Make sure the loop delay is at least 0. Fixes: #826. From buildbot-devel at lists.sourceforge.net Tue May 11 15:50:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 11 May 2010 15:50:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #826: Occasional exceptions from util/loop.py In-Reply-To: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> References: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> Message-ID: <047.6ae046debb8f567231c709c6e144b93c@lists.sourceforge.net> #826: Occasional exceptions from util/loop.py -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by catlee): Fixed in bcd03530858742354891449beb3ce44eaa77b370 on master branch. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue May 11 15:53:09 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 11 May 2010 08:53:09 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] bcd035: Make sure the loop delay is at least 0. Message-ID: <20100511155309.4156B4208F@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: bcd03530858742354891449beb3ce44eaa77b370 http://github.com/djmitche/buildbot/commit/bcd03530858742354891449beb3ce44eaa77b370 Author: Chris AtLee Date: 2010-05-11 (Tue, 11 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Make sure the loop delay is at least 0. Fixes: #826. Commit: e5b6ba76ac17df1d953062021651eacaf3920da7 http://github.com/djmitche/buildbot/commit/e5b6ba76ac17df1d953062021651eacaf3920da7 Author: Dustin J. Mitchell Date: 2010-05-11 (Tue, 11 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Make sure the loop delay is at least 0. From buildbot-devel at lists.sourceforge.net Tue May 11 16:01:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 11 May 2010 16:01:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #826: Occasional exceptions from util/loop.py In-Reply-To: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> References: <038.2a9d881b7512424fa82f2399f0c8b849@lists.sourceforge.net> Message-ID: <047.692d55a080e540cc3d409911b3411b00@lists.sourceforge.net> #826: Occasional exceptions from util/loop.py -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by catlee): * status: new => closed * resolution: => fixed Comment: Fixed in e5b6ba76ac17df1d953062021651eacaf3920da7 on 0.8.0 branch. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 11 19:43:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 11 May 2010 19:43:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #667: Git: Initial clone should use "--depth 1" option In-Reply-To: <038.177005c87a6a66adc041810ef4926686@lists.sourceforge.net> References: <038.177005c87a6a66adc041810ef4926686@lists.sourceforge.net> Message-ID: <047.d93cbbff481d0a86395d1d92497d5603@lists.sourceforge.net> #667: Git: Initial clone should use "--depth 1" option ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.11 | Resolution: fixed Keywords: git | ------------------------+--------------------------------------------------- Changes (by tfogal): * status: new => closed * resolution: => fixed Comment: This was actually fixed in: 5c269c04ab20ad82b3ca9921d34f7a6a1fe6baf0 , 8b6e8c3436762b9d45f6a1f749f180ed2553b44e , and 7d2ccda6386f7f0cce0bc7dc101621ba114e7f1c (sort of, user-configurable, not default) but the bug was never closed. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 10:14:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 10:14:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.c514fe8e681f8ede377f667bcae07d53@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Changes (by willw): * cc: lantictac@? (added) Comment: We're seeing the same performance issues here. The unfiltered waterfall page is taking around 12 seconds to generate. Filtering by committer gets the time down to about 3 seconds. This is with 8 builders running on 14 different windows slaves, although the master's running on Debian (squeeze/sid) with a dual core 3.20GHz CPU. And we cleared our build history when we upgraded to rc2 so fetching data from the DB should take no time at all - as there isn't much data to filter and fetch in the first place! The results for the command-line sqlite test: {{{ /usr/bin/time -p sqlite3 state.sqlite 'select * from changes order by changeid' > /dev/null real 0.01 user 0.01 sys 0.00 /usr/bin/time -p sqlite3 state.sqlite 'select * from changes' > /dev/null real 0.01 user 0.01 sys 0.00 }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 12:09:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 12:09:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.6b38f7d7de9cb5b51ca3d54488d959c5@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): I've just noticed that the slow response times seem to only occur while a build is in progress. If there is no build in progress the waterfall will render in 1-2 seconds. Could it be that the incoming build data from the running build is causing contention for the sqlite DB in some way? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 15:17:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 15:17:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.bb5f0ebb2eb520ef2ac036d9c11b378d@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): Build data is not stored in the DB (yet), so that shouldn't be a problem. But it's an interesting data point, and leads to a possible explanation: maybe the waterfall, which used to render in one long blocking operation, is now rendering in a series of asynchronous steps? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 15:25:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 15:25:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.0f411198427c0dde14abf140d030f8d0@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): Anything we can do to help? We're ready with the print statements ;) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed May 12 17:46:48 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 12 May 2010 10:46:48 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] fbdfb8: add docs for potential encoding problems Message-ID: <20100512174648.007244229C@smtp1.rs.github.com> Branch: refs/heads/ticket820 Home: http://github.com/djmitche/buildbot Commit: fbdfb878bf46aed182f6e35890bdd8e90b4274a0 http://github.com/djmitche/buildbot/commit/fbdfb878bf46aed182f6e35890bdd8e90b4274a0 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- add docs for potential encoding problems From buildbot-devel at lists.sourceforge.net Wed May 12 18:41:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 18:41:24 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #833: buildbot.status.web.logs assumes logfiles are in utf-8 Message-ID: <038.9f4696a9d9da0b680d99e925cc4b6cc2@lists.sourceforge.net> #833: buildbot.status.web.logs assumes logfiles are in utf-8 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Which they aren't if they're from Windows. Short-term fix is to decode the utf-8 with the 'replace' option, so stuff doesn't crash. Long term fix ... will be in 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 18:43:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 18:43:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #833: buildbot.status.web.logs assumes logfiles are in utf-8 In-Reply-To: <038.9f4696a9d9da0b680d99e925cc4b6cc2@lists.sourceforge.net> References: <038.9f4696a9d9da0b680d99e925cc4b6cc2@lists.sourceforge.net> Message-ID: <047.e885f81c723206dc816fdb9c5a74a2fb@lists.sourceforge.net> #833: buildbot.status.web.logs assumes logfiles are in utf-8 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: Chris fixed this in master for the short term: b19876d98300f0e1d8cbb990b5bf7ffedc03e74b -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 19:36:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 19:36:11 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #834: log message stream encoding inserts spurious newlines into logs on windows Message-ID: <038.6ab302c1c9d071ccdf31f01b184402eb@lists.sourceforge.net> #834: log message stream encoding inserts spurious newlines into logs on windows -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Logs from the windows metabuildbot are interspersed with unn ecessary newlines. I suspect that these come from the stream encoding, Windows' use of '\r\n' instead of '\n', and Python's automatic newline translation. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 12 21:14:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 12 May 2010 21:14:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.3f78c975b1039fd610fbc30fe9a7a68c@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): This is while build is running: {{{ /usr/bin/time -p wget http://buildbot:8010/waterfall > /dev/null --13:23:39-- http://buildbot:8010/waterfall => `waterfall' Resolving buildbot... 10.1.10.10 Connecting to buildbot|10.1.10.10|:8010... connected. HTTP request sent, awaiting response... 200 OK Length: 92,355 (90K) [text/html] 100%[=======================================================================================================>] 92,355 --.--K/s 13:29:43 (20.68 MB/s) - `waterfall' saved [92355/92355] real 363.79 user 0.00 sys 0.00 }}} I'll try and post the same once the build is completed. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 13 01:02:54 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 12 May 2010 18:02:54 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 57125a: Decode strings from change objects as if they're u... Message-ID: <20100513010254.BF35B4229C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 57125af4734505021b20b0faceaba92e8e66455d http://github.com/djmitche/buildbot/commit/57125af4734505021b20b0faceaba92e8e66455d Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py A buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Decode strings from change objects as if they're utf-8. Fixes: #820 Commit: 4d83d45a8f15a9299b33d8b029edcfbd0ad97005 http://github.com/djmitche/buildbot/commit/4d83d45a8f15a9299b33d8b029edcfbd0ad97005 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/db/schema/v1.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py M buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Reduce length of scheduler name, class_name columns so they fit with utf8 mysql collations. Detect non-unicode friendly database connection on v1 upgrade, and complain if it loses information. Commit: 280d785f8763a0b565a05d221ecf461891394cfe http://github.com/djmitche/buildbot/commit/280d785f8763a0b565a05d221ecf461891394cfe Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py Log Message: ----------- Make remove_none return u"" for None, and not replace data Commit: db1e51818c87f2e4716ad589e0e6fa5fc0f8cf7c http://github.com/djmitche/buildbot/commit/db1e51818c87f2e4716ad589e0e6fa5fc0f8cf7c Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Test that trying to import non-utf8 data will raise exceptions Commit: 363308579212e0f6bc26171b18c1d1bdde933adf http://github.com/djmitche/buildbot/commit/363308579212e0f6bc26171b18c1d1bdde933adf Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Test regular ascii data Commit: 09af42b12f25f18cef10484e59bf49a8fc7039bd http://github.com/djmitche/buildbot/commit/09af42b12f25f18cef10484e59bf49a8fc7039bd Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- formatting Commit: a6839b6f07483bb492d7fbe840e914fca124cd03 http://github.com/djmitche/buildbot/commit/a6839b6f07483bb492d7fbe840e914fca124cd03 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py Log Message: ----------- Raise an exception if the db can't store unicode data Commit: 684ba07fb4523ebf99e9ee488eb5a00dcce04cce http://github.com/djmitche/buildbot/commit/684ba07fb4523ebf99e9ee488eb5a00dcce04cce Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Improve exception on unicode decode failure Commit: 19c9fa36825bb94143bce28b3d2b2c430ce93957 http://github.com/djmitche/buildbot/commit/19c9fa36825bb94143bce28b3d2b2c430ce93957 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py M buildbot/test/regressions/test_import_unicode_changes.py A contrib/fix_changes_pickle_encoding.py Log Message: ----------- Get fix_changes_pickle_encoding script working and tested...sort of Commit: 0c8442f65fb98b42d1ebdf761b7b2bf942c2bc34 http://github.com/djmitche/buildbot/commit/0c8442f65fb98b42d1ebdf761b7b2bf942c2bc34 Author: Dustin J. Mitchell Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M contrib/fix_changes_pickle_encoding.py Log Message: ----------- tweaks to contrib script Commit: fbdfb878bf46aed182f6e35890bdd8e90b4274a0 http://github.com/djmitche/buildbot/commit/fbdfb878bf46aed182f6e35890bdd8e90b4274a0 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- add docs for potential encoding problems Commit: 12b0be6392c139e5a0dbdf9c22a30095400b0882 http://github.com/djmitche/buildbot/commit/12b0be6392c139e5a0dbdf9c22a30095400b0882 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/db/schema/v1.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py A buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py A contrib/fix_changes_pickle_encoding.py M docs/installation.texinfo Log Message: ----------- Merge branch 'ticket820' * ticket820: add docs for potential encoding problems tweaks to contrib script Get fix_changes_pickle_encoding script working and tested...sort of Improve exception on unicode decode failure Raise an exception if the db can't store unicode data formatting Test regular ascii data Test that trying to import non-utf8 data will raise exceptions Make remove_none return u"" for None, and not replace data Reduce length of scheduler name, class_name columns so they fit with Decode strings from change objects as if they're utf-8. From noreply at github.com Thu May 13 01:02:56 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 12 May 2010 18:02:56 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 5afc64: migrate recode_changes into OldChangeManager, don'... Message-ID: <20100513010256.3E19E422D3@smtp1.rs.github.com> Branch: refs/heads/ticket820 Home: http://github.com/djmitche/buildbot Commit: 5afc64e5f5b9cdcc75d541a052272138d5e86c6d http://github.com/djmitche/buildbot/commit/5afc64e5f5b9cdcc75d541a052272138d5e86c6d Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/test/regressions/test_import_unicode_changes.py M contrib/fix_changes_pickle_encoding.py Log Message: ----------- migrate recode_changes into OldChangeManager, don't convert to string This fixes some test failures, and avoids trying to shell out to the contrib script, which I doubt will work well in all situations. From noreply at github.com Thu May 13 01:03:21 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 12 May 2010 18:03:21 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 5afc64: migrate recode_changes into OldChangeManager, don'... Message-ID: <20100513010321.3ECD74229C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 5afc64e5f5b9cdcc75d541a052272138d5e86c6d http://github.com/djmitche/buildbot/commit/5afc64e5f5b9cdcc75d541a052272138d5e86c6d Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/test/regressions/test_import_unicode_changes.py M contrib/fix_changes_pickle_encoding.py Log Message: ----------- migrate recode_changes into OldChangeManager, don't convert to string This fixes some test failures, and avoids trying to shell out to the contrib script, which I doubt will work well in all situations. Commit: b7aa5647a21020d819d7ddeda097198a95e53ade http://github.com/djmitche/buildbot/commit/b7aa5647a21020d819d7ddeda097198a95e53ade Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/test/regressions/test_import_unicode_changes.py M contrib/fix_changes_pickle_encoding.py Log Message: ----------- Merge branch 'ticket820' * ticket820: migrate recode_changes into OldChangeManager, don't convert to string From noreply at github.com Thu May 13 01:04:32 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 12 May 2010 18:04:32 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 57125a: Decode strings from change objects as if they're u... Message-ID: <20100513010432.B88C9422CF@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 57125af4734505021b20b0faceaba92e8e66455d http://github.com/djmitche/buildbot/commit/57125af4734505021b20b0faceaba92e8e66455d Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py A buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Decode strings from change objects as if they're utf-8. Fixes: #820 Commit: 4d83d45a8f15a9299b33d8b029edcfbd0ad97005 http://github.com/djmitche/buildbot/commit/4d83d45a8f15a9299b33d8b029edcfbd0ad97005 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/db/schema/v1.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py M buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Reduce length of scheduler name, class_name columns so they fit with utf8 mysql collations. Detect non-unicode friendly database connection on v1 upgrade, and complain if it loses information. Commit: 280d785f8763a0b565a05d221ecf461891394cfe http://github.com/djmitche/buildbot/commit/280d785f8763a0b565a05d221ecf461891394cfe Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py Log Message: ----------- Make remove_none return u"" for None, and not replace data Commit: db1e51818c87f2e4716ad589e0e6fa5fc0f8cf7c http://github.com/djmitche/buildbot/commit/db1e51818c87f2e4716ad589e0e6fa5fc0f8cf7c Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Test that trying to import non-utf8 data will raise exceptions Commit: 363308579212e0f6bc26171b18c1d1bdde933adf http://github.com/djmitche/buildbot/commit/363308579212e0f6bc26171b18c1d1bdde933adf Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Test regular ascii data Commit: 09af42b12f25f18cef10484e59bf49a8fc7039bd http://github.com/djmitche/buildbot/commit/09af42b12f25f18cef10484e59bf49a8fc7039bd Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- formatting Commit: a6839b6f07483bb492d7fbe840e914fca124cd03 http://github.com/djmitche/buildbot/commit/a6839b6f07483bb492d7fbe840e914fca124cd03 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py Log Message: ----------- Raise an exception if the db can't store unicode data Commit: 684ba07fb4523ebf99e9ee488eb5a00dcce04cce http://github.com/djmitche/buildbot/commit/684ba07fb4523ebf99e9ee488eb5a00dcce04cce Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py M buildbot/test/regressions/test_import_unicode_changes.py Log Message: ----------- Improve exception on unicode decode failure Commit: 19c9fa36825bb94143bce28b3d2b2c430ce93957 http://github.com/djmitche/buildbot/commit/19c9fa36825bb94143bce28b3d2b2c430ce93957 Author: Chris AtLee Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M buildbot/db/schema/v1.py M buildbot/test/regressions/test_import_unicode_changes.py A contrib/fix_changes_pickle_encoding.py Log Message: ----------- Get fix_changes_pickle_encoding script working and tested...sort of Commit: 0c8442f65fb98b42d1ebdf761b7b2bf942c2bc34 http://github.com/djmitche/buildbot/commit/0c8442f65fb98b42d1ebdf761b7b2bf942c2bc34 Author: Dustin J. Mitchell Date: 2010-05-10 (Mon, 10 May 2010) Changed paths: M contrib/fix_changes_pickle_encoding.py Log Message: ----------- tweaks to contrib script Commit: fbdfb878bf46aed182f6e35890bdd8e90b4274a0 http://github.com/djmitche/buildbot/commit/fbdfb878bf46aed182f6e35890bdd8e90b4274a0 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- add docs for potential encoding problems Commit: 12b0be6392c139e5a0dbdf9c22a30095400b0882 http://github.com/djmitche/buildbot/commit/12b0be6392c139e5a0dbdf9c22a30095400b0882 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/db/schema/v1.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py A buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py A contrib/fix_changes_pickle_encoding.py M docs/installation.texinfo Log Message: ----------- Merge branch 'ticket820' * ticket820: add docs for potential encoding problems tweaks to contrib script Get fix_changes_pickle_encoding script working and tested...sort of Improve exception on unicode decode failure Raise an exception if the db can't store unicode data formatting Test regular ascii data Test that trying to import non-utf8 data will raise exceptions Make remove_none return u"" for None, and not replace data Reduce length of scheduler name, class_name columns so they fit with Decode strings from change objects as if they're utf-8. Commit: 5afc64e5f5b9cdcc75d541a052272138d5e86c6d http://github.com/djmitche/buildbot/commit/5afc64e5f5b9cdcc75d541a052272138d5e86c6d Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/test/regressions/test_import_unicode_changes.py M contrib/fix_changes_pickle_encoding.py Log Message: ----------- migrate recode_changes into OldChangeManager, don't convert to string This fixes some test failures, and avoids trying to shell out to the contrib script, which I doubt will work well in all situations. Commit: b7aa5647a21020d819d7ddeda097198a95e53ade http://github.com/djmitche/buildbot/commit/b7aa5647a21020d819d7ddeda097198a95e53ade Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/test/regressions/test_import_unicode_changes.py M contrib/fix_changes_pickle_encoding.py Log Message: ----------- Merge branch 'ticket820' * ticket820: migrate recode_changes into OldChangeManager, don't convert to string Commit: 62020352cad2e9c840dd1c00073a631a89332619 http://github.com/djmitche/buildbot/commit/62020352cad2e9c840dd1c00073a631a89332619 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/db/dbspec.py M buildbot/db/schema/v1.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py A buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py A contrib/fix_changes_pickle_encoding.py M docs/installation.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: migrate recode_changes into OldChangeManager, don't convert to string add docs for potential encoding problems tweaks to contrib script Get fix_changes_pickle_encoding script working and tested...sort of Improve exception on unicode decode failure Raise an exception if the db can't store unicode data formatting Test regular ascii data Test that trying to import non-utf8 data will raise exceptions Make remove_none return u"" for None, and not replace data Reduce length of scheduler name, class_name columns so they fit with Decode strings from change objects as if they're utf-8. From buildbot-devel at lists.sourceforge.net Thu May 13 01:06:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 01:06:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #820: Change imports fail on 8-bit comments In-Reply-To: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> References: <038.815fd43578c89341768e5bf88c1ec52d@lists.sourceforge.net> Message-ID: <047.4d04ce01e0fb5f82beacd3c0b897e86f@lists.sourceforge.net> #820: Change imports fail on 8-bit comments -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: OK, this bug in particular is handled in b7aa5647a21020d819d7ddeda097198a95e53ade. #827 is on its own. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 01:08:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 01:08:38 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #835: fix windows test failures Message-ID: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> #835: fix windows test failures ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Now that maruel has set up two windows slaves, we need to get their test failures fixed. This is not a 0.8.0 blocker! {{{ [FAIL]: buildbot.test.unit.test_db_dbspec.DBSpec.test_fromURL_sqlitePercentSub Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_db_dbspec.py", line 42, in test_fromURL_sqlitePercentSub connargs=(os.path.join(basedir, "x/state.sqlite"),)) File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_db_dbspec.py", line 30, in failUnlessConnection raise unittest.FailTest("; ".join(errs)) twisted.trial.unittest.FailTest: unexpected connargs: ('/foo/bar/x/state.sqlite',), expected ('/foo/bar\\x/state.sqlite',) =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testCommandMaxTime Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 151, in check self.failUnless({'rc': -1} in b.updates, b.updates) twisted.trial.unittest.FailTest: [{'header': 'sleep 10; echo hello\n in dir test_slave_commands_base.shellcommand.maxtime\n watching logfiles {}\n argv: sleep 10; echo hello\n environment:\n ALLUSERSPROFILE=C:\\ProgramData\n APPDATA=C:\\Users\\user\\AppData\\Roaming\n CLIENTNAME=MARUEL-Z600\n COMMONPROGRAMFILES=C:\\Program Files (x86)\\Common Files\n COMMONPROGRAMFILES(X86)=C:\\Program Files (x86)\\Common Files\n COMMONPROGRAMW6432=C:\\Program Files\\Common Files\n COMPUTERNAME=WIN7-BB\n COMSPEC=C:\\Windows\\system32\\cmd.exe\n FP_NO_HOST_CHECK=NO\n HOMEDRIVE=C:\n HOMEPATH=\\Users\\user\n LOCALAPPDATA=C:\\Users\\user\\AppData\\Local\n LOGONSERVER=\\\\WIN7-BB\n NUMBER_OF_PROCESSORS=2\n OS=Windows_NT\n PATH=C:\\Program Files (x86)\\CollabNet\\Subversion Client;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\python26;c:\\python26\\scripts;C:\\Program Files (x86)\\Git\\bin\n PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\n PROCESSOR_ARCHITECTURE=x86\n PROCESSOR_ARCHITEW6432=AMD64\n PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 6, GenuineIntel\n PROCESSOR_LEVEL=6\n PROCESSOR_REVISION=0f06\n PROGRAMDATA=C:\\ProgramData\n PROGRAMFILES=C:\\Program Files (x86)\n PROGRAMFILES(X86)=C:\\Program Files (x86)\n PROGRAMW6432=C:\\Program Files\n PROMPT=$P$G\n PSMODULEPATH=C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\n PUBLIC=C:\\Users\\Public\n PWD=C:\\slave\\slave- win7-py26\\build\\_trial_temp\\test_slave_commands_base.shellcommand.maxtime\n PYTHONPATH=.;.\n PYTHON_EGG_CACHE=../\n SESSIONNAME=RDP-Tcp#0\n SYSTEMDRIVE=C:\n SYSTEMROOT=C:\\Windows\n TEMP=C:\\Users\\user\\AppData\\Local\\Temp\n TMP=C:\\Users\\user\\AppData\\Local\\Temp\n USERDOMAIN=win7-bb\n USERNAME=user\n USERPROFILE=C:\\Users\\user\n WINDIR=C:\\Windows\n closing stdin\n using PTY: False\n'}, {'header': '\ncommand timed out: 5 seconds elapsed, killing pid 980\n'}, {'rc': 1}, {'header': 'elapsedTime=6.000000\n'}] =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testCommandTimeout Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 137, in check self.failUnless({'rc': -1} in b.updates, b.updates) twisted.trial.unittest.FailTest: [{'header': 'sleep 10; echo hello\n in dir test_slave_commands_base.shellcommand.timeout (timeout 5 secs)\n watching logfiles {}\n argv: sleep 10; echo hello\n environment:\n ALLUSERSPROFILE=C:\\ProgramData\n APPDATA=C:\\Users\\user\\AppData\\Roaming\n CLIENTNAME=MARUEL-Z600\n COMMONPROGRAMFILES=C:\\Program Files (x86)\\Common Files\n COMMONPROGRAMFILES(X86)=C:\\Program Files (x86)\\Common Files\n COMMONPROGRAMW6432=C:\\Program Files\\Common Files\n COMPUTERNAME=WIN7-BB\n COMSPEC=C:\\Windows\\system32\\cmd.exe\n FP_NO_HOST_CHECK=NO\n HOMEDRIVE=C:\n HOMEPATH=\\Users\\user\n LOCALAPPDATA=C:\\Users\\user\\AppData\\Local\n LOGONSERVER=\\\\WIN7-BB\n NUMBER_OF_PROCESSORS=2\n OS=Windows_NT\n PATH=C:\\Program Files (x86)\\CollabNet\\Subversion Client;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\python26;c:\\python26\\scripts;C:\\Program Files (x86)\\Git\\bin\n PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\n PROCESSOR_ARCHITECTURE=x86\n PROCESSOR_ARCHITEW6432=AMD64\n PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 15 Stepping 6, GenuineIntel\n PROCESSOR_LEVEL=6\n PROCESSOR_REVISION=0f06\n PROGRAMDATA=C:\\ProgramData\n PROGRAMFILES=C:\\Program Files (x86)\n PROGRAMFILES(X86)=C:\\Program Files (x86)\n PROGRAMW6432=C:\\Program Files\n PROMPT=$P$G\n PSMODULEPATH=C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\n PUBLIC=C:\\Users\\Public\n PWD=C:\\slave\\slave- win7-py26\\build\\_trial_temp\\test_slave_commands_base.shellcommand.timeout\n PYTHONPATH=.;.\n PYTHON_EGG_CACHE=../\n SESSIONNAME=RDP-Tcp#0\n SYSTEMDRIVE=C:\n SYSTEMROOT=C:\\Windows\n TEMP=C:\\Users\\user\\AppData\\Local\\Temp\n TMP=C:\\Users\\user\\AppData\\Local\\Temp\n USERDOMAIN=win7-bb\n USERNAME=user\n USERPROFILE=C:\\Users\\user\n WINDIR=C:\\Windows\n closing stdin\n using PTY: False\n'}, {'header': '\ncommand timed out: 5 seconds without output, killing pid 2436\n'}, {'rc': 1}, {'header': 'elapsedTime=6.000000\n'}] =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testKeepStderr Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 97, in check self.failUnless({'stderr': 'hello\n'} in b.updates) twisted.trial.unittest.FailTest: None =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testKeepStdout Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 110, in check self.failUnless({'stdout': 'hello\n'} in b.updates) twisted.trial.unittest.FailTest: None =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testStart Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 36, in check self.failUnless({'stdout': 'hello\n'} in b.updates) twisted.trial.unittest.FailTest: None =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testStderr Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 73, in check self.failIf({'stderr': 'hello\n'} not in b.updates) twisted.trial.unittest.FailTest: None =============================================================================== [FAIL]: buildbot.test.unit.test_slave_commands_base.TestShellCommand.testStringCommand Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_slave_commands_base.py", line 123, in check self.failUnless({'stdout': 'hello\n'} in b.updates) twisted.trial.unittest.FailTest: None =============================================================================== [ERROR]: buildbot.test.regressions.test_change_properties.TestChangeProperties.testDBGetChangeByNumber Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\regressions\test_change_properties.py", line 31, in tearDown shutil.rmtree(self.basedir) File "c:\Python26\lib\shutil.py", line 221, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "c:\Python26\lib\shutil.py", line 219, in rmtree os.remove(fullname) exceptions.WindowsError: [Error 32] Le processus ne peut pas acc?r au fichier car ce fichier est utilis?ar un autre processus: 'ChangeProperties\\state.sqlite' =============================================================================== [ERROR]: buildbot.test.regressions.test_change_properties.TestChangeProperties.testDBGetChangeNumberedNow Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\regressions\test_change_properties.py", line 18, in setUp shutil.rmtree(self.basedir) File "c:\Python26\lib\shutil.py", line 221, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "c:\Python26\lib\shutil.py", line 219, in rmtree os.remove(fullname) exceptions.WindowsError: [Error 32] Le processus ne peut pas acc?r au fichier car ce fichier est utilis?ar un autre processus: 'ChangeProperties\\state.sqlite' =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testAsciiChange Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\regressions\test_import_unicode_changes.py", line 71, in testAsciiChange sm.upgrade(quiet=True) File "C:\slave\slave-win7-py26\build\buildbot\db\schema\manager.py", line 56, in upgrade upg.upgrade() File "C:\slave\slave-win7-py26\build\buildbot\db\schema\v1.py", line 246, in upgrade self.migrate_changes() File "C:\slave\slave-win7-py26\build\buildbot\db\schema\v1.py", line 317, in migrate_changes source = cPickle.load(open(changes_pickle,"rb")) exceptions.ImportError: No module named test_import_unicode_changes =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testNonUnicodeChange Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\regressions\test_import_unicode_changes.py", line 24, in setUp shutil.rmtree(self.basedir) File "c:\Python26\lib\shutil.py", line 221, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "c:\Python26\lib\shutil.py", line 219, in rmtree os.remove(fullname) exceptions.WindowsError: [Error 32] Le processus ne peut pas acc?r au fichier car ce fichier est utilis?ar un autre processus: 'UnicodeChanges\\state.sqlite' =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testUTF16Change Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\regressions\test_import_unicode_changes.py", line 94, in testUTF16Change sm.upgrade(quiet=True) File "C:\slave\slave-win7-py26\build\buildbot\db\schema\manager.py", line 56, in upgrade upg.upgrade() File "C:\slave\slave-win7-py26\build\buildbot\db\schema\v1.py", line 246, in upgrade self.migrate_changes() File "C:\slave\slave-win7-py26\build\buildbot\db\schema\v1.py", line 317, in migrate_changes source = cPickle.load(open(changes_pickle,"rb")) exceptions.ImportError: No module named changes =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testUnicodeChange Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\regressions\test_import_unicode_changes.py", line 24, in setUp shutil.rmtree(self.basedir) File "c:\Python26\lib\shutil.py", line 221, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "c:\Python26\lib\shutil.py", line 219, in rmtree os.remove(fullname) exceptions.WindowsError: [Error 32] Le processus ne peut pas acc?r au fichier car ce fichier est utilis?ar un autre processus: 'UnicodeChanges\\state.sqlite' =============================================================================== [ERROR]: buildbot.test.unit.test_db_dbspec.DBSpec.test_fromURL_sqliteAbsolutePathNoBasedir Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_db_dbspec.py", line 51, in test_fromURL_sqliteAbsolutePathNoBasedir d = dbspec.DBSpec.from_url("sqlite:////tmp/state.sqlite") File "C:\slave\slave-win7-py26\build\buildbot\db\dbspec.py", line 146, in from_url database = os.path.join(basedir, database) File "c:\Python26\lib\ntpath.py", line 82, in join if path[1:2] != ":" or b[1:2] == ":": exceptions.TypeError: 'NoneType' object is unsubscriptable =============================================================================== [ERROR]: buildbot.test.unit.test_db_dbspec.DBSpec.test_fromURL_sqliteArgs Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_db_dbspec.py", line 61, in test_fromURL_sqliteArgs d = dbspec.DBSpec.from_url("sqlite:////tmp/state.sqlite?foo=bar") File "C:\slave\slave-win7-py26\build\buildbot\db\dbspec.py", line 146, in from_url database = os.path.join(basedir, database) File "c:\Python26\lib\ntpath.py", line 82, in join if path[1:2] != ":" or b[1:2] == ":": exceptions.TypeError: 'NoneType' object is unsubscriptable =============================================================================== [ERROR]: buildbot.test.unit.test_db_schema_master.DBSchemaManager.test_upgrade_full Traceback (most recent call last): File "C:\slave\slave- win7-py26\build\buildbot\test\unit\test_db_schema_master.py", line 200, in test_upgrade_full self.sm.upgrade(quiet=True) File "C:\slave\slave-win7-py26\build\buildbot\db\schema\manager.py", line 56, in upgrade upg.upgrade() File "C:\slave\slave-win7-py26\build\buildbot\db\schema\v1.py", line 246, in upgrade self.migrate_changes() File "C:\slave\slave-win7-py26\build\buildbot\db\schema\v1.py", line 317, in migrate_changes source = cPickle.load(open(changes_pickle,"rb")) exceptions.ImportError: No module named copy_reg [ERROR]: buildbot.test.regressions.test_change_properties.TestChangeProperties.testDBGetChangeByNumber Traceback (most recent call last): File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/test/regressions/test_change_properties.py", line 24, in setUp self.sm.upgrade() File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/db/schema/manager.py", line 56, in upgrade upg.upgrade() File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/db/schema/v2.py", line 9, in upgrade self.set_version() File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/db/schema/v2.py", line 32, in set_version c.execute("""UPDATE version set version = 2 where version = 1""") pysqlite2.dbapi2.OperationalError: unable to open database file =============================================================================== [ERROR]: buildbot.test.regressions.test_change_properties.TestChangeProperties.testDBGetChangeNumberedNow Traceback (most recent call last): File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/test/regressions/test_change_properties.py", line 18, in setUp shutil.rmtree(self.basedir) File "/usr/lib/python2.5/shutil.py", line 180, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "/usr/lib/python2.5/shutil.py", line 178, in rmtree os.remove(fullname) exceptions.OSError: [Errno 16] Device or resource busy: 'ChangeProperties/state.sqlite' =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testAsciiChange Traceback (most recent call last): File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/test/regressions/test_import_unicode_changes.py", line 71, in testAsciiChange sm.upgrade(quiet=True) File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/db/schema/manager.py", line 56, in upgrade upg.upgrade() File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/db/schema/v2.py", line 9, in upgrade self.set_version() File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/db/schema/v2.py", line 32, in set_version c.execute("""UPDATE version set version = 2 where version = 1""") pysqlite2.dbapi2.OperationalError: unable to open database file =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testNonUnicodeChange Traceback (most recent call last): File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/test/regressions/test_import_unicode_changes.py", line 24, in setUp shutil.rmtree(self.basedir) File "/usr/lib/python2.5/shutil.py", line 180, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "/usr/lib/python2.5/shutil.py", line 178, in rmtree os.remove(fullname) exceptions.OSError: [Errno 16] Device or resource busy: 'UnicodeChanges/state.sqlite' =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testUTF16Change Traceback (most recent call last): File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/test/regressions/test_import_unicode_changes.py", line 24, in setUp shutil.rmtree(self.basedir) File "/usr/lib/python2.5/shutil.py", line 180, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "/usr/lib/python2.5/shutil.py", line 178, in rmtree os.remove(fullname) exceptions.OSError: [Errno 16] Device or resource busy: 'UnicodeChanges/state.sqlite' =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testUnicodeChange Traceback (most recent call last): File "/home/user/slave/slave-xp- cygwin-1.7/build/buildbot/test/regressions/test_import_unicode_changes.py", line 24, in setUp shutil.rmtree(self.basedir) File "/usr/lib/python2.5/shutil.py", line 180, in rmtree onerror(os.remove, fullname, sys.exc_info()) File "/usr/lib/python2.5/shutil.py", line 178, in rmtree os.remove(fullname) exceptions.OSError: [Errno 16] Device or resource busy: 'UnicodeChanges/state.sqlite' }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 02:59:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 02:59:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.43104ef81a4a96d556a326d45fddaf4d@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): I've been experimenting with this in the context of the metabuildbot. It has 937 changes at the moment, and the waterfall renders in 1.147s, and is similarly quick even with a build running. What do the memory footprints of your (willw, bdbaddog) masters look like? Is it possible that this is so slow because they're swapping? My earlier idea that this might be caused by the waterfall yielding time to other activities on the master (like processing data from a slave performing a build) is roundly contradicted: the waterfall's {{{buildGrid}}} method is a monolithic, blocking method (it does use generators to get some multiprocessing going, but it doesn't allow the reactor to process other events). -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 03:29:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 03:29:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-unicode strings In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.2a70e561db529871fe365b9a1157f009@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-unicode strings -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): thebrasse: actually, that's exactly the approach I want to take - the changesource itself should be responsible for decoding into unicode strings. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 05:02:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 05:02:30 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #836: figure out what Change.links is Message-ID: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> #836: figure out what Change.links is ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Change.asDict does some weird stuff with files and links: {{{ def asDict(self): '''returns a dictonary with suitable info for html/mail rendering''' result = {} files = [] for file in self.files: link = filter(lambda s: s.find(file) != -1, self.links) if len(link) == 1: url = link[0] else: url = None files.append(dict(url=url, name=file)) files = sorted(files, cmp=lambda a,b: a['name'] < b['name']) }}} What is this all about? I don't know how to test it, because I don't know what it's supposed to do.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 09:48:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 09:48:26 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #836: figure out what Change.links is In-Reply-To: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> References: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> Message-ID: <047.68331933ece74f70b5a98bb7cde7d70f@lists.sourceforge.net> #836: figure out what Change.links is ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by marcusl): I think each file can have a corresponding URL in self.links. The for loop matches them. It was there before I wrote that function (i.e. I just adapted the previous html-paste code to an asDict() instead.) The sorting is just to get files in order, for easier human reading of the commited files list. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 09:49:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 09:49:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #835: fix windows test failures In-Reply-To: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> References: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> Message-ID: <047.629355d6d4248833db9a0dd1efec9f8a@lists.sourceforge.net> #835: fix windows test failures ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Comment(by marcusl): The remove-problems is probably due to the filesystem differences. On Windows, you can't unlink an open file, whereas on *nix it's possible, the file goes away once all open handles to it are closed. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 09:53:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 09:53:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #836: figure out what Change.links is In-Reply-To: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> References: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> Message-ID: <047.01a0a7ca521f3b24501eb3ddf709eeb8@lists.sourceforge.net> #836: figure out what Change.links is ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by marcusl): self.links might not be used anymore. If so, we can just prune it and be happy. :) I suppose some ChangeSource:s (via PB et.al.) might set these URLs, but I'd prefer that to be urlified in Webstatus, as we do with rev-ids. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 10:46:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 10:46:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #128: add user support for monotone In-Reply-To: <037.3fd2ad4bb0b20f2a9fbd3b8eeb0b482f@lists.sourceforge.net> References: <037.3fd2ad4bb0b20f2a9fbd3b8eeb0b482f@lists.sourceforge.net> Message-ID: <046.0ee0bc77376c5e9a08c5a78a4351c886@lists.sourceforge.net> #128: add user support for monotone ------------------------+--------------------------------------------------- Reporter: chris | Owner: dustin Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.+ Version: 0.7.6 | Keywords: ------------------------+--------------------------------------------------- Comment(by PhilHannent): With monotone you can have a hook which would provide the password, that way you would not need to have the password in the buildbot script. I would be very keen to see buildbot support monotone natively. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 11:01:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 11:01:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.ed935eb6296e15b3dc51e8451cc58198@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): Okay, something else very interesting has just come to light: {{{ top - 12:43:41 up 9 days, 23:58, 3 users, load average: 0.97, 0.85, 0.89 Tasks: 120 total, 1 running, 119 sleeping, 0 stopped, 0 zombie Cpu(s): 36.9%us, 13.0%sy, 0.0%ni, 49.9%id, 0.0%wa, 0.2%hi, 0.0%si, 0.0%st Mem: 2063496k total, 1416476k used, 647020k free, 204232k buffers Swap: 3229024k total, 0k used, 3229024k free, 646100k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 25680 build 20 0 356m 164m 2904 S 100 8.2 11:39.01 buildbot 2706 root 20 0 24168 1244 1048 S 0 0.1 1:01.29 hald-addon- stor 1 root 20 0 10324 756 628 S 0 0.0 0:04.92 init 2 root 15 -5 0 0 0 S 0 0.0 0:00.00 kthreadd 3 root RT -5 0 0 0 S 0 0.0 0:00.16 migration/0 }}} If there's any build activity buildbot is at 100% of CPU time - irrespective of waterfall access. So I don't think it's anything to do with the waterfall itself... If there's no build activity the CPU usage returns to normal. And unsurprisingly the waterfall is again responsive... -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 14:16:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 14:16:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.bea767b982272551066e6963efed4623@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by catlee): What version of buildbot are your slaves running? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 14:25:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 14:25:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.68e992bfe404a01b4df52b086a437b89@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): Ah, good point. Slaves are all running 0.7.12 on Windows. Master info: Buildbot: 0.8.0rc2 Twisted: 10.0.0 Jinja: 2.4.1 Python: 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) [GCC 4.3.2] Buildmaster platform: linux2 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 14:37:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 14:37:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 waterfall is unusably slow In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.1ff9560f5697625d0ffce0fc710a8224@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 waterfall is unusably slow ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by catlee): You might want to try upgrading the slaves. Buildbot 0.8.0 has some changes for the slaves that reduces the load on the master. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 15:39:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 15:39:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #835: fix windows test failures In-Reply-To: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> References: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> Message-ID: <047.e032168205cf9c02b7e9c16b15b02672@lists.sourceforge.net> #835: fix windows test failures ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): Yeah - it looks like some of the tests aren't closing their db correctly. The other problems are more mysterious, though. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 15:47:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 15:47:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #128: add user support for monotone In-Reply-To: <037.3fd2ad4bb0b20f2a9fbd3b8eeb0b482f@lists.sourceforge.net> References: <037.3fd2ad4bb0b20f2a9fbd3b8eeb0b482f@lists.sourceforge.net> Message-ID: <046.b29780e01ee681204f0d2ba9ccf6b66e@lists.sourceforge.net> #128: add user support for monotone ------------------------+--------------------------------------------------- Reporter: chris | Owner: dustin Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.+ Version: 0.7.6 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): Note that buildbot *does* support monone natively, although it hasn't seen much maintenance recently. The problem with adding more VC's is that it's difficult to maintain them without someone familiar with the VC. If you could arrange a reliable maintainer from the monotone community (or, better, arrange a connection between the buildbot and monotone communities, so we do not depend on one person), then support could be better. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 15:49:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 15:49:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running (was: Buildbot 0.8.0rc2 waterfall is unusably slow) In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.2a2cbc1a944980f1d0d898d49ff785bb@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: I'm going to risk the wrath of the masses and bump this to 0.8.1 and re- title it. If performance is a big problem for everyone, well, then we'll fix it and release 0.8.1. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 17:23:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 17:23:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.5de64aa9d0830de7d73143a8165c4f89@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): We're going to try upgrading a couple of slaves to 0.8.0rc2 and just use those exclusively with the master to see if that might make some difference. If that doesn't bear fruit we'll try downgrading twisted to 10.0.0 to 8.1.0 - the same as you have running on the metabuildbot master. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 18:05:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 18:05:21 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #837: When doStepIf skips a step, finished() is called without start() Message-ID: <037.16affe26cf67456d6dc61239597451b6@lists.sourceforge.net> #837: When doStepIf skips a step, finished() is called without start() ----------------------+----------------------------------------------------- Reporter: gward | Owner: Type: undecided | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: ----------------------+----------------------------------------------------- I have a custom build step that looks something like this: {{{ class MyStep(ShellCommand): def start(self): ShellCommand.start(self) self.__privatedata = ... def finished(self, results): self.__privatedata.something() ... }}} This worked fine under 0.7.9 for a year or so. In particular, it was safe for `finished()` to assume that `self.__privatedata` was set, because `start()` was always called. But I recently had to upgrade to use `doStepIf`. (Nice feature: thanks to whoever implemented it!) Now the assumption behind my `finished()` is no longer correct. If a step is skipped because `doStepIf` returns false, `start()` is never called, but `finished()` is. So my step fails with `AttributeError`. I've worked around it with try/except, but this seems bogus. It would be nice if we could go back to guaranteeing that `start()` is called, but I can see how that might be difficult. I would be perfectly happy to have a method in !BuildStep that *is* guaranteed to be called before the step runs, regardless of whether `start()` is called. Then I can add private data attributes safely. (I'm pretty sure that I cannot do this in `__init__()` because of the weird, semi-magical nature of !BuildStep.) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 22:35:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 22:35:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.fd81486927e88daf9969b6ee01c913f0@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): 1 slave upgraded to the 0.8.0 from your github. The other has 0.8.0RC2 on it. Slowness and server loading still an issue. {{{ [bdeegan at shiren ~]-> /usr/bin/time -p wget http://buildbot:8010/waterfall --15:14:36-- http://buildbot:8010/waterfall => `waterfall' Resolving buildbot... 10.1.10.10 Connecting to buildbot|10.1.10.10|:8010... connected. HTTP request sent, awaiting response... 200 OK Length: 89,016 (87K) [text/html] 100%[===============================================>] 89,016 --.-- K/s 15:19:54 (45.71 MB/s) - `waterfall' saved [89016/89016] real 317.60 user 0.00 sys 0.00 }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 13 22:36:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 13 May 2010 22:36:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.78ad54db82f54cd8ce0b16e726b2c44d@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Changes (by bdbaddog): * cc: bill@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 02:23:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 02:23:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.89b9677cfec6d7bf50f6da6d0008cba1@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by Dustin J. Mitchell): remove 'will this work?' comments - refs #829 Changeset: dd1df2c06c98ff82af91343f4642da9f500d2d47 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 14 02:23:12 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 13 May 2010 19:23:12 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 7aee3f: add an 'else' to a template inline conditional Message-ID: <20100514022312.45C1B4205A@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 7aee3fe1b561e9d5f11ee4527c2c63a9aae7d756 http://github.com/djmitche/buildbot/commit/7aee3fe1b561e9d5f11ee4527c2c63a9aae7d756 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/status/web/templates/console.html Log Message: ----------- add an 'else' to a template inline conditional Commit: dd1df2c06c98ff82af91343f4642da9f500d2d47 http://github.com/djmitche/buildbot/commit/dd1df2c06c98ff82af91343f4642da9f500d2d47 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/db/connector.py Log Message: ----------- remove 'will this work?' comments - refs #829 From noreply at github.com Fri May 14 02:23:24 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 13 May 2010 19:23:24 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 0d4178: remove assertions Message-ID: <20100514022324.458D14205A@smtp1.rs.github.com> Branch: refs/heads/fixencoding Home: http://github.com/djmitche/buildbot Commit: 0d41789ffe16e0fc7c48271dc114d16f66f9f219 http://github.com/djmitche/buildbot/commit/0d41789ffe16e0fc7c48271dc114d16f66f9f219 Author: Dustin J. Mitchell Date: 2010-05-13 (Thu, 13 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/sourcestamp.py Log Message: ----------- remove assertions From buildbot-devel at lists.sourceforge.net Fri May 14 11:39:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 11:39:22 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #371: ShellCommand argument "logfiles" does not properly work for HTML log files In-Reply-To: <035.ed912ff1ea57972c51ba895981321e1d@lists.sourceforge.net> References: <035.ed912ff1ea57972c51ba895981321e1d@lists.sourceforge.net> Message-ID: <044.ef692cfd7a952314bae69c998bd33ef2@lists.sourceforge.net> #371: ShellCommand argument "logfiles" does not properly work for HTML log files ------------------------+--------------------------------------------------- Reporter: cli | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Keywords: logfile html ------------------------+--------------------------------------------------- Comment(by willw): I'm very interested in getting this working as our testing outputs HTML files over 2MB in size - the issue with BuildStep.addHTMLLog() is it requires you to pass all the log data in memory. The other big issue is that the waterfall seems to forget the HTML log data occasionally. What would be the easiest approach I could take to simply stream the generated HTML log file using the existing system, but avoid escaping the data? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 15:23:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 15:23:54 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #838: buildbot sendchange should return non-zero if changes couldn't be sent Message-ID: <038.9eadd28a5f6d334ea5302a80b98e37a3@lists.sourceforge.net> #838: buildbot sendchange should return non-zero if changes couldn't be sent -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- If 'buildbot sendchange' fails to connect to the remote master for some reason, it still returns exit code 0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 15:32:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 15:32:17 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #839: shell.Compile should invoke platform-specific compilation method Message-ID: <038.bd598c9fda07a205c5a07dc577dd7695@lists.sourceforge.net> #839: shell.Compile should invoke platform-specific compilation method ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- It would be nice if shell.Compile would invoke a platform-specific build method. This is particularly relevant on win32, where `make all` is rarely the correct thing to do. That said, it is sometimes the correct thing to do, so I guess this needs to be configurable. I wrote something similar to handle the same problem at a higher level. I call it `Demux`; it is a `ShellCommand` which has kwargs for platform- specific behavior. This allows one to use a single step, and thus a single builder, even when there are minor platform differences. Here's an example use: {{{ bundle = Demux(mac=["sh", "Scripts/mk_app.sh"], linux=["sh", "Scripts/mk_tarball.sh"], windows=["iscc", "Scripts/installer/64.iss"], description=["bundle"], descriptionDone=["bundling"]) }}} You can then `fac.addStep(bundle)`, and it will do the correct per- platform behavior. You could also say `posix=...` and omit the `mac` and `linux` arguments. The class is pretty simple: {{{ class Demux(shell.ShellCommand): """A Demux is a shell command that takes arguments for different platform types. For example: d = Demux(mac=["sh", "Scripts/bundle.sh"], linux=["sh", "Scripts/tarball.sh"], windows=["iscc", "Scripts/pkg.iss"]) """ def __init__(self, posix=None, mac=None, linux=None, windows=None, **kwargs): if posix is not None: mac = posix linux = posix # No checking. It's valid for any arguments to be None; this provides a # convenient mechanism to have a build step that is defined on all # platforms, but a no-op on some of them. if mac is None and linux is None and windows is None: raise TypeError("Demux is a no-op on all platforms. Just remove it.") shell.ShellCommand.__init__(self, **kwargs) self.addFactoryArguments(mac=mac, linux=linux, windows=windows) self._mac = mac self._linux = linux self._windows = windows def start(self): self.setCommand(["echo", "no-op"]) # default command is a no-op if self.getProperty("os") == "Darwin" and self._mac is not None: self.setCommand(self._mac) elif self.getProperty("os") == "Linux" and self._linux is not None: self.setCommand(self._linux) elif self._windows is not None: self.setCommand(self._windows) shell.ShellCommand.start(self) }}} As you can see, it relies on a property "os" which I set to the output of `uname` in earlier build steps. Well, except on windows: {{{shell.SetProperty(command="echo windows", property="os")}}} =) In the short term, I guess I can reuse this for compilation. It would be nice if a similar approach could be taken for `Compile`, though. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 14 18:33:12 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 11:33:12 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 0d4178: remove assertions Message-ID: <20100514183312.460444229B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 0d41789ffe16e0fc7c48271dc114d16f66f9f219 http://github.com/djmitche/buildbot/commit/0d41789ffe16e0fc7c48271dc114d16f66f9f219 Author: Dustin J. Mitchell Date: 2010-05-13 (Thu, 13 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/sourcestamp.py Log Message: ----------- remove assertions Commit: a675abc6533806164229a9ca2d3730365a4b86a1 http://github.com/djmitche/buildbot/commit/a675abc6533806164229a9ca2d3730365a4b86a1 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/sourcestamp.py Log Message: ----------- Merge branch 'fixencoding' * fixencoding: remove assertions From noreply at github.com Fri May 14 18:38:07 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 11:38:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] a675ab: Merge branch 'fixencoding' Message-ID: <20100514183807.444494229C@smtp1.rs.github.com> Branch: refs/heads/bug827 Home: http://github.com/djmitche/buildbot Commit: a675abc6533806164229a9ca2d3730365a4b86a1 http://github.com/djmitche/buildbot/commit/a675abc6533806164229a9ca2d3730365a4b86a1 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/sourcestamp.py Log Message: ----------- Merge branch 'fixencoding' * fixencoding: remove assertions From noreply at github.com Fri May 14 18:39:22 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 11:39:22 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] bb6462: work in progress - not sure if this is the best id... Message-ID: <20100514183922.424BB422D4@smtp1.rs.github.com> Branch: refs/heads/bug827 Home: http://github.com/djmitche/buildbot Commit: bb64620e3ada054792d3636001d141992c488b16 http://github.com/djmitche/buildbot/commit/bb64620e3ada054792d3636001d141992c488b16 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/broken_test/runs/test_status.py M buildbot/changes/changes.py M buildbot/changes/manager.py M buildbot/interfaces.py M buildbot/process/base.py M buildbot/status/web/changes.py M buildbot/test/regressions/test_import_unicode_changes.py A buildbot/test/unit/test_changes_changes.py Log Message: ----------- work in progress - not sure if this is the best idea, as it might force the rest of buildbot to become properly unicode-aware From buildbot-devel at lists.sourceforge.net Fri May 14 18:40:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 18:40:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-unicode strings In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.c9e7ced7329a06d61d101c7466349eb6@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-unicode strings ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * priority: major => critical * milestone: 0.8.0 => 0.8.1 Comment: I have a fix for this at http://github.com/djmitche/buildbot/commits/bug827 but I think that if I merge it I will open the unicode floodgates and have to unicodify the rest of Buildbot - something I'm not ready to do in 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 18:43:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 18:43:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.3ae8195e83e8401d14ec881441cf40b9@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by Dustin J. Mitchell): remove 'will this work?' comments - refs #829 Changeset: dd1df2c06c98ff82af91343f4642da9f500d2d47 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 14 18:43:41 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 11:43:41 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 7aee3f: add an 'else' to a template inline conditional Message-ID: <20100514184341.F0AA8422B8@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 7aee3fe1b561e9d5f11ee4527c2c63a9aae7d756 http://github.com/djmitche/buildbot/commit/7aee3fe1b561e9d5f11ee4527c2c63a9aae7d756 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/status/web/templates/console.html Log Message: ----------- add an 'else' to a template inline conditional Commit: dd1df2c06c98ff82af91343f4642da9f500d2d47 http://github.com/djmitche/buildbot/commit/dd1df2c06c98ff82af91343f4642da9f500d2d47 Author: Dustin J. Mitchell Date: 2010-05-12 (Wed, 12 May 2010) Changed paths: M buildbot/db/connector.py Log Message: ----------- remove 'will this work?' comments - refs #829 Commit: 0d41789ffe16e0fc7c48271dc114d16f66f9f219 http://github.com/djmitche/buildbot/commit/0d41789ffe16e0fc7c48271dc114d16f66f9f219 Author: Dustin J. Mitchell Date: 2010-05-13 (Thu, 13 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/sourcestamp.py Log Message: ----------- remove assertions Commit: a675abc6533806164229a9ca2d3730365a4b86a1 http://github.com/djmitche/buildbot/commit/a675abc6533806164229a9ca2d3730365a4b86a1 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/sourcestamp.py Log Message: ----------- Merge branch 'fixencoding' * fixencoding: remove assertions Commit: 050edda9b2209ef5496a5bf931da243b6e6936fd http://github.com/djmitche/buildbot/commit/050edda9b2209ef5496a5bf931da243b6e6936fd Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/db/connector.py M buildbot/slave/commands/base.py M buildbot/sourcestamp.py M buildbot/status/web/templates/console.html Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: remove assertions remove 'will this work?' comments - refs #829 add an 'else' to a template inline conditional From noreply at github.com Fri May 14 19:43:25 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 12:43:25 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8081d4: upgrade quietly Message-ID: <20100514194325.43C92422CF@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8081d4077aa2e390d0a4f3783359a20c0db7e8c9 http://github.com/djmitche/buildbot/commit/8081d4077aa2e390d0a4f3783359a20c0db7e8c9 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/test/regressions/test_change_properties.py Log Message: ----------- upgrade quietly Commit: 078f19926622b45962017c3b6647e5b6269418d3 http://github.com/djmitche/buildbot/commit/078f19926622b45962017c3b6647e5b6269418d3 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/db/schema/manager.py Log Message: ----------- be careful to close the db connection after performing SchemaManager operations From noreply at github.com Fri May 14 19:43:38 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 12:43:38 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8081d4: upgrade quietly Message-ID: <20100514194338.42EFB4229B@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 8081d4077aa2e390d0a4f3783359a20c0db7e8c9 http://github.com/djmitche/buildbot/commit/8081d4077aa2e390d0a4f3783359a20c0db7e8c9 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/test/regressions/test_change_properties.py Log Message: ----------- upgrade quietly Commit: 078f19926622b45962017c3b6647e5b6269418d3 http://github.com/djmitche/buildbot/commit/078f19926622b45962017c3b6647e5b6269418d3 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/db/schema/manager.py Log Message: ----------- be careful to close the db connection after performing SchemaManager operations Commit: 2a1be357ce04681798b48ff8560a0d3147643d6e http://github.com/djmitche/buildbot/commit/2a1be357ce04681798b48ff8560a0d3147643d6e Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/db/schema/manager.py M buildbot/test/regressions/test_change_properties.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: be careful to close the db connection after performing SchemaManager operations upgrade quietly From noreply at github.com Fri May 14 19:47:18 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 12:47:18 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 97499b: include UPGRADING in the manifest Message-ID: <20100514194718.41C2E4229B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 97499b10166862a2c7521ee45dc0ef5be2cffd52 http://github.com/djmitche/buildbot/commit/97499b10166862a2c7521ee45dc0ef5be2cffd52 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M MANIFEST.in Log Message: ----------- include UPGRADING in the manifest From noreply at github.com Fri May 14 19:47:21 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 14 May 2010 12:47:21 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 57a459: bump version to 0.8.0rc4 Message-ID: <20100514194721.8697B422D2@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 57a459974f16d2b614ccdf595c9554a2fc9dffe6 http://github.com/djmitche/buildbot/commit/57a459974f16d2b614ccdf595c9554a2fc9dffe6 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- bump version to 0.8.0rc4 Commit: 97499b10166862a2c7521ee45dc0ef5be2cffd52 http://github.com/djmitche/buildbot/commit/97499b10166862a2c7521ee45dc0ef5be2cffd52 Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M MANIFEST.in Log Message: ----------- include UPGRADING in the manifest Commit: 41dd706263f3eea565050f5e211f6c579218815a http://github.com/djmitche/buildbot/commit/41dd706263f3eea565050f5e211f6c579218815a Author: Dustin J. Mitchell Date: 2010-05-14 (Fri, 14 May 2010) Changed paths: M MANIFEST.in Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: include UPGRADING in the manifest From buildbot-devel at lists.sourceforge.net Fri May 14 20:25:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 20:25:33 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #840: slave page should show buildbot version Message-ID: <038.045a7315b876f6d98c65ca6b460e2aa0@lists.sourceforge.net> #840: slave page should show buildbot version ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: trivial | Milestone: undecided Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- The /buildslaves/ shows a bunch of other data, but not the version of buildbot the slave is running. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 20:26:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 20:26:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #840: slave page should show buildbot version In-Reply-To: <038.045a7315b876f6d98c65ca6b460e2aa0@lists.sourceforge.net> References: <038.045a7315b876f6d98c65ca6b460e2aa0@lists.sourceforge.net> Message-ID: <047.5965b12027edba2fbb50f1a12374181f@lists.sourceforge.net> #840: slave page should show buildbot version ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: trivial | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 23:12:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 23:12:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.52dbc6cc3d3e45e859fe7b62a33d0f70@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): I saw your removed comments. Should I try what the comments sugguested to see if that improves the performance issue I'm seeing? Which ORM is being used to access the DB? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 14 23:46:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 14 May 2010 23:46:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.abc3a3f16356e9bb7f2712c905c371e0@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): There's no ORM involved. You can try that if you'd like, but I don't think that the db itself is the slow aspect here.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 15 00:06:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 15 May 2010 00:06:07 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #841: `addStep` does not catch misspelled "descriptionDone" Message-ID: <038.80e07fd4080b3f6394714db31b736bc1@lists.sourceforge.net> #841: `addStep` does not catch misspelled "descriptionDone" ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- I just got: {{{ exceptions.TypeError: __init__() got an unexpected keyword argument 'desciprtionDone' }}} after waiting a few minutes for my builder to get to that step. It would be nice if this would have been caught during `addStep', so my configuration would fail, instead of having to wait until the step ran to see my mistake. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 15 00:11:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 15 May 2010 00:11:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #841: `addStep` does not catch misspelled "descriptionDone" In-Reply-To: <038.80e07fd4080b3f6394714db31b736bc1@lists.sourceforge.net> References: <038.80e07fd4080b3f6394714db31b736bc1@lists.sourceforge.net> Message-ID: <047.fc82640d68421c625814b4f894a486c6@lists.sourceforge.net> #841: `addStep` does not catch misspelled "descriptionDone" ----------------------------+----------------------------------------------- Reporter: tfogal | Owner: Type: support-request | Status: closed Priority: minor | Milestone: undecided Version: 0.8.0 | Resolution: worksforme Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * type: enhancement => support-request * resolution: => worksforme Comment: You're using the old-style configuration, aren't you: {{{ f.addStep(StepClass, decriptionDone="foo") }}} Don't do that :) I *believe* the new-style catches these errors; please re-open if not. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 15 01:43:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 15 May 2010 01:43:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.4a044f247839d0787b1718d8f7c4b886@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): If I strace the process while it's pegging the cpu. It's reading from the sqlite db file. Pretty much the whole time. I ran an strace on buildbot. It bailed out when the file hit 2GB (it's a 32bit system). 1/2 of the lines in the strace log were reading from the sqlite datafile. The buildbot master memory footprint was only 89MB, so it isn't swapping. I believe it should be possible to log all the queries to get a handle on what's happening based on : [http://stackoverflow.com/questions/1607368 /sql-query-logging-for-sqlite] If I get a chance over the weekend I'll try to enable that. Can you point me to the code where the sqlite connection is opened? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 15 01:48:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 15 May 2010 01:48:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.8c1477a2b3196512e90641a7066999bf@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * milestone: 0.8.1 => 0.8.0 Comment: It's opened in buidlbot/db/connector.py, in combination with buildbot/db/spec.py. This is interesting - build results should not be hitting the db! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 15 05:50:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 15 May 2010 05:50:41 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #842: GoogleCode Atom Poller ChangeSource Message-ID: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> #842: GoogleCode Atom Poller ChangeSource ----------------------+----------------------------------------------------- Reporter: pstavirs | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- I've written a BuildBot changesource which polls the GoogleCode Atom feed for projects hosted on Google Code Project Hosting. Works for both Hg and SVN repositories. Doesn't understand branches however. For people who can't install hooks, this is an alternative. The code is available at - http://code.google.com/p/pitaara/ Please review and add to contrib/ if you find it useful -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 16 23:02:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 16 May 2010 23:02:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.5446952ab170f7f9da59477cb3ec441f@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): O.k. I think I found at least one of the issues, I added a bunch of debug output. Here's a "smoking gun" I think. 2010-05-16 15:51:56-0700 [HTTPChannel,0,192.168.17.248] Before running:SELECT filename FROM change_files WHERE changeid=? 2010-05-16 15:51:58-0700 [HTTPChannel,0,192.168.17.248] After running:SELECT filename FROM change_files WHERE changeid=? There's no index on changeid in table change_files. So it's doing a table scan per select. (thus 2 seconds per query) I'm adding an index for that table: create index changeid on change_files (changeid); And voila.. The response time for the waterfall is back to normal. What's the best way to change this in the current code. I see db/schema/tables.sql and db/schema/v{1,2,3,4}.py -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 16 23:03:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 16 May 2010 23:03:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.06f0847d8d4f65ff8286e53860d3f97f@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): My guess is changeid should be the primary key for table change_files. It's also likely that some of the other tables are lacking primary keys and/or indexes. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 16 23:10:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 16 May 2010 23:10:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.92a0fd0f3e433edc76274d17c8a38c65@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by bdbaddog): FYI: adding index yields the following (while a build is running) :) {{{ silverdog:buildbot bdbaddog$ /usr/bin/time -p wget http://buildbot:8010/waterfall --2010-05-16 16:10:02-- http://buildbot:8010/waterfall Resolving buildbot (buildbot)... 10.1.10.10 Connecting to buildbot (buildbot)|10.1.10.10|:8010... connected. HTTP request sent, awaiting response... 200 OK Length: 90633 (89K) [text/html] Saving to: ?waterfall.1? 100%[================================================================================================>] 90,633 311K/s in 0.3s 2010-05-16 16:10:03 (311 KB/s) - ?waterfall.1? saved [90633/90633] real 0.91 user 0.00 sys 0.01 }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 17 11:00:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 17 May 2010 11:00:01 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #843: Errors DBSchemaManager unit tests on BuildBot 0.8.0rc4 Message-ID: <038.92a12dbfbefc735669e08a3e023d7d3f@lists.sourceforge.net> #843: Errors DBSchemaManager unit tests on BuildBot 0.8.0rc4 -------------------+-------------------------------------------------------- Reporter: gareth | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- While running the test suite on BuildBot 0.8.0rc4 I got following 4 errors in DBSchemaManager unit tests. =============================================================================== [ERROR]: buildbot.test.unit.test_db_schema_master.DBSchemaManager.test_is_current_empty_upgrade Traceback (most recent call last): File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/test/unit/test_db_schema_master.py", line 191, in test_is_current_empty_upgrade self.sm.upgrade(quiet=True) File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 62, in upgrade next_version = self.get_db_version() + 1 File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 29, in get_db_version c = conn.cursor() sqlite3.ProgrammingError: Cannot operate on a closed database. =============================================================================== [ERROR]: buildbot.test.unit.test_db_schema_master.DBSchemaManager.test_scheduler_name_uniqueness Traceback (most recent call last): File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/test/unit/test_db_schema_master.py", line 204, in test_scheduler_name_uniqueness self.sm.upgrade(quiet=True) File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 62, in upgrade next_version = self.get_db_version() + 1 File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 29, in get_db_version c = conn.cursor() sqlite3.ProgrammingError: Cannot operate on a closed database. =============================================================================== [ERROR]: buildbot.test.unit.test_db_schema_master.DBSchemaManager.test_upgrade_empty Traceback (most recent call last): File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/test/unit/test_db_schema_master.py", line 195, in test_upgrade_empty self.sm.upgrade(quiet=True) File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 62, in upgrade next_version = self.get_db_version() + 1 File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 29, in get_db_version c = conn.cursor() sqlite3.ProgrammingError: Cannot operate on a closed database. =============================================================================== [ERROR]: buildbot.test.unit.test_db_schema_master.DBSchemaManager.test_upgrade_full Traceback (most recent call last): File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/test/unit/test_db_schema_master.py", line 200, in test_upgrade_full self.sm.upgrade(quiet=True) File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 62, in upgrade next_version = self.get_db_version() + 1 File "/home/gareth/WORK/BuildBot_deps/djmitche- buildbot-6939435/buildbot/db/schema/manager.py", line 29, in get_db_version c = conn.cursor() sqlite3.ProgrammingError: Cannot operate on a closed database. ------------------------------------------------------------------------------- Ran 244 tests in 26.631s FAILED (skips=12, errors=4, successes=228) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 17 11:01:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 17 May 2010 11:01:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #843: Errors in DBSchemaManager unit tests on BuildBot 0.8.0rc4 (was: Errors DBSchemaManager unit tests on BuildBot 0.8.0rc4) In-Reply-To: <038.92a12dbfbefc735669e08a3e023d7d3f@lists.sourceforge.net> References: <038.92a12dbfbefc735669e08a3e023d7d3f@lists.sourceforge.net> Message-ID: <047.ca68ada993503d09e2741b160d1269a3@lists.sourceforge.net> #843: Errors in DBSchemaManager unit tests on BuildBot 0.8.0rc4 -------------------+-------------------------------------------------------- Reporter: gareth | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 17 14:09:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 17 May 2010 14:09:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.8091f926f3bea758e2e0e18f7583dd09@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): We've made changeid the primary key on change_files with the same result: A fast waterfall and sensible CPU usage. Note that change_files had 429441 entries in it - going someway to explain the painful performance we saw before. Thanks bdbaddog! :) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 17 16:56:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 17 May 2010 16:56:23 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #844: where to buy tramadol online without prescription Message-ID: <043.de2c2b1157dece9559a458c25c4679b8@lists.sourceforge.net> #844: where to buy tramadol online without prescription ------------------------+--------------------------------------------------- Reporter: vepolastisk | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: where to buy tramadol online without prescription ------------------------+--------------------------------------------------- where to buy tramadol online without prescription . . '''== [http://continuethis.com/Tramadol Buy Tramadol Online, Click here!] ==''' '''== [http://continuethis.com/Tramadol NO prescription needed, WORLDWIDE shipping] ==''' '''== [http://continuethis.com/Tramadol CLICK HERE TO ENTER, Lowest Prices!] ==''' [[BR]] .[[BR]] .[[BR]] .[[BR]] .[[BR]] . [[BR]] .[[BR]] .[[BR]] .[[BR]] .[[BR]] . [[BR]] .[[BR]] .[[BR]] .[[BR]] .[[BR]] . [[BR]] .[[BR]] .[[BR]] .[[BR]] .[[BR]] . . . . . . . . . . . Tramadol free saturday delivery buy Tramadol overnight fedex Tramadol cheap fed ex delivery generic Tramadol no prescription overnight buy Tramadol c o d next day fed ex COD Tramadol for Saturday Tramadol no prescription drug online pharmacy cod Tramadol cheap Tramadol fedEx Tramadol overnight delivery fed ex Tramadol c.o.d. pharmacy cheap Tramadol no prescription next day delivery fedex delivery Tramadol next day delivery on Tramadol saturday buy Tramadol no rx needed Tramadol overnight cod Tramadol Cheap C.O.D Tramadol watson rx next day overnight delivery on Tramadol cheap Tramadol saturday delivery cod watson Tramadol fedex Tramadol without prescription cod Tramadol No Prescription Overnight COD Delivery overnight Tramadol order Tramadol c.o.d. Tramadol same day delivery Tramadol cod saturday no rx watson Tramadol buy Tramadol money order Tramadols overnighted cod buy Tramadol for cash on delivery Tramadol delivered on saturday by fedex order Tramadol cash on delivery COD Tramadol overnight saturday no prescription cheap Tramadol without prescription buy Tramadol with no rx cheap overnight Tramadol cheap Tramadol saturday delivery purchase Tramadol COD order Tramadol with no prescription buy Tramadol online without perscription cash on delivery online prescriptions Tramadol purchase Tramadol cod cheap Tramadol next day delivery cheap Tramadol delivery fedex watson Tramadol no prescription order Tramadol cod overnight delivery Tramadol UPS delivery only buy Tramadol cod delivery nextday Tramadol cheap Tramadol overnight saturday delivery Tramadol buy cod watson brand Tramadol cod next day delivery no rx Tramadol Tramadol non prescription for next day delivery buy Tramadol without prescription Tramadol and cod saturday delivery cod Tramadol for saturday cod overnight Tramadol buying Tramadol with overnight delivery cheap Tramadol over night Tramadol overnight cheap Tramadol with free fedex overnight Tramadol overnight delivery only Tramadol with next day delivery without prescription with free shipping Tramadol with no prescription Tramadol cod saturday delivery Tramadol non prescription fedex overnight free cod Tramadol Tramadol OVERNIGHT COD cheap Tramadol next day shipping delivered Tramadol Tramadol cash on delivery without doctors prescription overnight Tramadol order buying Tramadol with no prescription overnight delivery Tramadol online purchase saturday delivery buy Tramadol online next day delivery cheap Tramadol without prescription overnight delivery buy Tramadol cod Tramadol without prescription overnight delivery overnight Tramadol ups cod Tramadol watson brand order Tramadol online with cod Tramadol buy cod BUY Tramadol COD buy Tramadol with saturday delivery Tramadol no prior prescriptio order Tramadol saturday delivery buy Tramadol online cod Tramadol pharmacies accepting cod delivery order Tramadol overnight c.o.d. Tramadol without prescription buy Tramadol C.O.D. cheap Tramadol online consultation fedex Tramadol online cod buy cheap Tramadol cod Tramadol free overnight fedex delivery Tramadol without prescription COD cod delivery overnight Tramadol cheap watson Tramadol no prescription needed Tramadol overnight without prescription buy Tramadol cheap cod no rx Tramadol cod shipping Tramadol shipped by ups Tramadol Cod Overnight Delivery buy Tramadol from online pharmacy with saturday delivery next day Tramadol delivery buy Tramadol cash on delivery Tramadol without perscription Tramadol free shipping buying Tramadol overnight delivery Tramadol online saturday delivery cheapest next day delivery Tramadol Tramadol overnight delivery saturday cash on delivery Tramadol Tramadol cheap overnight delivery Tramadol fed ex cheap buy Tramadol overnight free delivery Tramadol online fed ex buy Tramadol overnight COD cheap Tramadol no prescription nextday shipping Tramadol no prescription overnight shipping fedex Tramadol overnight buy Tramadol shipped ups online Tramadol no prescription overnight buy Tramadol medication COD saturday delivery Tramadol overnight no prescription BUY Tramadol OVERNIGHT DELIVERY brand name Tramadol no rx COD saturday Tramadol saturday delivery on Tramadol watson Tramadol saturday delivery Tramadol no doctor Tramadol no prior prescription buy Tramadol order cod Tramadol and overnight buy Tramadol without a prescription overnight delivery overnight Tramadol saturday order Tramadol cod how to buy watson products online Tramadol fedex Tramadol shipped c.o.d doctor shopping for Tramadol prescription Tramadol free fedex shipping cheap Tramadol online no rx saturday delivery buy Tramadol no doctor buy Tramadol online without prescription buy Tramadol overnight prescription Tramadol c.o.d. buy Tramadol with no prescription Tramadol overnight fedex Tramadol pharmacy COD saturday delivery Tramadol delivered cod fedex Tramadol cod cheap saturday delivery Tramadol Tramadol online delivery Tramadol no rx fed ex Tramadol no prescription overnight delivery free prescription Tramadol free shipping buy Tramadol overnight delivery Tramadol fedex cod Tramadol cod next day Tramadol cash on delivery cheap Tramadol by fedex cod Buy Tramadol online NO PRESCRIPTION required -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 14:00:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 14:00:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #371: ShellCommand argument "logfiles" does not properly work for HTML log files In-Reply-To: <035.ed912ff1ea57972c51ba895981321e1d@lists.sourceforge.net> References: <035.ed912ff1ea57972c51ba895981321e1d@lists.sourceforge.net> Message-ID: <044.ea593df3dc0c246052f07a4f74a788d4@lists.sourceforge.net> #371: ShellCommand argument "logfiles" does not properly work for HTML log files ------------------------+--------------------------------------------------- Reporter: cli | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Keywords: logfile html ------------------------+--------------------------------------------------- Comment(by dustin): Streaming isn't simple :) That would have to be a custom step, with custom code on the slave, too. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 14:09:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 14:09:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #839: shell.Compile should invoke platform-specific compilation method In-Reply-To: <038.bd598c9fda07a205c5a07dc577dd7695@lists.sourceforge.net> References: <038.bd598c9fda07a205c5a07dc577dd7695@lists.sourceforge.net> Message-ID: <047.412281cc786f8edab370146d109b4dc2@lists.sourceforge.net> #839: shell.Compile should invoke platform-specific compilation method ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): I think that Compile is pretty well specialized to its current structure. However, this is an excellent use of a custom build step. Even in your case, I think this is fairly specific to your use-case: others would want a different notion of OS, for example. It might be interesting to see some more generic form, perhaps with a collection of sub-steps, and some way of deciding which step the parent should delegate to. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 14:14:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 14:14:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #842: GoogleCode Atom Poller ChangeSource In-Reply-To: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> References: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> Message-ID: <049.c36a43061434d8b584f1f12cdeebfd91@lists.sourceforge.net> #842: GoogleCode Atom Poller ChangeSource ------------------------+--------------------------------------------------- Reporter: pstavirs | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.8.1 Comment: Thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 14:48:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 14:48:52 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #844: Perforce authentication is misleading Message-ID: <039.84fe8d0cd3ac1bce20853b4477b5e0d3@lists.sourceforge.net> #844: Perforce authentication is misleading ----------------------+----------------------------------------------------- Reporter: pcmantz | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- From an email I wrote the other day: In buildbot/buildbot/changes/p4poller.py, the class takes self.p4user self.p4passwd from the config file. This isn?t exactly what you want, since perforce actually has a certificate based system (called a ticket in perforce lingo). You use your username & password to obtain a certificate via `p4 login`, then your certificate & username are cached in environment variables, so you can do command-line operations without authenticating manually. Code wise, it appears that p4poller.py is actually written so that the ticket is your password. The model there would be that you?d log in, throw your ticket in your master.cfg file, then rock and roll. This is fine and dandy for your average user, but not for us. Our company policy dictates that all perforce tickets must expire after 12 hours. Our problem is that there?s no code in the poller to automate the updating of expired keys, so we would have to manually change the password (actually the ticket) every 12 hours. Buildbot does not poll the environment for the ticket; it collects the password, so it does not work for us. In order to fix this, we?d need to update the authentication model in p4poller.py to have a preliminary login step. Instead of storing the ticket, the poller would need to call a couple perforce commands, retrieve and cache the ticket, and then use that for authentication. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 15:16:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 15:16:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.2713a0fb3c0b7b8ff38bb13cb6ae48e1@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): Great! Catlee has already written code to add these indices, so they'll be in 0.8.0. http://github.com/catlee/buildbot/commit/2045dbbba8ab158f172c98b14838675f52b98802 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 15:17:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 15:17:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #844: Perforce authentication is misleading In-Reply-To: <039.84fe8d0cd3ac1bce20853b4477b5e0d3@lists.sourceforge.net> References: <039.84fe8d0cd3ac1bce20853b4477b5e0d3@lists.sourceforge.net> Message-ID: <048.b83e27d89ab25d04ce0be88dc71dfcf8@lists.sourceforge.net> #844: Perforce authentication is misleading ------------------------+--------------------------------------------------- Reporter: pcmantz | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.8.1 Comment: This sounds like a good plan. Will the P4 source step need similar changes? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 15:53:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 15:53:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running In-Reply-To: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> References: <040.1d1db1f3b4c8694bfda8906e20a928a4@lists.sourceforge.net> Message-ID: <049.e47647b247d2307479d546ef55793295@lists.sourceforge.net> #829: Buildbot 0.8.0rc2 master uses huge CPU while builds are running ---------------------+------------------------------------------------------ Reporter: bdbaddog | Owner: Type: defect | Status: closed Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | ---------------------+------------------------------------------------------ Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Merge branch 'v5' of git://github.com/catlee/buildbot * 'v5' of git://github.com/catlee/buildbot: Create v5 schema that adds a bunch of indexes Fixes #829 (hopefully) Changeset: b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue May 18 15:53:19 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 18 May 2010 08:53:19 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 25e9db: Do command arg encoding on the slave Message-ID: <20100518155319.377134208F@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 25e9db9935aa91657de47b99148b17039601e72c http://github.com/djmitche/buildbot/commit/25e9db9935aa91657de47b99148b17039601e72c Author: Chris AtLee Date: 2010-05-17 (Mon, 17 May 2010) Changed paths: M buildbot/slave/bot.py M buildbot/slave/commands/base.py M buildbot/steps/shell.py Log Message: ----------- Do command arg encoding on the slave Commit: d8ef1e1ae30325cff07f9561f93726151274a3ef http://github.com/djmitche/buildbot/commit/d8ef1e1ae30325cff07f9561f93726151274a3ef Author: Chris AtLee Date: 2010-05-17 (Mon, 17 May 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- Add documentation for unicode_encoding setting for slave's buildbot.tac Commit: 2045dbbba8ab158f172c98b14838675f52b98802 http://github.com/djmitche/buildbot/commit/2045dbbba8ab158f172c98b14838675f52b98802 Author: Chris AtLee Date: 2010-05-17 (Mon, 17 May 2010) Changed paths: M buildbot/db/schema/manager.py A buildbot/db/schema/v5.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Create v5 schema that adds a bunch of indexes Commit: ce0a55edf3b829d58684c930c0e6c31658e79fcb http://github.com/djmitche/buildbot/commit/ce0a55edf3b829d58684c930c0e6c31658e79fcb Author: Chris AtLee Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Calculate 'now' for scheduler loop ahead of time. When the master is over-loaded, it can take long enough between calling the schedulers and evaluating the results that the result from the scheduler's run() method is in the past. By calculating 'now' before running the scheduler's run method, the assertion that the scheduler's result is > 'now' should be true for well-behaved schedulers. Commit: b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084 http://github.com/djmitche/buildbot/commit/b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/db/schema/manager.py A buildbot/db/schema/v5.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Merge branch 'v5' of git://github.com/catlee/buildbot * 'v5' of git://github.com/catlee/buildbot: Create v5 schema that adds a bunch of indexes Fixes #829 (hopefully) Commit: 56fc5af81485c39fc2f374d371b69f31a9d0cc00 http://github.com/djmitche/buildbot/commit/56fc5af81485c39fc2f374d371b69f31a9d0cc00 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/slave/bot.py M buildbot/slave/commands/base.py M buildbot/steps/shell.py M docs/installation.texinfo Log Message: ----------- Merge branch 'unicode' of git://github.com/catlee/buildbot * 'unicode' of git://github.com/catlee/buildbot: Add documentation for unicode_encoding setting for slave's buildbot.tac Do command arg encoding on the slave Commit: 900f1135f435a92f806c7ebf934ecc8c0859b594 http://github.com/djmitche/buildbot/commit/900f1135f435a92f806c7ebf934ecc8c0859b594 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Merge branch 'master' of git://github.com/catlee/buildbot * 'master' of git://github.com/catlee/buildbot: Calculate 'now' for scheduler loop ahead of time. Commit: bf772bc4a868b55e1e451dd629c4a92a36c9c668 http://github.com/djmitche/buildbot/commit/bf772bc4a868b55e1e451dd629c4a92a36c9c668 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/db/schema/manager.py A buildbot/db/schema/v5.py M buildbot/slave/bot.py M buildbot/slave/commands/base.py M buildbot/steps/shell.py M buildbot/test/unit/test_db_schema_master.py M buildbot/util/loop.py M docs/installation.texinfo Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Calculate 'now' for scheduler loop ahead of time. Create v5 schema that adds a bunch of indexes Add documentation for unicode_encoding setting for slave's buildbot.tac Do command arg encoding on the slave From noreply at github.com Tue May 18 15:53:19 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 18 May 2010 08:53:19 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 25e9db: Do command arg encoding on the slave Message-ID: <20100518155319.D3E8942096@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 25e9db9935aa91657de47b99148b17039601e72c http://github.com/djmitche/buildbot/commit/25e9db9935aa91657de47b99148b17039601e72c Author: Chris AtLee Date: 2010-05-17 (Mon, 17 May 2010) Changed paths: M buildbot/slave/bot.py M buildbot/slave/commands/base.py M buildbot/steps/shell.py Log Message: ----------- Do command arg encoding on the slave Commit: d8ef1e1ae30325cff07f9561f93726151274a3ef http://github.com/djmitche/buildbot/commit/d8ef1e1ae30325cff07f9561f93726151274a3ef Author: Chris AtLee Date: 2010-05-17 (Mon, 17 May 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- Add documentation for unicode_encoding setting for slave's buildbot.tac Commit: 2045dbbba8ab158f172c98b14838675f52b98802 http://github.com/djmitche/buildbot/commit/2045dbbba8ab158f172c98b14838675f52b98802 Author: Chris AtLee Date: 2010-05-17 (Mon, 17 May 2010) Changed paths: M buildbot/db/schema/manager.py A buildbot/db/schema/v5.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Create v5 schema that adds a bunch of indexes Commit: ce0a55edf3b829d58684c930c0e6c31658e79fcb http://github.com/djmitche/buildbot/commit/ce0a55edf3b829d58684c930c0e6c31658e79fcb Author: Chris AtLee Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Calculate 'now' for scheduler loop ahead of time. When the master is over-loaded, it can take long enough between calling the schedulers and evaluating the results that the result from the scheduler's run() method is in the past. By calculating 'now' before running the scheduler's run method, the assertion that the scheduler's result is > 'now' should be true for well-behaved schedulers. Commit: b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084 http://github.com/djmitche/buildbot/commit/b3a8a56cbd8e5d0c7924f9992b781a5ed0eac084 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/db/schema/manager.py A buildbot/db/schema/v5.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Merge branch 'v5' of git://github.com/catlee/buildbot * 'v5' of git://github.com/catlee/buildbot: Create v5 schema that adds a bunch of indexes Fixes #829 (hopefully) Commit: 56fc5af81485c39fc2f374d371b69f31a9d0cc00 http://github.com/djmitche/buildbot/commit/56fc5af81485c39fc2f374d371b69f31a9d0cc00 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/slave/bot.py M buildbot/slave/commands/base.py M buildbot/steps/shell.py M docs/installation.texinfo Log Message: ----------- Merge branch 'unicode' of git://github.com/catlee/buildbot * 'unicode' of git://github.com/catlee/buildbot: Add documentation for unicode_encoding setting for slave's buildbot.tac Do command arg encoding on the slave Commit: 900f1135f435a92f806c7ebf934ecc8c0859b594 http://github.com/djmitche/buildbot/commit/900f1135f435a92f806c7ebf934ecc8c0859b594 Author: Dustin J. Mitchell Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/util/loop.py Log Message: ----------- Merge branch 'master' of git://github.com/catlee/buildbot * 'master' of git://github.com/catlee/buildbot: Calculate 'now' for scheduler loop ahead of time. From buildbot-devel at lists.sourceforge.net Tue May 18 21:22:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 21:22:39 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #845: P4Source with mode=copy generates timeout on Windows platform Message-ID: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> #845: P4Source with mode=copy generates timeout on Windows platform -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: perforce timeout -------------------+-------------------------------------------------------- On our Windows XP buildslave the p4source with mode=copy will cause timeout problems. Our buildmaster is running on Centos 5.x The copy operation on the buildslave is executed through shutil.copytree(). There seem to be two problems with this implementation: (1) The timeout value is not reset after the copytree() has finished. Our perforce sync takes about 630 seconds. Right after the p4source buildstep the buildmaster would schedule the next step but the buildslave would timeout. We doubled the default timeout value to fix this problem. (2) Sometimes this buildstep times out completely. Is it possible the shutil.copytree() is also causing loss of connection with the buildmaster? See error output below. The additional problem is that sigkill does not work on windows and we basically need to reboot the buildslave to get it up & running again. When using mode=update we never experience this problem. error output: command timed out: 1200 seconds without output, killing pid 2544 SIGKILL failed to kill process using fake rc=-1 program finished with exit code -1 remoteFailed: [Failure instance: Traceback from remote host -- Traceback (most recent call last): Failure: buildbot.slave.commands.TimeoutError: SIGKILL failed to kill process -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 21:28:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 21:28:11 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #846: Perforce password is not obfuscated Message-ID: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> #846: Perforce password is not obfuscated ----------------------+----------------------------------------------------- Reporter: phil | Owner: Type: undecided | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- The perforce password is displayed as plain text in the output logs. This can easily be resolved by replacing the "self.p4passwd" argument with "Obfuscated(self.p4passwd, "XXXXXXXX")" in the invokations of command.extend() (commands.py) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue May 18 21:32:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 18 May 2010 21:32:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.eb905213614ee9d9a8b5facab7b21f51@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by phil): * type: undecided => enhancement -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 12:32:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 12:32:03 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-unicode strings In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.54a7983690cff2a1bbb9e99d91f798ac@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-unicode strings ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Comment(by willw): I think our p4poller just ran into this issue yesterday - causing it to stop working: { 2010-05-18 12:28:36+0200 [-] adding change, who claire, 1 files, rev=400373, branch=trunk repository=, comments Change 400373 by claire at fft_claire on 2010/05/18 12:25:54 !B - Fix Review: ID 22330 by M??rcio Martins , category None 2010-05-18 12:28:36+0200 [-] P4 poll failed Traceback (most recent call last): File "/usr/lib/python2.5/site- packages/Twisted-10.0.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 354, in _startRunCallbacks self._runCallbacks() File "/usr/lib/python2.5/site- packages/Twisted-10.0.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 371, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/usr/lib/python2.5/site- packages/Twisted-10.0.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 330, in _continue self.unpause() File "/usr/lib/python2.5/site- packages/Twisted-10.0.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 325, in unpause self._runCallbacks() --- --- File "/usr/lib/python2.5/site- packages/Twisted-10.0.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 371, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/changes/p4poller.py", line 222, in _process_describe self.parent.addChange(c) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/changes/manager.py", line 113, in addChange self.parent.addChange(change) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/master.py", line 1035, in addChange self.db.addChangeToDatabase(change) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/connector.py", line 306, in addChangeToDatabase self.runInteractionNow(self._txn_addChangeToDatabase, change) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/connector.py", line 210, in runInteractionNow return self._runInteractionNow(interaction, *args, **kwargs) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/connector.py", line 235, in _runInteractionNow result = interaction(c, *args, **kwargs) File "/usr/lib/python2.5/site- packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/db/connector.py", line 324, in _txn_addChangeToDatabase t.execute(q, values) pysqlite2.dbapi2.ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. } Is it safe for us just to apply the fix above? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed May 19 14:08:33 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 19 May 2010 07:08:33 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 283960: Fix error handling for _startCommand so that trace... Message-ID: <20100519140833.3EBD8422DF@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 28396037cc226fc214028d429bb167250834e5e0 http://github.com/djmitche/buildbot/commit/28396037cc226fc214028d429bb167250834e5e0 Author: Chris AtLee Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/test/unit/test_slave_commands_base.py Log Message: ----------- Fix error handling for _startCommand so that tracebacks get back to the master. Commit: 71edd6fcb2388a1714b455445828c6a9a6ece142 http://github.com/djmitche/buildbot/commit/71edd6fcb2388a1714b455445828c6a9a6ece142 Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/test/unit/test_slave_commands_base.py Log Message: ----------- Merge branch 'master' of git://github.com/catlee/buildbot * 'master' of git://github.com/catlee/buildbot: Fix error handling for _startCommand so that tracebacks get back to the From buildbot-devel at lists.sourceforge.net Wed May 19 14:21:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 14:21:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #845: P4Source with mode=copy generates timeout on Windows platform In-Reply-To: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> References: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> Message-ID: <045.23d0aec1aa0dd01e308fdfa95e47732f@lists.sourceforge.net> #845: P4Source with mode=copy generates timeout on Windows platform -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: perforce timeout windows -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: perforce timeout => perforce timeout windows -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 14:23:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 14:23:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.7aba0875ad9edf269abd40f5cc3c785f@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): What version of commands.py is that based on? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 14:23:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 14:23:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.f36ffed6c64554d2bf9ac8cb7c7f3c48@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 14:34:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 14:34:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-ascii bytestrings (was: ChangeSources may produce changes containing non-unicode strings) In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.862d169962b800d7a4ee76650edd5045@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-ascii bytestrings ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Comment(by dustin): Probably not - I pretty badly misunderstood the encoding requirements when I wrote that patch. You should probably adjust the P4 changesource to produce unicode objects by decoding from whatever encoding is appropriate. If you make that encoding configurable, it would be a great change to merge upstream. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 17:01:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 17:01:13 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #847: more error handling in transfer: error on close Message-ID: <038.7c59baf6bc3ad70691c91138ef7507fd@lists.sourceforge.net> #847: more error handling in transfer: error on close ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- {{{ 2010-05-19 09:38:40-0700 [Broker,2,192.168.10.25] Peer will receive following PB traceback: 2010-05-19 09:38:40-0700 [Broker,2,192.168.10.25] Unhandled Error Traceback (most recent call last): File "/usr/lib64/python2.5/site- packages/Twisted-8.2.0-py2.5-linux-x86_64.egg/twisted/spread/banana.py", line 146, in gotItem self.callExpressionReceived(item) File "/usr/lib64/python2.5/site- packages/Twisted-8.2.0-py2.5-linux-x86_64.egg/twisted/spread/banana.py", line 111, in callExpressionReceived self.expressionReceived(obj) File "/usr/lib64/python2.5/site- packages/Twisted-8.2.0-py2.5-linux-x86_64.egg/twisted/spread/pb.py", line 514, in expressionReceived method(*sexp[1:]) File "/usr/lib64/python2.5/site- packages/Twisted-8.2.0-py2.5-linux-x86_64.egg/twisted/spread/pb.py", line 826, in proto_message self._recvMessage(self.localObjectForID, requestID, objectID, message, answerRequired, netArgs, netKw) --- --- File "/usr/lib64/python2.5/site- packages/Twisted-8.2.0-py2.5-linux-x86_64.egg/twisted/spread/pb.py", line 840, in _recvMessage netResult = object.remoteMessageReceived(self, message, netArgs, netKw) File "/usr/lib64/python2.5/site- packages/Twisted-8.2.0-py2.5-linux-x86_64.egg/twisted/spread/flavors.py", line 114, in remoteMessageReceived state = method(*args, **kw) File "/var/lib/buildbot/run/master/master/prefix/lib/buildbot- latest-py2.5.egg/buildbot/steps/transfer.py", line 50, in remote_close self.fp.close() exceptions.IOError: [Errno 122] Disk quota exceeded }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 17:24:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 17:24:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.e5db203b42f295fbe3c4fe42374ca558@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by phil): That was commands.py from buildbot version 0.7.12. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 17:27:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 17:27:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #843: Errors in DBSchemaManager unit tests on BuildBot 0.8.0rc4 In-Reply-To: <038.92a12dbfbefc735669e08a3e023d7d3f@lists.sourceforge.net> References: <038.92a12dbfbefc735669e08a3e023d7d3f@lists.sourceforge.net> Message-ID: <047.1730fb87852f265a72516deb9e819c65@lists.sourceforge.net> #843: Errors in DBSchemaManager unit tests on BuildBot 0.8.0rc4 -------------------+-------------------------------------------------------- Reporter: gareth | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: Chris fixed this in 2045dbbba8ab158f172c98b14838675f52b98802. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 17:30:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 17:30:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.5f35fd7696da036b61476198903bb403@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: obfuscate P4 passwords - fixes #846 Changeset: dd366a28e9635fde68652a79fd77b0ffe4885706 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed May 19 17:30:43 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 19 May 2010 10:30:43 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] dd366a: obfuscate P4 passwords - fixes #846 Message-ID: <20100519173043.42FCC4204B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: dd366a28e9635fde68652a79fd77b0ffe4885706 http://github.com/djmitche/buildbot/commit/dd366a28e9635fde68652a79fd77b0ffe4885706 Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- obfuscate P4 passwords - fixes #846 From buildbot-devel at lists.sourceforge.net Wed May 19 18:59:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 18:59:50 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #848: statusgui won't start: "AttributeError: GtkClient instance has no attribute 'username'" Message-ID: <038.eba59eb4dc40b1d6d9f1a7d26da63872@lists.sourceforge.net> #848: statusgui won't start: "AttributeError: GtkClient instance has no attribute 'username'" -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- With 0.8.0rc4, bf772bc4a868b55e1e451dd629c4a92a36c9c668, "buildbot statusgui" does not work on a Debian Lenny system. {{{ $ buildbot statusgui --master=somehostname:9990 Traceback (most recent call last): File "/usr/local/bin/buildbot", line 5, in pkg_resources.run_script('buildbot==0.8.0rc4', 'buildbot') File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1166, in run_script execfile(script_filename, namespace, namespace) File "/usr/local/lib/python2.5/site-packages/buildbot-0.8.0rc4-py2.5.egg /EGG-INFO/scripts/buildbot", line 4, in runner.run() File "/usr/local/lib/python2.5/site- packages/buildbot-0.8.0rc4-py2.5.egg/buildbot/scripts/runner.py", line 1213, in run statusgui(so) File "/usr/local/lib/python2.5/site- packages/buildbot-0.8.0rc4-py2.5.egg/buildbot/scripts/runner.py", line 852, in statusgui c.run() File "/usr/local/lib/python2.5/site- packages/buildbot-0.8.0rc4-py2.5.egg/buildbot/clients/base.py", line 91, in run self.startConnecting() File "/usr/local/lib/python2.5/site- packages/buildbot-0.8.0rc4-py2.5.egg/buildbot/clients/base.py", line 103, in startConnecting creds = credentials.UsernamePassword(self.username, self.passwd) AttributeError: GtkClient instance has no attribute 'username' }}} The error is identical if I add `--username=whatever` as well as both username and `--passwd`. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 19:55:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 19:55:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.ee5ac92166ec42b524306009333f142a@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): Merge branch 'master' into buildbot-0.8.0 * master: Adding retrying logic for sqlite Add comments about why we're doing unicode encoding Fix running .exes under windows when we don't have an abolute path obfuscate P4 passwords - fixes #846 Fix error handling for _startCommand so that tracebacks get back to the Changeset: 68bbe5e24366e156dd3ce19a855e9bf05c645895 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 19 19:55:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 19 May 2010 19:55:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #846: Perforce password is not obfuscated In-Reply-To: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> References: <036.a491464f00035f7d6a684bfaf044df9e@lists.sourceforge.net> Message-ID: <045.d94e5853e8b9e2781bc24b56934de3af@lists.sourceforge.net> #846: Perforce password is not obfuscated ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): obfuscate P4 passwords - fixes #846 Changeset: dd366a28e9635fde68652a79fd77b0ffe4885706 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed May 19 19:55:06 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 19 May 2010 12:55:06 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8c638a: Fix running .exes under windows when we don't have... Message-ID: <20100519195506.D8CAF422EE@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8c638a40d411262b53c396b3fa9a9ca955b5b427 http://github.com/djmitche/buildbot/commit/8c638a40d411262b53c396b3fa9a9ca955b5b427 Author: Chris AtLee Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/base.py Log Message: ----------- Fix running .exes under windows when we don't have an abolute path Commit: 272c9c79987843cd695d7d639424b851a4263242 http://github.com/djmitche/buildbot/commit/272c9c79987843cd695d7d639424b851a4263242 Author: Chris AtLee Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/base.py Log Message: ----------- Add comments about why we're doing unicode encoding Commit: b6647e75de13fe89238627a627245e2752676fe3 http://github.com/djmitche/buildbot/commit/b6647e75de13fe89238627a627245e2752676fe3 Author: Chris AtLee Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/db/dbspec.py Log Message: ----------- Adding retrying logic for sqlite Commit: d054a20c72528f3299ca8debaf46aaf1ea5ef02f http://github.com/djmitche/buildbot/commit/d054a20c72528f3299ca8debaf46aaf1ea5ef02f Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/slave/commands/base.py Log Message: ----------- Merge branch 'master' of git://github.com/catlee/buildbot * 'master' of git://github.com/catlee/buildbot: Adding retrying logic for sqlite Add comments about why we're doing unicode encoding Fix running .exes under windows when we don't have an abolute path From noreply at github.com Wed May 19 19:55:07 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 19 May 2010 12:55:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 283960: Fix error handling for _startCommand so that trace... Message-ID: <20100519195507.D3DEC422EF@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 28396037cc226fc214028d429bb167250834e5e0 http://github.com/djmitche/buildbot/commit/28396037cc226fc214028d429bb167250834e5e0 Author: Chris AtLee Date: 2010-05-18 (Tue, 18 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/test/unit/test_slave_commands_base.py Log Message: ----------- Fix error handling for _startCommand so that tracebacks get back to the master. Commit: 71edd6fcb2388a1714b455445828c6a9a6ece142 http://github.com/djmitche/buildbot/commit/71edd6fcb2388a1714b455445828c6a9a6ece142 Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/test/unit/test_slave_commands_base.py Log Message: ----------- Merge branch 'master' of git://github.com/catlee/buildbot * 'master' of git://github.com/catlee/buildbot: Fix error handling for _startCommand so that tracebacks get back to the Commit: dd366a28e9635fde68652a79fd77b0ffe4885706 http://github.com/djmitche/buildbot/commit/dd366a28e9635fde68652a79fd77b0ffe4885706 Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- obfuscate P4 passwords - fixes #846 Commit: 8c638a40d411262b53c396b3fa9a9ca955b5b427 http://github.com/djmitche/buildbot/commit/8c638a40d411262b53c396b3fa9a9ca955b5b427 Author: Chris AtLee Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/base.py Log Message: ----------- Fix running .exes under windows when we don't have an abolute path Commit: 272c9c79987843cd695d7d639424b851a4263242 http://github.com/djmitche/buildbot/commit/272c9c79987843cd695d7d639424b851a4263242 Author: Chris AtLee Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/slave/commands/base.py Log Message: ----------- Add comments about why we're doing unicode encoding Commit: b6647e75de13fe89238627a627245e2752676fe3 http://github.com/djmitche/buildbot/commit/b6647e75de13fe89238627a627245e2752676fe3 Author: Chris AtLee Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/db/dbspec.py Log Message: ----------- Adding retrying logic for sqlite Commit: d054a20c72528f3299ca8debaf46aaf1ea5ef02f http://github.com/djmitche/buildbot/commit/d054a20c72528f3299ca8debaf46aaf1ea5ef02f Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/slave/commands/base.py Log Message: ----------- Merge branch 'master' of git://github.com/catlee/buildbot * 'master' of git://github.com/catlee/buildbot: Adding retrying logic for sqlite Add comments about why we're doing unicode encoding Fix running .exes under windows when we don't have an abolute path Commit: 68bbe5e24366e156dd3ce19a855e9bf05c645895 http://github.com/djmitche/buildbot/commit/68bbe5e24366e156dd3ce19a855e9bf05c645895 Author: Dustin J. Mitchell Date: 2010-05-19 (Wed, 19 May 2010) Changed paths: M buildbot/db/dbspec.py M buildbot/slave/commands/base.py M buildbot/slave/commands/vcs.py M buildbot/test/unit/test_slave_commands_base.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: Adding retrying logic for sqlite Add comments about why we're doing unicode encoding Fix running .exes under windows when we don't have an abolute path obfuscate P4 passwords - fixes #846 Fix error handling for _startCommand so that tracebacks get back to the From buildbot-devel at lists.sourceforge.net Thu May 20 14:56:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 20 May 2010 14:56:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" In-Reply-To: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> References: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> Message-ID: <046.dc8dcbfe75192d1a277555730f5ca5a4@lists.sourceforge.net> #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 1.0.0 Version: 0.7.7 | Keywords: ------------------------+--------------------------------------------------- Comment(by catlee): I'm hoping to get this committed soon: http://github.com/catlee/buildbot/tree/clean_shutdown When a clean shutdown is initiated, the master stops handing out new builds to slaves, and then shuts down when all active builds are finished. Does this do what you need? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 20 14:57:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 20 May 2010 14:57:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" In-Reply-To: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> References: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> Message-ID: <046.0539b6d267f6cacce77160ac80cd2e73@lists.sourceforge.net> #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.7 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 1.0.0 => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 20 14:59:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 20 May 2010 14:59:00 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #849: slave-initiated graceful shutdown Message-ID: <038.9dc94939c7758b0dfda65dda7d9a1479@lists.sourceforge.net> #849: slave-initiated graceful shutdown ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- It would be nice if you could initiate a graceful shutdown of a slave, from the slave. This would be useful for people who are contributing buildbot slaves for various projects, and need to disconnect the slave for some reason, but don't want to cause burning builds. It's also useful for doing automated maintenance on machines - you need to be able to tell when it's safe to upgrade libraries or buildbot itself, etc. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 20 15:26:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 20 May 2010 15:26:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #849: slave-initiated graceful shutdown In-Reply-To: <038.9dc94939c7758b0dfda65dda7d9a1479@lists.sourceforge.net> References: <038.9dc94939c7758b0dfda65dda7d9a1479@lists.sourceforge.net> Message-ID: <047.5e92ab7cd8523285639afb99ddc19762@lists.sourceforge.net> #849: slave-initiated graceful shutdown ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by catlee): A few open questions here: How to signal the buildbot process that we want to shutdown? SIGUSR1? Touch a file? Listen on a port? I don't know if the slave really knows when it's idle. It should most likely tell the master it wants to gracefully shutdown, and then the master can take care of not sending it new builds and telling the slave to shutdown when it's ready. How can the slave tell the master it wants to shut down? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 20 17:48:40 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 20 May 2010 10:48:40 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] e836fb: bump to rc5 Message-ID: <20100520174841.05D344204B@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: e836fb4271eb666b216b6ea12bc6ad1f634fe70a http://github.com/djmitche/buildbot/commit/e836fb4271eb666b216b6ea12bc6ad1f634fe70a Author: Dustin J. Mitchell Date: 2010-05-20 (Thu, 20 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- bump to rc5 From buildbot-devel at lists.sourceforge.net Fri May 21 15:06:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 21 May 2010 15:06:01 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #850: Additional link Message-ID: <041.065529394da9af66ec80fd126006080c@lists.sourceforge.net> #850: Additional link ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- It would be great to have a link from a "changes" page to any build results corresponding to that set of changes. I'd also like to see a button there that forces a rebuild corresponding to that change set. IIUC some change sets don't get built if they are followed soon enough by another one. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 21 17:01:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 21 May 2010 17:01:28 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #851: slave assignment could take load into account Message-ID: <038.69348af69064f3065048d29c69982e83@lists.sourceforge.net> #851: slave assignment could take load into account ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- I've got a builder with multiple Linux slaves attached; it doesn't really matter which one runs the task. Usually. Turns out some jerk is running MatLab on one of my slaves, and the load average is at a consistent 18, about 2x the number of processors available, not to mention it's eating more memory than alzheimer's. In this case, I'd really like buildbot to notice and not run tasks on the machine unless it was really the only machine that could do the job. I'm not sure this needs to be all that exact. Perhaps the keepalives could be extended to forward along load averages as well. That would be more than often enough to workaround my current problem. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat May 22 14:13:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 22 May 2010 14:13:42 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #852: irc status failure or failed? Message-ID: <037.2aa822240e04eb6e69f740a33bb9c9a0@lists.sourceforge.net> #852: irc status failure or failed? -------------------+-------------------------------------------------------- Reporter: ccomb | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- http://djmitche.github.com/buildbot/docs/0.7.12/#IRC-Bot The doc says : failed A build failed You should replace 'failed' with 'failure' in the doc. As a consequence of this documentation error, I've first tried putting 'failed' in the notify_events configuration parameter of the IRC status, and I did't get a configuration error, but an error at runtime, which is difficult to understand. I've had to modify the source code and replace the UsageError with a log.msg in validate_notification_event to be able to understand the configuration error. It would be nice to change the way this configuration error is handled. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 23 12:59:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 23 May 2010 12:59:18 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #853: FAQ outdated? Message-ID: <041.f56b52a10fa1ae7927aab010a4db5add@lists.sourceforge.net> #853: FAQ outdated? ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- From http://comments.gmane.org/gmane.comp.python.buildbot.devel/5703 and the fact that the FAQ says multi-project buildmasters are slated for 0.8.0 and the fact that http://buildbot.net/trac/roadmap shows 0.8.0 to be 100% complete, I am wondering if the FAQ needs an update. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 23 13:00:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 23 May 2010 13:00:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #853: FAQ outdated? In-Reply-To: <041.f56b52a10fa1ae7927aab010a4db5add@lists.sourceforge.net> References: <041.f56b52a10fa1ae7927aab010a4db5add@lists.sourceforge.net> Message-ID: <050.b876cbe137136df7ef89f72dcf5aa4ae@lists.sourceforge.net> #853: FAQ outdated? ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Comment(by dabrahams): ...but maybe not; it looks like 0.7.x is the latest release? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 24 01:56:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 01:56:32 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #854: Inflated builder numbers Message-ID: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> #854: Inflated builder numbers ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- http://boostpro.com:8010/one_line_per_build says "20 builders online." But I only have 2 builders. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 24 07:47:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 07:47:11 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #855: AttributeError traceback from stdio URL Message-ID: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> #855: AttributeError traceback from stdio URL ----------------------+----------------------------------------------------- Reporter: zooko | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- I just got this result from http://tahoe- lafs.org/buildbot/builders/FreeStorm%20WinXP-x86%20py2.6/builds/48/steps /test-from-egg/logs/stdio -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 24 15:06:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 15:06:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #853: FAQ outdated? In-Reply-To: <041.f56b52a10fa1ae7927aab010a4db5add@lists.sourceforge.net> References: <041.f56b52a10fa1ae7927aab010a4db5add@lists.sourceforge.net> Message-ID: <050.224963e544135338ed8bb40ef0f1609a@lists.sourceforge.net> #853: FAQ outdated? ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: undecided | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Resolution: worksforme Keywords: | ----------------------+----------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme * milestone: undecided => 0.8.0 Comment: It's 100% complete, but not released yet - please test rc5 so that we can get it released! http://github.com/djmitche/buildbot/tree/v0.8.0rc5 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 24 15:29:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 15:29:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #854: Inflated builder numbers In-Reply-To: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> References: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> Message-ID: <050.ebbe9f8fcb225ed5918f823068331863@lists.sourceforge.net> #854: Inflated builder numbers ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 Comment: Ah, it's counting builds instead of builders.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 24 15:31:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 15:31:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #855: AttributeError traceback from stdio URL In-Reply-To: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> References: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> Message-ID: <046.e96b383e3113cc8d1aeccfc7a699e961@lists.sourceforge.net> #855: AttributeError traceback from stdio URL ----------------------+----------------------------------------------------- Reporter: zooko | Owner: Type: undecided | Status: closed Priority: major | Milestone: undecided Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: check that build_status exists before looking at .number (fixes #855) Changeset: 0947412a61fd81a88c973051cb916d27b1585089 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 24 15:31:54 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 24 May 2010 08:31:54 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 094741: check that build_status exists before looking at .... Message-ID: <20100524153154.722614216F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 0947412a61fd81a88c973051cb916d27b1585089 http://github.com/djmitche/buildbot/commit/0947412a61fd81a88c973051cb916d27b1585089 Author: Dustin J. Mitchell Date: 2010-05-24 (Mon, 24 May 2010) Changed paths: M buildbot/process/builder.py Log Message: ----------- check that build_status exists before looking at .number (fixes #855) From buildbot-devel at lists.sourceforge.net Mon May 24 15:32:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 15:32:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #855: AttributeError traceback from stdio URL In-Reply-To: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> References: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> Message-ID: <046.54c7cc485be18a3d1a2304ee670578a4@lists.sourceforge.net> #855: AttributeError traceback from stdio URL ----------------------+----------------------------------------------------- Reporter: zooko | Owner: Type: undecided | Status: closed Priority: major | Milestone: undecided Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Comment(by Dustin J. Mitchell): check that build_status exists before looking at .number (fixes #855) Changeset: 0947412a61fd81a88c973051cb916d27b1585089 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 24 15:32:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 15:32:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #855: AttributeError traceback from stdio URL In-Reply-To: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> References: <037.a5e927d74751d98407f827d62bd453f2@lists.sourceforge.net> Message-ID: <046.3aa1c16a4d66a0c0f6696e0b07238655@lists.sourceforge.net> #855: AttributeError traceback from stdio URL ----------------------+----------------------------------------------------- Reporter: zooko | Owner: Type: undecided | Status: closed Priority: major | Milestone: undecided Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Comment(by Dustin J. Mitchell): Merge branch 'master' into buildbot-0.8.0 * master: check that build_status exists before looking at .number (fixes #855) Changeset: 150e4e8ce2b5f916928b381d316ef722c4f77535 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 24 15:32:07 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 24 May 2010 08:32:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 094741: check that build_status exists before looking at .... Message-ID: <20100524153207.742704216F@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 0947412a61fd81a88c973051cb916d27b1585089 http://github.com/djmitche/buildbot/commit/0947412a61fd81a88c973051cb916d27b1585089 Author: Dustin J. Mitchell Date: 2010-05-24 (Mon, 24 May 2010) Changed paths: M buildbot/process/builder.py Log Message: ----------- check that build_status exists before looking at .number (fixes #855) Commit: 150e4e8ce2b5f916928b381d316ef722c4f77535 http://github.com/djmitche/buildbot/commit/150e4e8ce2b5f916928b381d316ef722c4f77535 Author: Dustin J. Mitchell Date: 2010-05-24 (Mon, 24 May 2010) Changed paths: M buildbot/process/builder.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: check that build_status exists before looking at .number (fixes #855) From buildbot-devel at lists.sourceforge.net Mon May 24 15:32:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 24 May 2010 15:32:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #854: [PATCH] Inflated builder numbers (was: Inflated builder numbers) In-Reply-To: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> References: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> Message-ID: <050.161835451be897c955a87f8bb3c52ca6@lists.sourceforge.net> #854: [PATCH] Inflated builder numbers ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Comment(by dustin): I have a branch open with a fix for this, but I want to focus on 0.8.0 at the moment. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue May 25 22:51:00 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 25 May 2010 15:51:00 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 84cfae: Add missing rss and atom template files to install Message-ID: <20100525225100.ED3B0422C9@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 84cfaef23c0ecd8de77cd3896e3813dba601ffab http://github.com/djmitche/buildbot/commit/84cfaef23c0ecd8de77cd3896e3813dba601ffab Author: Gareth Armstrong Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M setup.py Log Message: ----------- Add missing rss and atom template files to install Commit: abb8fa7ba78167774289b0577c41644e7e622588 http://github.com/djmitche/buildbot/commit/abb8fa7ba78167774289b0577c41644e7e622588 Author: Gareth Armstrong Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/status/web/feeds.py Log Message: ----------- White space clean up Commit: 012a519f590aa5b77d7b8273fba7fa7fadb50d9e http://github.com/djmitche/buildbot/commit/012a519f590aa5b77d7b8273fba7fa7fadb50d9e Author: Gareth Armstrong Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/status/web/templates/feed_atom10.xml M buildbot/status/web/templates/feed_description.html M buildbot/status/web/templates/feed_rss20.xml Log Message: ----------- Minor fixes and tweaks to rss and atom templates Commit: 38eaa63cdce0ab2fd39775a0744159379d8e8db0 http://github.com/djmitche/buildbot/commit/38eaa63cdce0ab2fd39775a0744159379d8e8db0 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/status/web/feeds.py M buildbot/status/web/templates/feed_atom10.xml M buildbot/status/web/templates/feed_description.html M buildbot/status/web/templates/feed_rss20.xml M setup.py Log Message: ----------- Merge branch 'feed_fixes' of git://github.com/garetharmstronghp/buildbot * 'feed_fixes' of git://github.com/garetharmstronghp/buildbot: Minor fixes and tweaks to rss and atom templates White space clean up Add missing rss and atom template files to install Commit: d18d4f71c68a47fa36bff9ffffbd893391a4fcc9 http://github.com/djmitche/buildbot/commit/d18d4f71c68a47fa36bff9ffffbd893391a4fcc9 Author: William Deegan Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- Force changlist fed to perforce p4 client -i to be ascii. Commit: 1377fe96cf3a95eabed1b0ce0f23b1b5ff033a75 http://github.com/djmitche/buildbot/commit/1377fe96cf3a95eabed1b0ce0f23b1b5ff033a75 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- remove unicodedata.normalize and add comments Commit: e40becc5f2b73c15ac81d094a5153eba6bab501a http://github.com/djmitche/buildbot/commit/e40becc5f2b73c15ac81d094a5153eba6bab501a Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- Merge branch 'p4-encoding' * p4-encoding: remove unicodedata.normalize and add comments Force changlist fed to perforce p4 client -i to be ascii. Commit: 17a0a2c2c5eb06d9a23c22382f67dc4665d7117a http://github.com/djmitche/buildbot/commit/17a0a2c2c5eb06d9a23c22382f67dc4665d7117a Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py M buildbot/status/web/feeds.py M buildbot/status/web/templates/feed_atom10.xml M buildbot/status/web/templates/feed_description.html M buildbot/status/web/templates/feed_rss20.xml M setup.py Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: remove unicodedata.normalize and add comments Force changlist fed to perforce p4 client -i to be ascii. Minor fixes and tweaks to rss and atom templates White space clean up Add missing rss and atom template files to install Commit: e09af3124cd6eaba3c55bace288486344c56b96b http://github.com/djmitche/buildbot/commit/e09af3124cd6eaba3c55bace288486344c56b96b Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: A ChangeLog-0.8.0 M NEWS Log Message: ----------- add 0.8.0 ChangeLog and update NEWS with release date Commit: 6fee4050a03aa8d8ed472bb1e53456676a14f3f5 http://github.com/djmitche/buildbot/commit/6fee4050a03aa8d8ed472bb1e53456676a14f3f5 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: A ChangeLog-0.8.0 M NEWS Log Message: ----------- Merge branch 'master' into buildbot-0.8.0 * master: add 0.8.0 ChangeLog and update NEWS with release date Commit: d679cb8f4c5be170d3cf2e335d0097ea8be2bfe0 http://github.com/djmitche/buildbot/commit/d679cb8f4c5be170d3cf2e335d0097ea8be2bfe0 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update version From noreply at github.com Tue May 25 22:51:00 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 25 May 2010 15:51:00 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 84cfae: Add missing rss and atom template files to install Message-ID: <20100525225100.63D09422B7@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 84cfaef23c0ecd8de77cd3896e3813dba601ffab http://github.com/djmitche/buildbot/commit/84cfaef23c0ecd8de77cd3896e3813dba601ffab Author: Gareth Armstrong Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M setup.py Log Message: ----------- Add missing rss and atom template files to install Commit: abb8fa7ba78167774289b0577c41644e7e622588 http://github.com/djmitche/buildbot/commit/abb8fa7ba78167774289b0577c41644e7e622588 Author: Gareth Armstrong Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/status/web/feeds.py Log Message: ----------- White space clean up Commit: 012a519f590aa5b77d7b8273fba7fa7fadb50d9e http://github.com/djmitche/buildbot/commit/012a519f590aa5b77d7b8273fba7fa7fadb50d9e Author: Gareth Armstrong Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/status/web/templates/feed_atom10.xml M buildbot/status/web/templates/feed_description.html M buildbot/status/web/templates/feed_rss20.xml Log Message: ----------- Minor fixes and tweaks to rss and atom templates Commit: 38eaa63cdce0ab2fd39775a0744159379d8e8db0 http://github.com/djmitche/buildbot/commit/38eaa63cdce0ab2fd39775a0744159379d8e8db0 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/status/web/feeds.py M buildbot/status/web/templates/feed_atom10.xml M buildbot/status/web/templates/feed_description.html M buildbot/status/web/templates/feed_rss20.xml M setup.py Log Message: ----------- Merge branch 'feed_fixes' of git://github.com/garetharmstronghp/buildbot * 'feed_fixes' of git://github.com/garetharmstronghp/buildbot: Minor fixes and tweaks to rss and atom templates White space clean up Add missing rss and atom template files to install Commit: d18d4f71c68a47fa36bff9ffffbd893391a4fcc9 http://github.com/djmitche/buildbot/commit/d18d4f71c68a47fa36bff9ffffbd893391a4fcc9 Author: William Deegan Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- Force changlist fed to perforce p4 client -i to be ascii. Commit: 1377fe96cf3a95eabed1b0ce0f23b1b5ff033a75 http://github.com/djmitche/buildbot/commit/1377fe96cf3a95eabed1b0ce0f23b1b5ff033a75 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- remove unicodedata.normalize and add comments Commit: e40becc5f2b73c15ac81d094a5153eba6bab501a http://github.com/djmitche/buildbot/commit/e40becc5f2b73c15ac81d094a5153eba6bab501a Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- Merge branch 'p4-encoding' * p4-encoding: remove unicodedata.normalize and add comments Force changlist fed to perforce p4 client -i to be ascii. Commit: e09af3124cd6eaba3c55bace288486344c56b96b http://github.com/djmitche/buildbot/commit/e09af3124cd6eaba3c55bace288486344c56b96b Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: A ChangeLog-0.8.0 M NEWS Log Message: ----------- add 0.8.0 ChangeLog and update NEWS with release date From buildbot-devel at lists.sourceforge.net Wed May 26 00:00:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 00:00:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #852: irc status failure or failed? In-Reply-To: <037.2aa822240e04eb6e69f740a33bb9c9a0@lists.sourceforge.net> References: <037.2aa822240e04eb6e69f740a33bb9c9a0@lists.sourceforge.net> Message-ID: <046.8fc555347b9d67c0222c8238092f6e42@lists.sourceforge.net> #852: irc status failure or failed? -------------------+-------------------------------------------------------- Reporter: ccomb | Owner: Type: defect | Status: closed Priority: minor | Milestone: undecided Version: 0.7.12 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: fix IRC docs: change failed -> failure (fixes #852) I don't see a quick way to fix the usage error; this should clean things up a bit. Changeset: d413c69ab3a3108b9a78f5694cb4dde87c510ba4 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed May 26 00:01:00 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 25 May 2010 17:01:00 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] b4c530: Pass the local environments variables along with g... Message-ID: <20100526000100.B72A8422B6@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: b4c5301ebe43e492bfb1b8d2facb4b6bbd92588d http://github.com/djmitche/buildbot/commit/b4c5301ebe43e492bfb1b8d2facb4b6bbd92588d Author: Bill Date: 2010-05-24 (Mon, 24 May 2010) Changed paths: M buildbot/changes/svnpoller.py Log Message: ----------- Pass the local environments variables along with getProcessOutput This is required for ssh agent authentication which uses: SSH2_AUTH_SOCK SSH2_CLIENT SSH_AA_SOCK Commit: bfed110986203929876d45f7efc7f0753ec6b4fe http://github.com/djmitche/buildbot/commit/bfed110986203929876d45f7efc7f0753ec6b4fe Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M buildbot/changes/svnpoller.py Log Message: ----------- Merge branch 'master' of git://github.com/unpaidbill/buildbot * 'master' of git://github.com/unpaidbill/buildbot: Pass the local environments variables along with getProcessOutput Commit: d413c69ab3a3108b9a78f5694cb4dde87c510ba4 http://github.com/djmitche/buildbot/commit/d413c69ab3a3108b9a78f5694cb4dde87c510ba4 Author: Dustin J. Mitchell Date: 2010-05-25 (Tue, 25 May 2010) Changed paths: M docs/cfg-statustargets.texinfo Log Message: ----------- fix IRC docs: change failed -> failure (fixes #852) I don't see a quick way to fix the usage error; this should clean things up a bit. From buildbot-devel at lists.sourceforge.net Wed May 26 02:09:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:09:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #727: console history reflects current status rather than history In-Reply-To: <038.f7b743ef2a1dad4376a1636ce29b6394@lists.sourceforge.net> References: <038.f7b743ef2a1dad4376a1636ce29b6394@lists.sourceforge.net> Message-ID: <047.12dc17a4fee21bf89e0ec23380610359@lists.sourceforge.net> #727: console history reflects current status rather than history -------------------+-------------------------------------------------------- Reporter: dan782 | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Resolution: worksforme Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme * milestone: undecided => 0.8.0 Comment: reopen if this continues in 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:09:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:09:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #760: Traceback if slavebuilddir is not set In-Reply-To: <044.18b5183915d10878f0fa5f279653f739@lists.sourceforge.net> References: <044.18b5183915d10878f0fa5f279653f739@lists.sourceforge.net> Message-ID: <053.fd1658aae3d068133ed6affe060cfc9b@lists.sourceforge.net> #760: Traceback if slavebuilddir is not set ----------------------------+----------------------------------------------- Reporter: sascha_silbe | Owner: Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.7.12 | Resolution: worksforme Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme Comment: reopen if necessary. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:09:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:09:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #838: buildbot sendchange should return non-zero if changes couldn't be sent In-Reply-To: <038.9eadd28a5f6d334ea5302a80b98e37a3@lists.sourceforge.net> References: <038.9eadd28a5f6d334ea5302a80b98e37a3@lists.sourceforge.net> Message-ID: <047.2ec4ea565738cbe7b2393f29d5b3fbe1@lists.sourceforge.net> #838: buildbot sendchange should return non-zero if changes couldn't be sent -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:12:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:12:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #845: [WINDOWS] shutil.copytree timeout for mode=copy (was: P4Source with mode=copy generates timeout on Windows platform) In-Reply-To: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> References: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> Message-ID: <045.97cb2169a3622e82f8834596ab07531e@lists.sourceforge.net> #845: [WINDOWS] shutil.copytree timeout for mode=copy -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: p4 windows -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: perforce timeout windows => p4 windows * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:13:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:13:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #845: shutil.copytree timeout for mode=copy (was: [WINDOWS] shutil.copytree timeout for mode=copy) In-Reply-To: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> References: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> Message-ID: <045.94e91287197a78408124927160d562e9@lists.sourceforge.net> #845: shutil.copytree timeout for mode=copy -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: p4 windows -------------------+-------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:22:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:22:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #848: statusgui badly broken in 0.8.0 (was: statusgui won't start: "AttributeError: GtkClient instance has no attribute 'username'") In-Reply-To: <038.eba59eb4dc40b1d6d9f1a7d26da63872@lists.sourceforge.net> References: <038.eba59eb4dc40b1d6d9f1a7d26da63872@lists.sourceforge.net> Message-ID: <047.4973517720ea4df5eddf3bd2ea7b5b7d@lists.sourceforge.net> #848: statusgui badly broken in 0.8.0 -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:23:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:23:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #850: Additional link In-Reply-To: <041.065529394da9af66ec80fd126006080c@lists.sourceforge.net> References: <041.065529394da9af66ec80fd126006080c@lists.sourceforge.net> Message-ID: <050.5e53f584a16e3e41137d9345e35c76f1@lists.sourceforge.net> #850: Additional link ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * milestone: undecided => 0.8.+ Comment: The arrangement of data in buildbot makes it *very* expensive, if not impossible, to figure out which builds were made based on a particular change. So this ticket is harder than it sounds! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:25:19 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:25:19 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #200: Provide HTTP auth around build buttons In-Reply-To: <037.c42a34ff6a8e64295b661fe3e9b32b09@lists.sourceforge.net> References: <037.c42a34ff6a8e64295b661fe3e9b32b09@lists.sourceforge.net> Message-ID: <046.f48abb27827db2cc02d181b29f7a6f5e@lists.sourceforge.net> #200: Provide HTTP auth around build buttons ------------------------+--------------------------------------------------- Reporter: zandr | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.6 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed * milestone: 0.8.+ => 0.8.0 Comment: This got implemented in 0.8.0 - see the Authentication and authorization framework. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:28:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:28:25 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #856: always allow force and rebuild, even if slave is disconnected Message-ID: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> #856: always allow force and rebuild, even if slave is disconnected ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Currently, it's impossible to force a build when a slave is not connected, but it's not impossible to rebuild a build. That doesn't make a lot of sense. This could be configurable, but I think it's better that it just always be available. This will obviate the need to fix #348. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:28:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:28:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #856: always allow force and rebuild, even if slave is disconnected In-Reply-To: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> References: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> Message-ID: <047.35a06ff1820100dbb2da31480158240c@lists.sourceforge.net> #856: always allow force and rebuild, even if slave is disconnected ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Old description: > Currently, it's impossible to force a build when a slave is not > connected, but it's not impossible to rebuild a build. That doesn't make > a lot of sense. > > This could be configurable, but I think it's better that it just always > be available. > > This will obviate the need to fix #348. New description: Currently, it's impossible to force a build when a slave is not connected, but it's not impossible to rebuild a build. That doesn't make a lot of sense. This could be configurable, but I think it's better that it just always be available. This will obviate the need to fix #689. -- Comment(by dustin): (fix ticket reference) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:29:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:29:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #689: Can't "force build" on latent slaves In-Reply-To: <036.c53368862a9d80ac04291171dcb77169@lists.sourceforge.net> References: <036.c53368862a9d80ac04291171dcb77169@lists.sourceforge.net> Message-ID: <045.a3c54db9f3f0b8a21da4e6d9a83f9965@lists.sourceforge.net> #689: Can't "force build" on latent slaves -----------------------+---------------------------------------------------- Reporter: abyx | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Resolution: duplicate Keywords: latent web | -----------------------+---------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: #856 says to just always display the button, latent or not, so I'm closing this as a dupe -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:29:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:29:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #348: 'Force Build' on branches with special characters as '+' are ignored In-Reply-To: <040.55908661301757f8787597c5d19c436f@lists.sourceforge.net> References: <040.55908661301757f8787597c5d19c436f@lists.sourceforge.net> Message-ID: <049.cae8eb26eeb0280f1107076440715a31@lists.sourceforge.net> #348: 'Force Build' on branches with special characters as '+' are ignored ---------------------+------------------------------------------------------ Reporter: fontanon | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.9 | Keywords: web encoding ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: webstatus special character force build => web encoding * milestone: 0.8.+ => 0.8.1 Comment: This is tangentially related to encoding work - "funny characters" should be filtered out on the *output* side, not input. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:36:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:36:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #851: slave assignment could take load into account In-Reply-To: <038.69348af69064f3065048d29c69982e83@lists.sourceforge.net> References: <038.69348af69064f3065048d29c69982e83@lists.sourceforge.net> Message-ID: <047.539c101df433e828e3380078cf09cd90@lists.sourceforge.net> #851: slave assignment could take load into account ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: loadbalancing ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => loadbalancing * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:37:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:37:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #748: MySQL Exception when adding change In-Reply-To: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> References: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> Message-ID: <047.006a9c79e3229d908fdc8ac30f6126b2@lists.sourceforge.net> #748: MySQL Exception when adding change --------------------+------------------------------------------------------- Reporter: catlee | Owner: warner Type: defect | Status: closed Priority: blocker | Milestone: 0.8.1 Version: master | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => fixed Comment: I think we have the DB code in place now, so let's close this until we see it again. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:38:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:38:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #753: xmlrpc_getBuild fails for failed builds In-Reply-To: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> References: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> Message-ID: <046.16367ea9f260f5909652797657ee8716@lists.sourceforge.net> #753: xmlrpc_getBuild fails for failed builds -------------------+-------------------------------------------------------- Reporter: clown | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): We may be removing XMLRPC entirely, in which case this ticket will be moot. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:41:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:41:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #795: Allow switching ETA estimation method in master.cfg In-Reply-To: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> References: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> Message-ID: <048.db829792a1ec10b3ab70aa815cbdc476@lists.sourceforge.net> #795: Allow switching ETA estimation method in master.cfg ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: ETA => Comment: toinbis: any progress here? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:41:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:41:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #796: Implement UI elements: build's progress bar & build time charts In-Reply-To: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> References: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> Message-ID: <048.0b9269a3cdebce6cc28f1c55c44eb690@lists.sourceforge.net> #796: Implement UI elements: build's progress bar & build time charts ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: ui => web Comment: toinbis: any progress here? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:43:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:43:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-ascii bytestrings In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.c583aab852ace7660466b220cfef12ba@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-ascii bytestrings ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: encoding ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: => encoding -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:43:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:43:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #835: fix windows test failures In-Reply-To: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> References: <038.e4ee1b6baef4636926ad246b5c193890@lists.sourceforge.net> Message-ID: <047.726fd201001b307af75bdd47b927c0f3@lists.sourceforge.net> #835: fix windows test failures ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: windows ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: => windows -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:44:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:44:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #613: need to retry if substantiating a latent builder fails In-Reply-To: <040.e5304fd2ae4ffdff465c5739f42381cd@lists.sourceforge.net> References: <040.e5304fd2ae4ffdff465c5739f42381cd@lists.sourceforge.net> Message-ID: <049.9889be99d36c3902a68bd342fe64df1c@lists.sourceforge.net> #613: need to retry if substantiating a latent builder fails ---------------------+------------------------------------------------------ Reporter: mwhudson | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * milestone: 0.8.1 => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:45:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:45:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #763: debug client calls now-missing perspective_requestBuild In-Reply-To: <038.7989197ce7f13f72f90b94a6806048c4@lists.sourceforge.net> References: <038.7989197ce7f13f72f90b94a6806048c4@lists.sourceforge.net> Message-ID: <047.fb6bed7b524973b8e9d56b4e30d1c07e@lists.sourceforge.net> #763: debug client calls now-missing perspective_requestBuild -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Resolution: duplicate Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: closed in favor of the larger #848 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:45:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:45:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #763: debug client calls now-missing perspective_requestBuild In-Reply-To: <038.7989197ce7f13f72f90b94a6806048c4@lists.sourceforge.net> References: <038.7989197ce7f13f72f90b94a6806048c4@lists.sourceforge.net> Message-ID: <047.af1b70ccd672f26cc2a54ee008645f87@lists.sourceforge.net> #763: debug client calls now-missing perspective_requestBuild -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: reopened Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Resolution: Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: closed => reopened * resolution: duplicate => Comment: oops - that's statusgui, this is debug client. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:46:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:46:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #787: Fill out "Creating a Buildmaster" and "Creating a Buildslave" In-Reply-To: <038.576b84d6f08a825cd9c2b9b714a89394@lists.sourceforge.net> References: <038.576b84d6f08a825cd9c2b9b714a89394@lists.sourceforge.net> Message-ID: <047.136fe58da2d932341fc01142db6e3246@lists.sourceforge.net> #787: Fill out "Creating a Buildmaster" and "Creating a Buildslave" -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: | Keywords: docs -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => docs -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:47:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:47:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Source stamp filtering, sorting, and clustering in web views (was: Group revisions by repository in grid view) In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.8016b9e4c99b685338bd6ffa0a030955@lists.sourceforge.net> #789: Source stamp filtering, sorting, and clustering in web views --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:48:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:48:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #790: Handle revs from different repositories in console view In-Reply-To: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> References: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> Message-ID: <048.7b6a7b47dba3d7952d54cd6affbc6908@lists.sourceforge.net> #790: Handle revs from different repositories in console view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:49:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:49:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #792: [PATCH] rmdirRecursive follows symlinks (was: rmdirRecursive follows symlinks) In-Reply-To: <038.8e19aaa2c4cb61801f3320ac38df58f8@lists.sourceforge.net> References: <038.8e19aaa2c4cb61801f3320ac38df58f8@lists.sourceforge.net> Message-ID: <047.82bc66b6d7b6a76c71a2941c8e8e5f9f@lists.sourceforge.net> #792: [PATCH] rmdirRecursive follows symlinks -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:50:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:50:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #815: quote marks are stripped from command-line in log In-Reply-To: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> References: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> Message-ID: <046.f8e4db48a0248b0929b2d06b482d1d7c@lists.sourceforge.net> #815: quote marks are stripped from command-line in log -------------------+-------------------------------------------------------- Reporter: zooko | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): Actually, I seem to recall a python library function to do this. Anyway, it shouldn't be *too* hard, at least not for POSIX. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:50:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:50:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #817: change manager ignores changeHorizon In-Reply-To: <038.fc1589408252cc516098ecd2c5e2dfc0@lists.sourceforge.net> References: <038.fc1589408252cc516098ecd2c5e2dfc0@lists.sourceforge.net> Message-ID: <047.e6c1afd1b9900d2be22b04a155ae689c@lists.sourceforge.net> #817: change manager ignores changeHorizon -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: database -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => database -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:51:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:51:26 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #827: ChangeSources may produce changes containing non-ascii bytestrings In-Reply-To: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> References: <038.ae761c4a7372f16842cdf0af25f40038@lists.sourceforge.net> Message-ID: <047.0533f461f5be000e450028e96ad8cd30@lists.sourceforge.net> #827: ChangeSources may produce changes containing non-ascii bytestrings ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.12 | Keywords: encoding database ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: encoding => encoding database -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:52:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:52:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #824: horizons for data cleanup can't be configured to not clean up (was: horizons for data cleanup can't be configured to not clean up (PATCH)) In-Reply-To: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> References: <036.19c4aee33894c0d5336e431119498031@lists.sourceforge.net> Message-ID: <045.56c53c0935bf938473b615048474d497@lists.sourceforge.net> #824: horizons for data cleanup can't be configured to not clean up -------------------+-------------------------------------------------------- Reporter: Pike | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:52:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:52:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #790: Handle revs from different repositories in console view In-Reply-To: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> References: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> Message-ID: <048.5b7a3547ad475773f77686d44a72bf49@lists.sourceforge.net> #790: Handle revs from different repositories in console view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Changes (by unpaidbill): * cc: unpaid.bill@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:53:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:53:22 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #833: buildbot.status.web.logs assumes logfiles are in utf-8 In-Reply-To: <038.9f4696a9d9da0b680d99e925cc4b6cc2@lists.sourceforge.net> References: <038.9f4696a9d9da0b680d99e925cc4b6cc2@lists.sourceforge.net> Message-ID: <047.127c182add4f0e869858474d8fa8e5e9@lists.sourceforge.net> #833: buildbot.status.web.logs assumes logfiles are in utf-8 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: encoding -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => encoding -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:54:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:54:45 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #844: Perforce authentication is misleading In-Reply-To: <039.84fe8d0cd3ac1bce20853b4477b5e0d3@lists.sourceforge.net> References: <039.84fe8d0cd3ac1bce20853b4477b5e0d3@lists.sourceforge.net> Message-ID: <048.289af72bd53858b97f43e769f98ccad0@lists.sourceforge.net> #844: Perforce authentication is misleading ------------------------+--------------------------------------------------- Reporter: pcmantz | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: p4 ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => p4 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:55:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:55:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #845: shutil.copytree timeout for mode=copy In-Reply-To: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> References: <036.258f92bf68d08b55c6f985d5134094ef@lists.sourceforge.net> Message-ID: <045.699af718b07749d818bdb90d36e7b2b4@lists.sourceforge.net> #845: shutil.copytree timeout for mode=copy -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: windows -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: p4 windows => windows -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:55:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:55:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #856: always allow force and rebuild, even if slave is disconnected In-Reply-To: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> References: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> Message-ID: <047.131a6a76a6f45263072833cc5ff946c2@lists.sourceforge.net> #856: always allow force and rebuild, even if slave is disconnected ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:56:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:56:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" In-Reply-To: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> References: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> Message-ID: <046.0b5ea2f3abd647f1cc8b2265c0c71df1@lists.sourceforge.net> #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.7 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): is this ready to merge, now that 0.8.0 is out? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:57:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:57:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #644: Add option to show the number of warnings In-Reply-To: <039.278666628bae4184e7ed4e4e7d204967@lists.sourceforge.net> References: <039.278666628bae4184e7ed4e4e7d204967@lists.sourceforge.net> Message-ID: <048.07bde20a29a442e8f2bf267123c4bb36@lists.sourceforge.net> #644: Add option to show the number of warnings ------------------------+--------------------------------------------------- Reporter: jeffall | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.11 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:59:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:59:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #762: default text size really small in chromium-browser In-Reply-To: <036.25e2e13784dc973a57987d8a95f25b7f@lists.sourceforge.net> References: <036.25e2e13784dc973a57987d8a95f25b7f@lists.sourceforge.net> Message-ID: <045.f133fb255841b5660fef4d6ce72bb9bb@lists.sourceforge.net> #762: default text size really small in chromium-browser -------------------+-------------------------------------------------------- Reporter: chrb | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 02:59:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 02:59:22 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #776: MySQL warns about default values for BLOB/TEXT columns In-Reply-To: <038.43b34c7e2652353334a97fb536f40d6f@lists.sourceforge.net> References: <038.43b34c7e2652353334a97fb536f40d6f@lists.sourceforge.net> Message-ID: <047.984877a3c86b3c7559a806313043372e@lists.sourceforge.net> #776: MySQL warns about default values for BLOB/TEXT columns -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: database -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => database -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:00:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:00:22 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #857: document support for MySQL Message-ID: <038.ddeb2f3d9f9018f92f4028ac804b9e47@lists.sourceforge.net> #857: document support for MySQL ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: docs ------------------------+--------------------------------------------------- 0.8.0 didn't visibly recommend MySQL, although buildbot will work against MySQL. 0.8.1 should document how to set buildbot up with a MySQL backend. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:01:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:01:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #800: List of builders on web UI has no category support In-Reply-To: <039.dd3a2140e132cabcd48190e842e7d39e@lists.sourceforge.net> References: <039.dd3a2140e132cabcd48190e842e7d39e@lists.sourceforge.net> Message-ID: <048.efcda4128ff0cb3b8febc4df4ff934b8@lists.sourceforge.net> #800: List of builders on web UI has no category support ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: categories => web Comment: This is probably a smaller aspect of #789. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:01:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:01:54 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #803: Disable patch output in twistd.log In-Reply-To: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> References: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> Message-ID: <047.b04ddc78ca3777123286761084945ac7@lists.sourceforge.net> #803: Disable patch output in twistd.log ------------------------+--------------------------------------------------- Reporter: maruel | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:02:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:02:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #819: remove last_access table In-Reply-To: <038.503ccca684e02050bc34985394d64408@lists.sourceforge.net> References: <038.503ccca684e02050bc34985394d64408@lists.sourceforge.net> Message-ID: <047.baf30e9004ef4479d19e35f6d3f65729@lists.sourceforge.net> #819: remove last_access table ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:02:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:02:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #819: remove last_access table In-Reply-To: <038.503ccca684e02050bc34985394d64408@lists.sourceforge.net> References: <038.503ccca684e02050bc34985394d64408@lists.sourceforge.net> Message-ID: <047.f3f458a5267cc37dde234c043bd15c95@lists.sourceforge.net> #819: remove last_access table ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: database ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => database -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:03:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:03:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #825: Zombie builds stuck in FileDownload In-Reply-To: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> References: <038.16dfdd6cff15a0be39136e0bcc3ef2c6@lists.sourceforge.net> Message-ID: <047.c6f8434b4ffd543786542b17b01b94d8@lists.sourceforge.net> #825: Zombie builds stuck in FileDownload ---------------------+------------------------------------------------------ Reporter: catlee | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.1 Version: 0.7.9 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * priority: minor => critical Comment: We'll need more evidence to track this down, I think. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:03:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:03:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #840: slave page should show buildbot version In-Reply-To: <038.045a7315b876f6d98c65ca6b460e2aa0@lists.sourceforge.net> References: <038.045a7315b876f6d98c65ca6b460e2aa0@lists.sourceforge.net> Message-ID: <047.a54dae2b58e841c5a3ca991f4c6c1eac@lists.sourceforge.net> #840: slave page should show buildbot version ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: trivial | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:10:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:10:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #73: deal with link spammers In-Reply-To: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> References: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> Message-ID: <047.f696af99bf5f0e35029b102a48bcc5de@lists.sourceforge.net> #73: deal with link spammers -------------------+-------------------------------------------------------- Reporter: warner | Owner: warner Type: task | Status: closed Priority: major | Milestone: ongoing Version: | Resolution: invalid Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: reopened => closed * resolution: => invalid Comment: This is a neverending battle, but the open ticket isn't helping anything. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:11:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:11:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #650: switch to CIA for IRC notifications In-Reply-To: <038.27337af0be6d219464bb7bf4ac3572dd@lists.sourceforge.net> References: <038.27337af0be6d219464bb7bf4ac3572dd@lists.sourceforge.net> Message-ID: <047.6feea5d89dc90ef5c2262581f56cb627@lists.sourceforge.net> #650: switch to CIA for IRC notifications -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: task | Status: closed Priority: major | Milestone: ongoing Version: | Resolution: wontfix Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: github's doing much better now. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:13:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:13:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #591: In changes "'{' is not recognized as an internal or external command, operable program or batch file. " In-Reply-To: <042.168b8ac22693edd190aaa49e15b8e442@lists.sourceforge.net> References: <042.168b8ac22693edd190aaa49e15b8e442@lists.sourceforge.net> Message-ID: <051.5a4dd03d53b1feb850e5fb4b217e4702@lists.sourceforge.net> #591: In changes "'{' is not recognized as an internal or external command, operable program or batch file. " ----------------------------+----------------------------------------------- Reporter: ekramulhuq | Owner: Type: support-request | Status: closed Priority: major | Milestone: ongoing Version: 0.7.11 | Resolution: invalid Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => invalid -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:13:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:13:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #726: install Amanda on buildbot.net In-Reply-To: <038.449ccc57c2f91bf5606147457e1507b1@lists.sourceforge.net> References: <038.449ccc57c2f91bf5606147457e1507b1@lists.sourceforge.net> Message-ID: <047.aef79d25af0c6fd9736991d5b3237bcb@lists.sourceforge.net> #726: install Amanda on buildbot.net -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: task | Status: assigned Priority: major | Milestone: 0.8.1 Version: | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: ongoing => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:24:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:24:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #73: deal with link spammers In-Reply-To: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> References: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> Message-ID: <047.dd728de25ac5dd7f2407a1fce9562bbc@lists.sourceforge.net> #73: deal with link spammers -------------------+-------------------------------------------------------- Reporter: warner | Owner: warner Type: task | Status: closed Priority: major | Milestone: ongoing Version: | Resolution: invalid Keywords: | -------------------+-------------------------------------------------------- Comment(by testy): test some spam: Surely you'd like some [http://viagra.com viagra] to go with your [http ://resume-writing.com resume writing service], right? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:26:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:26:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #73: deal with link spammers In-Reply-To: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> References: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> Message-ID: <047.8c2a4430911e6c61dc5a5ab13d5063da@lists.sourceforge.net> #73: deal with link spammers -------------------+-------------------------------------------------------- Reporter: warner | Owner: warner Type: task | Status: closed Priority: major | Milestone: ongoing Version: | Resolution: invalid Keywords: | -------------------+-------------------------------------------------------- Comment(by testy): test some spam: Surely you'd like some [http://cheep-drugs.com viagra] to go with your [http://resumes.com resume writing service], right? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:28:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:28:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #73: deal with link spammers In-Reply-To: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> References: <038.1e119dfc0f2bf46d0e1d1cb272653cfb@lists.sourceforge.net> Message-ID: <047.7510f11b12114834bc3218d8e38353bf@lists.sourceforge.net> #73: deal with link spammers -------------------+-------------------------------------------------------- Reporter: warner | Owner: warner Type: task | Status: closed Priority: major | Milestone: ongoing Version: | Resolution: invalid Keywords: | -------------------+-------------------------------------------------------- Comment(by testy): interesting - deleting a user from the admin page does not delete the session. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:30:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:30:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #68: New mechanism for monitoring buildbot startup In-Reply-To: <039.592b19946618ac245ee0d41afdd879a6@lists.sourceforge.net> References: <039.592b19946618ac245ee0d41afdd879a6@lists.sourceforge.net> Message-ID: <048.c882b4aebbf81ae2923480ae64baad07@lists.sourceforge.net> #68: New mechanism for monitoring buildbot startup --------------------+------------------------------------------------------- Reporter: joduinn | Owner: warner Type: defect | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.5 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 1.0.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:31:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:31:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #44: can buildbot generate static html file not dynamic page? In-Reply-To: <039.cefefeac0f595dde5966ca78b7924837@lists.sourceforge.net> References: <039.cefefeac0f595dde5966ca78b7924837@lists.sourceforge.net> Message-ID: <048.59bea0ae51ecb87321a51ce7c622bc7f@lists.sourceforge.net> #44: can buildbot generate static html file not dynamic page? ----------------------+----------------------------------------------------- Reporter: joduinn | Type: defect Status: closed | Priority: major Milestone: 1.0.+ | Version: 0.7.5 Resolution: wontfix | Keywords: ----------------------+----------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I'm not convinced this is something Buildbot should be doing - better to do it with an aggressively caching frontend, I think. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:33:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:33:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #46: Link the changes to the version control display In-Reply-To: <038.3a65a1117eb0b61c18a7c87d85258e67@lists.sourceforge.net> References: <038.3a65a1117eb0b61c18a7c87d85258e67@lists.sourceforge.net> Message-ID: <047.cc254e6aae1447006fe2baf2978fb1ac@lists.sourceforge.net> #46: Link the changes to the version control display ------------------------+--------------------------------------------------- Reporter: grisha | Type: enhancement Status: closed | Priority: major Milestone: 0.8.1 | Version: 0.7.5 Resolution: duplicate | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate * milestone: 1.0.+ => 0.8.1 Comment: I think that this partially answers #836, so dupe'd there. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:36:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:36:16 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #858: page to display a list of changes Message-ID: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> #858: page to display a list of changes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- The only place that changes are listed right now is in the "big" displays - waterfall, t/grid, console. The /changes URL should also show a list of changes - right now it shows change sources, which doesn't make much sense. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:36:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:36:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #836: remove Change.links (was: figure out what Change.links is) In-Reply-To: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> References: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> Message-ID: <047.09590c6982ad9ba8058550d47bf7dde7@lists.sourceforge.net> #836: remove Change.links ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): see #46 for the background on this. Part 1 is removing Change.links. The other part is a better display of changes, perhaps with a simple list of the latest changes - #858. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:38:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:38:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #858: page to display a list of changes In-Reply-To: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> References: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> Message-ID: <047.ce955080b43164432c993ce3b467fcb6@lists.sourceforge.net> #858: page to display a list of changes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:38:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:38:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #836: remove Change.links In-Reply-To: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> References: <038.a71a59a6a99fb011e7f7c9ff2dbef9cd@lists.sourceforge.net> Message-ID: <047.4832dd0b3b85d928b19d5d0f68b5c39c@lists.sourceforge.net> #836: remove Change.links ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: database ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => database -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:39:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:39:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #75: IM status targets In-Reply-To: <038.077cde644a25b8ae82acb2a21287d86e@lists.sourceforge.net> References: <038.077cde644a25b8ae82acb2a21287d86e@lists.sourceforge.net> Message-ID: <047.bd8356cb50e426f34bc8f104ae6a8cb3@lists.sourceforge.net> #75: IM status targets ------------------------+--------------------------------------------------- Reporter: warner | Owner: warner Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.5 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: words => * milestone: 1.0.+ => 0.8.+ Comment: I would want to see this share 95% of its implementation with the IRC code, which is already basically unmaintained. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:40:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:40:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #520: add per-build comments from Waterfall page In-Reply-To: <040.e933162adbd1d0407f187dee942c89e2@lists.sourceforge.net> References: <040.e933162adbd1d0407f187dee942c89e2@lists.sourceforge.net> Message-ID: <049.e787d02e0b1d19e9c3c16e94aea6f4af@lists.sourceforge.net> #520: add per-build comments from Waterfall page ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 1.0.+ Version: 0.7.10 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1573390 => web Comment: Eek - this runs in a direction counter to how the web status works now. I'm not sure I like that! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:40:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:40:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #521: authenticated slave-master connections In-Reply-To: <040.ba800d2fe59bbad97170974bf658600f@lists.sourceforge.net> References: <040.ba800d2fe59bbad97170974bf658600f@lists.sourceforge.net> Message-ID: <049.c6c8d8abfa22c920d7a4d34933501ca8@lists.sourceforge.net> #521: authenticated slave-master connections ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 1.0.+ Version: 0.7.10 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1573385 => -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:42:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:42:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #858: page to display a list of changes In-Reply-To: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> References: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> Message-ID: <047.f01112cc27dded6efec4d75ab0bed46d@lists.sourceforge.net> #858: page to display a list of changes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Comment(by dustin): #46 and #237 both talk about adding a link to some vc display (showvc, github, launchpad, whatever) to the Change display. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:43:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:43:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #237: changes waterfall column to include source code changes In-Reply-To: <045.f6a3652650fe56b163af8ed1682acd65@lists.sourceforge.net> References: <045.f6a3652650fe56b163af8ed1682acd65@lists.sourceforge.net> Message-ID: <054.f80e79785ba99a813602ca3e8045caa0@lists.sourceforge.net> #237: changes waterfall column to include source code changes --------------------------+------------------------------------------------- Reporter: brandon_rioja | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: 0.7.6 | Resolution: duplicate Keywords: | --------------------------+------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate * milestone: 1.0.+ => 0.8.1 Comment: Duped into #858. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:43:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:43:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #858: page to display a list of changes In-Reply-To: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> References: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> Message-ID: <047.1ae2d552ca6d596a42540456ebc2f91c@lists.sourceforge.net> #858: page to display a list of changes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * cc: Pike, joduinn (added) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:44:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:44:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" In-Reply-To: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> References: <037.a5383cd35268cf5b295eb4c8ec073455@lists.sourceforge.net> Message-ID: <046.ffd9ede55e15412f3b246a9626e8deb1@lists.sourceforge.net> #266: I wish to tell my buildmaster: "restart yourself the next time you quiesce" ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.7 | Keywords: ------------------------+--------------------------------------------------- Comment(by catlee): Go for it! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:47:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:47:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #268: I wish to be free of the use of the word "blame" to mean responsibility. In-Reply-To: <037.c488265ec6d2be886789ae60e4c734b3@lists.sourceforge.net> References: <037.c488265ec6d2be886789ae60e4c734b3@lists.sourceforge.net> Message-ID: <046.5537d57133590f05e750563abd22c133@lists.sourceforge.net> #268: I wish to be free of the use of the word "blame" to mean responsibility. ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.7 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * milestone: 1.0.0 => 0.8.1 Comment: If it's just a rename on the web interface, that should be fairly straightforward. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:50:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:50:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #16: use specific subclasses of Change In-Reply-To: <038.e301f1eca2f724bae544c52678053627@lists.sourceforge.net> References: <038.e301f1eca2f724bae544c52678053627@lists.sourceforge.net> Message-ID: <047.660b9dac736ef5d06a931bb6d491ea75@lists.sourceforge.net> #16: use specific subclasses of Change -------------------+-------------------------------------------------------- Reporter: warner | Owner: warner Type: defect | Status: closed Priority: minor | Milestone: 1.0.0 Version: | Resolution: wontfix Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I think this has become impossible with the database changes. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:51:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:51:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #238: use a single package for all common config symbols In-Reply-To: <038.f9ef6a886fc70de693272c4d5ef7d26c@lists.sourceforge.net> References: <038.f9ef6a886fc70de693272c4d5ef7d26c@lists.sourceforge.net> Message-ID: <047.a585d54aaa53fa2e629e76bccadb41fa@lists.sourceforge.net> #238: use a single package for all common config symbols ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 1.0.0 Version: 0.7.6 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: This was a cool idea, but the imports honestly don't seem to bother people. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:52:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:52:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #194: c['extra_services'] In-Reply-To: <038.c90c0deac8ae2b464f378241dc65488a@lists.sourceforge.net> References: <038.c90c0deac8ae2b464f378241dc65488a@lists.sourceforge.net> Message-ID: <047.0429f05067bb1ac4254b64f2e6d6eee0@lists.sourceforge.net> #194: c['extra_services'] -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: task | Status: closed Priority: major | Milestone: 1.0.0 Version: 0.7.6 | Resolution: wontfix Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I forgot why this was useful, which suggests it wasn't that useful! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:53:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:53:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #113: URLs not calculated correctly behind a proxy In-Reply-To: <037.0ee436e79de78f23d39754d3efa8cb5c@lists.sourceforge.net> References: <037.0ee436e79de78f23d39754d3efa8cb5c@lists.sourceforge.net> Message-ID: <046.ee6ebc71f19d124587c2cc0b19702ea9@lists.sourceforge.net> #113: URLs not calculated correctly behind a proxy -------------------+-------------------------------------------------------- Reporter: dobes | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: web -------------------+-------------------------------------------------------- Changes (by dustin): * cc: exarkun (added) * keywords: => web * milestone: 1.0.0 => 0.8.1 Comment: Has the Jinja work fixed this? Do we need to make a per-!WebStatus buildbotURL configuration? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:54:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:54:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #42: Add load-balancing support In-Reply-To: <038.85fc6c355e585fd4db1f92f9c9e903da@lists.sourceforge.net> References: <038.85fc6c355e585fd4db1f92f9c9e903da@lists.sourceforge.net> Message-ID: <047.0e451edbbf40eef05e24194773b1523d@lists.sourceforge.net> #42: Add load-balancing support ------------------------+--------------------------------------------------- Reporter: stefan | Owner: warner Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: loadbalancing ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => loadbalancing * version: => 0.8.0 * milestone: 1.0.0 => 0.8.+ Comment: See the other load balancing tickets at {31} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:55:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:55:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #25: losing a connection shouldn't interrupt a build In-Reply-To: <038.9afe5fdb0faa04cd2aa66416e8af3626@lists.sourceforge.net> References: <038.9afe5fdb0faa04cd2aa66416e8af3626@lists.sourceforge.net> Message-ID: <047.206dcc83dc50e72f5badb624156f8cbc@lists.sourceforge.net> #25: losing a connection shouldn't interrupt a build ------------------------+--------------------------------------------------- Reporter: warner | Owner: warner Type: enhancement | Status: closed Priority: major | Milestone: 1.0.0 Version: | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I'd prefer to shift to using remsh, with some kind of reliability layer included. That's a bit too far off to have a Trac bug, though. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 03:59:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 03:59:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #167: svnversion is pretty slow, particularly on windows In-Reply-To: <039.770b2e3e130bad3926877820624859b9@lists.sourceforge.net> References: <039.770b2e3e130bad3926877820624859b9@lists.sourceforge.net> Message-ID: <048.47bf6e7fe7a5220198ca017c5e697933@lists.sourceforge.net> #167: svnversion is pretty slow, particularly on windows --------------------+------------------------------------------------------- Reporter: exarkun | Owner: ipv6guru Type: defect | Status: accepted Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: svn --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => svn * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:01:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:01:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #184: New build step for synchronizing concurrent builds: Blocker In-Reply-To: <037.8022e75cc373b19046a489e54985c822@lists.sourceforge.net> References: <037.8022e75cc373b19046a489e54985c822@lists.sourceforge.net> Message-ID: <046.97642881033aeb52e0699090f79ccb7b@lists.sourceforge.net> #184: New build step for synchronizing concurrent builds: Blocker ------------------------+--------------------------------------------------- Reporter: gward | Owner: gward Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: buildcoord ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sprint => buildcoord * milestone: 0.8.+ => 0.8.1 Comment: This is a part of a larger project to figure out how to coordinate multiple builds. See {34}. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:02:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:02:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #240: use setuptools (optionally) to make console_scripts In-Reply-To: <037.bbfe13261d0ca43369b81fa570c1f955@lists.sourceforge.net> References: <037.bbfe13261d0ca43369b81fa570c1f955@lists.sourceforge.net> Message-ID: <046.142ca026c5a1709d592740ae09a72068@lists.sourceforge.net> #240: use setuptools (optionally) to make console_scripts ------------------------+--------------------------------------------------- Reporter: zooko | Owner: zooko Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => wontfix Comment: This is one of the few things that seems to be working as-is, so I'll leave well enough alone. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:04:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:04:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #263: Use hg archive for Mercurial mode=copy In-Reply-To: <037.8b4f6108e2f7dd4b221c68ca27e00e3c@lists.sourceforge.net> References: <037.8b4f6108e2f7dd4b221c68ca27e00e3c@lists.sourceforge.net> Message-ID: <046.56cb4ea90fe7e75d330808fa516a5dd9@lists.sourceforge.net> #263: Use hg archive for Mercurial mode=copy ------------------------+--------------------------------------------------- Reporter: Almad | Owner: Almad Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Resolution: duplicate Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => duplicate Comment: See #669. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:04:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:04:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #276: mode=copy should not copy unversioned files (and use VC-specific commands) In-Reply-To: <037.4a8c88216e9abeabe6227a99a0a4ea83@lists.sourceforge.net> References: <037.4a8c88216e9abeabe6227a99a0a4ea83@lists.sourceforge.net> Message-ID: <046.4452b5d8fd71f456a4a3878d54b05148@lists.sourceforge.net> #276: mode=copy should not copy unversioned files (and use VC-specific commands) ------------------------+--------------------------------------------------- Reporter: Almad | Owner: Almad Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Resolution: duplicate Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => duplicate Comment: See #669. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:05:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:05:54 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #669: Clean up VC modes In-Reply-To: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> References: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> Message-ID: <047.b1380bd2b2a6e2ada71c68d122538926@lists.sourceforge.net> #669: Clean up VC modes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: svn hg git cvs p4 bk darcs monotone arch ------------------------+--------------------------------------------------- Changes (by dustin): * cc: marcusl (added) * keywords: => svn hg git cvs p4 bk darcs monotone arch Comment: Related: #263, #276. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:06:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:06:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #669: Clean up VC modes In-Reply-To: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> References: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> Message-ID: <047.efcbec9c2c36cf0e182469954dfa29e4@lists.sourceforge.net> #669: Clean up VC modes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: svn hg git cvs p4 bk darcs monotone arch ------------------------+--------------------------------------------------- Description changed by dustin: Old description: > Per an IRC conversation with ddunbar and dsal, there are really only two > things users want to do with VC steps: > > * incremental updates/builds > * full, clean builds > > Different VC's can implement these options with varying degrees of > reliability. What is now mode=copy works well for every supported VC > *except* CVS, so mode=clobber is only really useful for CVS. Bug #632 > was about a more efficient way to implement clean builds in git, that was > incorrectly filed under mode=update, because it's not really a copy. > > So the proposal is to have only *two* modes, common across and supported > on all VCs: > > * clean > * incremental > > These will be specified with the mode= parameter. VCs can then have > extra options to specify the implementation of that particular method. > So Git might have mode="incremental", incremental_by="clean" *and* > mode="incremental", incremental_by="copy". > > Let's get this in the 0.8.0 release, since it's a pretty big behavior > change (although it can be written in a backward-compatible fashion) New description: Per an IRC conversation with ddunbar and dsal, there are really only two things users want to do with VC steps: * incremental updates/builds * full, clean builds Different VC's can implement these options with varying degrees of reliability. What is now mode=copy works well for every supported VC *except* CVS, so mode=clobber is only really useful for CVS. Bug #632 was about a more efficient way to implement clean builds in git, that was incorrectly filed under mode=update, because it's not really a copy. So the proposal is to have only *two* modes, common across and supported on all VCs: * clean * incremental These will be specified with the mode= parameter. VCs can then have extra options to specify the implementation of that particular method. So Git might have mode="incremental", incremental_by="clean" *and* mode="incremental", incremental_by="copy". Let's get this in the 0.8.0 release, since it's a pretty big behavior change (although it can be written in a backward-compatible fashion) Related bugs: * #263 * #276 * #632 -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:07:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:07:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #273: contrib/windows/setup.py does not create fully working buildbot_service.exe In-Reply-To: <039.a928908b5bfb89b5d59cfcf6e7b738ab@lists.sourceforge.net> References: <039.a928908b5bfb89b5d59cfcf6e7b738ab@lists.sourceforge.net> Message-ID: <048.2787b6dcc5277ea832aae09acbdc9350@lists.sourceforge.net> #273: contrib/windows/setup.py does not create fully working buildbot_service.exe --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: assigned Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Keywords: windows --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => windows -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:08:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:08:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #301: Allow a single buildslave to service multiple buildmasters In-Reply-To: <038.135489a6c8da4c3da37f03e84367f026@lists.sourceforge.net> References: <038.135489a6c8da4c3da37f03e84367f026@lists.sourceforge.net> Message-ID: <047.d98caee0aca29dfda1d9dc13d4af6e1c@lists.sourceforge.net> #301: Allow a single buildslave to service multiple buildmasters ------------------------+--------------------------------------------------- Reporter: dustin | Owner: sridhar Type: enhancement | Status: assigned Priority: major | Milestone: 1.0.+ Version: 0.7.7 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 1.0.+ Comment: This is still a good idea, but it is quite hard. It's probably best implemented along with remsh. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:11:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:11:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #468: Compile step - Detect warnings in compile output In-Reply-To: <040.74d7b688d6fae2fd5a3decf2cdff390e@lists.sourceforge.net> References: <040.74d7b688d6fae2fd5a3decf2cdff390e@lists.sourceforge.net> Message-ID: <049.fd5a3480ea79b4d21dad2144cd6f43e6@lists.sourceforge.net> #468: Compile step - Detect warnings in compile output --------------------------------+------------------------------------------- Reporter: ipv6guru | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: worksforme Keywords: sourceforge 1685048 | --------------------------------+------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => worksforme Comment: I think this already exists - re-open if I'm missing something. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:12:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:12:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #469: Slave Utilization Patch In-Reply-To: <040.e8eaaf9b80432f99bad05d98df70f350@lists.sourceforge.net> References: <040.e8eaaf9b80432f99bad05d98df70f350@lists.sourceforge.net> Message-ID: <049.379713eed6f235c3f9b4b6689dd9d149@lists.sourceforge.net> #469: Slave Utilization Patch --------------------------+------------------------------------------------- Reporter: ipv6guru | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: invalid Keywords: loadbalancing | --------------------------+------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1642849 => loadbalancing * status: assigned => closed * resolution: => invalid -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:13:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:13:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #472: BonsaiPoller filter by e-mail In-Reply-To: <040.7714e7f4a5738ee97d89d582152cc056@lists.sourceforge.net> References: <040.7714e7f4a5738ee97d89d582152cc056@lists.sourceforge.net> Message-ID: <049.f5ce2320a93855383103443ff5d48589@lists.sourceforge.net> #472: BonsaiPoller filter by e-mail --------------------------------+------------------------------------------- Reporter: ipv6guru | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: invalid Keywords: sourceforge 1612439 | --------------------------------+------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => invalid Comment: I guess not! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:14:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:14:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #631: IRC bot gives 'ValueError' when fed a singlequote In-Reply-To: <037.145e30a59c45a8b48b0e29a664e47091@lists.sourceforge.net> References: <037.145e30a59c45a8b48b0e29a664e47091@lists.sourceforge.net> Message-ID: <046.80c604aab055c1f6b58498462042057a@lists.sourceforge.net> #631: IRC bot gives 'ValueError' when fed a singlequote -------------------+-------------------------------------------------------- Reporter: tycho | Owner: ddunbar Type: defect | Status: assigned Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Keywords: irc -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => irc -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:15:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:15:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #706: build_control.stopBuild() really only interrupts the current step In-Reply-To: <038.a790aed7caf0362b32fd786541d0cd1b@lists.sourceforge.net> References: <038.a790aed7caf0362b32fd786541d0cd1b@lists.sourceforge.net> Message-ID: <047.00a7d5bf1239aae2157f8436c05648fa@lists.sourceforge.net> #706: build_control.stopBuild() really only interrupts the current step -------------------+-------------------------------------------------------- Reporter: dustin | Owner: catlee Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: assigned => closed * version: master => 0.8.0 * resolution: => fixed * milestone: 0.8.+ => 0.8.0 Comment: They'll open new tickets anyway.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:16:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:16:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #24: save build status in an SQL database In-Reply-To: <038.79520b4a8accd5cb1f26c635b721c8f8@lists.sourceforge.net> References: <038.79520b4a8accd5cb1f26c635b721c8f8@lists.sourceforge.net> Message-ID: <047.4271e51cbac00934b41848b43a97e2b2@lists.sourceforge.net> #24: save build status in an SQL database ------------------------+--------------------------------------------------- Reporter: warner | Owner: warner Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: | Keywords: database ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => database * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:17:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:17:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #101: [PATCH] Set "revision" property when using computeSourceRevision (was: Set "revision" property when using computeSourceRevision) In-Reply-To: <038.66dfdc01e9ef7cf64db2a94445903750@lists.sourceforge.net> References: <038.66dfdc01e9ef7cf64db2a94445903750@lists.sourceforge.net> Message-ID: <047.2442c58bcfe70cc63f7d118133e92709@lists.sourceforge.net> #101: [PATCH] Set "revision" property when using computeSourceRevision ------------------------+--------------------------------------------------- Reporter: kvigor | Owner: warner Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.7.5 | Keywords: p4 ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => p4 * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:18:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:18:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #128: add authentication support for monotone (was: add user support for monotone) In-Reply-To: <037.3fd2ad4bb0b20f2a9fbd3b8eeb0b482f@lists.sourceforge.net> References: <037.3fd2ad4bb0b20f2a9fbd3b8eeb0b482f@lists.sourceforge.net> Message-ID: <046.3c5229e28adb72ae1df0c6aca3440f75@lists.sourceforge.net> #128: add authentication support for monotone ------------------------+--------------------------------------------------- Reporter: chris | Owner: Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.+ Version: 0.7.6 | Keywords: monotone ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => monotone * owner: dustin => -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:19:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:19:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #356: doxygen build step In-Reply-To: <039.477365ad82f2af20c2af95d45a24fbf6@lists.sourceforge.net> References: <039.477365ad82f2af20c2af95d45a24fbf6@lists.sourceforge.net> Message-ID: <048.5073cdb10eb0a25f60389336560e7299@lists.sourceforge.net> #356: doxygen build step ------------------------+--------------------------------------------------- Reporter: ashcrow | Owner: ashcrow Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): What's the latest status on this? Can we do it in 0.8.1? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:21:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:21:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #777: Document buildbot.slave.commands.base.Obfuscated In-Reply-To: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> References: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> Message-ID: <047.f8e9660adee45658d0481c7dad2d95e5@lists.sourceforge.net> #777: Document buildbot.slave.commands.base.Obfuscated ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: docs ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => docs * milestone: 0.8.+ => 0.8.1 Comment: This should be documented in the developer utilities section. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:21:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:21:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #674: Give better caching directives for static files in web interface In-Reply-To: <039.a6b102657e858d83ef39472e1924e658@lists.sourceforge.net> References: <039.a6b102657e858d83ef39472e1924e658@lists.sourceforge.net> Message-ID: <048.90a52a1e775e84aaa184efcb3e9a7516@lists.sourceforge.net> #674: Give better caching directives for static files in web interface ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: jinja => web * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:22:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:22:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #423: Duplicate code for rendering Buildbot/project links at the bottom of every web status page In-Reply-To: <037.a2c0afb3661dee2cb26a467e7c4487e7@lists.sourceforge.net> References: <037.a2c0afb3661dee2cb26a467e7c4487e7@lists.sourceforge.net> Message-ID: <046.27037eb4f10ac4f983ef13f69f0a55ea@lists.sourceforge.net> #423: Duplicate code for rendering Buildbot/project links at the bottom of every web status page ------------------+--------------------------------------------------------- Reporter: gward | Owner: gward Type: task | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.9 | Resolution: fixed Keywords: web | ------------------+--------------------------------------------------------- Changes (by dustin): * keywords: => web * status: reopened => closed * resolution: => fixed * milestone: 0.8.+ => 0.8.0 Comment: Marcus fixed this with the templates. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:23:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:23:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #223: RuntimeError: unable to find our most recent change in the last 80 changes In-Reply-To: <037.d1a38891250375fcde725be9cce42ff9@lists.sourceforge.net> References: <037.d1a38891250375fcde725be9cce42ff9@lists.sourceforge.net> Message-ID: <046.8aa122392e3eec9e0806410cd04b4b24@lists.sourceforge.net> #223: RuntimeError: unable to find our most recent change in the last 80 changes -------------------+-------------------------------------------------------- Reporter: zooko | Owner: zooko Type: defect | Status: reopened Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: Keywords: darcs | -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => darcs Comment: zooko, you're effectively the darcs maintainer for Buildbot. Do you have an ETA for this? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:25:19 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:25:19 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #192: Buildslave fails to timely detect command completion and hangs for 10-20 minutes In-Reply-To: <036.40241aae002681506294cc750f8b5a11@lists.sourceforge.net> References: <036.40241aae002681506294cc750f8b5a11@lists.sourceforge.net> Message-ID: <045.716f89b927d7f187f0cc4d5b882a78b7@lists.sourceforge.net> #192: Buildslave fails to timely detect command completion and hangs for 10-20 minutes -------------------+-------------------------------------------------------- Reporter: hans | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: worksforme Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: reopened => closed * resolution: => worksforme -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:26:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:26:03 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #74: Detect warnings in Compile and Test steps (revised) In-Reply-To: <037.7657d0ea3bb0a6beac5bb1963e5fc8af@lists.sourceforge.net> References: <037.7657d0ea3bb0a6beac5bb1963e5fc8af@lists.sourceforge.net> Message-ID: <046.7865e3f4394f27851f0ee0fe93cce829@lists.sourceforge.net> #74: Detect warnings in Compile and Test steps (revised) ------------------------+--------------------------------------------------- Reporter: rochg | Owner: warner Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.5 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: reopened => closed * resolution: => fixed Comment: This is mostly merged.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:28:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:28:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #624: Add Latent BuildSlave for DRMAA supporting systems In-Reply-To: <041.3430041265de70991f979b41faaacc48@lists.sourceforge.net> References: <041.3430041265de70991f979b41faaacc48@lists.sourceforge.net> Message-ID: <050.e87e3e19baee471fbe0e89a1904b87e0@lists.sourceforge.net> #624: Add Latent BuildSlave for DRMAA supporting systems ------------------------+--------------------------------------------------- Reporter: smackware | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: | Keywords: latent ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: drmaa latent grid sge => latent * priority: trivial => major -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:29:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:29:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #791: Add support for libvirt-based latent slaves In-Reply-To: <038.c235a70774c4c57ee10661001d9eb65e@lists.sourceforge.net> References: <038.c235a70774c4c57ee10661001d9eb65e@lists.sourceforge.net> Message-ID: <047.5f3c34508efc4da14e3a1de1edb5fea5@lists.sourceforge.net> #791: Add support for libvirt-based latent slaves ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: latent ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => latent -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:29:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:29:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #613: need to retry if substantiating a latent builder fails In-Reply-To: <040.e5304fd2ae4ffdff465c5739f42381cd@lists.sourceforge.net> References: <040.e5304fd2ae4ffdff465c5739f42381cd@lists.sourceforge.net> Message-ID: <049.c570de47090dd9293cc5113f5f190da4@lists.sourceforge.net> #613: need to retry if substantiating a latent builder fails ---------------------+------------------------------------------------------ Reporter: mwhudson | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Keywords: latent ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: => latent -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:29:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:29:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #450: Add Support of WithProperties in MasterShellCommand In-Reply-To: <039.da1d370839dd9605ea2c507276249036@lists.sourceforge.net> References: <039.da1d370839dd9605ea2c507276249036@lists.sourceforge.net> Message-ID: <048.0f3a76a3fd1362afa18dbd616c5fe5b9@lists.sourceforge.net> #450: Add Support of WithProperties in MasterShellCommand ------------------------+--------------------------------------------------- Reporter: jbeuken | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.10 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * priority: trivial => major * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:30:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:30:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #262: win32 buildbot2.bat not included in scripts directory when installing In-Reply-To: <035.4228ecac24e2ef964fa7c623db54b6fa@lists.sourceforge.net> References: <035.4228ecac24e2ef964fa7c623db54b6fa@lists.sourceforge.net> Message-ID: <044.c82d4352035c6160b129f4dab4192925@lists.sourceforge.net> #262: win32 buildbot2.bat not included in scripts directory when installing ------------------------+--------------------------------------------------- Reporter: epu | Owner: Type: enhancement | Status: new Priority: trivial | Milestone: 0.8.+ Version: 0.7.7 | Keywords: windows ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => windows -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:31:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:31:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #795: Allow switching ETA estimation method in master.cfg In-Reply-To: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> References: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> Message-ID: <048.ce86809a28ceaea4f4a4b70b96cbf1ae@lists.sourceforge.net> #795: Allow switching ETA estimation method in master.cfg ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): see also #149 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:32:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:32:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #149: addLogObserver and progressMetrics In-Reply-To: <038.28df46dc3c9c1935cff604d8799afa9e@lists.sourceforge.net> References: <038.28df46dc3c9c1935cff604d8799afa9e@lists.sourceforge.net> Message-ID: <047.7ded732167a4bdbdcf29d4e3bfa5c197@lists.sourceforge.net> #149: addLogObserver and progressMetrics ------------------------+--------------------------------------------------- Reporter: sergey | Owner: toinbis Type: enhancement | Status: assigned Priority: trivial | Milestone: 0.8.1 Version: 0.7.6 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * cc: toinbis (added) * owner: sergey => toinbis * status: new => assigned * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:34:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:34:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #849: slave-initiated graceful shutdown In-Reply-To: <038.9dc94939c7758b0dfda65dda7d9a1479@lists.sourceforge.net> References: <038.9dc94939c7758b0dfda65dda7d9a1479@lists.sourceforge.net> Message-ID: <047.fb4921ef3f289e23de1b8b5a5010a875@lists.sourceforge.net> #849: slave-initiated graceful shutdown ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: The last question is easy: the slave can send a PB call to the master requesting such. I think it's time to invent some kind of local RPC mechanism for command- line scripts to talk to a running buildbot instance. I think that PB can use FIFOs, but those probably aren't Windows-compatible. Anyway, whatever method is selected should be implemented to support this feature, then ported to the master side to support 'start', 'stop', 'reconfig', etc. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:36:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:36:59 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #834: log message stream encoding inserts spurious newlines into logs (was: log message stream encoding inserts spurious newlines into logs on windows) In-Reply-To: <038.6ab302c1c9d071ccdf31f01b184402eb@lists.sourceforge.net> References: <038.6ab302c1c9d071ccdf31f01b184402eb@lists.sourceforge.net> Message-ID: <047.a8e8bc79959e49f599b471c301bc65f6@lists.sourceforge.net> #834: log message stream encoding inserts spurious newlines into logs -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Old description: > Logs from the windows metabuildbot are interspersed with unn > ecessary newlines. I suspect that these come from the stream encoding, > Windows' use of '\r\n' instead of '\n', and Python's automatic newline > translation. New description: Logs from the windows metabuildbot are interspersed with unnecessary newlines. I suspect that these come from the stream encoding, Windows' use of '\r\n' instead of '\n', and Python's automatic newline translation. -- Comment: I've seen these on UNIX buildslaves, too. Hmm.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:37:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:37:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #814: Add a SetPropertyFromEnv step that just fetches an env var from the slave In-Reply-To: <038.8c56ce7d33099be599f49edc4d0930b2@lists.sourceforge.net> References: <038.8c56ce7d33099be599f49edc4d0930b2@lists.sourceforge.net> Message-ID: <047.dd070da61329db42c0a3118ecb3d479d@lists.sourceforge.net> #814: Add a SetPropertyFromEnv step that just fetches an env var from the slave ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:38:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:38:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #808: Blame info lost across trigger step->scheduler In-Reply-To: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> References: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> Message-ID: <048.ca80498f1def31e0a18b39cac2473c24@lists.sourceforge.net> #808: Blame info lost across trigger step->scheduler ------------------------+--------------------------------------------------- Reporter: parente | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: buildcoord ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => buildcoord * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:39:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:39:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #802: Early Timeout In-Reply-To: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> References: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> Message-ID: <045.e7b9dea87d3bf4c3d09b05d060f1ffc4@lists.sourceforge.net> #802: Early Timeout -------------------+-------------------------------------------------------- Reporter: axel | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: timeout -------------------+-------------------------------------------------------- Comment(by dustin): axel: can you verify that this still happens in 0.8.0? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:41:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:41:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #856: always allow force and rebuild, even if slave is disconnected In-Reply-To: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> References: <038.235784c04ba5d94d6ad7782029a754d9@lists.sourceforge.net> Message-ID: <047.6b667d70b32a0f52a82023d3f170ce2e@lists.sourceforge.net> #856: always allow force and rebuild, even if slave is disconnected ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: duplicate Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: marcus already brought this up in #797. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:41:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:41:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #689: Can't "force build" on latent slaves In-Reply-To: <036.c53368862a9d80ac04291171dcb77169@lists.sourceforge.net> References: <036.c53368862a9d80ac04291171dcb77169@lists.sourceforge.net> Message-ID: <045.ef9cdc99b6bdbf6a0891a125efcfb35d@lists.sourceforge.net> #689: Can't "force build" on latent slaves -----------------------+---------------------------------------------------- Reporter: abyx | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Resolution: duplicate Keywords: latent web | -----------------------+---------------------------------------------------- Comment(by dustin): Also duped to #797. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:42:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:42:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #797: A generic build can't be forced with missing slaves, but a specifc rebuild can In-Reply-To: <039.f785259fdfc84b862850adc5fca78ba6@lists.sourceforge.net> References: <039.f785259fdfc84b862850adc5fca78ba6@lists.sourceforge.net> Message-ID: <048.721679f07230ed53e15e6fe9acc63099@lists.sourceforge.net> #797: A generic build can't be forced with missing slaves, but a specifc rebuild can --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: See #856 and #689. I don't think there's any reason to make this configurable - just allow builds to be requested at any time. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:43:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:43:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #786: Should be able to Obfuscate parameters in master configs In-Reply-To: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> References: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> Message-ID: <047.063845ad37b2aa38257ff9ebfaa3af80@lists.sourceforge.net> #786: Should be able to Obfuscate parameters in master configs ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): The reason for the slave-side obfuscation is that things get stuck into logfiles. What are you proposing to obfuscate on the master? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:44:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:44:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #775: one_line_per_build has no category support In-Reply-To: <039.923586e46f0d7dd9356f224e790d3167@lists.sourceforge.net> References: <039.923586e46f0d7dd9356f224e790d3167@lists.sourceforge.net> Message-ID: <048.dae7bd8560a08f18611b91760d00aec2@lists.sourceforge.net> #775: one_line_per_build has no category support ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Resolution: duplicate Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: jinja categories => web * status: new => closed * resolution: => duplicate Comment: dupe to #789. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:44:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:44:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Source stamp filtering, sorting, and clustering in web views In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.99ac1d0d29103e5c9c65933ebe347360@lists.sourceforge.net> #789: Source stamp filtering, sorting, and clustering in web views --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Old description: > The current "revision" column/row in the grid view isn't enough if there > are builds from different repositories. > > By grouping by repository (and showing said repository) we get a better > display of what's actually going on. > > I believe showing the latest build for each rev/builder config is what we > still want to do here. New description: The current "revision" column/row in the grid view isn't enough if there are builds from different repositories. By grouping by repository (and showing said repository) we get a better display of what's actually going on. I believe showing the latest build for each rev/builder config is what we still want to do here. Related: * #775 -- Comment(by dustin): See also #775 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:45:19 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:45:19 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #797: A generic build can't be forced with missing slaves, but a specifc rebuild can In-Reply-To: <039.f785259fdfc84b862850adc5fca78ba6@lists.sourceforge.net> References: <039.f785259fdfc84b862850adc5fca78ba6@lists.sourceforge.net> Message-ID: <048.36f291a025b7bd14f36b595f259d1cbd@lists.sourceforge.net> #797: A generic build can't be forced with missing slaves, but a specifc rebuild can --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- Description changed by dustin: Old description: > This is slightly odd. I prefer being able to queue builds at all times > (to avoid having to wait for slaves to connect if I admin them), but > having different options in different places is just odd. > > I vote we make it configurable, unless anyone objects. (i.e. config > whether builds can be forces/resubmitted with no slaves attached) New description: This is slightly odd. I prefer being able to queue builds at all times (to avoid having to wait for slaves to connect if I admin them), but having different options in different places is just odd. I vote we make it configurable, unless anyone objects. (i.e. config whether builds can be forces/resubmitted with no slaves attached) Related: * #856 * #689 -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:45:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:45:59 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #744: "queued" status for dependent builders In-Reply-To: <038.4229ed7d46a2d0d12ab6c6f7e13eae52@lists.sourceforge.net> References: <038.4229ed7d46a2d0d12ab6c6f7e13eae52@lists.sourceforge.net> Message-ID: <047.b944a9b88d96b60fcc8d687cc280b728@lists.sourceforge.net> #744: "queued" status for dependent builders ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: buildcoord ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => buildcoord * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:47:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:47:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #738: Record true start/end time for build steps In-Reply-To: <038.6ff50e5b95ac721c4035f5bb0017b756@lists.sourceforge.net> References: <038.6ff50e5b95ac721c4035f5bb0017b756@lists.sourceforge.net> Message-ID: <047.6181f16961ead6c3cafb1de6c9e93c66@lists.sourceforge.net> #738: Record true start/end time for build steps ------------------------+--------------------------------------------------- Reporter: catlee | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * cc: toinbis (added) * owner: => toinbis * status: new => assigned * milestone: 0.8.+ => 0.8.1 Comment: This would make ETA calculations a good bit more accurate, too. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:47:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:47:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #659: Add bytecode cache for jinja In-Reply-To: <039.e6068e1b99acc35d382628804c42dcb6@lists.sourceforge.net> References: <039.e6068e1b99acc35d382628804c42dcb6@lists.sourceforge.net> Message-ID: <048.d6d608d8baeb103c210832496287f198@lists.sourceforge.net> #659: Add bytecode cache for jinja --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.11 | Keywords: web --------------------+------------------------------------------------------- Changes (by dustin): * keywords: jinja => web Comment: Not a problem yet - Buildbot is fantastically slow in lots of other ways! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:51:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:51:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #658: Add frozen config support (zip/egg/pyexe) to Jinja templates In-Reply-To: <039.b5faa69924bc9db71261c80af30fb5ee@lists.sourceforge.net> References: <039.b5faa69924bc9db71261c80af30fb5ee@lists.sourceforge.net> Message-ID: <048.6b6b68b4a117b2ebb8e9edb463b6989d@lists.sourceforge.net> #658: Add frozen config support (zip/egg/pyexe) to Jinja templates --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.11 | Keywords: web windows --------------------+------------------------------------------------------- Changes (by dustin): * keywords: jinja => web windows Comment: I think that we only need this for windows, right? Do we even need it there? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:54:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:54:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #628: Completion of builds forced from IRC announced twice In-Reply-To: <039.4851e716888d5d8fff325934ecde5ff8@lists.sourceforge.net> References: <039.4851e716888d5d8fff325934ecde5ff8@lists.sourceforge.net> Message-ID: <048.49d4b72ff2dfb2fb1aa56cdce01d4f5a@lists.sourceforge.net> #628: Completion of builds forced from IRC announced twice --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.11 | Keywords: irc --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => irc * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:55:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:55:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #605: Unable to figure out how to get /grid to use a different CSS file than buildbot.css In-Reply-To: <035.21c8aa99a6f036efa3e17e35fc3b8288@lists.sourceforge.net> References: <035.21c8aa99a6f036efa3e17e35fc3b8288@lists.sourceforge.net> Message-ID: <044.784c4ba32cff3f9589980795cc4930b0@lists.sourceforge.net> #605: Unable to figure out how to get /grid to use a different CSS file than buildbot.css -------------------+-------------------------------------------------------- Reporter: dre | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.11 | Keywords: web -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: css => web Comment: dre, has this improved in 0.8.0? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:56:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:56:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #595: RFE: Allow FileDownload from arbitrary file object (was: RFE: Allow FileDowload from arbitrary file object) In-Reply-To: <039.f1b505a045c08c0d3c482804d19e43ef@lists.sourceforge.net> References: <039.f1b505a045c08c0d3c482804d19e43ef@lists.sourceforge.net> Message-ID: <048.8dbc606348edc6cb9dbf6c5fb9e83a59@lists.sourceforge.net> #595: RFE: Allow FileDownload from arbitrary file object ------------------------+--------------------------------------------------- Reporter: ddunbar | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.11 | Keywords: ------------------------+--------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 04:57:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 04:57:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #561: Automatically rescheduling builds after slave was lost In-Reply-To: <036.80b55a78e6cc5303eca5204291f3fba9@lists.sourceforge.net> References: <036.80b55a78e6cc5303eca5204291f3fba9@lists.sourceforge.net> Message-ID: <045.e6786a3822791c5d56f399c1e338042e@lists.sourceforge.net> #561: Automatically rescheduling builds after slave was lost ------------------------+--------------------------------------------------- Reporter: AnBe | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.10 | Keywords: buildcoord database ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => buildcoord database * milestone: 0.8.+ => 0.8.1 Comment: We already reschedule builds if the *master* stops - what happens when the slave dies? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:00:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:00:36 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #859: Remove XMLRPC interface Message-ID: <038.ecff90e6c9cae013a89fae81ceb892dd@lists.sourceforge.net> #859: Remove XMLRPC interface ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- I think there was general agreement that XMLRPC was one API too many. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:01:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:01:27 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #860: Remove Arch and Bzr Message-ID: <038.d9cf663495ed79c223910c9cd0d1795f@lists.sourceforge.net> #860: Remove Arch and Bzr ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: bzr arch ------------------------+--------------------------------------------------- I just posted to the mailing list to look for objections to this proposal, but my understanding from #449 is that these VC's are predecessors to Bazaar. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:01:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:01:45 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #449: arch_pfs_fs_connect: failed to get the dir for .../vc-dir/http:/localhost:51731/Baz-Repository In-Reply-To: <038.90700ae10aaf7bad583f3b42fa3f3220@lists.sourceforge.net> References: <038.90700ae10aaf7bad583f3b42fa3f3220@lists.sourceforge.net> Message-ID: <047.660b76dc28cdbda1f4604e754bb40f8c@lists.sourceforge.net> #449: arch_pfs_fs_connect: failed to get the dir for .../vc- dir/http:/localhost:51731/Baz-Repository -------------------+-------------------------------------------------------- Reporter: lambda | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.10 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: #860 covers removing these VC's. The bum tests will disappear shortly. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:02:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:02:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #447: Simplify 'hg serve' handling in unit-tests In-Reply-To: <039.e13f51263b3a6eb744c172548f76c9d4@lists.sourceforge.net> References: <039.e13f51263b3a6eb744c172548f76c9d4@lists.sourceforge.net> Message-ID: <048.16171eedc9b2353311b12080dce72739@lists.sourceforge.net> #447: Simplify 'hg serve' handling in unit-tests ------------------------+--------------------------------------------------- Reporter: marcusl | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I want to avoid actually invoking VC's in the new tests - I want to use stubs instead. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:04:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:04:45 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #429: Slave shutdown cleanup In-Reply-To: <038.241f0534008b5d2ecf022bdeeacb9ea1@lists.sourceforge.net> References: <038.241f0534008b5d2ecf022bdeeacb9ea1@lists.sourceforge.net> Message-ID: <047.e297262b607f742482466487c8d417e4@lists.sourceforge.net> #429: Slave shutdown cleanup -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.9 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:05:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:05:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #422: [PATCH] Status reporting to twitter (was: Status reporting to twitter) In-Reply-To: <038.aa5cc57b1d996bdff4e26a56fa3647f7@lists.sourceforge.net> References: <038.aa5cc57b1d996bdff4e26a56fa3647f7@lists.sourceforge.net> Message-ID: <047.a6b521246c30e93b5b2c5653bc878800@lists.sourceforge.net> #422: [PATCH] Status reporting to twitter ------------------------+--------------------------------------------------- Reporter: marijn | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.9 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:07:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:07:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #397: mercurial hgbuildbot has issue with installing signal handlers In-Reply-To: <036.e64ac5922c1311d51b7efac8592a13ae@lists.sourceforge.net> References: <036.e64ac5922c1311d51b7efac8592a13ae@lists.sourceforge.net> Message-ID: <045.d655ed0e0cb41507d59d9212209aace2@lists.sourceforge.net> #397: mercurial hgbuildbot has issue with installing signal handlers -------------------+-------------------------------------------------------- Reporter: xyld | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.9 | Resolution: worksforme Keywords: hg | -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: hg mercurial signal => hg * status: new => closed * resolution: => worksforme Comment: Can't fix it without seeing the full traceback.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:08:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:08:01 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #389: "Stop Build" button reports error when pressed before steps are started In-Reply-To: <041.45ad0813490c3f28392e628753741fdd@lists.sourceforge.net> References: <041.45ad0813490c3f28392e628753741fdd@lists.sourceforge.net> Message-ID: <050.3b614d87a2ca9d2551b6c2e7eb430614@lists.sourceforge.net> #389: "Stop Build" button reports error when pressed before steps are started ----------------------+----------------------------------------------------- Reporter: mmacvicar | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.7 | Keywords: ----------------------+----------------------------------------------------- Changes (by dustin): * keywords: slave lock stop build => * priority: minor => major * milestone: 0.8.+ => 0.8.1 Old description: > "Stop Build" button reports error when pressed before steps are started > > If you are using slave locks, the builds appear on the waterfall while > they wait for the slave to unlock. You can click on the build and press > the "stop build" button, but that reports this error: > > /usr/local/lib/python2.5/site-packages/buildbot/process/base.py, line 500 > in stopBuild > 498 # TODO: include 'reason' in this point event > 499 self.builder.builder_status.addPointEvent(['interrupt']) > 500 self.currentStep.interrupt(reason) > 501 if 0: > Selfbuilder buildbot.process.builder.Builder instance @ 0x9745d0c > > currentStep None > > Localsreason "The web-page 'stop build' button was pressed by > 'mark.macvicar': cancelling build for system upgrade\n" > self buildbot.process.base.Build instance @ 0x98a8f8c > > > : 'NoneType' object has no attribute > 'interrupt' New description: "Stop Build" button reports error when pressed before steps are started If you are using slave locks, the builds appear on the waterfall while they wait for the slave to unlock. You can click on the build and press the "stop build" button, but that reports this error: {{{ /usr/local/lib/python2.5/site-packages/buildbot/process/base.py, line 500 in stopBuild 498 # TODO: include 'reason' in this point event 499 self.builder.builder_status.addPointEvent(['interrupt']) 500 self.currentStep.interrupt(reason) 501 if 0: Selfbuilder buildbot.process.builder.Builder instance @ 0x9745d0c currentStep None Localsreason "The web-page 'stop build' button was pressed by 'mark.macvicar': cancelling build for system upgrade\n" self buildbot.process.base.Build instance @ 0x98a8f8c : 'NoneType' object has no attribute 'interrupt' }}} -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:08:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:08:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #386: support for extra mail headers (like Reply-To) in MailNotifier In-Reply-To: <040.46a9cf23b20aa3ba976d035f2e5e15f9@lists.sourceforge.net> References: <040.46a9cf23b20aa3ba976d035f2e5e15f9@lists.sourceforge.net> Message-ID: <049.270f33e820bc4c5d00aff13890bba1ee@lists.sourceforge.net> #386: support for extra mail headers (like Reply-To) in MailNotifier ------------------------+--------------------------------------------------- Reporter: smadness | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.9 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Old description: > It would be nice to have ability to specify extra headers in > buildbot.status.mail's MailNotifier. Such as, the Reply-To: would be > extremely handy to set to a group email address so people don't try and > respond directly to the master. > > A workaround is to override the fromaddr to be the group address desired, > but this would break email filters that have rules set to "From: > buildbot", etc. > > An example of what I'd like: > > c['status'].append( > mail.MailNotifier( > fromaddr="buildbot at blah.com", > replytoaddr="buildbot-group at blah.com", > ... > > or > > c['status'].append( > mail.MailNotifier( > fromaddr="buildbot at blah.com", > extraHeaders=["Reply-To: buildbot-group at blah.com", "List-Id: > buildbot-status-group at blah.com"], > ... New description: It would be nice to have ability to specify extra headers in buildbot.status.mail's MailNotifier. Such as, the Reply-To: would be extremely handy to set to a group email address so people don't try and respond directly to the master. A workaround is to override the fromaddr to be the group address desired, but this would break email filters that have rules set to "From: buildbot", etc. An example of what I'd like: {{{ c['status'].append( mail.MailNotifier( fromaddr="buildbot at blah.com", replytoaddr="buildbot-group at blah.com", ... or c['status'].append( mail.MailNotifier( fromaddr="buildbot at blah.com", extraHeaders=["Reply-To: buildbot-group at blah.com", "List-Id: buildbot-status-group at blah.com"], ... }}} -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:09:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:09:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #818: Filter status displays on revision In-Reply-To: <041.d178796bbf7f4ae9491a09fdace3afa9@lists.sourceforge.net> References: <041.d178796bbf7f4ae9491a09fdace3afa9@lists.sourceforge.net> Message-ID: <050.d7095394b96e5168c4f98f93c0e21d70@lists.sourceforge.net> #818: Filter status displays on revision ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Resolution: duplicate Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: dupe #789 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:10:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:10:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #3: unit tests for monotone In-Reply-To: <038.dc578de403fef00454a884430cf4fd55@lists.sourceforge.net> References: <038.dc578de403fef00454a884430cf4fd55@lists.sourceforge.net> Message-ID: <047.79ce9e0c2942bffbcd85b867673c4895@lists.sourceforge.net> #3: unit tests for monotone ------------------------+--------------------------------------------------- Reporter: warner | Owner: somebody Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Keywords: monotone ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: tests => monotone Comment: I've come to suspect that we really don't support monotone.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:10:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:10:39 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #4: docs for Monotone In-Reply-To: <038.72bb58b89428e105a9f723f9658a1d00@lists.sourceforge.net> References: <038.72bb58b89428e105a9f723f9658a1d00@lists.sourceforge.net> Message-ID: <047.a2eed9da6fd12f1a5db1358a1f648e4a@lists.sourceforge.net> #4: docs for Monotone -------------------+-------------------------------------------------------- Reporter: warner | Owner: somebody Type: task | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Keywords: monotone -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: docs => monotone -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:24:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:24:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #159: should be possible to have two buildbot.steps.source.SVN(mode="copy") steps in a single build factory In-Reply-To: <039.026d4399280638dac0c43934f327f915@lists.sourceforge.net> References: <039.026d4399280638dac0c43934f327f915@lists.sourceforge.net> Message-ID: <048.270c210b25e96ae48ddaf6158a9ce029@lists.sourceforge.net> #159: should be possible to have two buildbot.steps.source.SVN(mode="copy") steps in a single build factory ------------------------+--------------------------------------------------- Reporter: exarkun | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: projrepo ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => projrepo * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:28:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:28:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #12: wrong font in generated manual .png images In-Reply-To: <038.30a8043584cd2944ad64282a06d36f0e@lists.sourceforge.net> References: <038.30a8043584cd2944ad64282a06d36f0e@lists.sourceforge.net> Message-ID: <047.72424e2bf30335705053230701226e39@lists.sourceforge.net> #12: wrong font in generated manual .png images -------------------+-------------------------------------------------------- Reporter: warner | Owner: warner Type: defect | Status: closed Priority: minor | Milestone: 0.8.+ Version: | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: These have been regenerated.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:29:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:29:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #78: Change BuildMaster UI so it can "force a step" or "force a step-and-any-dependent-steps" In-Reply-To: <039.05eaed51c9e6205efa17e88fadf267c2@lists.sourceforge.net> References: <039.05eaed51c9e6205efa17e88fadf267c2@lists.sourceforge.net> Message-ID: <048.88ba5bc57cc45cb219095209670c635e@lists.sourceforge.net> #78: Change BuildMaster UI so it can "force a step" or "force a step-and-any- dependent-steps" ------------------------+--------------------------------------------------- Reporter: joduinn | Owner: warner Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: Steps are always run in a build. That's just not going to change. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:29:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:29:30 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #83: ability to force steps In-Reply-To: <039.8c17a87e453e52cdebf79a3b57bcfa9f@lists.sourceforge.net> References: <039.8c17a87e453e52cdebf79a3b57bcfa9f@lists.sourceforge.net> Message-ID: <048.9872c22d7822b3d113e0efbfa0672e9d@lists.sourceforge.net> #83: ability to force steps --------------------+------------------------------------------------------- Reporter: rhelmer | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Resolution: wontfix Keywords: | --------------------+------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: See #78. Not going to happen. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:30:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:30:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #98: let darcs_buildbot send a branch In-Reply-To: <038.d1c19994f24b695fe352269a634e8dcf@lists.sourceforge.net> References: <038.d1c19994f24b695fe352269a634e8dcf@lists.sourceforge.net> Message-ID: <047.47ccd2336e391cafb5dbf6c069716713@lists.sourceforge.net> #98: let darcs_buildbot send a branch ------------------------+--------------------------------------------------- Reporter: keturn | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Keywords: darcs ------------------------+--------------------------------------------------- Changes (by dustin): * cc: zooko (added) * keywords: contrib darcs => darcs -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:30:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:30:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #174: Persist ETA data across restarts In-Reply-To: <037.88c16bd0c2a2cf0da12862548b2a0329@lists.sourceforge.net> References: <037.88c16bd0c2a2cf0da12862548b2a0329@lists.sourceforge.net> Message-ID: <046.fd53daac54742ba96a59b840caafe406@lists.sourceforge.net> #174: Persist ETA data across restarts ------------------------+--------------------------------------------------- Reporter: gward | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.7.6 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * cc: toinbis (added) * keywords: sprint => * status: new => assigned * owner: => toinbis * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:31:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:31:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #161: FileUpload: write to tempfile, rename once finished In-Reply-To: <039.247cf744f9f340b70dbb11ffa949ab1f@lists.sourceforge.net> References: <039.247cf744f9f340b70dbb11ffa949ab1f@lists.sourceforge.net> Message-ID: <048.2bd463386c206faed31a748a4036e441@lists.sourceforge.net> #161: FileUpload: write to tempfile, rename once finished ------------------------+--------------------------------------------------- Reporter: exarkun | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:31:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:31:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #177: 2nd source.SVN build step picks up incorrect branch In-Reply-To: <042.054418e84ed590d2f20bc662faa785e0@lists.sourceforge.net> References: <042.054418e84ed590d2f20bc662faa785e0@lists.sourceforge.net> Message-ID: <051.450897aae3dc95117e5531a9c3ccdfab@lists.sourceforge.net> #177: 2nd source.SVN build step picks up incorrect branch -----------------------+---------------------------------------------------- Reporter: mmcdougall | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: projrepo -----------------------+---------------------------------------------------- Changes (by dustin): * keywords: => projrepo * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:32:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:32:59 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #180: buildbot try does the wrong thing with mercurial queues In-Reply-To: <041.a504c6cfb098c443be86bcf2b37992f0@lists.sourceforge.net> References: <041.a504c6cfb098c443be86bcf2b37992f0@lists.sourceforge.net> Message-ID: <050.4edd5dc23952fe92d8e4f57af852c6a1@lists.sourceforge.net> #180: buildbot try does the wrong thing with mercurial queues ------------------------+--------------------------------------------------- Reporter: dsallings | Owner: dsallings Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: Keywords: hg | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => hg -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:34:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:34:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #205: button which takes me to the most recent green->red state transition In-Reply-To: <037.7940944cf1042b523bb7ea03ddceae26@lists.sourceforge.net> References: <037.7940944cf1042b523bb7ea03ddceae26@lists.sourceforge.net> Message-ID: <046.1261d5b966d6315a049f68b3d601103f@lists.sourceforge.net> #205: button which takes me to the most recent green->red state transition ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web Comment: This will be easier when we have build status in the db. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:35:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:35:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #230: svn mode=export does not get a got_revision (was: Can't get the right "got_revision" property from a previous source.SVN(mode=export) step) In-Reply-To: <040.52dce633146660bc4be26c74a90927c4@lists.sourceforge.net> References: <040.52dce633146660bc4be26c74a90927c4@lists.sourceforge.net> Message-ID: <049.f9838867b3cb89c0cbc555cae5299cd9@lists.sourceforge.net> #230: svn mode=export does not get a got_revision ---------------------+------------------------------------------------------ Reporter: fontanon | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.6 | Keywords: svn ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: => svn * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:36:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:36:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #254: trac integration -- cross link trac changesets with buildbot In-Reply-To: <037.72a2dc42026689e4649c9d6cb9b7bb67@lists.sourceforge.net> References: <037.72a2dc42026689e4649c9d6cb9b7bb67@lists.sourceforge.net> Message-ID: <046.03a8e132ff76c3403deb85ae7096252a@lists.sourceforge.net> #254: trac integration -- cross link trac changesets with buildbot ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: duplicate Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sprint => * status: new => closed * resolution: => duplicate Comment: #858 proposes adding links; this would just be a very specific form of link. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:37:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:37:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #858: page to display a list of changes In-Reply-To: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> References: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> Message-ID: <047.8ff252d99bf72feb196396abbb063fc5@lists.sourceforge.net> #858: page to display a list of changes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Description changed by dustin: Old description: > The only place that changes are listed right now is in the "big" displays > - waterfall, t/grid, console. The /changes URL should also show a list > of changes - right now it shows change sources, which doesn't make much > sense. New description: The only place that changes are listed right now is in the "big" displays - waterfall, t/grid, console. The /changes URL should also show a list of changes - right now it shows change sources, which doesn't make much sense. Related: * #46 * #237 * #254 -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:38:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:38:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #293: AMF webstatus In-Reply-To: <037.02507ec068849e4fd28b88491e507d09@lists.sourceforge.net> References: <037.02507ec068849e4fd28b88491e507d09@lists.sourceforge.net> Message-ID: <046.de89c5bee37714ebf40f6a7feaa908f1@lists.sourceforge.net> #293: AMF webstatus ------------------------+--------------------------------------------------- Reporter: thijs | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.7 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * milestone: 0.8.+ => 0.8.1 Comment: Yikes, a new web API! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:38:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:38:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #308: MailNotifier should have a %(status) property: PASS/FAIL In-Reply-To: <039.3917340766fec7a987a37cca4b03f08b@lists.sourceforge.net> References: <039.3917340766fec7a987a37cca4b03f08b@lists.sourceforge.net> Message-ID: <048.9435387774446551bdb164f7674ffccc@lists.sourceforge.net> #308: MailNotifier should have a %(status) property: PASS/FAIL ---------------------------------------------+------------------------------ Reporter: spurkis | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Resolution: worksforme Keywords: mail, notifier, status, property | ---------------------------------------------+------------------------------ Changes (by dustin): * status: new => closed * resolution: => worksforme Comment: You can do this with customMesg. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:39:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:39:20 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #310: MailNotifier: use mime types for log file attachments? In-Reply-To: <039.c0f3a169c07b8049ca6cb0492d8b9236@lists.sourceforge.net> References: <039.c0f3a169c07b8049ca6cb0492d8b9236@lists.sourceforge.net> Message-ID: <048.809c014d064296d63e0fd36b5ce5837a@lists.sourceforge.net> #310: MailNotifier: use mime types for log file attachments? ------------------------+--------------------------------------------------- Reporter: spurkis | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: mail, status, mime-type => * type: defect => enhancement -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:40:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:40:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #338: SVN source incompatible with repo/branch/project scheme In-Reply-To: <036.6d3aaa50b2b68257c92968834f79c2d7@lists.sourceforge.net> References: <036.6d3aaa50b2b68257c92968834f79c2d7@lists.sourceforge.net> Message-ID: <045.eb3060b6ed82d091bf609b1a4c696a9d@lists.sourceforge.net> #338: SVN source incompatible with repo/branch/project scheme -------------------+-------------------------------------------------------- Reporter: alge | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.8 | Keywords: svn repoproj -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => svn repoproj Comment: I need to look to see if this is still a problem in the most recent versions. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:41:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:41:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #400: All testTry in test_vc.py fail on windows with git's patch.exe In-Reply-To: <039.a83bedf105d9736eac34bc4305d84e80@lists.sourceforge.net> References: <039.a83bedf105d9736eac34bc4305d84e80@lists.sourceforge.net> Message-ID: <048.5179871f58abebf4ad86dbab2253a0bb@lists.sourceforge.net> #400: All testTry in test_vc.py fail on windows with git's patch.exe --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Resolution: invalid Keywords: | --------------------+------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => invalid Comment: I want the tests to avoid depending on installed utilities, so this problem should go away. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:48:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:48:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #473: Allow web-based commenting on builds In-Reply-To: <040.271278611347172a3c3ef7979daf5161@lists.sourceforge.net> References: <040.271278611347172a3c3ef7979daf5161@lists.sourceforge.net> Message-ID: <049.4cbbb2165f3a3b2b2d8986bec1b3b7f3@lists.sourceforge.net> #473: Allow web-based commenting on builds --------------------------------+------------------------------------------- Reporter: ipv6guru | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: sourceforge 1575715 | --------------------------------+------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I don't like the idea of commenting on builds via the web status. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:48:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:48:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #478: Add JHBuild support to Buildbot In-Reply-To: <040.171e34c7198054a660a784d154b56c2a@lists.sourceforge.net> References: <040.171e34c7198054a660a784d154b56c2a@lists.sourceforge.net> Message-ID: <049.5958181afed5195f4e20956175f5f222@lists.sourceforge.net> #478: Add JHBuild support to Buildbot ---------------------+------------------------------------------------------ Reporter: ipv6guru | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: | ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: sourceforge 1530272 => * status: new => closed * resolution: => wontfix Comment: closing for lack of interest -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:49:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:49:30 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #482: LDAP authentication of build requests In-Reply-To: <040.ba56d4728076dfff67e07dc7875fdac0@lists.sourceforge.net> References: <040.ba56d4728076dfff67e07dc7875fdac0@lists.sourceforge.net> Message-ID: <049.4bf660fa435c4dfcee738b9d02dcbf9c@lists.sourceforge.net> #482: LDAP authentication of build requests ---------------------+------------------------------------------------------ Reporter: ipv6guru | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: sourceforge 469500 => -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:50:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:50:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #482: LDAP authentication of build requests In-Reply-To: <040.ba56d4728076dfff67e07dc7875fdac0@lists.sourceforge.net> References: <040.ba56d4728076dfff67e07dc7875fdac0@lists.sourceforge.net> Message-ID: <049.9d24975f9c27648db7bcd008ade9b9f1@lists.sourceforge.net> #482: LDAP authentication of build requests ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * type: defect => enhancement Old description: > Here's a patch against buildbot 0.7.2 that allows you to specify a build > authenticator when creating a waterfall display. 2wire uses this > because our production builds are expensive - it takes lots of time to > run the performance regression suite and lots of storage to keep build > products around indefinitely. > > The build authenticator I've included is an LDAP one that requires the > ldaptor 0.0.43 module from http://www.inoi.fi/open/trac/ldaptor/. > > In hindsight, I probably should have done it as an attribute to each > builder rather than to the waterfall display. Our unittest builds aren't > that expensive, but for now people will just have to wait for the > p4poller to notice changes. > > It's lightly tested by hand. Not sure how to unit test this. > > Example usage for an ActiveDirectory server: > > from ldaptor import pureldap > from buildbot import ldapauth > > build_authenticator=ldapauth.LDAPAuthenticationSource( > base_dn='cn=Users,dc=corp,dc=2wire,dc=com', > attr='sAMAccountName', > bind_dn='cn=ldap_queries,cn=Users,dc=corp,dc=2wire,dc=com', > bind_pw='', > filter=pureldap.LDAPFilter_equalityMatch( > attributeDesc=pureldap.LDAPAttributeDescription('memberOf'), > assertionValue=pureldap.LDAPAssertionValue( > 'CN=Build > Engineering,CN=Users,DC=corp,DC=2wire,DC=com') > ) > ) > > c['status'].append(html.Waterfall(http_port=8010, > build_authenticator=build_authenticator)) New description: Here's a patch against buildbot 0.7.2 that allows you to specify a build authenticator when creating a waterfall display. 2wire uses this because our production builds are expensive - it takes lots of time to run the performance regression suite and lots of storage to keep build products around indefinitely. The build authenticator I've included is an LDAP one that requires the ldaptor 0.0.43 module from http://www.inoi.fi/open/trac/ldaptor/. In hindsight, I probably should have done it as an attribute to each builder rather than to the waterfall display. Our unittest builds aren't that expensive, but for now people will just have to wait for the p4poller to notice changes. It's lightly tested by hand. Not sure how to unit test this. Example usage for an ActiveDirectory server: {{{ from ldaptor import pureldap from buildbot import ldapauth build_authenticator=ldapauth.LDAPAuthenticationSource( base_dn='cn=Users,dc=corp,dc=2wire,dc=com', attr='sAMAccountName', bind_dn='cn=ldap_queries,cn=Users,dc=corp,dc=2wire,dc=com', bind_pw='', filter=pureldap.LDAPFilter_equalityMatch( attributeDesc=pureldap.LDAPAttributeDescription('memberOf'), assertionValue=pureldap.LDAPAssertionValue( 'CN=Build Engineering,CN=Users,DC=corp,DC=2wire,DC=com') ) ) c['status'].append(html.Waterfall(http_port=8010, build_authenticator=build_authenticator)) }}} -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:50:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:50:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #507: 'view log as text' output has DOS line endings? In-Reply-To: <040.82bc89fa7367a2ed850c2e7a8892cf21@lists.sourceforge.net> References: <040.82bc89fa7367a2ed850c2e7a8892cf21@lists.sourceforge.net> Message-ID: <049.c452880bc806096e77a25191c90d7823@lists.sourceforge.net> #507: 'view log as text' output has DOS line endings? ---------------------+------------------------------------------------------ Reporter: ipv6guru | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.10 | Keywords: encoding ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: sourceforge 1033902 => encoding * milestone: 0.8.+ => 0.8.1 Comment: Something to be aware of - and possibly related to #834? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:51:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:51:22 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #834: log message stream encoding inserts spurious newlines into logs In-Reply-To: <038.6ab302c1c9d071ccdf31f01b184402eb@lists.sourceforge.net> References: <038.6ab302c1c9d071ccdf31f01b184402eb@lists.sourceforge.net> Message-ID: <047.5187c9f906b68634a21067a82d8a0256@lists.sourceforge.net> #834: log message stream encoding inserts spurious newlines into logs -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Old description: > Logs from the windows metabuildbot are interspersed with unnecessary > newlines. I suspect that these come from the stream encoding, Windows' > use of '\r\n' instead of '\n', and Python's automatic newline > translation. New description: Logs from the windows metabuildbot are interspersed with unnecessary newlines. I suspect that these come from the stream encoding, Windows' use of '\r\n' instead of '\n', and Python's automatic newline translation. Related: * #507 -- Comment(by dustin): #507 indicates that this might be the case when using PTY's even on UNIX systems. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:51:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:51:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #500: buildslaves disconnect under heavy load In-Reply-To: <040.aaf45e39ba0b123413e248e48a255125@lists.sourceforge.net> References: <040.aaf45e39ba0b123413e248e48a255125@lists.sourceforge.net> Message-ID: <049.07879cdfc8b9763c95b7a2046eb016b5@lists.sourceforge.net> #500: buildslaves disconnect under heavy load --------------------------------+------------------------------------------- Reporter: ipv6guru | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: fixed Keywords: sourceforge 1500669 | --------------------------------+------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: This timeout problem was fixed elsewhere. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:52:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:52:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #498: IRC client fails to reconnect after IP change. In-Reply-To: <040.96a75f3f7053d12dc05c793924522fe3@lists.sourceforge.net> References: <040.96a75f3f7053d12dc05c793924522fe3@lists.sourceforge.net> Message-ID: <049.d13827d4e2e1d51fa2edffa2f9e74134@lists.sourceforge.net> #498: IRC client fails to reconnect after IP change. ---------------------+------------------------------------------------------ Reporter: ipv6guru | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: irc ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: sourceforge 1546325 => irc Comment: In general, the IRC bot should use some kind of keepalives. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:52:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:52:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #495: windows/twisted-2.5.0 changed _twistw.py handling In-Reply-To: <040.818e60a27561b43d9af7cbdd5c9605c1@lists.sourceforge.net> References: <040.818e60a27561b43d9af7cbdd5c9605c1@lists.sourceforge.net> Message-ID: <049.3508562ccefc51f3e3d52144d4ed9ace@lists.sourceforge.net> #495: windows/twisted-2.5.0 changed _twistw.py handling ---------------------+------------------------------------------------------ Reporter: ipv6guru | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: fixed Keywords: | ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: sourceforge 1648333 => * status: new => closed * resolution: => fixed Comment: Presumably this is fixed, since we're almost ready to *drop* support for Twisted-2.5.0 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:53:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:53:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #485: Buildbot won't delete files with Unicode file names In-Reply-To: <040.eca3fd64dd39776294e8e62d8d1aeeae@lists.sourceforge.net> References: <040.eca3fd64dd39776294e8e62d8d1aeeae@lists.sourceforge.net> Message-ID: <049.a2d66b005f75e5b081d4357d6baa6aad@lists.sourceforge.net> #485: Buildbot won't delete files with Unicode file names ---------------------+------------------------------------------------------ Reporter: ipv6guru | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.10 | Keywords: encoding ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: sourceforge 2582152 => encoding * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:53:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:53:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #510: Restarting a build step In-Reply-To: <040.55e58f8070a948f0651396933cfdbfdc@lists.sourceforge.net> References: <040.55e58f8070a948f0651396933cfdbfdc@lists.sourceforge.net> Message-ID: <049.534e40dfa5d55acb11eac8916112d42c@lists.sourceforge.net> #510: Restarting a build step --------------------------------+------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: sourceforge 1728246 | --------------------------------+------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: Steps are not idempotent or atomic. The smallest unit of control is the build. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:54:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:54:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #470: SVN step, sub-directory of branch and add peg revision In-Reply-To: <040.f679496973d56570c564312c853ea98b@lists.sourceforge.net> References: <040.f679496973d56570c564312c853ea98b@lists.sourceforge.net> Message-ID: <049.4a058b124c9c265657eea5576d9aeade@lists.sourceforge.net> #470: SVN step, sub-directory of branch and add peg revision ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: svn ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1642105 => svn -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:58:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:58:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #436: allow SVN steps to send arbitrary extra flags In-Reply-To: <038.15d97028e6ff47d20e43a40a45426dbe@lists.sourceforge.net> References: <038.15d97028e6ff47d20e43a40a45426dbe@lists.sourceforge.net> Message-ID: <047.ab088e34f2115b42d36bd8ce0c5ae30f@lists.sourceforge.net> #436: allow SVN steps to send arbitrary extra flags ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: Fixed in 68b66bf19ffb2e61716390cfc7f7d25537225312 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:59:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:59:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #430: CVS - both branch and revision In-Reply-To: <037.dd4c7e932846565ee9bc8685c67c12c1@lists.sourceforge.net> References: <037.dd4c7e932846565ee9bc8685c67c12c1@lists.sourceforge.net> Message-ID: <046.6f8ac35470da8d2dfefae0c4a27b5860@lists.sourceforge.net> #430: CVS - both branch and revision ------------------------+--------------------------------------------------- Reporter: clown | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.8 | Keywords: cvs ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: cvs revision alwaysUseLatest => cvs * milestone: 0.8.+ => 0.8.1 Comment: Let's see if we can tackle this in 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:59:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:59:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #424: add 'categories' to all schedulers, all change sources In-Reply-To: <038.83ac39ec270ab507a3c5b4f3aa00f3ea@lists.sourceforge.net> References: <038.83ac39ec270ab507a3c5b4f3aa00f3ea@lists.sourceforge.net> Message-ID: <047.a8b7fd7b8b95377593c0d76468cb5699@lists.sourceforge.net> #424: add 'categories' to all schedulers, all change sources ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: Everything supports categories now. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:59:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:59:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #419: No tests for buildbot.changes.hgbuildbot.py ? In-Reply-To: <039.a0482836020bd633f2a3f0750c8f5e9c@lists.sourceforge.net> References: <039.a0482836020bd633f2a3f0750c8f5e9c@lists.sourceforge.net> Message-ID: <048.7a7348517270d9ee7affd3057c9943ca@lists.sourceforge.net> #419: No tests for buildbot.changes.hgbuildbot.py ? --------------------+------------------------------------------------------- Reporter: marcusl | Owner: marcusl Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.9 | Keywords: mercurial --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 05:59:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 05:59:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #419: No tests for buildbot.changes.hgbuildbot.py ? In-Reply-To: <039.a0482836020bd633f2a3f0750c8f5e9c@lists.sourceforge.net> References: <039.a0482836020bd633f2a3f0750c8f5e9c@lists.sourceforge.net> Message-ID: <048.7f53416e6b9f49acb3aefd2fbd1bdd8c@lists.sourceforge.net> #419: No tests for buildbot.changes.hgbuildbot.py ? --------------------+------------------------------------------------------- Reporter: marcusl | Owner: marcusl Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.9 | Keywords: hg --------------------+------------------------------------------------------- Changes (by dustin): * keywords: mercurial => hg -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:00:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:00:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #394: I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed. In-Reply-To: <041.605d722ef3b351819452170c4f20456c@lists.sourceforge.net> References: <041.605d722ef3b351819452170c4f20456c@lists.sourceforge.net> Message-ID: <050.389143164b22212462da774cb6675bce@lists.sourceforge.net> #394: I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed. ------------------------+--------------------------------------------------- Reporter: mmacvicar | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: status notification => -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:00:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:00:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #371: ShellCommand argument "logfiles" does not properly work for HTML log files In-Reply-To: <035.ed912ff1ea57972c51ba895981321e1d@lists.sourceforge.net> References: <035.ed912ff1ea57972c51ba895981321e1d@lists.sourceforge.net> Message-ID: <044.e2740eacdd206ad4e9b3086c4f0dbc61@lists.sourceforge.net> #371: ShellCommand argument "logfiles" does not properly work for HTML log files ------------------------+--------------------------------------------------- Reporter: cli | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: logfile html => -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:01:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:01:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #333: Add a Source step that get a tar.gz archive from an FTP server and uncompress it, ready to be build. In-Reply-To: <040.5a564961acc732d05c917f50db5e1b6c@lists.sourceforge.net> References: <040.5a564961acc732d05c917f50db5e1b6c@lists.sourceforge.net> Message-ID: <049.328ffdd5646bfd1d4d3d5fb6f47dcd67@lists.sourceforge.net> #333: Add a Source step that get a tar.gz archive from an FTP server and uncompress it, ready to be build. ---------------------------+------------------------------------------------ Reporter: dtrosset | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.8 | Resolution: wontfix Keywords: review, sprint | ---------------------------+------------------------------------------------ Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: I agree with myself, only more strongly. I do not want to add slave code to support this. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:04:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:04:53 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #861: Scheduler web display Message-ID: <038.c5283c92c6a51330a72bff2f8852b068@lists.sourceforge.net> #861: Scheduler web display ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- There should be a page listing all schedulers, and a page for each scheduler. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:05:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:05:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #517: Short-circuit the timeout from the waterfall. In-Reply-To: <040.88638b1acc0f0c15edc3bc8ae942a1bd@lists.sourceforge.net> References: <040.88638b1acc0f0c15edc3bc8ae942a1bd@lists.sourceforge.net> Message-ID: <049.ab93da8a835c635859c0f6997d2c0ed9@lists.sourceforge.net> #517: Short-circuit the timeout from the waterfall. ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1622243 => * status: new => closed * resolution: => wontfix Comment: I don't like the idea of mucking around with as-yet-nonexistent buildsets .. so wontfix for now. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:07:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:07:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #518: allow complete rebuild during force In-Reply-To: <040.552f63dffbe457d99f43e8c92ff2d8f0@lists.sourceforge.net> References: <040.552f63dffbe457d99f43e8c92ff2d8f0@lists.sourceforge.net> Message-ID: <049.140b428fd85e3d71389568915e77deb3@lists.sourceforge.net> #518: allow complete rebuild during force ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: sourceforge 1618984 ------------------------+--------------------------------------------------- Comment(by dustin): I'm not sure how we'd implement this in the source steps.. interesting idea though. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:07:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:07:41 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #519: Request for description and descriptionDone params: step.SVN In-Reply-To: <040.1dee40f5ce4563dfbe10ac0104499d91@lists.sourceforge.net> References: <040.1dee40f5ce4563dfbe10ac0104499d91@lists.sourceforge.net> Message-ID: <049.ad2c4da7c721df6e96f01d58da00f515@lists.sourceforge.net> #519: Request for description and descriptionDone params: step.SVN ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.10 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1574032 => web * milestone: 0.8.+ => 0.8.1 Comment: seems easy enough -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:09:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:09:03 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #522: restart interrupted builds on master startup In-Reply-To: <040.59181b739612f4814505f8b2115b40f2@lists.sourceforge.net> References: <040.59181b739612f4814505f8b2115b40f2@lists.sourceforge.net> Message-ID: <049.82a966065d56d9d79267e82ed9d7d1c4@lists.sourceforge.net> #522: restart interrupted builds on master startup ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.10 | Keywords: database ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1546241 => database * milestone: 0.8.+ => 0.8.1 Comment: The new database work (builddb) should handle this. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:09:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:09:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #525: Regular Expression based filter for HTML display In-Reply-To: <040.4a441f98fb851f0b4017a7197cfdc61a@lists.sourceforge.net> References: <040.4a441f98fb851f0b4017a7197cfdc61a@lists.sourceforge.net> Message-ID: <049.2aa299c6e67c18abc865f35adb756ca1@lists.sourceforge.net> #525: Regular Expression based filter for HTML display --------------------------------+------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: duplicate Keywords: sourceforge 1524003 | --------------------------------+------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: dupe #789 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:10:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:10:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Source stamp filtering, sorting, and clustering in web views In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.7bf6b8fe4204455a18b7a82c15e5a60f@lists.sourceforge.net> #789: Source stamp filtering, sorting, and clustering in web views --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Old description: > The current "revision" column/row in the grid view isn't enough if there > are builds from different repositories. > > By grouping by repository (and showing said repository) we get a better > display of what's actually going on. > > I believe showing the latest build for each rev/builder config is what we > still want to do here. > > Related: > * #775 New description: The current "revision" column/row in the grid view isn't enough if there are builds from different repositories. By grouping by repository (and showing said repository) we get a better display of what's actually going on. I believe showing the latest build for each rev/builder config is what we still want to do here. Related: * #775 * #525 -- Comment(by dustin): #525 suggests adding a regular expression .. I'm not sure how practical that is. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:12:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:12:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #765: web display for schedulers In-Reply-To: <038.66afa28eb1a2b70b4d632d38c02a7ccb@lists.sourceforge.net> References: <038.66afa28eb1a2b70b4d632d38c02a7ccb@lists.sourceforge.net> Message-ID: <047.24f13f5fcfce0d0e1860d2f109ced63f@lists.sourceforge.net> #765: web display for schedulers ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): That's a good point - if we can make *all* of the force stuff go through schedulers (and thus through BuildSets and BuildRequests), then forcing will be a lot easier to support.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:12:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:12:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #861: Scheduler web display In-Reply-To: <038.c5283c92c6a51330a72bff2f8852b068@lists.sourceforge.net> References: <038.c5283c92c6a51330a72bff2f8852b068@lists.sourceforge.net> Message-ID: <047.793412a2ca8190dfc2068a356790d88b@lists.sourceforge.net> #861: Scheduler web display ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: duplicate Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: dup #765 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:12:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:12:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #538: web server does not use gzip encoding In-Reply-To: <040.7f2cf6f4d9dd1ba3c2c3b9d78a2b3394@lists.sourceforge.net> References: <040.7f2cf6f4d9dd1ba3c2c3b9d78a2b3394@lists.sourceforge.net> Message-ID: <049.f21a2ff1bdcc2d5f115483e42ea9cd24@lists.sourceforge.net> #538: web server does not use gzip encoding ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1222924 => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:14:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:14:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #530: ability to log into slaves from the master In-Reply-To: <040.0f5a7da6f6e3666f9df893567b3cee4c@lists.sourceforge.net> References: <040.0f5a7da6f6e3666f9df893567b3cee4c@lists.sourceforge.net> Message-ID: <049.72613cdc01e295d482864d81e78a6cc9@lists.sourceforge.net> #530: ability to log into slaves from the master ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.10 | Keywords: sourceforge 1485902 ------------------------+--------------------------------------------------- Changes (by dustin): * priority: major => minor Comment: This is hard - especially if Windows is to be supported - but a very cool idea -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:14:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:14:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #531: Cache different SVN branches when switching between them. In-Reply-To: <040.fa067077286a613921ee02f6be222875@lists.sourceforge.net> References: <040.fa067077286a613921ee02f6be222875@lists.sourceforge.net> Message-ID: <049.767bf7900403262106671b32a6d169d4@lists.sourceforge.net> #531: Cache different SVN branches when switching between them. ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: svn ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1484941 => svn -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:14:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:14:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #533: IRC Notifications In-Reply-To: <040.7d546ab166e6c15983fd9b39dfa2cfcc@lists.sourceforge.net> References: <040.7d546ab166e6c15983fd9b39dfa2cfcc@lists.sourceforge.net> Message-ID: <049.ee000d69ddd59322867e660cfa8a23fd@lists.sourceforge.net> #533: IRC Notifications ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: irc ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1408394 => irc -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:15:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:15:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #534: group the slaves by online/offline status In-Reply-To: <040.b6090d7c6cc26812084cd2be656dc54b@lists.sourceforge.net> References: <040.b6090d7c6cc26812084cd2be656dc54b@lists.sourceforge.net> Message-ID: <049.ccfbd853d0dde236cf0f4b5accc54267@lists.sourceforge.net> #534: group the slaves by online/offline status ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: duplicate Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1393689 => * status: new => closed * resolution: => duplicate Comment: dup #789 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:16:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:16:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Source stamp filtering, sorting, and clustering in web views In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.7f0703ec08a6f1aac3086b194608c184@lists.sourceforge.net> #789: Source stamp filtering, sorting, and clustering in web views --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Old description: > The current "revision" column/row in the grid view isn't enough if there > are builds from different repositories. > > By grouping by repository (and showing said repository) we get a better > display of what's actually going on. > > I believe showing the latest build for each rev/builder config is what we > still want to do here. > > Related: > * #775 > * #525 New description: The current "revision" column/row in the grid view isn't enough if there are builds from different repositories. By grouping by repository (and showing said repository) we get a better display of what's actually going on. I believe showing the latest build for each rev/builder config is what we still want to do here. Related: * #775 * #525 * #789 -- Comment(by dustin): #789 wants to sort builders with no slaves to the "far" end of the display -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:16:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:16:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Source stamp filtering, sorting, and clustering in web views In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.cfa22bf9e4f7aaeff979f1666a84c5de@lists.sourceforge.net> #789: Source stamp filtering, sorting, and clustering in web views --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web --------------------+------------------------------------------------------- Old description: > The current "revision" column/row in the grid view isn't enough if there > are builds from different repositories. > > By grouping by repository (and showing said repository) we get a better > display of what's actually going on. > > I believe showing the latest build for each rev/builder config is what we > still want to do here. > > Related: > * #775 > * #525 > * #789 New description: The current "revision" column/row in the grid view isn't enough if there are builds from different repositories. By grouping by repository (and showing said repository) we get a better display of what's actually going on. I believe showing the latest build for each rev/builder config is what we still want to do here. Related: * #775 * #525 * #534 -- Comment(by dustin): er, #534 wants to do that. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:17:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:17:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #535: Add link to "Problems" at top of waterfall columns In-Reply-To: <040.fb296b84d0f98e2222eb6237fc5f123d@lists.sourceforge.net> References: <040.fb296b84d0f98e2222eb6237fc5f123d@lists.sourceforge.net> Message-ID: <049.9caaa9d348c25b25c163f517fcefa4dd@lists.sourceforge.net> #535: Add link to "Problems" at top of waterfall columns ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: sourceforge 1313396 => * status: new => closed * resolution: => wontfix Comment: This is too specific to the output of test steps and to the waterfall. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:18:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:18:59 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #593: Flexible default logging. In-Reply-To: <036.c3e04619608372e892fa072cae93348f@lists.sourceforge.net> References: <036.c3e04619608372e892fa072cae93348f@lists.sourceforge.net> Message-ID: <045.fd83fdd5c2d088218a4e59e5d40eb5a8@lists.sourceforge.net> #593: Flexible default logging. -------------------+-------------------------------------------------------- Reporter: verm | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Keywords: -------------------+-------------------------------------------------------- Description changed by dustin: Old description: > At the moment it's possible to specify logging (using default > configurations) in only one way, which is to supply logfiles={} > > This has the disadvantage of streaming data in real time. Not all logs > during the build process require realtime streaming. > > Another issue is the stdio log, this copies both stdin and stderr to the > same log file. > > It would be nice to have three specific features added to the default > logging mech: > > 1. Specify different logfiles for stdin/stderr or other named pipes. > 1. Specify a logfile that should only be uploaded at the _end_ of the > build step, whether it fails or succeeds. For example uploading > config.status and config.log at the end running ./configure in a gnu > autoconf setup. > 1. The ability to specify a callback to filter a log file through. For > instance: > {{{ > log(, , master>) > }}} > This would allow for filtering output from utilities that allow for > custom log file output, such as `cl` from MSVC, or other utilities that > may provided XML or other normalised output methods. New description: At the moment it's possible to specify logging (using default configurations) in only one way, which is to supply logfiles={} This has the disadvantage of streaming data in real time. Not all logs during the build process require realtime streaming. Another issue is the stdio log, this copies both stdin and stderr to the same log file. It would be nice to have three specific features added to the default logging mech: 1. Specify different logfiles for stdin/stderr or other named pipes. 1. Specify a logfile that should only be uploaded at the _end_ of the build step, whether it fails or succeeds. For example uploading config.status and config.log at the end running ./configure in a gnu autoconf setup. 1. The ability to specify a callback to filter a log file through. For instance: {{{ log(, , ) }}} This would allow for filtering output from utilities that allow for custom log file output, such as `cl` from MSVC, or other utilities that may provided XML or other normalised output methods. Related: * #615 -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:19:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:19:36 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #630: MailNotifier fails with default settings In-Reply-To: <042.45609a50e7042c828b349d516da54a51@lists.sourceforge.net> References: <042.45609a50e7042c828b349d516da54a51@lists.sourceforge.net> Message-ID: <051.81b9aa1a3a155fdc7565b05e4c852762@lists.sourceforge.net> #630: MailNotifier fails with default settings -----------------------+---------------------------------------------------- Reporter: heiko.bihr | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Resolution: fixed Keywords: | -----------------------+---------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:20:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:20:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #635: buildbot should always or be able to log twistd.log Exceptions to a separate file In-Reply-To: <040.63cee12dcd32aebc1b4db886cc0010c8@lists.sourceforge.net> References: <040.63cee12dcd32aebc1b4db886cc0010c8@lists.sourceforge.net> Message-ID: <049.c57fb7f05f847e7339bd5210dbde1559@lists.sourceforge.net> #635: buildbot should always or be able to log twistd.log Exceptions to a separate file ------------------------+--------------------------------------------------- Reporter: bhearsum | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Resolution: worksforme Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:22:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:22:29 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #828: Buildmaster should have a means of detecting and rate-limiting reconnecting slaves In-Reply-To: <038.f68d682d8acd9fc5c31aa1d435bd6d4e@lists.sourceforge.net> References: <038.f68d682d8acd9fc5c31aa1d435bd6d4e@lists.sourceforge.net> Message-ID: <047.444a7e8624db8cf0c340a1bc2763f105@lists.sourceforge.net> #828: Buildmaster should have a means of detecting and rate-limiting reconnecting slaves ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: #636 deals with displaying this kind of information. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:22:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:22:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #636: Slave uptime tracking and reporting In-Reply-To: <039.11858272514cdcd165f0cba8c651367c@lists.sourceforge.net> References: <039.11858272514cdcd165f0cba8c651367c@lists.sourceforge.net> Message-ID: <048.13a7eb98637e78c2949deb8bb3a50e88@lists.sourceforge.net> #636: Slave uptime tracking and reporting --------------------+------------------------------------------------------- Reporter: exarkun | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: #828 deals with rate-limiting reconnects -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:23:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:23:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #661: Add support for Mercurial to console view In-Reply-To: <039.e7c0d49b671c4b473102693040eb6aad@lists.sourceforge.net> References: <039.e7c0d49b671c4b473102693040eb6aad@lists.sourceforge.net> Message-ID: <048.36f760f3c4e8cb544a812ca6f9cc9f52@lists.sourceforge.net> #661: Add support for Mercurial to console view ------------------------+--------------------------------------------------- Reporter: marcusl | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:23:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:23:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #669: Clean up VC modes In-Reply-To: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> References: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> Message-ID: <047.af9968966c67dfb025ba3012d8408690@lists.sourceforge.net> #669: Clean up VC modes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: svn hg git cvs p4 bk darcs monotone arch ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:24:07 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:24:07 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #678: Allow CVS checkout/export of multiple modules In-Reply-To: <042.f34393f2c1b8e73c7a97f44a772b281e@lists.sourceforge.net> References: <042.f34393f2c1b8e73c7a97f44a772b281e@lists.sourceforge.net> Message-ID: <051.b20064f2136dcda4a4ac4cd335d68e72@lists.sourceforge.net> #678: Allow CVS checkout/export of multiple modules ------------------------+--------------------------------------------------- Reporter: satyagraha | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: projrepo cvs ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => projrepo cvs * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:24:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:24:39 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #693: default git checkout does not do git clean In-Reply-To: <041.a183a375d0c9feadd7d28e5abc2062a8@lists.sourceforge.net> References: <041.a183a375d0c9feadd7d28e5abc2062a8@lists.sourceforge.net> Message-ID: <050.adaaccaae532d8e7afa1c52091ea3771@lists.sourceforge.net> #693: default git checkout does not do git clean ----------------------+----------------------------------------------------- Reporter: philippem | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: git ----------------------+----------------------------------------------------- Changes (by dustin): * keywords: => git * milestone: 0.8.+ => 0.8.1 Comment: Linked to #669 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:24:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:24:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #669: Clean up VC modes In-Reply-To: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> References: <038.ef722893af44e1713fb7212c6d56ca76@lists.sourceforge.net> Message-ID: <047.4b069fcbba7cfa31989d443865bf213c@lists.sourceforge.net> #669: Clean up VC modes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: svn hg git cvs p4 bk darcs monotone arch ------------------------+--------------------------------------------------- Description changed by dustin: Old description: > Per an IRC conversation with ddunbar and dsal, there are really only two > things users want to do with VC steps: > > * incremental updates/builds > * full, clean builds > > Different VC's can implement these options with varying degrees of > reliability. What is now mode=copy works well for every supported VC > *except* CVS, so mode=clobber is only really useful for CVS. Bug #632 > was about a more efficient way to implement clean builds in git, that was > incorrectly filed under mode=update, because it's not really a copy. > > So the proposal is to have only *two* modes, common across and supported > on all VCs: > > * clean > * incremental > > These will be specified with the mode= parameter. VCs can then have > extra options to specify the implementation of that particular method. > So Git might have mode="incremental", incremental_by="clean" *and* > mode="incremental", incremental_by="copy". > > Let's get this in the 0.8.0 release, since it's a pretty big behavior > change (although it can be written in a backward-compatible fashion) > > Related bugs: > * #263 > * #276 > * #632 New description: Per an IRC conversation with ddunbar and dsal, there are really only two things users want to do with VC steps: * incremental updates/builds * full, clean builds Different VC's can implement these options with varying degrees of reliability. What is now mode=copy works well for every supported VC *except* CVS, so mode=clobber is only really useful for CVS. Bug #632 was about a more efficient way to implement clean builds in git, that was incorrectly filed under mode=update, because it's not really a copy. So the proposal is to have only *two* modes, common across and supported on all VCs: * clean * incremental These will be specified with the mode= parameter. VCs can then have extra options to specify the implementation of that particular method. So Git might have mode="incremental", incremental_by="clean" *and* mode="incremental", incremental_by="copy". Let's get this in the 0.8.0 release, since it's a pretty big behavior change (although it can be written in a backward-compatible fashion) Related bugs: * #263 * #276 * #632 * #693 -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:25:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:25:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #708: Incorporate bzr_poller.py and add more docs In-Reply-To: <038.493ebe47318ffd7630fc2757d22b566e@lists.sourceforge.net> References: <038.493ebe47318ffd7630fc2757d22b566e@lists.sourceforge.net> Message-ID: <047.b1fdd65e8907c46aa313c0422cf63fac@lists.sourceforge.net> #708: Incorporate bzr_poller.py and add more docs ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: master | Keywords: bzr ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => bzr -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:26:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:26:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #716: Add parent-rev to change and use this in console In-Reply-To: <039.81698b2ccba200d5a6bf1ef015c57e28@lists.sourceforge.net> References: <039.81698b2ccba200d5a6bf1ef015c57e28@lists.sourceforge.net> Message-ID: <048.1ad377e602344a4330d9e9c2e4dedc61@lists.sourceforge.net> #716: Add parent-rev to change and use this in console ------------------------+--------------------------------------------------- Reporter: marcusl | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: master | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: We need this information. Ideally, it could come from the ChangeSources. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:26:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:26:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #729: use TCP keepalives (optionally) for slaves and IRC In-Reply-To: <038.24a72fbb2fcadc5630d6f138b21198c4@lists.sourceforge.net> References: <038.24a72fbb2fcadc5630d6f138b21198c4@lists.sourceforge.net> Message-ID: <047.acd784891180cceee2af272619509e8e@lists.sourceforge.net> #729: use TCP keepalives (optionally) for slaves and IRC ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: master | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:26:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:26:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #752: Add support of WithProperties to SVN defaultBranch. In-Reply-To: <043.0dd89766b3ef1b5e004944851dfaf02d@lists.sourceforge.net> References: <043.0dd89766b3ef1b5e004944851dfaf02d@lists.sourceforge.net> Message-ID: <052.0156113ec6d7b16ab5bd6c80054c6494@lists.sourceforge.net> #752: Add support of WithProperties to SVN defaultBranch. ------------------------+--------------------------------------------------- Reporter: RishiRamraj | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: WithProperties ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:26:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:26:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #752: Add support of WithProperties to SVN defaultBranch. In-Reply-To: <043.0dd89766b3ef1b5e004944851dfaf02d@lists.sourceforge.net> References: <043.0dd89766b3ef1b5e004944851dfaf02d@lists.sourceforge.net> Message-ID: <052.337e185f96c7e2b3aeb2717af4b98416@lists.sourceforge.net> #752: Add support of WithProperties to SVN defaultBranch. ------------------------+--------------------------------------------------- Reporter: RishiRamraj | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: svn ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: WithProperties => svn -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:27:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:27:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #765: web display for schedulers In-Reply-To: <038.66afa28eb1a2b70b4d632d38c02a7ccb@lists.sourceforge.net> References: <038.66afa28eb1a2b70b4d632d38c02a7ccb@lists.sourceforge.net> Message-ID: <047.bbbdb28880a08691de079ce5f1139054@lists.sourceforge.net> #765: web display for schedulers ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:27:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:27:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #778: 'latest' revision get's stuck on grid views when source step fails In-Reply-To: <039.27a06b248f9920dc90571d9fde33c0c5@lists.sourceforge.net> References: <039.27a06b248f9920dc90571d9fde33c0c5@lists.sourceforge.net> Message-ID: <048.6d3b46a2269556276d1a3c85018fe965@lists.sourceforge.net> #778: 'latest' revision get's stuck on grid views when source step fails --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: The problem is that a build's sourcestamp changes as the build proceeds.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:28:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:28:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #779: rewrite the HTMLResource classes to fill the context from the asDict() In-Reply-To: <038.4dc8d988fe10c58e984f8b08ea1e0bb4@lists.sourceforge.net> References: <038.4dc8d988fe10c58e984f8b08ea1e0bb4@lists.sourceforge.net> Message-ID: <047.8c9d69901bdcda596c51681bfb0d464f@lists.sourceforge.net> #779: rewrite the HTMLResource classes to fill the context from the asDict() ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:28:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:28:41 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #783: slave-side exception reporting broken (was: Windows error reporting broken) In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.84ace24de479ea26c8cceb2eb6f486cc@lists.sourceforge.net> #783: slave-side exception reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:29:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:29:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #783: slave-side exception reporting broken In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.f8e6230d6c6b01abd0d46f77dd5eb729@lists.sourceforge.net> #783: slave-side exception reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Comment(by dustin): There was a recent commit that might have fixed this (it sends a text- formatted traceback before throwing an !AbandonChain). Someone should test to see if this is still a problem in 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:30:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:30:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #850: Link change pages to builds from that change (was: Additional link) In-Reply-To: <041.065529394da9af66ec80fd126006080c@lists.sourceforge.net> References: <041.065529394da9af66ec80fd126006080c@lists.sourceforge.net> Message-ID: <050.b958392510ceb70b8bf9dd2fbc1100dd@lists.sourceforge.net> #850: Link change pages to builds from that change ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: web database ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: web => web database Comment: The new builddb might make this easier. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:31:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:31:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #32: Ability to show only head & tail of large logfiles In-Reply-To: <039.4b610edc10ab77d19192f519da1d9478@lists.sourceforge.net> References: <039.4b610edc10ab77d19192f519da1d9478@lists.sourceforge.net> Message-ID: <048.db6b1f32c3b46f104b1f2449d2758da7@lists.sourceforge.net> #32: Ability to show only head & tail of large logfiles ---------------------+------------------------------------------------------ Reporter: jknight | Type: enhancement Status: new | Priority: minor Milestone: 0.8.1 | Version: Keywords: | ---------------------+------------------------------------------------------ Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:31:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:31:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #32: Ability to show only head & tail of large logfiles In-Reply-To: <039.4b610edc10ab77d19192f519da1d9478@lists.sourceforge.net> References: <039.4b610edc10ab77d19192f519da1d9478@lists.sourceforge.net> Message-ID: <048.67e2dd1cd0409b22e0431a2ae50dafa0@lists.sourceforge.net> #32: Ability to show only head & tail of large logfiles ---------------------+------------------------------------------------------ Reporter: jknight | Type: enhancement Status: new | Priority: minor Milestone: 0.8.1 | Version: Keywords: web | ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:31:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:31:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #33: Build failure from interrupt should be purple In-Reply-To: <039.58433504b28118d9e5c98c5f8860ec83@lists.sourceforge.net> References: <039.58433504b28118d9e5c98c5f8860ec83@lists.sourceforge.net> Message-ID: <048.c83dc7886ef5963ee5af36b6d76d4d24@lists.sourceforge.net> #33: Build failure from interrupt should be purple --------------------+------------------------------------------------------- Reporter: jknight | Owner: warner Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 06:32:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 06:32:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #80: when buildslave can't connect, emit better error message In-Reply-To: <038.caee6bbb7bc7cb380d019f9eb433cf06@lists.sourceforge.net> References: <038.caee6bbb7bc7cb380d019f9eb433cf06@lists.sourceforge.net> Message-ID: <047.7e34a8c8239e53f43c1c6aa8e4c09961@lists.sourceforge.net> #80: when buildslave can't connect, emit better error message -------------------+-------------------------------------------------------- Reporter: warner | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.5 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 09:32:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 09:32:06 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #862: Add links to external html pages in waterfall summary Message-ID: <035.6058fc21f2c33f56121f9a608a6ade71@lists.sourceforge.net> #862: Add links to external html pages in waterfall summary ------------------------+--------------------------------------------------- Reporter: dev | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: modify waterfall ------------------------+--------------------------------------------------- I am using buildbot to run build scripts and also run tests using an external tool which generates html reports. I would like to add a link to each test report in the waterfall box corresponding to that test. Is there a way to do this in the current version (0.8.0)? If not it would be nice to add this feature to the API. Thanks for all the hard work! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 09:37:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 09:37:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #533: IRC Notifications In-Reply-To: <040.7d546ab166e6c15983fd9b39dfa2cfcc@lists.sourceforge.net> References: <040.7d546ab166e6c15983fd9b39dfa2cfcc@lists.sourceforge.net> Message-ID: <049.45c590727bbd5716757eb6d121d4a762@lists.sourceforge.net> #533: IRC Notifications ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: new Priority: trivial | Milestone: 0.8.+ Version: 0.7.10 | Keywords: irc ------------------------+--------------------------------------------------- Changes (by ipv6guru): * priority: major => trivial Comment: I think jobs like this should just be closed, especially this old and with no-one else semmingly wanting it? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 12:01:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 12:01:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #783: slave-side exception reporting broken In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.7fdd5e1a89b6e31a712db4584fe379af@lists.sourceforge.net> #783: slave-side exception reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Comment(by catlee): We're still seeing this in one case: https://bugzilla.mozilla.org/show_bug.cgi?id=568035 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 12:35:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 12:35:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #561: Automatically rescheduling builds after slave was lost In-Reply-To: <036.80b55a78e6cc5303eca5204291f3fba9@lists.sourceforge.net> References: <036.80b55a78e6cc5303eca5204291f3fba9@lists.sourceforge.net> Message-ID: <045.d56fddb4e9a60c0ebc1683d7f4058b9f@lists.sourceforge.net> #561: Automatically rescheduling builds after slave was lost ------------------------+--------------------------------------------------- Reporter: AnBe | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.10 | Keywords: buildcoord database ------------------------+--------------------------------------------------- Comment(by catlee): pretty sure we RETRY it: http://github.com/djmitche/buildbot/blob/d413c69ab3a3108b9a78f5694cb4dde87c510ba4/buildbot/process/buildstep.py#L1074 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 12:38:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 12:38:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #786: Should be able to Obfuscate parameters in master configs In-Reply-To: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> References: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> Message-ID: <047.bc503b17af8429b0946b04f31e51f820@lists.sourceforge.net> #786: Should be able to Obfuscate parameters in master configs ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by catlee): Same reason, so the passwords don't end up in the log files accessible via the web. e.g. f.addStep(ShellCommand(command=['mysqldump', Obfuscate('-pSECRETPASSWORD', '-pXXXXXXXXX')])) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 14:38:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 14:38:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #533: IRC Notifications In-Reply-To: <040.7d546ab166e6c15983fd9b39dfa2cfcc@lists.sourceforge.net> References: <040.7d546ab166e6c15983fd9b39dfa2cfcc@lists.sourceforge.net> Message-ID: <049.2c7b00670e170842c8d674027c9fd064@lists.sourceforge.net> #533: IRC Notifications ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: Type: enhancement | Status: closed Priority: trivial | Milestone: 0.8.+ Version: 0.7.10 | Resolution: wontfix Keywords: irc | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: ok! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 14:40:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 14:40:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #859: Remove XMLRPC interface In-Reply-To: <038.ecff90e6c9cae013a89fae81ceb892dd@lists.sourceforge.net> References: <038.ecff90e6c9cae013a89fae81ceb892dd@lists.sourceforge.net> Message-ID: <047.df30288f5bb1c46afbeabb59cf269248@lists.sourceforge.net> #859: Remove XMLRPC interface ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: duplicate Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: dup #832 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 14:40:57 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 14:40:57 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #832: remove XMLRPC support In-Reply-To: <038.3ddbbe7959b90dcacacebefe37c6c02d@lists.sourceforge.net> References: <038.3ddbbe7959b90dcacacebefe37c6c02d@lists.sourceforge.net> Message-ID: <047.6c94fc82131406be1c18090487dea04e@lists.sourceforge.net> #832: remove XMLRPC support ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 14:47:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 14:47:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #786: Should be able to Obfuscate parameters in master configs In-Reply-To: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> References: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> Message-ID: <047.91b755da4927dac59487a1d13653f097@lists.sourceforge.net> #786: Should be able to Obfuscate parameters in master configs ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 Comment: OK, so the Obfuscate object would pass to the slave and be rendered (to -pXXXX) there. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 14:51:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 14:51:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #293: AMF webstatus In-Reply-To: <037.02507ec068849e4fd28b88491e507d09@lists.sourceforge.net> References: <037.02507ec068849e4fd28b88491e507d09@lists.sourceforge.net> Message-ID: <046.3d2e0274389cce25812757c2f55f3b33@lists.sourceforge.net> #293: AMF webstatus ------------------------+--------------------------------------------------- Reporter: thijs | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.7.7 | Resolution: wontfix Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: We're trying to *limit* the number of webbish APIs, so adding a new one is not really an option. See #832 for example. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 19:42:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 19:42:04 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #863: remove Arch support Message-ID: <038.fb232c7540ea06a2f5ebd61102c745c9@lists.sourceforge.net> #863: remove Arch support ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: arch ------------------------+--------------------------------------------------- Arch is, I'm told, very old and nobody in their right mind would use it anymore. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 19:49:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 19:49:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #862: Add links to external html pages in waterfall summary In-Reply-To: <035.6058fc21f2c33f56121f9a608a6ade71@lists.sourceforge.net> References: <035.6058fc21f2c33f56121f9a608a6ade71@lists.sourceforge.net> Message-ID: <044.3db8780a31e9ee509d7c3dc38cf3d7dc@lists.sourceforge.net> #862: Add links to external html pages in waterfall summary ----------------------------+----------------------------------------------- Reporter: dev | Owner: Type: support-request | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: worksforme Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * keywords: modify waterfall => * status: new => closed * type: enhancement => support-request * resolution: => worksforme * milestone: undecided => 0.8.1 Comment: See http://djmitche.github.com/buildbot/docs/latest/BuildStep-URLs.html #BuildStep-URLs -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 19:54:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 19:54:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #561: Automatically rescheduling builds after slave was lost In-Reply-To: <036.80b55a78e6cc5303eca5204291f3fba9@lists.sourceforge.net> References: <036.80b55a78e6cc5303eca5204291f3fba9@lists.sourceforge.net> Message-ID: <045.63654b63b4c12812df536f3886783204@lists.sourceforge.net> #561: Automatically rescheduling builds after slave was lost --------------------------------+------------------------------------------- Reporter: AnBe | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.10 | Resolution: fixed Keywords: buildcoord database | --------------------------------+------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed * milestone: 0.8.1 => 0.8.0 Comment: Well, holy cow, pretty cool! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 19:57:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 19:57:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #783: slave-side exception reporting broken In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.e707a4b6311e492dab8fe3a6d6925926@lists.sourceforge.net> #783: slave-side exception reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Comment(by dustin): Per IRC, waiting for additional confirmation. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed May 26 22:39:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 26 May 2010 22:39:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #854: [PATCH] Inflated builder numbers In-Reply-To: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> References: <041.f92782de6eee624d347230cfafcce977@lists.sourceforge.net> Message-ID: <050.e951e0003a7bbf503fb5fdd9c5337699@lists.sourceforge.net> #854: [PATCH] Inflated builder numbers ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.1 Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: remove builder count from one_line_per_build I think this had been copy-pased from /builders Fixes #854 Changeset: a77211437feecfb999331f5ca4afb5203c645321 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed May 26 22:39:10 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 26 May 2010 15:39:10 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] a77211: remove builder count from one_line_per_build Message-ID: <20100526223910.8AF53422E1@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: a77211437feecfb999331f5ca4afb5203c645321 http://github.com/djmitche/buildbot/commit/a77211437feecfb999331f5ca4afb5203c645321 Author: Dustin J. Mitchell Date: 2010-05-26 (Wed, 26 May 2010) Changed paths: M buildbot/status/web/olpb.py M buildbot/status/web/templates/onelineperbuild.html Log Message: ----------- remove builder count from one_line_per_build I think this had been copy-pased from /builders Fixes #854 From buildbot-devel at lists.sourceforge.net Thu May 27 12:02:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 12:02:48 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #864: Error on CVS repository update : None passed as revision Message-ID: <046.c646a0ea287f9f197565a3239402db8b@lists.sourceforge.net> #864: Error on CVS repository update : None passed as revision ---------------------------+------------------------------------------------ Reporter: GillesGagniard | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: cvs ---------------------------+------------------------------------------------ Upgrading from buildbot 0.7.12 to 0.8.0, a new issue appears with CVS support. With a custom change source, I add changes to the task master this way : for p in patches: c = Change(who = p['who'], files = files, comments = p['commitlog'], branch = p['branch']) self.parent.addChange(c) Changes appear on waterfall as expected (with a correct "Changed at" date), but when a scheduler starts a build, the revision passed to CVS is 'None' : starting cvs operation /usr/bin/cvs -z3 update -dP -r HEAD -D None in dir /data2/ngidelde/tools/build/buildbot/slave_97/apl_daily_project_full/ngi_1 (timeout 3600 secs) watching logfiles {} argv: ['/usr/bin/cvs', '-z3', 'update', '-dP', '-r', u'HEAD', '-D', 'None'] which obviously causes CVS to fail. In buildbot 0.7.12, the date used to be computed from the timestamps in changes. Did this behaviour changes in buildbot 0.8.0 ? How to tell the CVS build step which revision to use for update ? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 13:13:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 13:13:09 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #254: trac integration -- cross link trac changesets with buildbot In-Reply-To: <037.72a2dc42026689e4649c9d6cb9b7bb67@lists.sourceforge.net> References: <037.72a2dc42026689e4649c9d6cb9b7bb67@lists.sourceforge.net> Message-ID: <046.17fcd5ed5e4a0129278bde75ac2b8196@lists.sourceforge.net> #254: trac integration -- cross link trac changesets with buildbot ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: duplicate Keywords: | ------------------------+--------------------------------------------------- Comment(by marcusl): Anyway, this is possible in 0.8.0. You can decorate any revision id with an URL. (use revlink arg to WebStatus. See docs) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 13:15:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 13:15:20 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #858: page to display a list of changes In-Reply-To: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> References: <038.d8bbde5bf84f367185ff5a370182a734@lists.sourceforge.net> Message-ID: <047.e426303c5b49fd2200ee553db12d58c9@lists.sourceforge.net> #858: page to display a list of changes ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: web ------------------------+--------------------------------------------------- Comment(by marcusl): Just as a note for others (#46, #237 etc): it's possible to create links to vc displays starting 0.8.0. However a change list would be neat, especially as non-comitted patches might be along the ride. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 13:17:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 13:17:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #119: add Builder description somewhere In-Reply-To: <038.92b0e7676a25919e9f80f1a066140c6a@lists.sourceforge.net> References: <038.92b0e7676a25919e9f80f1a066140c6a@lists.sourceforge.net> Message-ID: <047.fa5c575660cbf64077ef056eaaeaec12@lists.sourceforge.net> #119: add Builder description somewhere ------------------------+--------------------------------------------------- Reporter: warner | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Comment(by marcusl): Isn't this actually a pretty neat idea? (not that it isn't hard to add later... ?) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 13:56:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 13:56:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #864: Error on CVS repository update : None passed as revision In-Reply-To: <046.c646a0ea287f9f197565a3239402db8b@lists.sourceforge.net> References: <046.c646a0ea287f9f197565a3239402db8b@lists.sourceforge.net> Message-ID: <055.325eaef9c0d01529e4ab289bfb1763cd@lists.sourceforge.net> #864: Error on CVS repository update : None passed as revision ---------------------------+------------------------------------------------ Reporter: GillesGagniard | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: cvs ---------------------------+------------------------------------------------ Comment(by GillesGagniard): The problem lies in the constructor of SourceStamp : if changes: self.changes = tuple(changes) # set branch and revision to most recent change self.branch = changes[-1].branch self.revision = str(changes[-1].revision) if not self.project: self.project = changes[-1].project if not self.repository: self.repository = changes[-1].repository However, for changes coming from CVS, the revision attribute for changes is None, and thus self.revision = str(changes[-1].revision) is 'None', and not None. Since it is not None, the computeSourceRevision() method in the CVS buildstep is never called. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 16:16:57 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 16:16:57 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #865: buildbot try not working with mercurial Message-ID: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> #865: buildbot try not working with mercurial ----------------------+----------------------------------------------------- Reporter: bgunnison | Owner: Type: undecided | Status: new Priority: blocker | Milestone: undecided Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Several issues, some may be in my misunderstanding how to use it. .buildbot/options try_connect = 'pb' try_vc = 'hg' try_master = '....' try_username = '...' try_password = '...' try_builders = ['... Smoke Build'] 1) try client calls "hg diff" in working repository. If there are no uncommitted changes, there is no output. Should "try" fail at the client if there are no changes? Or at least inform the user? 2) The build step that try invokes is: hgUpdateStep = Mercurial(repourl = RepoURL) RepoURL is the master repository that the working repository was cloned from. This fails at the buildslave at: hg.exe update --clean --repository \build --rev ... abort: unknown revision ''! IT seems we are not applying the patch as the hg command above expects the build slave repository (which was cloned from the master repo) to be update-able to the working directory. Something is missing or not working. 3) So if I have the use-case correct, only uncommitted changes get "tried" in the above scenario. Our workflow is such that we clone from the master repo and commit many times in the working repo. Then a "hg push" is done from the working to the master after smoke test passes. I need "buildbot try" to interrogate the master repo, then "hg diff -r master_rev -r working_tip" to get the difference between the master and working repos. Then try those changes. Is this possible? Thanks, Brian -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 19:56:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 19:56:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #101: [PATCH] Set "revision" property when using computeSourceRevision In-Reply-To: <038.66dfdc01e9ef7cf64db2a94445903750@lists.sourceforge.net> References: <038.66dfdc01e9ef7cf64db2a94445903750@lists.sourceforge.net> Message-ID: <047.a04987276e94dc9a4da833c5cab82c9b@lists.sourceforge.net> #101: [PATCH] Set "revision" property when using computeSourceRevision ------------------------+--------------------------------------------------- Reporter: kvigor | Owner: warner Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: 0.7.5 | Resolution: fixed Keywords: p4 | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: Set the 'revision' property more often If the requested SourceStamp was HEAD, and we calculate a revision from the set of Changes passed in, then set the 'revision' property accordingly. Fixes #101. Changeset: 5999e700b5b158a3c447885f45300ada717399b7 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 19:39:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 19:39:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #119: add Builder description somewhere In-Reply-To: <038.92b0e7676a25919e9f80f1a066140c6a@lists.sourceforge.net> References: <038.92b0e7676a25919e9f80f1a066140c6a@lists.sourceforge.net> Message-ID: <047.9ec4a163201b3a26ef1e529e76ebdccb@lists.sourceforge.net> #119: add Builder description somewhere ------------------------+--------------------------------------------------- Reporter: warner | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.6 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Comment(by dustin): Yes, but I haven't heard any clamor for it. If you want to work on it, by all means re-open it :) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 19:55:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 19:55:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #101: [PATCH] Set "revision" property when using computeSourceRevision In-Reply-To: <038.66dfdc01e9ef7cf64db2a94445903750@lists.sourceforge.net> References: <038.66dfdc01e9ef7cf64db2a94445903750@lists.sourceforge.net> Message-ID: <047.2cebb411a540c813b7d6ecacbaf7aeae@lists.sourceforge.net> #101: [PATCH] Set "revision" property when using computeSourceRevision ------------------------+--------------------------------------------------- Reporter: kvigor | Owner: warner Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.7.5 | Keywords: p4 ------------------------+--------------------------------------------------- Comment(by dustin): Actually, I think this patch makes sense in general, not just for P4. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 20:02:35 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 13:02:35 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ff20ae: first, get properties from changes, then from the ... Message-ID: <20100527200235.09DEE42310@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ff20ae3230853bd3fef361441d5a08bc3aef8acd http://github.com/djmitche/buildbot/commit/ff20ae3230853bd3fef361441d5a08bc3aef8acd Author: Axel Hecht Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/process/base.py Log Message: ----------- first, get properties from changes, then from the scheduler. This way, the scheduler can overwrite source properties (fixes #809) From buildbot-devel at lists.sourceforge.net Thu May 27 20:02:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 20:02:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #809: build properties should let scheduler overwrite change properties [PATCH] In-Reply-To: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> References: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> Message-ID: <045.82fec1d3556bfbf6671bef2a79abdb23@lists.sourceforge.net> #809: build properties should let scheduler overwrite change properties [PATCH] ------------------------+--------------------------------------------------- Reporter: Pike | Owner: Pike Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Axel Hecht): * status: assigned => closed * resolution: => fixed Comment: first, get properties from changes, then from the scheduler. This way, the scheduler can overwrite source properties (fixes #809) Changeset: ff20ae3230853bd3fef361441d5a08bc3aef8acd -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 19:56:54 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 12:56:54 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 5999e7: Set the 'revision' property more often Message-ID: <20100527195654.7D3C4422CF@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 5999e700b5b158a3c447885f45300ada717399b7 http://github.com/djmitche/buildbot/commit/5999e700b5b158a3c447885f45300ada717399b7 Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- Set the 'revision' property more often If the requested SourceStamp was HEAD, and we calculate a revision from the set of Changes passed in, then set the 'revision' property accordingly. Fixes #101. From noreply at github.com Thu May 27 21:33:25 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 14:33:25 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 7f738b: use shutil.rmtree on posix Message-ID: <20100527213325.79585422FD@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 7f738bbbcc553ad7c9e29221f8113aded6d6c7d0 http://github.com/djmitche/buildbot/commit/7f738bbbcc553ad7c9e29221f8113aded6d6c7d0 Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/slave/commands/utils.py A buildbot/test/unit/test_slave_commands_utils.py Log Message: ----------- use shutil.rmtree on posix and be more sensitive about symlinks otherwise, as recommended in bug From noreply at github.com Thu May 27 21:36:26 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 14:36:26 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 20e601: remove broken_test Message-ID: <20100527213626.7939C42173@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 20e601631ff9ef3722790c7f983cf4196b431ed3 http://github.com/djmitche/buildbot/commit/20e601631ff9ef3722790c7f983cf4196b431ed3 Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: R buildbot/broken_test/__init__.py R buildbot/broken_test/pollmixin.py R buildbot/broken_test/runs/test_console.py R buildbot/broken_test/runs/test_db.py R buildbot/broken_test/runs/test_dependencies.py R buildbot/broken_test/runs/test_ec2buildslave.py R buildbot/broken_test/runs/test_locks.py R buildbot/broken_test/runs/test_mergerequests.py R buildbot/broken_test/runs/test_ordering.py R buildbot/broken_test/runs/test_pending.py R buildbot/broken_test/runs/test_properties.py R buildbot/broken_test/runs/test_reconfig.py R buildbot/broken_test/runs/test_run.py R buildbot/broken_test/runs/test_runner.py R buildbot/broken_test/runs/test_slaves.py R buildbot/broken_test/runs/test_status.py R buildbot/broken_test/runs/test_status_push.py R buildbot/broken_test/runs/test_steps.py R buildbot/broken_test/runs/test_web.py R buildbot/broken_test/runs/test_web_status_json.py R buildbot/broken_test/runs/test_webparts.py R buildbot/broken_test/runs/www.w3.org..TR.xhtml1.DTD.xhtml-lat1.ent R buildbot/broken_test/runs/www.w3.org..TR.xhtml1.DTD.xhtml-special.ent R buildbot/broken_test/runs/www.w3.org..TR.xhtml1.DTD.xhtml-symbol.ent R buildbot/broken_test/runs/www.w3.org..TR.xhtml1.DTD.xhtml1-transitional.dtd R buildbot/broken_test/runutils.py R buildbot/broken_test/status_push_server.py R buildbot/broken_test/trial_coverage.py R buildbot/broken_test/unit/emit.py R buildbot/broken_test/unit/emitlogs.py R buildbot/broken_test/unit/mail/freshcvs.1 R buildbot/broken_test/unit/mail/freshcvs.2 R buildbot/broken_test/unit/mail/freshcvs.3 R buildbot/broken_test/unit/mail/freshcvs.4 R buildbot/broken_test/unit/mail/freshcvs.5 R buildbot/broken_test/unit/mail/freshcvs.6 R buildbot/broken_test/unit/mail/freshcvs.7 R buildbot/broken_test/unit/mail/freshcvs.8 R buildbot/broken_test/unit/mail/freshcvs.9 R buildbot/broken_test/unit/mail/launchpad.1 R buildbot/broken_test/unit/mail/launchpad.2 R buildbot/broken_test/unit/mail/launchpad.3 R buildbot/broken_test/unit/mail/launchpad.4 R buildbot/broken_test/unit/mail/launchpad.5 R buildbot/broken_test/unit/mail/launchpad.6 R buildbot/broken_test/unit/mail/svn-commit.1 R buildbot/broken_test/unit/mail/svn-commit.2 R buildbot/broken_test/unit/mail/syncmail.1 R buildbot/broken_test/unit/mail/syncmail.2 R buildbot/broken_test/unit/mail/syncmail.3 R buildbot/broken_test/unit/mail/syncmail.4 R buildbot/broken_test/unit/mail/syncmail.5 R buildbot/broken_test/unit/sleep.py R buildbot/broken_test/unit/subdir/emit.py R buildbot/broken_test/unit/test_bonsaipoller.py R buildbot/broken_test/unit/test_buildreq.py R buildbot/broken_test/unit/test_buildstep.py R buildbot/broken_test/unit/test_changemaster.py R buildbot/broken_test/unit/test_changes.py R buildbot/broken_test/unit/test_config.py R buildbot/broken_test/unit/test_control.py R buildbot/broken_test/unit/test_maildir.py R buildbot/broken_test/unit/test_mailparse.py R buildbot/broken_test/unit/test_p4poller.py R buildbot/broken_test/unit/test_package_rpm.py R buildbot/broken_test/unit/test_scheduler.py R buildbot/broken_test/unit/test_shell.py R buildbot/broken_test/unit/test_slavecommand.py R buildbot/broken_test/unit/test_sourcestamp.py R buildbot/broken_test/unit/test_svnpoller.py R buildbot/broken_test/unit/test_transfer.py R buildbot/broken_test/unit/test_twisted.py R buildbot/broken_test/vc/test_vc.py Log Message: ----------- remove broken_test From buildbot-devel at lists.sourceforge.net Thu May 27 21:40:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:40:38 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #842: GoogleCode Atom Poller ChangeSource In-Reply-To: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> References: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> Message-ID: <049.4683cd9652bf1312350736ec1ee6437e@lists.sourceforge.net> #842: GoogleCode Atom Poller ChangeSource ------------------------+--------------------------------------------------- Reporter: pstavirs | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): add googlecode_atom.py to contrib; refs #842 Changeset: 8cc998d34011f88abfc4dfe22227d5244870f23b -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 21:40:41 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 14:40:41 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8cc998: add googlecode_atom.py to contrib; refs #842 Message-ID: <20100527214041.77598422FF@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8cc998d34011f88abfc4dfe22227d5244870f23b http://github.com/djmitche/buildbot/commit/8cc998d34011f88abfc4dfe22227d5244870f23b Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: A contrib/googlecode_atom.py Log Message: ----------- add googlecode_atom.py to contrib; refs #842 From buildbot-devel at lists.sourceforge.net Thu May 27 21:41:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:41:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #842: GoogleCode Atom Poller ChangeSource In-Reply-To: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> References: <040.0aaa50f42d648a6c862886a1faeb69c4@lists.sourceforge.net> Message-ID: <049.425acf42166eed567f8d8564750cf9bb@lists.sourceforge.net> #842: GoogleCode Atom Poller ChangeSource ------------------------+--------------------------------------------------- Reporter: pstavirs | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): I'm leaving this open as a request to add some additional documentation - either to buildbot's texinfo, or to the top of the .py file itself - so that users can figure out quickly how to use this tool. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 21:53:16 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:53:16 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #758: extraHeaders in MailNotifier do not work (PATCH) In-Reply-To: <044.268ca927fb73f337c9db7eda376f4998@lists.sourceforge.net> References: <044.268ca927fb73f337c9db7eda376f4998@lists.sourceforge.net> Message-ID: <053.6b319f951e27b82bc6a3e2bcb7015116@lists.sourceforge.net> #758: extraHeaders in MailNotifier do not work (PATCH) -------------------------+-------------------------------------------------- Reporter: perrinjerome | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.1 Version: master | Resolution: fixed Keywords: | -------------------------+-------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: fix NameError by passing properties into createEmail also a small tweak to getCustomMesgData fixes #758 Changeset: 5ff4d181d552f44b2c274a17a9a0b25d1915493f -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 21:53:20 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 14:53:20 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 5ff4d1: fix NameError by passing properties into createEma... Message-ID: <20100527215320.73F3C422FF@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 5ff4d181d552f44b2c274a17a9a0b25d1915493f http://github.com/djmitche/buildbot/commit/5ff4d181d552f44b2c274a17a9a0b25d1915493f Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/status/mail.py Log Message: ----------- fix NameError by passing properties into createEmail also a small tweak to getCustomMesgData fixes #758 From buildbot-devel at lists.sourceforge.net Thu May 27 21:55:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:55:31 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #803: Disable patch output in twistd.log In-Reply-To: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> References: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> Message-ID: <047.e53f66ddec3323790b4b553ff5f93018@lists.sourceforge.net> #803: Disable patch output in twistd.log ------------------------+--------------------------------------------------- Reporter: maruel | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: master | Resolution: fixed Keywords: web | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Reduce verbosity in twistd.log on the try server. Remove the patch from the 'patch' argument when logging. from http://src.chromium.org/viewvc/chrome?view=rev&revision=45608 fixes #803 Changeset: 470da7404d2ce994e535f587e08a336e4633d016 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 21:55:34 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 14:55:34 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 470da7: Reduce verbosity in twistd.log on the try server. Message-ID: <20100527215534.730CB422FF@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 470da7404d2ce994e535f587e08a336e4633d016 http://github.com/djmitche/buildbot/commit/470da7404d2ce994e535f587e08a336e4633d016 Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/process/buildstep.py Log Message: ----------- Reduce verbosity in twistd.log on the try server. Remove the patch from the 'patch' argument when logging. from http://src.chromium.org/viewvc/chrome?view=rev&revision=45608 fixes #803 From buildbot-devel at lists.sourceforge.net Thu May 27 21:57:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:57:47 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #866: Update documentation to reflect UI customization via templates Message-ID: <039.fd8f5150c9580575acefacc9663d874d@lists.sourceforge.net> #866: Update documentation to reflect UI customization via templates ------------------------+--------------------------------------------------- Reporter: sgarman | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- The documentation for 0.8.0 still mentions public_html/ as the directory for making modifications to the buildbot UI. However, the new templating system overrides this and changes to the templates need to be made in templates/ within the buildmaster's base directory. Also, it should be mentioned that you cannot override a template with a static file in public_html/. See the attached patch for one possible way of improving the documentation. Style and wording are always personal things, so take and modify it as you see fit. :) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 21:58:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:58:29 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #867: p4 poller triggers assertion in _process_changes(self, result) and no more build are scheduled Message-ID: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> #867: p4 poller triggers assertion in _process_changes(self, result) and no more build are scheduled -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: p4 p4poller -------------------+-------------------------------------------------------- Error output: [-] P4 poll failed: [Failure instance: Traceback: exceptions.AssertionError: Invalid file line: '... //depot/testbad#1 move/add' Description: The "p4 describe -s changelistnumber" command can contain changelist entries such as: "... //depot/testok#1 edit" "... //depot/testbad#1 move/add" "... //depot/testbad2#1 move/delete" The regex for the changelist lines is incorrect if the changelist entries are ending with "move/add" or "move/delete" instead of just "edit" or "add". More specifically the '/' is missing in the regex expression. Proposed solution (based on p4poller.py 0.7.12): change p4poller.py(37): file_re = re.compile(r"^\.\.\. (?P[^#]+)#\d+ \w+$") into file_re = re.compile(r"^\.\.\. (?P[^#]+)#\d+ [\w/]+$") -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 21:59:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 21:59:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #867: p4 poller triggers assertion in _process_changes(self, result) and no more builds are scheduled (was: p4 poller triggers assertion in _process_changes(self, result) and no more build are scheduled) In-Reply-To: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> References: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> Message-ID: <045.ccc9ee73710d13e98003233d68bbb4e6@lists.sourceforge.net> #867: p4 poller triggers assertion in _process_changes(self, result) and no more builds are scheduled -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: p4 p4poller -------------------+-------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:00:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:00:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #422: [PATCH] Status reporting to twitter In-Reply-To: <038.aa5cc57b1d996bdff4e26a56fa3647f7@lists.sourceforge.net> References: <038.aa5cc57b1d996bdff4e26a56fa3647f7@lists.sourceforge.net> Message-ID: <047.c0513fd898fe3e4a77ef18541634eccf@lists.sourceforge.net> #422: [PATCH] Status reporting to twitter ------------------------+--------------------------------------------------- Reporter: marijn | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.9 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.1 => 0.8.+ Comment: This is 99% there. If someone's willing to adopt this and document it, and fix the FIXME in the code, I'll merge it. But without knowing anyone's interested in it, and without documentation and tests, I'm not going to merge it yet. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:02:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:02:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #866: Update documentation to reflect UI customization via templates In-Reply-To: <039.fd8f5150c9580575acefacc9663d874d@lists.sourceforge.net> References: <039.fd8f5150c9580575acefacc9663d874d@lists.sourceforge.net> Message-ID: <048.383db60b2ef0a6606505dbc606e7f5b2@lists.sourceforge.net> #866: Update documentation to reflect UI customization via templates ------------------------+--------------------------------------------------- Reporter: sgarman | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Update documentation to reflect UI customization via templates The documentation for 0.8.0 still mentions public_html/ as the directory for making modifications to the buildbot UI. However, the new templating system overrides this and changes to the templates need to be made in templates/ within the buildmaster's base directory. Fixes #866. Changeset: cea6ef20609d55d79f75a903a9aa38c566aa6aa3 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 22:02:54 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 15:02:54 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] cea6ef: Update documentation to reflect UI customization v... Message-ID: <20100527220254.7A54F42031@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: cea6ef20609d55d79f75a903a9aa38c566aa6aa3 http://github.com/djmitche/buildbot/commit/cea6ef20609d55d79f75a903a9aa38c566aa6aa3 Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M docs/cfg-statustargets.texinfo Log Message: ----------- Update documentation to reflect UI customization via templates The documentation for 0.8.0 still mentions public_html/ as the directory for making modifications to the buildbot UI. However, the new templating system overrides this and changes to the templates need to be made in templates/ within the buildmaster's base directory. Fixes #866. From buildbot-devel at lists.sourceforge.net Thu May 27 22:07:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:07:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #867: p4 poller triggers assertion in _process_changes(self, result) and no more builds are scheduled In-Reply-To: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> References: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> Message-ID: <045.2d71f3b973f4d072ded3d4010bf4892a@lists.sourceforge.net> #867: p4 poller triggers assertion in _process_changes(self, result) and no more builds are scheduled -------------------+-------------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: p4 p4poller -------------------+-------------------------------------------------------- Description changed by dustin: Old description: > Error output: > [-] P4 poll failed: [Failure instance: Traceback: > exceptions.AssertionError: Invalid file line: '... //depot/testbad#1 > move/add' > > Description: > The "p4 describe -s changelistnumber" command can contain changelist > entries such as: > > "... //depot/testok#1 edit" > "... //depot/testbad#1 move/add" > "... //depot/testbad2#1 move/delete" > > The regex for the changelist lines is incorrect if the changelist entries > are ending with "move/add" or "move/delete" instead of just "edit" or > "add". More specifically the '/' is missing in the regex expression. > > Proposed solution (based on p4poller.py 0.7.12): > change p4poller.py(37): > file_re = re.compile(r"^\.\.\. (?P[^#]+)#\d+ \w+$") > into > file_re = re.compile(r"^\.\.\. (?P[^#]+)#\d+ [\w/]+$") New description: Error output: [-] P4 poll failed: [Failure instance: Traceback: exceptions.AssertionError: Invalid file line: '... //depot/testbad#1 move/add' Description: The "p4 describe -s changelistnumber" command can contain changelist entries such as: "... //depot/testok#1 edit" "... //depot/testbad#1 move/add" "... //depot/testbad2#1 move/delete" The regex for the changelist lines is incorrect if the changelist entries are ending with "move/add" or "move/delete" instead of just "edit" or "add". More specifically the '/' is missing in the regex expression. Proposed solution (based on p4poller.py 0.7.12): change p4poller.py(37): {{{ file_re = re.compile(r"^\.\.\. (?P[^#]+)#\d+ \w+$") }}} into {{{ file_re = re.compile(r"^\.\.\. (?P[^#]+)#\d+ [\w/]+$") }}} -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:09:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:09:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #867: p4 poller triggers assertion in _process_changes(self, result) and no more builds are scheduled In-Reply-To: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> References: <036.5b8bb75deff4c19b10b0a68b5d918a7d@lists.sourceforge.net> Message-ID: <045.7dee8ad8a327ae396a86868ee84f609d@lists.sourceforge.net> #867: p4 poller triggers assertion in _process_changes(self, result) and no more builds are scheduled ------------------------+--------------------------------------------------- Reporter: phil | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: p4 p4poller | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed * milestone: undecided => 0.8.0 Comment: Kovarththanan already fixed this in 196196b08570a3373ed6c8889923917fddf09475. Well, he switched the order of / and \w, but close enough! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:17:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:17:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #865: buildbot try not working with mercurial In-Reply-To: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> References: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> Message-ID: <050.1253f6ee63e031972e94980d7984fe49@lists.sourceforge.net> #865: buildbot try not working with mercurial ----------------------+----------------------------------------------------- Reporter: bgunnison | Owner: Type: defect | Status: new Priority: blocker | Milestone: undecided Version: 0.8.0 | Keywords: hg try ----------------------+----------------------------------------------------- Changes (by dustin): * keywords: => hg try * type: undecided => defect Old description: > Several issues, some may be in my misunderstanding how to use it. > > .buildbot/options > > try_connect = 'pb' > try_vc = 'hg' > try_master = '....' > try_username = '...' > try_password = '...' > try_builders = ['... Smoke Build'] > > 1) try client calls "hg diff" in working repository. If there are no > uncommitted changes, there is no output. Should "try" fail at the client > if there are no changes? Or at least inform the user? > > 2) The build step that try invokes is: > > hgUpdateStep = Mercurial(repourl = RepoURL) > > RepoURL is the master repository that the working repository was cloned > from. > > This fails at the buildslave at: > > hg.exe update --clean --repository \build --rev > > > ... > > abort: unknown revision ''! > > IT seems we are not applying the patch as the hg command above expects > the build slave repository (which was cloned from the master repo) to be > update-able to the working directory. Something is missing or not > working. > > 3) So if I have the use-case correct, only uncommitted changes get > "tried" in the above scenario. Our workflow is such that we clone from > the master repo and commit many times in the working repo. Then a "hg > push" is done from the working to the master after smoke test passes. I > need "buildbot try" to interrogate the master repo, then "hg diff -r > master_rev -r working_tip" to get the difference between the master and > working repos. Then try those changes. Is this possible? > > Thanks, > > Brian New description: Several issues, some may be in my misunderstanding how to use it. .buildbot/options: {{{ try_connect = 'pb' try_vc = 'hg' try_master = '....' try_username = '...' try_password = '...' try_builders = ['... Smoke Build'] }}} 1. try client calls "hg diff" in working repository. If there are no uncommitted changes, there is no output. Should "try" fail at the client if there are no changes? Or at least inform the user? 1. The build step that try invokes is: {{{ hgUpdateStep = Mercurial(repourl = RepoURL) }}} RepoURL is the master repository that the working repository was cloned from. This fails at the buildslave at: {{{ hg.exe update --clean --repository \build --rev ... abort: unknown revision ''! }}} It seems we are not applying the patch as the hg command above expects the build slave repository (which was cloned from the master repo) to be update-able to the working directory. Something is missing or not working. 1. So if I have the use-case correct, only uncommitted changes get "tried" in the above scenario. Our workflow is such that we clone from the master repo and commit many times in the working repo. Then a "hg push" is done from the working to the master after smoke test passes. I need "buildbot try" to interrogate the master repo, then "hg diff -r master_rev -r working_tip" to get the difference between the master and working repos. Then try those changes. Is this possible? Thanks, Brian -- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:39:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:39:22 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #430: CVS - both branch and revision In-Reply-To: <037.dd4c7e932846565ee9bc8685c67c12c1@lists.sourceforge.net> References: <037.dd4c7e932846565ee9bc8685c67c12c1@lists.sourceforge.net> Message-ID: <046.bc4020e818ac61d817d8aa3e4337d4ce@lists.sourceforge.net> #430: CVS - both branch and revision ------------------------+--------------------------------------------------- Reporter: clown | Owner: unpaidbill Type: enhancement | Status: accepted Priority: major | Milestone: 0.8.1 Version: 0.7.8 | Keywords: cvs ------------------------+--------------------------------------------------- Changes (by unpaidbill): * owner: => unpaidbill * status: new => accepted -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:40:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:40:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #678: Allow CVS checkout/export of multiple modules In-Reply-To: <042.f34393f2c1b8e73c7a97f44a772b281e@lists.sourceforge.net> References: <042.f34393f2c1b8e73c7a97f44a772b281e@lists.sourceforge.net> Message-ID: <051.2063e03a603cde304ce7c110a70cc0ad@lists.sourceforge.net> #678: Allow CVS checkout/export of multiple modules ------------------------+--------------------------------------------------- Reporter: satyagraha | Owner: unpaidbill Type: enhancement | Status: accepted Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: projrepo cvs ------------------------+--------------------------------------------------- Changes (by unpaidbill): * owner: => unpaidbill * status: new => accepted -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:45:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:45:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #865: buildbot try not working with mercurial In-Reply-To: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> References: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> Message-ID: <050.0232ba1dcd68e19575cc12ca957432c2@lists.sourceforge.net> #865: buildbot try not working with mercurial ----------------------+----------------------------------------------------- Reporter: bgunnison | Owner: Type: defect | Status: new Priority: blocker | Milestone: 0.8.1 Version: 0.8.0 | Keywords: hg try ----------------------+----------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:48:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:48:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #430: CVS - both branch and revision In-Reply-To: <037.dd4c7e932846565ee9bc8685c67c12c1@lists.sourceforge.net> References: <037.dd4c7e932846565ee9bc8685c67c12c1@lists.sourceforge.net> Message-ID: <046.237c29bff40497736414925700622a59@lists.sourceforge.net> #430: CVS - both branch and revision ------------------------+--------------------------------------------------- Reporter: clown | Owner: unpaidbill Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.8 | Keywords: cvs ------------------------+--------------------------------------------------- Changes (by unpaidbill): * status: accepted => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 22:48:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 22:48:26 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #678: Allow CVS checkout/export of multiple modules In-Reply-To: <042.f34393f2c1b8e73c7a97f44a772b281e@lists.sourceforge.net> References: <042.f34393f2c1b8e73c7a97f44a772b281e@lists.sourceforge.net> Message-ID: <051.8a5f79530ea28e6fc53ba281550c8111@lists.sourceforge.net> #678: Allow CVS checkout/export of multiple modules ------------------------+--------------------------------------------------- Reporter: satyagraha | Owner: unpaidbill Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: projrepo cvs ------------------------+--------------------------------------------------- Changes (by unpaidbill): * status: accepted => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 23:28:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 23:28:51 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #868: Allow latent slaves to refuse to start up, without failing Message-ID: <038.9f7b3c1804d76b66b6e887f42fa1d89c@lists.sourceforge.net> #868: Allow latent slaves to refuse to start up, without failing ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: latent ------------------------+--------------------------------------------------- The idea is that a latent slave driver could determine that it does not have enough resources to substantiate a slave, in which case the master should just queue the build or try it on another slave. This needs review: http://github.com/Jc2k/buildbot/compare/d054a20c...prelibvirt -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 23:32:19 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 16:32:19 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] d019d4: Added category and repository options, changed the... Message-ID: <20100527233219.73DE342306@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: d019d41deed2bec8ed61249ab7963f231e2cb541 http://github.com/djmitche/buildbot/commit/d019d41deed2bec8ed61249ab7963f231e2cb541 Author: Bill Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/changes/mail.py Log Message: ----------- Added category and repository options, changed the timestamp to something CVS understands Commit: 9c97f8e8edbbcb3cdfb8dfd956960c6b74fa9890 http://github.com/djmitche/buildbot/commit/9c97f8e8edbbcb3cdfb8dfd956960c6b74fa9890 Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/changes/mail.py Log Message: ----------- Merge branch 'master' of git://github.com/unpaidbill/buildbot * 'master' of git://github.com/unpaidbill/buildbot: Added category and repository options, changed the timestamp to something CVS understands Commit: f6f0e6a899aaa66d66c25f1249cba7564c9c595b http://github.com/djmitche/buildbot/commit/f6f0e6a899aaa66d66c25f1249cba7564c9c595b Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/changes/mail.py Log Message: ----------- make repository and category default to '' for MaildirSource From buildbot-devel at lists.sourceforge.net Thu May 27 23:47:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 23:47:18 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #869: remove Arch and Bazaar in 0.8.2 Message-ID: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> #869: remove Arch and Bazaar in 0.8.2 ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: arch ------------------------+--------------------------------------------------- 0.8.1 will have a deprecation note. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu May 27 23:47:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 27 May 2010 23:47:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #869: remove Arch and Bazaar in 0.8.2 In-Reply-To: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> References: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> Message-ID: <047.a20fc546b2bd2e3043d4ca998a82b9e1@lists.sourceforge.net> #869: remove Arch and Bazaar in 0.8.2 ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: arch ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): put in deprecation warning for Arch and Bazaar - refs #869 Changeset: 7b52f8082a68f7d555dba50a40ce2d4e0eb8d1bb -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu May 27 23:47:53 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 27 May 2010 16:47:53 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 7b52f8: put in deprecation warning for Arch and Bazaar - r... Message-ID: <20100527234753.71BE042174@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 7b52f8082a68f7d555dba50a40ce2d4e0eb8d1bb http://github.com/djmitche/buildbot/commit/7b52f8082a68f7d555dba50a40ce2d4e0eb8d1bb Author: Dustin J. Mitchell Date: 2010-05-27 (Thu, 27 May 2010) Changed paths: M buildbot/changes/changes.py M buildbot/steps/source.py Log Message: ----------- put in deprecation warning for Arch and Bazaar - refs #869 From buildbot-devel at lists.sourceforge.net Fri May 28 08:04:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 28 May 2010 08:04:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #865: buildbot try not working with mercurial In-Reply-To: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> References: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> Message-ID: <050.ad71df793d4eeb32db93b8f617522826@lists.sourceforge.net> #865: buildbot try not working with mercurial ----------------------+----------------------------------------------------- Reporter: bgunnison | Owner: Type: defect | Status: new Priority: blocker | Milestone: 0.8.1 Version: 0.8.0 | Keywords: hg try ----------------------+----------------------------------------------------- Comment(by marcusl): Correct. The try was written before DVCS:es, so it doesn't check for non- pushed commits, which it should. We need to decide whether to: * send the missing changesets + patch, and optionally clean/strip the slave-repo afterwards * or, just send one large patch between the user's repo and the slave's 'nearest' revision. Patches welcome. I think this is a good thing to get fixed. :) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 28 21:56:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 28 May 2010 21:56:36 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #3: unit tests for monotone In-Reply-To: <038.dc578de403fef00454a884430cf4fd55@lists.sourceforge.net> References: <038.dc578de403fef00454a884430cf4fd55@lists.sourceforge.net> Message-ID: <047.34fcc815e00881fd1b306cd945364a19@lists.sourceforge.net> #3: unit tests for monotone ------------------------+--------------------------------------------------- Reporter: warner | Owner: somebody Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Resolution: wontfix Keywords: monotone | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 28 21:57:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 28 May 2010 21:57:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #4: docs for Monotone In-Reply-To: <038.72bb58b89428e105a9f723f9658a1d00@lists.sourceforge.net> References: <038.72bb58b89428e105a9f723f9658a1d00@lists.sourceforge.net> Message-ID: <047.521128e6f48bd4b872066a031d8dbf8f@lists.sourceforge.net> #4: docs for Monotone ---------------------+------------------------------------------------------ Reporter: warner | Owner: somebody Type: task | Status: closed Priority: minor | Milestone: 0.8.+ Version: 0.7.5 | Resolution: wontfix Keywords: monotone | ---------------------+------------------------------------------------------ Changes (by dustin): * status: new => closed * resolution: => wontfix -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 28 21:58:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 28 May 2010 21:58:22 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #869: remove Arch, Bazaar, and Monotone in 0.8.2 (was: remove Arch and Bazaar in 0.8.2) In-Reply-To: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> References: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> Message-ID: <047.7a64bbf1be42d1578c4fd7900a38afeb@lists.sourceforge.net> #869: remove Arch, Bazaar, and Monotone in 0.8.2 ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: arch monotone ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: arch => arch monotone Comment: Also Monotone - it has not been documented or tested for a long time. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri May 28 22:03:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 28 May 2010 22:03:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #869: remove Arch, Bazaar, and Monotone in 0.8.2 In-Reply-To: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> References: <038.db2fb4e629d83e633d9f729c4d554ce9@lists.sourceforge.net> Message-ID: <047.86ab7db5cb48620467b04dca37b6881f@lists.sourceforge.net> #869: remove Arch, Bazaar, and Monotone in 0.8.2 ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: arch monotone ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): deprecate monotone, and mention it in NEWS - refs #869 Changeset: e6f94099858e6a112753c091359cb914c80014a5 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri May 28 22:03:18 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 28 May 2010 15:03:18 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] e6f940: deprecate monotone, and mention it in NEWS - refs ... Message-ID: <20100528220318.8212D42336@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: e6f94099858e6a112753c091359cb914c80014a5 http://github.com/djmitche/buildbot/commit/e6f94099858e6a112753c091359cb914c80014a5 Author: Dustin J. Mitchell Date: 2010-05-28 (Fri, 28 May 2010) Changed paths: M NEWS M buildbot/steps/source.py Log Message: ----------- deprecate monotone, and mention it in NEWS - refs #869 From buildbot-devel at lists.sourceforge.net Fri May 28 23:04:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 28 May 2010 23:04:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #865: buildbot try not working with mercurial In-Reply-To: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> References: <041.a375b2c212fda649dbc2c6fc6a4df45a@lists.sourceforge.net> Message-ID: <050.dc9f9cc1d393d2a69596c89faf0be496@lists.sourceforge.net> #865: buildbot try not working with mercurial ----------------------+----------------------------------------------------- Reporter: bgunnison | Owner: Type: defect | Status: new Priority: blocker | Milestone: 0.8.1 Version: 0.8.0 | Keywords: hg try ----------------------+----------------------------------------------------- Comment(by bgunnison): Replying to [comment:3 marcusl]: > Correct. The try was written before DVCS:es, so it doesn't check for non-pushed commits, which it should. > > We need to decide whether to: > > * send the missing changesets + patch, and optionally clean/strip the slave-repo afterwards > * or, just send one large patch between the user's repo and the slave's 'nearest' revision. > > Patches welcome. I think this is a good thing to get fixed. :) I was thinking of using hg bundle/unbundle 1) Determine Master rep (MR) common ancestor with Working Repo (WR). This produces a CAR (Common Ancestor Revision) 2) do "hg bundle" in WR to package changes since CAR 3) Send CAR and bundle to Build Slave (BS) 4) BS Clones MR to CAR then applies bundle (this is just like a push) and will exactly replicate WR. I like the bundle approach as a compressed set of diffs is reliable over networks. An error in text diffs can be very bad. Thoughts? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat May 29 03:55:25 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 28 May 2010 20:55:25 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 525562: Remove a lot of unused imports Message-ID: <20100529035525.2B69742352@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 52556232cda89fd753344cdd39aee454500d4012 http://github.com/djmitche/buildbot/commit/52556232cda89fd753344cdd39aee454500d4012 Author: Jean-Paul Calderone Date: 2010-05-28 (Fri, 28 May 2010) Changed paths: M buildbot/changes/hgbuildbot.py M buildbot/clients/debug.py M buildbot/db/__init__.py M buildbot/db/dbspec.py M buildbot/db/schema/__init__.py M buildbot/db/schema/v2.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py M buildbot/db/schema/v5.py M buildbot/master.py M buildbot/schedulers/basic.py M buildbot/slave/commands/base.py M buildbot/slave/commands/transfer.py M buildbot/slave/commands/vcs.py M buildbot/status/status_push.py M buildbot/steps/package/rpm/__init__.py M buildbot/steps/subunit.py M buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_connector.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py M buildbot/test/unit/test_db_util.py M buildbot/test/unit/test_oldpaths.py M buildbot/test/unit/test_schedulers_basic_Scheduler.py M buildbot/test/unit/test_slave_commands_base.py M buildbot/test/unit/test_util_loop.py M buildbot/util/__init__.py M buildbot/util/loop.py Log Message: ----------- Remove a lot of unused imports Commit: 61d4a501ed41c06634befb209d715e35d4405a46 http://github.com/djmitche/buildbot/commit/61d4a501ed41c06634befb209d715e35d4405a46 Author: Dustin J. Mitchell Date: 2010-05-28 (Fri, 28 May 2010) Changed paths: M buildbot/changes/hgbuildbot.py M buildbot/clients/debug.py M buildbot/db/__init__.py M buildbot/db/dbspec.py M buildbot/db/schema/__init__.py M buildbot/db/schema/v2.py M buildbot/db/schema/v3.py M buildbot/db/schema/v4.py M buildbot/db/schema/v5.py M buildbot/master.py M buildbot/schedulers/basic.py M buildbot/slave/commands/base.py M buildbot/slave/commands/transfer.py M buildbot/slave/commands/vcs.py M buildbot/status/status_push.py M buildbot/steps/package/rpm/__init__.py M buildbot/steps/subunit.py M buildbot/test/regressions/test_import_unicode_changes.py M buildbot/test/unit/test_db_connector.py M buildbot/test/unit/test_db_dbspec.py M buildbot/test/unit/test_db_schema_master.py M buildbot/test/unit/test_db_util.py M buildbot/test/unit/test_oldpaths.py M buildbot/test/unit/test_schedulers_basic_Scheduler.py M buildbot/test/unit/test_slave_commands_base.py M buildbot/test/unit/test_util_loop.py M buildbot/util/__init__.py M buildbot/util/loop.py Log Message: ----------- Merge branch 'master' of git://github.com/exarkun/buildbot * 'master' of git://github.com/exarkun/buildbot: Remove a lot of unused imports From noreply at github.com Sun May 30 20:05:44 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 30 May 2010 13:05:44 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 05136d: Fix DBSchemaManager: It is in buildbot.db.schema.m... Message-ID: <20100530200544.70BCF4203C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 05136d540c3e5430845e4c434e73df2a9bf6609d http://github.com/djmitche/buildbot/commit/05136d540c3e5430845e4c434e73df2a9bf6609d Author: John Carr Date: 2010-05-30 (Sun, 30 May 2010) Changed paths: M buildbot/master.py Log Message: ----------- Fix DBSchemaManager: It is in buildbot.db.schema.manager, not buildbot.db.schema Commit: 0754f5523469658c40fb7c73846845c4ad592ef0 http://github.com/djmitche/buildbot/commit/0754f5523469658c40fb7c73846845c4ad592ef0 Author: Dustin J. Mitchell Date: 2010-05-30 (Sun, 30 May 2010) Changed paths: M buildbot/master.py Log Message: ----------- Merge branch 'fix_import' of git://github.com/Jc2k/buildbot * 'fix_import' of git://github.com/Jc2k/buildbot: Fix DBSchemaManager: It is in buildbot.db.schema.manager, not buildbot.db.schema From buildbot-devel at lists.sourceforge.net Sun May 30 20:50:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 30 May 2010 20:50:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #803: Disable patch output in twistd.log In-Reply-To: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> References: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> Message-ID: <047.7631153a9caaacd014988f87d5a992d0@lists.sourceforge.net> #803: Disable patch output in twistd.log ------------------------+--------------------------------------------------- Reporter: maruel | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.1 Version: master | Resolution: fixed Keywords: web | ------------------------+--------------------------------------------------- Comment(by Dustin J. Mitchell): Revert "Reduce verbosity in twistd.log on the try server." This reverts commit 470da7404d2ce994e535f587e08a336e4633d016. refs #803 Changeset: 72f24712992376b82068942831fa9e5e4e8bc8d5 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun May 30 20:51:03 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 30 May 2010 13:51:03 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 72f247: Revert "Reduce verbosity in twistd.log on the try ... Message-ID: <20100530205103.6E5914229C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 72f24712992376b82068942831fa9e5e4e8bc8d5 http://github.com/djmitche/buildbot/commit/72f24712992376b82068942831fa9e5e4e8bc8d5 Author: Dustin J. Mitchell Date: 2010-05-30 (Sun, 30 May 2010) Changed paths: M buildbot/process/buildstep.py Log Message: ----------- Revert "Reduce verbosity in twistd.log on the try server." This reverts commit 470da7404d2ce994e535f587e08a336e4633d016. refs #803 From buildbot-devel at lists.sourceforge.net Sun May 30 20:52:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 30 May 2010 20:52:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #803: Disable patch output in twistd.log In-Reply-To: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> References: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> Message-ID: <047.8da94918a88c705692dd02ebe3507a94@lists.sourceforge.net> #803: Disable patch output in twistd.log ------------------------+--------------------------------------------------- Reporter: maruel | Owner: Type: enhancement | Status: reopened Priority: minor | Milestone: 0.8.1 Version: master | Resolution: Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * status: closed => reopened * resolution: fixed => Comment: Reverted. We should still do this, but as written the patch caused problems when checking out source without a patch. Also, I'm not sure why it's in the !LoggingBuildStep class and not in the Source class. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun May 30 20:56:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 30 May 2010 20:56:44 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #870: http log rotation creates exception? Message-ID: <038.696c4e783612fd6be7606a909d141c0a@lists.sourceforge.net> #870: http log rotation creates exception? ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: undecided Version: 0.8.0 | Keywords: web ---------------------+------------------------------------------------------ Caemyr encountered a situation where, once the httpd log reached 1M, the twistd.log started to fill up with lengthy exceptions and everything ground to a halt. Unfortunately, the exception got lost, but hopefully we can reproduce it. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 00:36:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 00:36:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #870: http log rotation creates exception? In-Reply-To: <038.696c4e783612fd6be7606a909d141c0a@lists.sourceforge.net> References: <038.696c4e783612fd6be7606a909d141c0a@lists.sourceforge.net> Message-ID: <047.79914761d0fe69748a9054ab58ce5554@lists.sourceforge.net> #870: http log rotation creates exception? ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: undecided Version: 0.8.0 | Keywords: web ---------------------+------------------------------------------------------ Comment(by Caemyr): Happens since update to 0.8.0. Master and two slaves on Windows 7 x64. All components in 32bit versions (x86): Twisted: 10.0.0 Jinja: 2.4.1 Python: 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] This error is reproductible here. When http.log is filled up to the limit - 976 KB (1?000?135 bytes), web interface doesn't work properly anymore. Waterfall or build views are not refreshed, force build/cancel build buttons lead to error page (server interrupted connection). Twisted log is filled by two kinds of tracebacks, listed in the file attached. I found one workaround. It seems that stopping and restarting the master/slaves can in some cases (not 100%) fix this issue by rotating the log to the new file. Without the restart, this doesnt happen for sure. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 01:44:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 01:44:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #870: http log rotation triggers exceptions.WindowsError on master (was: http log rotation creates exception?) In-Reply-To: <038.696c4e783612fd6be7606a909d141c0a@lists.sourceforge.net> References: <038.696c4e783612fd6be7606a909d141c0a@lists.sourceforge.net> Message-ID: <047.1c74a969a5deeef6ab94d0a074e7e19d@lists.sourceforge.net> #870: http log rotation triggers exceptions.WindowsError on master ---------------------+------------------------------------------------------ Reporter: dustin | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.0 Version: 0.8.0 | Keywords: web, windows ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: web => web, windows * milestone: undecided => 0.8.0 Comment: I suspect that Twisted is getting itself stuck in a loop, which is why things get so slow. So the underlying problem is the file-in-use error. I think that the workaround for 0.8.0 is just to disable http log rotation - see http://djmitche.github.com/buildbot/docs/0.8.0/full.html#WebStatus- Configuration-Parameters Can you verify that this works? I suspect that the longer-term fix involves a fix in Twisted.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 15:03:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 15:03:55 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #871: user customized jinja templates should be able to extend default templates Message-ID: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> #871: user customized jinja templates should be able to extend default templates ------------------------+--------------------------------------------------- Reporter: cdadhemar | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Hello, When a user wants to customize the default "layout.html" template (as an example) he/she has to copy it from the source code and modify it in the master's 'templates' directory. It would be really great, and much more in the respect of Jinja's template inheritance spirit, that the user can "extend" a default template, using the {% extend "layout.html" %} Jinja's feature. Note: such change is totally "binary/api compatible" for users already overriding the default "layout.html" and other default templates. I am not sure that this request is very clear ... If not feel free to ask for more details ! Thank you very much ! Cheers, CH -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 15:04:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 15:04:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #871: user customized jinja templates should be able to extend default templates In-Reply-To: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> References: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> Message-ID: <050.2cd57e1643259ebe3e905f3d4fc05806@lists.sourceforge.net> #871: user customized jinja templates should be able to extend default templates ------------------------+--------------------------------------------------- Reporter: cdadhemar | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by cdadhemar): * cc: cdadhemar@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 31 15:06:55 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 31 May 2010 08:06:55 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8dc8cc: Add pylintrc to reduce the number of useless warni... Message-ID: <20100531150655.7EA9A421A7@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8dc8ccea0a80192ceac3ceba75a419c0554ab872 http://github.com/djmitche/buildbot/commit/8dc8ccea0a80192ceac3ceba75a419c0554ab872 Author: Marc-Antoine Ruel Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M buildbot/interfaces.py A pylintrc Log Message: ----------- Add pylintrc to reduce the number of useless warnings. Commit: 1d7ed5e738ac05e0544b752d90b5c2c53dbe2a2d http://github.com/djmitche/buildbot/commit/1d7ed5e738ac05e0544b752d90b5c2c53dbe2a2d Author: Dustin J. Mitchell Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M buildbot/interfaces.py A pylintrc Log Message: ----------- Merge branch 'pylint' of git://github.com/maruel/buildbot * 'pylint' of git://github.com/maruel/buildbot: Add pylintrc to reduce the number of useless warnings. From noreply at github.com Mon May 31 16:15:12 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 31 May 2010 09:15:12 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c45f9d: Disable more messages in pylintrc Message-ID: <20100531161512.78D9B42173@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: c45f9d5da45d97a2286bbd8be3fb5d9c27fef4c3 http://github.com/djmitche/buildbot/commit/c45f9d5da45d97a2286bbd8be3fb5d9c27fef4c3 Author: Marc-Antoine Ruel Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M pylintrc Log Message: ----------- Disable more messages in pylintrc Commit: 27b562d6e4ceadd13ebac4447c6d4ec7222d3fe7 http://github.com/djmitche/buildbot/commit/27b562d6e4ceadd13ebac4447c6d4ec7222d3fe7 Author: Dustin J. Mitchell Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M pylintrc Log Message: ----------- Merge branch 'pylint' of git://github.com/maruel/buildbot * 'pylint' of git://github.com/maruel/buildbot: Disable more messages in pylintrc From buildbot-devel at lists.sourceforge.net Mon May 31 17:05:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 17:05:39 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #871: user customized jinja templates should be able to extend default templates In-Reply-To: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> References: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> Message-ID: <050.6db4094b17f82b74016248bf8358fd94@lists.sourceforge.net> #871: user customized jinja templates should be able to extend default templates ------------------------+--------------------------------------------------- Reporter: cdadhemar | Owner: Type: enhancement | Status: closed Priority: major | Milestone: undecided Version: 0.8.0 | Resolution: invalid Keywords: | ------------------------+--------------------------------------------------- Changes (by cdadhemar): * status: new => closed * resolution: => invalid Comment: This request is invalid since what I ask is a Sphinx dedicated feature. What I wanted is that : http://sphinx.pocoo.org/templating.html#jinja- sphinx-templating-primer Where I had an issue is that I just wanted to override part of the default layout.html. I created a file named "layout.html" in the master's templates directory. I then extended it : {% extend "layout.html" %}

foobar

This lead to an infinite loop since the template tries to extend itself ... In Sphinx we can override a template using the same name but use the "!" prefix : {% extend "!layout.html" %}

foobar

This would have worked but I think this is a Sphinx feature not a generic Jinja feature ... isn't it ? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 17:13:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 17:13:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #871: user customized jinja templates should be able to extend default templates In-Reply-To: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> References: <041.5b3a8e992837b70491b44658e8d91ace@lists.sourceforge.net> Message-ID: <050.5d36c059ddb32f98e0beb93590079d25@lists.sourceforge.net> #871: user customized jinja templates should be able to extend default templates ------------------------+--------------------------------------------------- Reporter: cdadhemar | Owner: Type: enhancement | Status: reopened Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: Keywords: web | ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * status: closed => reopened * resolution: invalid => * milestone: undecided => 0.8.1 Comment: It would be pretty cool if it could be made to work, though. Is there some snippet of code in Sphinx that we could use (assuming the licenses are compatible)? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 31 17:25:16 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 31 May 2010 10:25:16 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 4e196d: pylint decided to rename 'disabled-msg' to 'disabl... Message-ID: <20100531172516.7B87E42280@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 4e196dc307c829db5860fdffe63572c5a5d163ae http://github.com/djmitche/buildbot/commit/4e196dc307c829db5860fdffe63572c5a5d163ae Author: Marc-Antoine Ruel Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M pylintrc Log Message: ----------- pylint decided to rename 'disabled-msg' to 'disable' between v0.19 and 0.21... v0.21 fixes the exceptions that were happening on v0.19, which is the default package on ubuntu lucid. Add the default boilerplate configuration file with the previous configuration integrated. Commit: b3cd2bf2d8910d7cd227207efc1bad662623989e http://github.com/djmitche/buildbot/commit/b3cd2bf2d8910d7cd227207efc1bad662623989e Author: Dustin J. Mitchell Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M pylintrc Log Message: ----------- Merge branch 'pylint' of git://github.com/maruel/buildbot * 'pylint' of git://github.com/maruel/buildbot: pylint decided to rename 'disabled-msg' to 'disable' between v0.19 and 0.21... Commit: c4398775be4621f967ab83ffc464df284782036d http://github.com/djmitche/buildbot/commit/c4398775be4621f967ab83ffc464df284782036d Author: Dustin J. Mitchell Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M Makefile Log Message: ----------- add pylint to the Makefile From buildbot-devel at lists.sourceforge.net Mon May 31 17:56:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 17:56:26 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #872: hook pylint up to metabuildbot Message-ID: <038.cae341a2be83bff59439d7075294b994@lists.sourceforge.net> #872: hook pylint up to metabuildbot -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Now that M-A has cooked up a pylintrc, we should start running it on the metabuildbot. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 18:09:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 18:09:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #872: hook pylint up to metabuildbot In-Reply-To: <038.cae341a2be83bff59439d7075294b994@lists.sourceforge.net> References: <038.cae341a2be83bff59439d7075294b994@lists.sourceforge.net> Message-ID: <047.0dd27d1008d102f24cf444fae9609d3e@lists.sourceforge.net> #872: hook pylint up to metabuildbot -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): Also: {{{ easy_install coverage && coverage trial buildbot }}} -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon May 31 18:30:21 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 31 May 2010 11:30:21 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 2c746a: Style cleanups Message-ID: <20100531183021.87B984224E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 2c746a6b85c8034132a23279760e8732e179d07f http://github.com/djmitche/buildbot/commit/2c746a6b85c8034132a23279760e8732e179d07f Author: Marc-Antoine Ruel Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M buildbot/buildslave.py M buildbot/changes/changes.py M buildbot/locks.py M buildbot/sourcestamp.py M buildbot/util/__init__.py M buildbot/util/loop.py M pylintrc Log Message: ----------- Style cleanups Disable yet another pylint warning Commit: 139e54e5780ff8703877fd6429da6f8c55c6c86e http://github.com/djmitche/buildbot/commit/139e54e5780ff8703877fd6429da6f8c55c6c86e Author: Dustin J. Mitchell Date: 2010-05-31 (Mon, 31 May 2010) Changed paths: M buildbot/buildslave.py M buildbot/changes/changes.py M buildbot/locks.py M buildbot/sourcestamp.py M buildbot/util/__init__.py M buildbot/util/loop.py M pylintrc Log Message: ----------- Merge branch 'pylint' of git://github.com/maruel/buildbot * 'pylint' of git://github.com/maruel/buildbot: Style cleanups From buildbot-devel at lists.sourceforge.net Mon May 31 19:24:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 19:24:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #860: Remove Arch and Bzr In-Reply-To: <038.d9cf663495ed79c223910c9cd0d1795f@lists.sourceforge.net> References: <038.d9cf663495ed79c223910c9cd0d1795f@lists.sourceforge.net> Message-ID: <047.e686434af30f474162a00581ca217c95@lists.sourceforge.net> #860: Remove Arch and Bzr ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: duplicate Keywords: bzr arch | ------------------------+--------------------------------------------------- Changes (by maruel): * status: new => closed * resolution: => duplicate Comment: Dupe of #869 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 19:24:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 19:24:41 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #863: remove Arch support In-Reply-To: <038.fb232c7540ea06a2f5ebd61102c745c9@lists.sourceforge.net> References: <038.fb232c7540ea06a2f5ebd61102c745c9@lists.sourceforge.net> Message-ID: <047.fcadf13d23fbef77e0f2cac5806c634e@lists.sourceforge.net> #863: remove Arch support ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: duplicate Keywords: arch | ------------------------+--------------------------------------------------- Changes (by maruel): * status: new => closed * resolution: => duplicate Comment: Dupe of #869 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon May 31 20:07:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 31 May 2010 20:07:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #394: I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed. In-Reply-To: <041.605d722ef3b351819452170c4f20456c@lists.sourceforge.net> References: <041.605d722ef3b351819452170c4f20456c@lists.sourceforge.net> Message-ID: <050.dcca6ef568c966af52ead8ff59eefae8@lists.sourceforge.net> #394: I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed. ------------------------+--------------------------------------------------- Reporter: mmacvicar | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.9 | Keywords: ------------------------+--------------------------------------------------- Comment(by maruel): I think this ticket should be closed as WontFix. If you want to have people be notified, be sure to cc the whole team mailing list so email threading correctly occurs, assuming you use a email client supporting email threads. A good workaround is to close the tree on build failure and not let other people commit until the failure is resolved. I'll let Dustin close the issue if he thinks it's a good idea. -- Ticket URL: Buildbot Buildbot: build/test automation