From nobody at buildbot.net Tue Mar 1 00:23:33 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 01 Mar 2011 00:23:33 -0000 Subject: [Buildbot-commits] [Buildbot] #1842: logfiles apparently not allowed to be a plain string In-Reply-To: <041.a2a477bd8b05c0e52c55b718e52e0c68@buildbot.net> References: <041.a2a477bd8b05c0e52c55b718e52e0c68@buildbot.net> Message-ID: <056.b0798619242229ae284d290633580d24@buildbot.net> #1842: logfiles apparently not allowed to be a plain string ----------------------------+------------------------ Reporter: dabrahams | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.8.3p1 | Resolution: Keywords: | ----------------------------+------------------------ Comment (by dabrahams): See attached, which works. Changing {{{ logfiles = dict(testlog=dict(filename='test.log')) }}} to {{{ logfiles = 'test.log' }}} makes it break -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 1 00:28:12 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 01 Mar 2011 00:28:12 -0000 Subject: [Buildbot-commits] [Buildbot] #1842: logfiles apparently not allowed to be a plain string In-Reply-To: <041.a2a477bd8b05c0e52c55b718e52e0c68@buildbot.net> References: <041.a2a477bd8b05c0e52c55b718e52e0c68@buildbot.net> Message-ID: <056.bdb4e2b2049089ce2b2fd77a9bd19634@buildbot.net> #1842: logfiles apparently not allowed to be a plain string ----------------------------+------------------------ Reporter: dabrahams | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.8.3p1 | Resolution: Keywords: | ----------------------------+------------------------ Comment (by dustin): OK, well, I'll take the "apparently" in the title to mean "according to the docs", because the docs do say that the parameter takes a dictionary, not a string. That said, the error can be detected earlier. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Mar 1 00:34:48 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 28 Feb 2011 16:34:48 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0a70c1: better documentation and error-checkign for the lo... Message-ID: <20110301003448.23DD1420D5@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0a70c1e9b69e7f8ac9df232d2f65d3b1b2f32f38 https://github.com/buildbot/buildbot/commit/0a70c1e9b69e7f8ac9df232d2f65d3b1b2f32f38 Author: Dustin J. Mitchell Date: 2011-02-28 (Mon, 28 Feb 2011) Changed paths: M master/buildbot/process/buildstep.py M master/docs/cfg-buildsteps.texinfo Log Message: ----------- better documentation and error-checkign for the logfiles param From nobody at buildbot.net Tue Mar 1 00:36:03 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 01 Mar 2011 00:36:03 -0000 Subject: [Buildbot-commits] [Buildbot] #1842: logfiles apparently not allowed to be a plain string In-Reply-To: <041.a2a477bd8b05c0e52c55b718e52e0c68@buildbot.net> References: <041.a2a477bd8b05c0e52c55b718e52e0c68@buildbot.net> Message-ID: <056.cac3cf2b8800151ad916c9edd8c77eeb@buildbot.net> #1842: logfiles apparently not allowed to be a plain string ----------------------+--------------------- Reporter: dabrahams | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.4 Version: 0.8.3p1 | Resolution: fixed Keywords: | ----------------------+--------------------- Changes (by dustin): * status: new => closed * type: support-request => defect * resolution: => fixed * milestone: undecided => 0.8.4 Comment: Fixed in 0a70c1e9b69e7f8ac9df232d2f65d3b1b2f32f38. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 1 08:28:25 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 01 Mar 2011 08:28:25 -0000 Subject: [Buildbot-commits] [Buildbot] #1844: moving sourcestamp.py and upgrade of build pickles Message-ID: <039.d9642c8bcfeeac075bb78c3f3b65af17@buildbot.net> #1844: moving sourcestamp.py and upgrade of build pickles --------------------+----------------------- Reporter: aivarsk | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Keywords: --------------------+----------------------- After moving buildbot/master/buildbot/sourcestamp.py to buildbot/master/buildbot/process/sourcestamp.py upgrade of build pickles is performed and project,repository attributes are lost by upgradeToVersion2. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 1 19:55:48 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 01 Mar 2011 19:55:48 -0000 Subject: [Buildbot-commits] [Buildbot] #1845: MailNotifier: Add ability to send an All-Passed email when all builders succeed . Message-ID: <038.a8bc89d73aa1bdae66c1b1d37e7f335d@buildbot.net> #1845: MailNotifier: Add ability to send an All-Passed email when all builders succeed . ------------------------+----------------------- Reporter: cpeyer | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.3p1 | Keywords: ------------------------+----------------------- At the moment there is no easy way for a dev to know that the build passed except by viewing the console page. It would be nice to have the ability to send an all-passed email when everything passes. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Wed Mar 2 05:04:12 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 02 Mar 2011 05:04:12 -0000 Subject: [Buildbot-commits] [Buildbot] #1844: moving sourcestamp.py and upgrade of build pickles In-Reply-To: <039.d9642c8bcfeeac075bb78c3f3b65af17@buildbot.net> References: <039.d9642c8bcfeeac075bb78c3f3b65af17@buildbot.net> Message-ID: <054.38f2304965f233c245d8f6c4ca5b8b80@buildbot.net> #1844: moving sourcestamp.py and upgrade of build pickles --------------------+-------------------- Reporter: aivarsk | Owner: Type: defect | Status: new Priority: blocker | Milestone: 0.8.4 Version: master | Resolution: Keywords: | --------------------+-------------------- Changes (by dustin): * priority: major => blocker * milestone: undecided => 0.8.4 Comment: Thanks for spotting this - what, less than 24 after I committed it! The problem is that the qualified class name has changed, so the twisted Versioned code misses the old version number. I suppose that could be hacked around, but it's probably best for me to just revert the move (since it was only a cleanup). -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Mar 2 05:16:47 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 1 Mar 2011 21:16:47 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] cf7dd4: Revert sourcestamp move in 919f116ad43d2d05f490982... Message-ID: <20110302051647.67B4E422C7@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cf7dd42dfad5058fbe4a58f9fac92ada8b1c5d80 https://github.com/buildbot/buildbot/commit/cf7dd42dfad5058fbe4a58f9fac92ada8b1c5d80 Author: Dustin J. Mitchell Date: 2011-03-01 (Tue, 01 Mar 2011) Changed paths: M master/buildbot/clients/tryclient.py M master/buildbot/db/connector.py M master/buildbot/process/debug.py R master/buildbot/process/sourcestamp.py M master/buildbot/sourcestamp.py M master/buildbot/status/builder.py M master/buildbot/status/web/grid.py M master/buildbot/status/web/status_json.py M master/buildbot/status/words.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/regressions/test_sourcestamp_revision.py M master/buildbot/test/unit/test_oldpaths.py Log Message: ----------- Revert sourcestamp move in 919f116ad43d2d05f490982a058a16be68ef9ae8 Moving a styles.Versioned class makes the versioning fail, so don't do that. Thanks to aivarsk for finding this so quickly. Fixes #1844. From nobody at buildbot.net Wed Mar 2 05:16:53 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 02 Mar 2011 05:16:53 -0000 Subject: [Buildbot-commits] [Buildbot] #1844: moving sourcestamp.py and upgrade of build pickles In-Reply-To: <039.d9642c8bcfeeac075bb78c3f3b65af17@buildbot.net> References: <039.d9642c8bcfeeac075bb78c3f3b65af17@buildbot.net> Message-ID: <054.3d48b2eee4fd36829f3137afa0c7098d@buildbot.net> #1844: moving sourcestamp.py and upgrade of build pickles --------------------+--------------------- Reporter: aivarsk | Owner: Type: defect | Status: closed Priority: blocker | Milestone: 0.8.4 Version: master | Resolution: fixed Keywords: | --------------------+--------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Revert sourcestamp move in 919f116ad43d2d05f490982a058a16be68ef9ae8 Moving a styles.Versioned class makes the versioning fail, so don't do that. Thanks to aivarsk for finding this so quickly. Fixes #1844. Changeset: cf7dd42dfad5058fbe4a58f9fac92ada8b1c5d80 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Wed Mar 2 23:16:14 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 02 Mar 2011 23:16:14 -0000 Subject: [Buildbot-commits] [Buildbot] #1846: easily misinterpreted doc in 4.11.4.9 Message-ID: <041.5f6b8abdf5fbb6fa97df7c59cff09651@buildbot.net> #1846: easily misinterpreted doc in 4.11.4.9 ------------------------+----------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.3p1 | Keywords: docs ------------------------+----------------------- The doc for SetProperty sez: > This runs uname -a and captures its stdout Which could easily lead one to believe that stderr is discarded, but in fact it is not; we get both. To separate them, you have to read further and use the "pass a function" option -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Wed Mar 2 23:19:30 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 02 Mar 2011 23:19:30 -0000 Subject: [Buildbot-commits] [Buildbot] #1847: 4.11.4.9 SetProperty missing arguments Message-ID: <041.8b1cc132245bf159e2b082e2b1a9f768@buildbot.net> #1847: 4.11.4.9 SetProperty missing arguments ----------------------+----------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.3p1 | Keywords: docs ----------------------+----------------------- The last two examples in this section don't show a `property=` keyword argument being passed. Presumably it is required. If not, the docs should say what the default is. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Wed Mar 2 23:23:07 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 02 Mar 2011 23:23:07 -0000 Subject: [Buildbot-commits] [Buildbot] #1847: 4.11.4.9 SetProperty missing arguments In-Reply-To: <041.8b1cc132245bf159e2b082e2b1a9f768@buildbot.net> References: <041.8b1cc132245bf159e2b082e2b1a9f768@buildbot.net> Message-ID: <056.ae7a667354763dc56176905f3af40b17@buildbot.net> #1847: 4.11.4.9 SetProperty missing arguments ----------------------+------------------------ Reporter: dabrahams | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: 0.8.3p1 | Resolution: invalid Keywords: docs | ----------------------+------------------------ Changes (by dabrahams): * status: new => closed * resolution: => invalid Comment: oops; I clearly failed to read that doc carefully enough. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Wed Mar 2 23:31:08 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 02 Mar 2011 23:31:08 -0000 Subject: [Buildbot-commits] [Buildbot] #1848: The web-page 'rebuild' button was pressed by '' Message-ID: <041.c7ad4e6001681bf1a08277684316ffbb@buildbot.net> #1848: The web-page 'rebuild' button was pressed by '' ------------------------+----------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.3p1 | Keywords: ------------------------+----------------------- There should be a place to enter your name when you do this. Actually, ideally BB would have a way to remember who you are in a cookie or something -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Mar 3 00:37:00 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 2 Mar 2011 16:37:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c74b1d: clarify SetProperty docs Message-ID: <20110303003700.83D7242330@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c74b1d4da6b9dc08deaa5fd05f609401c78e1793 https://github.com/buildbot/buildbot/commit/c74b1d4da6b9dc08deaa5fd05f609401c78e1793 Author: Dustin J. Mitchell Date: 2011-03-02 (Wed, 02 Mar 2011) Changed paths: M master/docs/cfg-buildsteps.texinfo Log Message: ----------- clarify SetProperty docs SetProperty captures both stdout and stderr by default, and the extract_fn argument is an alternative to the property argument. Fixes #1846 From nobody at buildbot.net Thu Mar 3 00:37:08 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 00:37:08 -0000 Subject: [Buildbot-commits] [Buildbot] #1846: easily misinterpreted doc in 4.11.4.9 In-Reply-To: <041.5f6b8abdf5fbb6fa97df7c59cff09651@buildbot.net> References: <041.5f6b8abdf5fbb6fa97df7c59cff09651@buildbot.net> Message-ID: <056.f2c9477db07ae10c1f5bea71978a6ff5@buildbot.net> #1846: easily misinterpreted doc in 4.11.4.9 ------------------------+------------------------ Reporter: dabrahams | Owner: Type: enhancement | Status: closed Priority: major | Milestone: undecided Version: 0.8.3p1 | Resolution: fixed Keywords: docs | ------------------------+------------------------ Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: clarify SetProperty docs SetProperty captures both stdout and stderr by default, and the extract_fn argument is an alternative to the property argument. Fixes #1846 Changeset: c74b1d4da6b9dc08deaa5fd05f609401c78e1793 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Mar 3 16:20:46 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 16:20:46 -0000 Subject: [Buildbot-commits] [Buildbot] #1849: Possibility to display either the Project or Branch being build in the waterfall display Message-ID: <040.afccff6d7759f7ed17044cc1186378be@buildbot.net> #1849: Possibility to display either the Project or Branch being build in the waterfall display ------------------------+------------------------------ Reporter: ykoehler | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.3 | Keywords: waterfall status ------------------------+------------------------------ I have a build slave that use a builder to build many branches. When it starts the display doesn't say which branch and I need to click on it to get additional details. It would be great if I could configure build master to display the branch name in the box "Build 54 Branch: branch1" Or "Build 54 Project: project1 Branch: branch1" Or "Build 54 Project: project1" Ideally we could override how this is displayed, if only one item is displayed we may want to omit saying "Branch:" or "Project:". -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Mar 3 16:22:51 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 16:22:51 -0000 Subject: [Buildbot-commits] [Buildbot] #1850: Possibility to display the branch of the changes in the changes waterfall column Message-ID: <040.126db59196919bc45475d560861b1e4b@buildbot.net> #1850: Possibility to display the branch of the changes in the changes waterfall column ------------------------+-------------------------------------------------- Reporter: ykoehler | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.3 | Keywords: display web status waterfall changes ------------------------+-------------------------------------------------- In the waterfall display the name appear, but not the change's branch. In a situation with many changes inside many branches it becomes hard to track it all. I can use the url to filter for each branch but I would like to have the possibility that the changes appears like this: "Username branch" Instead of simply username (and optionally email). -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Mar 3 16:55:27 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 16:55:27 -0000 Subject: [Buildbot-commits] [Buildbot] #1848: Cookies to remember web usernames (was: The web-page 'rebuild' button was pressed by '') In-Reply-To: <041.c7ad4e6001681bf1a08277684316ffbb@buildbot.net> References: <041.c7ad4e6001681bf1a08277684316ffbb@buildbot.net> Message-ID: <056.6dba8044a0da649a78729994c38b65e9@buildbot.net> #1848: Cookies to remember web usernames ------------------------+-------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.3p1 | Resolution: Keywords: web | ------------------------+-------------------- Changes (by dustin): * keywords: => web * priority: major => minor * milestone: undecided => 0.8.+ Comment: there *is* a place to enter your name when you rebuild: see e.g., http://buildbot.buildbot.net/builders/os-winxp/builds/47 The cookies will have to wait for the JS rewrite. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Mar 3 19:07:45 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 19:07:45 -0000 Subject: [Buildbot-commits] [Buildbot] #1851: Display scheduler name in the builder title Message-ID: <040.c1de18b6ed5c8e86c32ecbfdbc425283@buildbot.net> #1851: Display scheduler name in the builder title ------------------------+------------------- Reporter: ykoehler | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.3 | Keywords: ------------------------+------------------- I have many scheduler set on the same slave/builder. Each generate an estimate of the next build but the display fail to indicate to which scheduler each time is related to. Therefore what I see is this: building[[BR]] ETA in[[BR]] ~ 2 hrs 43 mins[[BR]] at 16:49[[BR]] next in[[BR]] ~ 23 hrs 26 mins[[BR]] at 13:32[[BR]] next in[[BR]] ~ 23 hrs 26 mins[[BR]] at 13:32[[BR]] I'd like to see something like this: building '''branchname'''[[BR]] ETA in[[BR]] ~ 2 hrs 43 mins[[BR]] at 16:49[[BR]] '''scheduler1name''' next in[[BR]] ~ 23 hrs 26 mins[[BR]] at 13:32[[BR]] '''scheduler2name''' next in[[BR]] ~ 23 hrs 26 mins[[BR]] at 13:32[[BR]] -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Mar 3 19:09:34 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 19:09:34 -0000 Subject: [Buildbot-commits] [Buildbot] #1852: NightlyScheduler support for change_filter Message-ID: <040.af929787020d877162e14c4c329f5240@buildbot.net> #1852: NightlyScheduler support for change_filter ------------------------+------------------- Reporter: ykoehler | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.3 | Keywords: ------------------------+------------------- The NightlyScheduler doesn't handle change_filter and its support for branch seems limited to a single one. It would be nice to have a single NightlyScheduler able to handle many branches scheduling as many branch to build as there were changes and queuing them to the assigned builder/slaved. Instead of having to rely on a 1 to 1 scheduler / branch. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Mar 3 22:16:03 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 03 Mar 2011 22:16:03 -0000 Subject: [Buildbot-commits] [Buildbot] #1853: Honour change filter in build details page (option) Message-ID: <042.f730d172cf9bc7d3e7c4f9188ccea493@buildbot.net> #1853: Honour change filter in build details page (option) ------------------------+----------------------- Reporter: jollyroger | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.3p1 | Keywords: ------------------------+----------------------- When change filter is defined for scheduler the build status page should display details(blamelist, file changes) for the commit which triggered the build, not the whole list of changes between previously triggered build and the current one. '''Use case''': build performs tests on a database every time SQL file is changed in VCS. This is implemented via simple Scheduler scheduler and a change filter which checks wether SQL files are available in change. '''Steps to reproduce''': Master should include the following snippet: {{{ import re def checkDBChanges(change): regexp = re.compile('.sql$)',re.IGNORECASE) for name in change.files: if regexp.search(name): return True return False c['schedulers'].append(Scheduler(name="dev_db", branch="trunk", treeStableTimer=0*60, fileIsImportant=checkDBChanges, builderNames=["dev_db"])) }}} 1. Commit file `file1.sql` (revision 1). 2. Commit file `file2.txt` (revision 2). 3. Commit file `file3.sql` (revision 3). '''Given result''': 1. Build is triggered. Build details page includes information about revision 1. 2. Build is not triggered. 3. Build is triggered. Build details page includes information about both revision 2 and 3. '''Expected result''': 1. Build is triggered. Build details page includes information about revision 1. 2. Build is not triggered. 3. Build is triggered. Build details page includes information about revision 3. Perhaps this should be an option because there's a probability grater than zero that current behaviour will have it's use case. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Mar 4 15:09:20 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 04 Mar 2011 15:09:20 -0000 Subject: [Buildbot-commits] [Buildbot] #1854: FileUpload never times out Message-ID: <039.e7bfab756d445121a2e0b7af56f23535@buildbot.net> #1854: FileUpload never times out ----------------------+----------------------- Reporter: exarkun | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.2 | Keywords: ----------------------+----------------------- If a slave loses its connection to the master without sending a FIN or RST (eg, because of network issues) while a `FileUpload` step is running, the build that step is part of never finishes, the master never notices the slave disconnected, and the slave can never reconnect until the master is restarted. After the master is restarted, the build is left in a weird state where it appears incomplete rather than failed. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Mar 4 18:34:33 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 04 Mar 2011 18:34:33 -0000 Subject: [Buildbot-commits] [Buildbot] #377: funny arg splitting for cmd.exe in some cases but not others In-Reply-To: <037.33f4c903f9e3c3d1df369b585b771fc4@buildbot.net> References: <037.33f4c903f9e3c3d1df369b585b771fc4@buildbot.net> Message-ID: <052.4ff3abf6340201845fa2313bdc0061c4@buildbot.net> #377: funny arg splitting for cmd.exe in some cases but not others ---------------------+-------------------- Reporter: zooko | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.+ Version: 0.7.9 | Resolution: Keywords: windows | ---------------------+-------------------- Comment (by fcrestois): a workaround is to disable the "buggy" twisted part (http://twistedmatrix.com/trac/ticket/1123) in twisted\internet\_dumbwin32proc.py Let the user make the correct quoting by changing cmdline = quoteArguments(args) by cmdline = " ".join(args) -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Mar 4 18:45:55 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 04 Mar 2011 18:45:55 -0000 Subject: [Buildbot-commits] [Buildbot] #496: ShellCommand not working with params on Windows In-Reply-To: <040.054f062bad741fa8cdaa0967bc36cb69@buildbot.net> References: <040.054f062bad741fa8cdaa0967bc36cb69@buildbot.net> Message-ID: <055.c678f42e345042ee10855513d41d4bfb@buildbot.net> #496: ShellCommand not working with params on Windows ---------------------+----------------------- Reporter: ipv6guru | Owner: Type: defect | Status: reopened Priority: major | Milestone: 0.8.+ Version: 0.8.3p1 | Resolution: Keywords: windows | ---------------------+----------------------- Comment (by fcrestois): look a duplicate of #377 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Mar 4 20:59:49 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 04 Mar 2011 20:59:49 -0000 Subject: [Buildbot-commits] [Buildbot] #1848: Cookies to remember web usernames In-Reply-To: <041.c7ad4e6001681bf1a08277684316ffbb@buildbot.net> References: <041.c7ad4e6001681bf1a08277684316ffbb@buildbot.net> Message-ID: <056.deed56d1c044808240d73fa57430a78f@buildbot.net> #1848: Cookies to remember web usernames ------------------------+-------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.3p1 | Resolution: Keywords: web | ------------------------+-------------------- Comment (by dabrahams): Why don't I have that field at http://bbot.boostpro.com:8010/builders/el- get-linux/builds/11? Is it not yet released? In fact, how come your page looks so much nicer than mine in so many ways ;-)? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Mar 4 23:20:33 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 04 Mar 2011 23:20:33 -0000 Subject: [Buildbot-commits] [Buildbot] #1855: slave-side keepalives should not care when/if the pb call completes Message-ID: <038.1ec9f4d35b7fdabc05b332cce050018b@buildbot.net> #1855: slave-side keepalives should not care when/if the pb call completes -------------------+-------------------- Reporter: dustin | Owner: dustin Type: defect | Status: new Priority: major | Milestone: 0.8.4 Version: 0.8.0 | Keywords: -------------------+-------------------- Keepalives are meant to keep the network connection from going idle. The OS will tell us if the connection goes away. So we don't need to set a timer and abort the connection if that timer expires. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Mar 4 23:21:35 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 04 Mar 2011 23:21:35 -0000 Subject: [Buildbot-commits] [Buildbot] #1856: duplicate slave arbitrator waits too long Message-ID: <038.859b7522a6b15f569a3eac05d34d638d@buildbot.net> #1856: duplicate slave arbitrator waits too long -------------------+------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.4 Version: 0.8.0 | Keywords: -------------------+------------------- If a duplicate connection arrives, and the previous host is unresponsive, then the buildmaster will wait for the entire ~20m TCP timeout rather than the shorter configured timeout. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Mar 5 18:09:21 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 5 Mar 2011 10:09:21 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bb5ba7: Merge branch 'bb_json2' of git://github.com/maruel... Message-ID: <20110305180921.A97F74236A@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bb5ba712e4e788523d9b4930a46cf8f47ba05071 https://github.com/buildbot/buildbot/commit/bb5ba712e4e788523d9b4930a46cf8f47ba05071 Author: Dustin J. Mitchell Date: 2011-03-05 (Sat, 05 Mar 2011) Changed paths: M master/contrib/README.txt A master/contrib/buildbot_json.py Log Message: ----------- Merge branch 'bb_json2' of git://github.com/maruel/buildbot * 'bb_json2' of git://github.com/maruel/buildbot: Add tool contrib/buildbot_json.py to query the /json interface. From noreply at github.com Sat Mar 5 18:13:28 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 5 Mar 2011 10:13:28 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6ac4a1: Merge branch 'myfixes' of git://github.com/ahussei... Message-ID: <20110305181328.5AD564236A@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6ac4a13f22cc74ccf623d0e336061a565af3b331 https://github.com/buildbot/buildbot/commit/6ac4a13f22cc74ccf623d0e336061a565af3b331 Author: Dustin J. Mitchell Date: 2011-03-05 (Sat, 05 Mar 2011) Changed paths: M master/buildbot/status/web/slaves.py M master/buildbot/status/web/templates/buildslaves.html Log Message: ----------- Merge branch 'myfixes' of git://github.com/ahussein/buildbot * 'myfixes' of git://github.com/ahussein/buildbot: fix for http://trac.buildbot.net/ticket/1040 show "Last Heard From" for all the slaves even the not connected ones Fixes #1040. From nobody at buildbot.net Sat Mar 5 18:13:34 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 05 Mar 2011 18:13:34 -0000 Subject: [Buildbot-commits] [Buildbot] #1040: always show 'last heard from' information on /buildslaves In-Reply-To: <038.51367ce857fb1792dc4e2b3ffeaa6ad3@buildbot.net> References: <038.51367ce857fb1792dc4e2b3ffeaa6ad3@buildbot.net> Message-ID: <053.e1b4afd716a890c0f2f4892816167c1f@buildbot.net> #1040: always show 'last heard from' information on /buildslaves ------------------------+--------------------- Reporter: jhford | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.8.1 | Resolution: fixed Keywords: web, simple | ------------------------+--------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Merge branch 'myfixes' of git://github.com/ahussein/buildbot * 'myfixes' of git://github.com/ahussein/buildbot: fix for http://trac.buildbot.net/ticket/1040 show "Last Heard From" for all the slaves even the not connected ones Fixes #1040. Changeset: 6ac4a13f22cc74ccf623d0e336061a565af3b331 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sun Mar 6 01:57:53 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 06 Mar 2011 01:57:53 -0000 Subject: [Buildbot-commits] [Buildbot] #1857: buildbot.util should prefer simplejson over built-in json Message-ID: <038.a55fa369f8619bbf3e6c08ceaab9b6bd@buildbot.net> #1857: buildbot.util should prefer simplejson over built-in json ------------------------+----------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.3p1 | Keywords: ------------------------+----------------------- Python 2.6's json is significantly slower than simplejson. {{{ import json import simplejson import time def task(module, data): encoded = module.dumps(data) orig = module.loads(encoded) assert data == orig n = 1000 data = {} for i in range(100): data[str(i)] = "hello" * i for module in json, simplejson: s = time.time() for i in range(n): task(module, data) e = time.time() print module.__name__, e-s }}} outputs {{{ json 1.52023100853 simplejson 0.200721979141 }}} on my system with python 2.6.6. Python 2.7 is much improved: {{{ json 0.206233024597 simplejson 0.189265012741 }}} Buildbot should prefer simplejson for python <= 2.6. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Mar 6 02:47:30 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 5 Mar 2011 18:47:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e0279d: Make alwaysRun steps run even if the build is stop... Message-ID: <20110306024730.CE8C6422ED@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e0279d12e2c74b3adee9e75ba9847ac950b069e5 https://github.com/buildbot/buildbot/commit/e0279d12e2c74b3adee9e75ba9847ac950b069e5 Author: Chris AtLee Date: 2011-03-05 (Sat, 05 Mar 2011) Changed paths: M master/buildbot/process/build.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Make alwaysRun steps run even if the build is stopped. Fixes: #1811 Commit: 7706bb6690fc5a266b0285024e7776429f57407b https://github.com/buildbot/buildbot/commit/7706bb6690fc5a266b0285024e7776429f57407b Author: Chris AtLee Date: 2011-03-05 (Sat, 05 Mar 2011) Changed paths: M master/buildbot/status/web/waterfall.py Log Message: ----------- Fix for when Schedulers return None for their pending build time. Compare: https://github.com/buildbot/buildbot/compare/6ac4a13...7706bb6 From nobody at buildbot.net Sun Mar 6 02:49:04 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 06 Mar 2011 02:49:04 -0000 Subject: [Buildbot-commits] [Buildbot] #1811: alwaysRun steps don't get run if Stop Build is pressed In-Reply-To: <038.34c2a2d495c9751f122d8351e15a68df@buildbot.net> References: <038.34c2a2d495c9751f122d8351e15a68df@buildbot.net> Message-ID: <053.1618c3c527d0b6f30f9a5207ac7d1e1a@buildbot.net> #1811: alwaysRun steps don't get run if Stop Build is pressed ------------------------+--------------------- Reporter: catlee | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.4 Version: 0.8.2 | Resolution: fixed Keywords: | ------------------------+--------------------- Changes (by catlee): * status: new => closed * resolution: => fixed Comment: Fixed by e0279d12e2c74b3adee9e75ba9847ac950b069e5 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Mar 6 03:04:55 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 5 Mar 2011 19:04:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 19952d: ComparableMixin should just return "not equal" if ... Message-ID: <20110306030455.A298C422BB@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 19952d5721f35d9dd2a38567bef7bc39fd968533 https://github.com/buildbot/buildbot/commit/19952d5721f35d9dd2a38567bef7bc39fd968533 Author: Chris AtLee Date: 2011-03-05 (Sat, 05 Mar 2011) Changed paths: M master/buildbot/test/unit/test_util_ComparableMixin.py M master/buildbot/util/__init__.py Log Message: ----------- ComparableMixin should just return "not equal" if compare_attrs differ Fixes: #1791 From nobody at buildbot.net Sun Mar 6 03:06:06 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 06 Mar 2011 03:06:06 -0000 Subject: [Buildbot-commits] [Buildbot] #1791: ComparableMixin should just return "not equal" if compare_attrs differ In-Reply-To: <038.eb1aa2bb0aa8dd735767fb0052c95a9c@buildbot.net> References: <038.eb1aa2bb0aa8dd735767fb0052c95a9c@buildbot.net> Message-ID: <053.4e7c849942c60da806171bafbc00523d@buildbot.net> #1791: ComparableMixin should just return "not equal" if compare_attrs differ ------------------------+--------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.4 Version: 0.8.3p1 | Resolution: fixed Keywords: reconfig | ------------------------+--------------------- Changes (by catlee): * status: new => closed * resolution: => fixed Comment: Fixed by 19952d5721f35d9dd2a38567bef7bc39fd968533 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sun Mar 6 03:24:03 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 06 Mar 2011 03:24:03 -0000 Subject: [Buildbot-commits] [Buildbot] #1764: buildbot reconfig command doesn't restart MailNotifier In-Reply-To: <038.ba64b83122feb9dc9ec7b7ad5365e8aa@buildbot.net> References: <038.ba64b83122feb9dc9ec7b7ad5365e8aa@buildbot.net> Message-ID: <053.f81aab4133c4afb134411b5f3aa5cb0e@buildbot.net> #1764: buildbot reconfig command doesn't restart MailNotifier --------------------+-------------------- Reporter: akevan | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.4 Version: 0.8.3p1 | Resolution: Keywords: | --------------------+-------------------- Comment (by catlee): I cannot reproduce with the code in 0.8.3p1, nor in the latest master code. Can you still reproduce this? Can you post examples of your master.cfg with and without the message formatter? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sun Mar 6 03:28:04 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 06 Mar 2011 03:28:04 -0000 Subject: [Buildbot-commits] [Buildbot] #1858: Exception while doing upgrade-master Message-ID: <038.aca332587630b6b9ab0de160060d0e68@buildbot.net> #1858: Exception while doing upgrade-master -------------------+----------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: master | Keywords: -------------------+----------------------- I just had a 0.8.3p1 master and tried to upgrade the db to the latest tip and got this exception. Running upgrade-master a second time seems to have worked. {{{ (buildbot.git)[catlee] src/buildbot/master2 (git)-[master]-% buildbot upgrade-master . upgrading basedir /home/catlee/src/buildbot/master2/public_html/robots.txt has old/modified contents writing new contents to /home/catlee/src/buildbot/master2/public_html/robots.txt.new /home/catlee/src/buildbot/master2/public_html/default.css has old/modified contents writing new contents to /home/catlee/src/buildbot/master2/public_html/default.css.new /home/catlee/src/buildbot/master2/master.cfg.sample has old/modified contents overwriting it with new contents upgrading database Traceback (most recent call last): File "/usr/lib/python2.5/threading.py", line 462, in __bootstrap self.__bootstrap_inner() File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) --- --- File "/home/catlee/.virtualenvs/buildbot.git/lib/python2.5/site- packages/Twisted-10.1.0-py2.5-linux- x86_64.egg/twisted/python/threadpool.py", line 207, in _worker result = context.call(ctx, function, *args, **kwargs) File "/home/catlee/.virtualenvs/buildbot.git/lib/python2.5/site- packages/Twisted-10.1.0-py2.5-linux-x86_64.egg/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/home/catlee/.virtualenvs/buildbot.git/lib/python2.5/site- packages/Twisted-10.1.0-py2.5-linux-x86_64.egg/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) File "/home/catlee/src/buildbot/master/buildbot/db/pool.py", line 108, in thd rv = callable(self.engine, *args, **kwargs) File "/home/catlee/src/buildbot/master/buildbot/db/model.py", line 441, in thd engine.drop('version') File "/usr/lib/python2.5/site-packages/sqlalchemy/engine/base.py", line 1656, in drop connection=connection, **kwargs) File "/usr/lib/python2.5/site-packages/sqlalchemy/engine/base.py", line 1682, in _run_visitor **kwargs).traverse_single(element) File "/usr/lib/python2.5/site-packages/sqlalchemy/sql/visitors.py", line 75, in traverse_single meth = getattr(v, "visit_%s" % obj.__visit_name__, None) exceptions.AttributeError: 'str' object has no attribute '__visit_name__' }}} -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Mar 6 03:45:07 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 5 Mar 2011 19:45:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d97698: Prefer simplejson over json. Message-ID: <20110306034507.D21CA42307@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d97698c393aa0894c47369266c3f726280f2c96b https://github.com/buildbot/buildbot/commit/d97698c393aa0894c47369266c3f726280f2c96b Author: Chris AtLee Date: 2011-03-05 (Sat, 05 Mar 2011) Changed paths: M master/buildbot/util/__init__.py Log Message: ----------- Prefer simplejson over json. Fixes: #1857 From nobody at buildbot.net Sun Mar 6 03:46:02 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 06 Mar 2011 03:46:02 -0000 Subject: [Buildbot-commits] [Buildbot] #1857: buildbot.util should prefer simplejson over built-in json In-Reply-To: <038.a55fa369f8619bbf3e6c08ceaab9b6bd@buildbot.net> References: <038.a55fa369f8619bbf3e6c08ceaab9b6bd@buildbot.net> Message-ID: <053.6b6827ffc5ea329616ffa6c33ef0badf@buildbot.net> #1857: buildbot.util should prefer simplejson over built-in json ------------------------+--------------------- Reporter: catlee | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.4 Version: 0.8.3p1 | Resolution: fixed Keywords: | ------------------------+--------------------- Changes (by catlee): * status: new => closed * resolution: => fixed * milestone: undecided => 0.8.4 Comment: Fixed by d97698c393aa0894c47369266c3f726280f2c96b -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Mar 7 05:58:33 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 07 Mar 2011 05:58:33 -0000 Subject: [Buildbot-commits] [Buildbot] #1859: SVNPoller failed Message-ID: <047.2d513d25d13b2c3dc1cca3ce6ec90821@buildbot.net> #1859: SVNPoller failed ----------------------------+------------------------------ Reporter: sanlokenpatidar | Owner: Lokendra Patidar Type: support-request | Status: new Priority: major | Milestone: 0.8.+ Version: master | Keywords: ----------------------------+------------------------------ I am using Buildbot master version - 0.7.12 in linux fedora11 and Buildbot slave version - 0.8.3. (Is it right to use?) After running buildbot it is throwing error - 2011-03-07 00:24:51-0500 [-] SVNPoller polling 2011-03-07 00:24:57-0500 [-] SVNPoller failed 2011-03-07 00:24:57-0500 [-] _finished : [Failure instance: Traceback (failure with no frames): : got stderr: "svn: OPTIONS of 'https://svn.codespaces.com/cybex/symphony/Pro4Sandbox': authorization failed: Could not authenticate to server: rejected Basic challenge (https://svn.codespaces.com)\n" ] Please help me... I am trying from 3 days but same error is coming. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Mar 7 16:22:43 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 07 Mar 2011 16:22:43 -0000 Subject: [Buildbot-commits] [Buildbot] #1860: buildbot test fail if extracted from the source archive Message-ID: <042.4f39e55a73bf8602e06b8a1b0b31b4d0@buildbot.net> #1860: buildbot test fail if extracted from the source archive -----------------------+----------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Keywords: -----------------------+----------------------- '''Failed tests''': {{{ =============================================================================== [FAIL]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testNonUnicodeChange Traceback (most recent call last): File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/test_import_unicode_changes.py", line 66, in eb self.failUnless("UnicodeError" in str(f)) twisted.trial.unittest.FailTest: None =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testAsciiChange Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 207, in _worker result = context.call(ctx, function, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/pool.py", line 108, in thd rv = callable(self.engine, *args, **kwargs) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 449, in thd version_control(engine) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 420, in version_control migrate.versioning.schema.ControlledSchema.create(engine, self.repo_path, version) File "/usr/lib/pymodules/python2.6/migrate/versioning/schema.py", line 128, in create repository = Repository(repository) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 76, in __init__ self.verify(path) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 97, in verify raise exceptions.InvalidRepositoryError(path) migrate.versioning.exceptions.InvalidRepositoryError: /root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testUTF16Change Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 207, in _worker result = context.call(ctx, function, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/pool.py", line 108, in thd rv = callable(self.engine, *args, **kwargs) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 449, in thd version_control(engine) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 420, in version_control migrate.versioning.schema.ControlledSchema.create(engine, self.repo_path, version) File "/usr/lib/pymodules/python2.6/migrate/versioning/schema.py", line 128, in create repository = Repository(repository) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 76, in __init__ self.verify(path) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 97, in verify raise exceptions.InvalidRepositoryError(path) migrate.versioning.exceptions.InvalidRepositoryError: /root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate =============================================================================== [ERROR]: buildbot.test.regressions.test_import_unicode_changes.TestUnicodeChanges.testUnicodeChange Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/python/threadpool.py", line 207, in _worker result = context.call(ctx, function, *args, **kwargs) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.6/dist-packages/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/pool.py", line 108, in thd rv = callable(self.engine, *args, **kwargs) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 449, in thd version_control(engine) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 420, in version_control migrate.versioning.schema.ControlledSchema.create(engine, self.repo_path, version) File "/usr/lib/pymodules/python2.6/migrate/versioning/schema.py", line 128, in create repository = Repository(repository) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 76, in __init__ self.verify(path) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 97, in verify raise exceptions.InvalidRepositoryError(path) migrate.versioning.exceptions.InvalidRepositoryError: /root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate =============================================================================== [ERROR]: buildbot.test.unit.test_db_model.DBConnector_Basic.test_is_current_empty Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 125, in maybeDeferred result = f(*args, **kw) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 378, in thd repo = migrate.versioning.repository.Repository(self.repo_path) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 76, in __init__ self.verify(path) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 97, in verify raise exceptions.InvalidRepositoryError(path) migrate.versioning.exceptions.InvalidRepositoryError: /root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate =============================================================================== [ERROR]: buildbot.test.unit.test_db_model.DBConnector_Basic.test_is_current_full Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 125, in maybeDeferred result = f(*args, **kw) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 449, in thd version_control(engine) File "/root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py", line 420, in version_control migrate.versioning.schema.ControlledSchema.create(engine, self.repo_path, version) File "/usr/lib/pymodules/python2.6/migrate/versioning/schema.py", line 128, in create repository = Repository(repository) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 76, in __init__ self.verify(path) File "/usr/lib/pymodules/python2.6/migrate/versioning/repository.py", line 97, in verify raise exceptions.InvalidRepositoryError(path) migrate.versioning.exceptions.InvalidRepositoryError: /root/buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate ------------------------------------------------------------------------------- }}} '''Steps to reproduce''': {{{ git clone https://github.com/buildbot/buildbot.git cd buildbot/master python setup.py test #tests passed python setup.py sdist cd .. tar zxvf buildbot/master/dist/buildbot*.tar.gz cd buildbot-0.8.*/ python setup.py test #tests failed }}} '''Environment''': '''OS''': Debian Squeezy '''Software versions''': python(2.6), python-mock (0.6.0), python-jinja2 (2.5.5), python-twisted (10.1.0), python-sqlalchemy (0.6.3), python- migrate (0.6) '''List of files inside sdist tarball''': {{{ buildbot-0.8.4-pre-229-gd97698c/ buildbot-0.8.4-pre-229-gd97698c/README buildbot-0.8.4-pre-229-gd97698c/UPGRADING buildbot-0.8.4-pre-229-gd97698c/PKG-INFO buildbot-0.8.4-pre-229-gd97698c/CREDITS buildbot-0.8.4-pre-229-gd97698c/contrib/ buildbot-0.8.4-pre-229-gd97698c/contrib/git_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/coverage2text.py buildbot-0.8.4-pre-229-gd97698c/contrib/generate_changelog.py buildbot-0.8.4-pre-229-gd97698c/contrib/css/ buildbot-0.8.4-pre-229-gd97698c/contrib/css/sample2.css buildbot-0.8.4-pre-229-gd97698c/contrib/css/sample1.css buildbot-0.8.4-pre-229-gd97698c/contrib/post_build_request.py buildbot-0.8.4-pre-229-gd97698c/contrib/webhook_status.py buildbot-0.8.4-pre-229-gd97698c/contrib/init-scripts/ buildbot-0.8.4-pre-229-gd97698c/contrib/init-scripts/buildmaster.init.sh buildbot-0.8.4-pre-229-gd97698c/contrib/init-scripts/buildmaster.default buildbot-0.8.4-pre-229-gd97698c/contrib/svn_watcher.py buildbot-0.8.4-pre-229-gd97698c/contrib/run_maxq.py buildbot-0.8.4-pre-229-gd97698c/contrib/trac/ buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/ buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/templates/ buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/templates/bbw_builder.html buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/templates/bbw_welcome.html buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/templates/bbw_allbuilders.html buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/model.py buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/__init__.py buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/api.py buildbot-0.8.4-pre-229-gd97698c/contrib/trac/bbwatcher/web_ui.py buildbot-0.8.4-pre-229-gd97698c/contrib/trac/setup.py buildbot-0.8.4-pre-229-gd97698c/contrib/trac/README.md buildbot-0.8.4-pre-229-gd97698c/contrib/trac/TODO.md buildbot-0.8.4-pre-229-gd97698c/contrib/os-x/ buildbot-0.8.4-pre-229-gd97698c/contrib/os-x/README buildbot-0.8.4-pre-229-gd97698c/contrib/os-x/net.sourceforge.buildbot.master.plist buildbot-0.8.4-pre-229-gd97698c/contrib/buildbot_cvs_mail.py buildbot-0.8.4-pre-229-gd97698c/contrib/github_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/README.txt buildbot-0.8.4-pre-229-gd97698c/contrib/windows/ buildbot-0.8.4-pre-229-gd97698c/contrib/windows/buildbot_service.py buildbot-0.8.4-pre-229-gd97698c/contrib/windows/buildbot.bat buildbot-0.8.4-pre-229-gd97698c/contrib/googlecode_atom.py buildbot-0.8.4-pre-229-gd97698c/contrib/bzr_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/viewcvspoll.py buildbot-0.8.4-pre-229-gd97698c/contrib/buildbot_json.py buildbot-0.8.4-pre-229-gd97698c/contrib/bb_applet.py buildbot-0.8.4-pre-229-gd97698c/contrib/fakechange.py buildbot-0.8.4-pre-229-gd97698c/contrib/bitbucket_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/fix_changes_pickle_encoding.py buildbot-0.8.4-pre-229-gd97698c/contrib/svn_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/darcs_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/bk_buildbot.py buildbot-0.8.4-pre-229-gd97698c/contrib/svnpoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/ buildbot-0.8.4-pre-229-gd97698c/buildbot/locks.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/ buildbot-0.8.4-pre-229-gd97698c/buildbot/status/persistent_queue.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/ buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/status_json.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/feeds.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/files/ buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/files/robots.txt buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/files/default.css buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/files/favicon.ico buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/files/bg_gradient.jpg buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/ buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/build.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/buildslave.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/feed_atom10.xml buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/root.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/testresult.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/feed_rss20.xml buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/change_macros.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/logs.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/buildstatus.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/buildstep.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/grid_transposed.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/feed_description.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/change.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/forms.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/change_sources.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/onelineperbuildonebuilder.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/empty.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/buildslaves.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/waterfall.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/builder.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/authfail.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/grid_macros.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/jsonhelp.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/footer.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/layout.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/revmacros.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/build_line.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/about.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/waterfallhelp.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/console.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/box_macros.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/builders.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/onelineperbuild.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/directory.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/templates/grid.html buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/waterfall.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/buildstatus.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/slaves.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/change_hook.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/baseweb.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/console.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/build.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/step.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/root.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/about.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/olpb.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/tests.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/builder.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/changes.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/grid.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/logs.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/auth.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/hooks/ buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/hooks/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/hooks/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/hooks/github.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/web/authz.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/status_push.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/progress.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/tinderbox.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/words.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/client.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/builder.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/html.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/status_gerrit.py buildbot-0.8.4-pre-229-gd97698c/buildbot/status/mail.py buildbot-0.8.4-pre-229-gd97698c/buildbot/buildslave.py buildbot-0.8.4-pre-229-gd97698c/buildbot/VERSION buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/ buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/p4poller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/manager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/gerritchangesource.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/bonsaipoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/pb.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/hgbuildbot.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/changes.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/filter.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/gitpoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/mail.py buildbot-0.8.4-pre-229-gd97698c/buildbot/changes/svnpoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/pbutil.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/ buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/sample.cfg buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/startup.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/reconfig.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/runner.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/logwatcher.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scripts/checkconfig.py buildbot-0.8.4-pre-229-gd97698c/buildbot/manhole.py buildbot-0.8.4-pre-229-gd97698c/buildbot/scheduler.py buildbot-0.8.4-pre-229-gd97698c/buildbot/buildbot.png buildbot-0.8.4-pre-229-gd97698c/buildbot/ec2buildslave.py buildbot-0.8.4-pre-229-gd97698c/buildbot/buildrequest.py buildbot-0.8.4-pre-229-gd97698c/buildbot/pbmanager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/config.py buildbot-0.8.4-pre-229-gd97698c/buildbot/sourcestamp.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/ buildbot-0.8.4-pre-229-gd97698c/buildbot/process/factory.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/buildstep.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/botmaster.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/mtrlogobserver.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/buildrequest.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/build.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/slavebuilder.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/debug.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/builder.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/properties.py buildbot-0.8.4-pre-229-gd97698c/buildbot/process/subunitlogobserver.py buildbot-0.8.4-pre-229-gd97698c/buildbot/interfaces.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/ buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/basic.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/manager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/timed.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/trysched.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/triggerable.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/filter.py buildbot-0.8.4-pre-229-gd97698c/buildbot/schedulers/dependent.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/ buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/maxq.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/dummy.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/vstudio.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/source.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/trigger.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/ buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/rpm/ buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/rpm/rpmspec.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/rpm/rpmlint.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/rpm/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/package/rpm/rpmbuild.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/transfer.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/python.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/subunit.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/python_twisted.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/slave.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/shell.py buildbot-0.8.4-pre-229-gd97698c/buildbot/steps/master.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/ buildbot-0.8.4-pre-229-gd97698c/buildbot/test/test_extra_coverage.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/ buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/test_sourcestamp_revision.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/test_import_unicode_changes.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/regressions/test_shell_command_properties.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/ buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_sourcestamps.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_collections.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_web_links.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_gerritchangesource.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_loop.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_netstrings.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_steps_slave.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_eventual.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_timed_Periodic.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_master.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_p4poller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_manager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_misc.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_web_change_hook.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_changes.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_model.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_web_change_hooks_github.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_subscriptions.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_oldpaths.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_schedulers.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_builder_LogFileProducer.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_process_properties.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_pbmanager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_maildir.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_steps_source_Source.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_state.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_persistent_queue.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_builder.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_mail.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_filter.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_timed_Nightly.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_pool.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_gitpoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_connector.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_process_build.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_process_botmaster_BotMaster_cleanshutdown.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_process_buildstep.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_steps_source_Repo.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_timed_Timed.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_triggerable.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_bonsaipoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_util_ComparableMixin.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_steps_transfer.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_web_authz_Authz.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_enginestrategy.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_pb.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_basic.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_dependent.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_schedulers_trysched.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_status_mail_MailNotifier.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_db_buildsets.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_manager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/unit/test_changes_svnpoller.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/fake/ buildbot-0.8.4-pre-229-gd97698c/buildbot/test/fake/state.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/fake/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/fake/fakedb.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/fake/web.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/ buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/gpo.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/connector_component.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/changesource.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/change_import.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/scheduler.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/pbmanager.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/db.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/compat.py buildbot-0.8.4-pre-229-gd97698c/buildbot/test/util/dirs.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/ buildbot-0.8.4-pre-229-gd97698c/buildbot/util/subscription.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/loop.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/maildir.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/netstrings.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/eventual.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/collections.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/misc.py buildbot-0.8.4-pre-229-gd97698c/buildbot/util/monkeypatches.py buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/ buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/sendchange.py buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/debug.glade buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/tryclient.py buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/gtkPanes.py buildbot-0.8.4-pre-229-gd97698c/buildbot/clients/debug.py buildbot-0.8.4-pre-229-gd97698c/buildbot/master.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/ buildbot-0.8.4-pre-229-gd97698c/buildbot/db/enginestrategy.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/state.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/base.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/model.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/__init__.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/schedulers.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate/ buildbot-0.8.4-pre-229-gd97698c/buildbot/db/migrate/README buildbot-0.8.4-pre-229-gd97698c/buildbot/db/buildsets.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/exceptions.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/sourcestamps.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/changes.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/pool.py buildbot-0.8.4-pre-229-gd97698c/buildbot/db/connector.py buildbot-0.8.4-pre-229-gd97698c/buildbot/libvirtbuildslave.py buildbot-0.8.4-pre-229-gd97698c/MANIFEST.in buildbot-0.8.4-pre-229-gd97698c/setup.py buildbot-0.8.4-pre-229-gd97698c/NEWS buildbot-0.8.4-pre-229-gd97698c/docs/ buildbot-0.8.4-pre-229-gd97698c/docs/configuration.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/cfg-buildslaves.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/resources.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/cfg-global.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/cfg-interlocks.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/hexnut64.png buildbot-0.8.4-pre-229-gd97698c/docs/hexnut32.png buildbot-0.8.4-pre-229-gd97698c/docs/cust-changesources.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/installation.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/examples/ buildbot-0.8.4-pre-229-gd97698c/docs/examples/repo_gerrit.cfg buildbot-0.8.4-pre-229-gd97698c/docs/examples/hello.cfg buildbot-0.8.4-pre-229-gd97698c/docs/examples/twisted_master.cfg buildbot-0.8.4-pre-229-gd97698c/docs/cfg-schedulers.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/version.py buildbot-0.8.4-pre-229-gd97698c/docs/introduction.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/cfg-builders.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/Makefile buildbot-0.8.4-pre-229-gd97698c/docs/developer.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/buildbot.1 buildbot-0.8.4-pre-229-gd97698c/docs/cmdline.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/concepts.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/buildbot.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/customization.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/cfg-buildsteps.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/hexnut48.png buildbot-0.8.4-pre-229-gd97698c/docs/cfg-buildfactories.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/cfg-changesources.texinfo buildbot-0.8.4-pre-229-gd97698c/docs/images/ buildbot-0.8.4-pre-229-gd97698c/docs/images/slaves.ai buildbot-0.8.4-pre-229-gd97698c/docs/images/overview.ai buildbot-0.8.4-pre-229-gd97698c/docs/images/slaves.png buildbot-0.8.4-pre-229-gd97698c/docs/images/master.txt buildbot-0.8.4-pre-229-gd97698c/docs/images/master.svg buildbot-0.8.4-pre-229-gd97698c/docs/images/Makefile buildbot-0.8.4-pre-229-gd97698c/docs/images/master.ai buildbot-0.8.4-pre-229-gd97698c/docs/images/slaves.svg buildbot-0.8.4-pre-229-gd97698c/docs/images/status.png buildbot-0.8.4-pre-229-gd97698c/docs/images/overview.png buildbot-0.8.4-pre-229-gd97698c/docs/images/status.svg buildbot-0.8.4-pre-229-gd97698c/docs/images/overview.svg buildbot-0.8.4-pre-229-gd97698c/docs/images/status.ai buildbot-0.8.4-pre-229-gd97698c/docs/images/master.png buildbot-0.8.4-pre-229-gd97698c/docs/images/overview.txt buildbot-0.8.4-pre-229-gd97698c/docs/images/slaves.txt buildbot-0.8.4-pre-229-gd97698c/docs/images/icon.blend buildbot-0.8.4-pre-229-gd97698c/docs/images/status.txt buildbot-0.8.4-pre-229-gd97698c/docs/cfg-statustargets.texinfo buildbot-0.8.4-pre-229-gd97698c/COPYING buildbot-0.8.4-pre-229-gd97698c/bin/ buildbot-0.8.4-pre-229-gd97698c/bin/buildbot }}} -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Mar 8 01:56:57 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 7 Mar 2011 17:56:57 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] df443b: Handle localstr class encoding in hgbuildbot.py. Message-ID: <20110308015657.5CEAC4231A@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: df443b6883493129b1f9b23893b4be13872ffbc0 https://github.com/buildbot/buildbot/commit/df443b6883493129b1f9b23893b4be13872ffbc0 Author: Mark Wielaard Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/changes/hgbuildbot.py Log Message: ----------- Handle localstr class encoding in hgbuildbot.py. In Mercurial post-1.7, some strings might be stored as a encoding.localstr class. encoding.fromlocal will translate those back to UTF-8 strings. From noreply at github.com Tue Mar 8 02:16:08 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 7 Mar 2011 18:16:08 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 12a49b: hush pyflakes Message-ID: <20110308021608.58DF542309@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 12a49b8633b6773b3c45931b4f3809568cd06e5a https://github.com/buildbot/buildbot/commit/12a49b8633b6773b3c45931b4f3809568cd06e5a Author: Amber Yust Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/changes/hgbuildbot.py Log Message: ----------- hush pyflakes From nobody at buildbot.net Tue Mar 8 05:11:34 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 08 Mar 2011 05:11:34 -0000 Subject: [Buildbot-commits] [Buildbot] #1861: github hook should optionally ignore distinct=false Message-ID: <038.28bd8207d25cfc78c10bb532db1c009b@buildbot.net> #1861: github hook should optionally ignore distinct=false ------------------------+------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.4 Version: 0.8.3p1 | Keywords: git ------------------------+------------------- See https://github.com/blog/807-new-and-improved-service-hook-payloads non-distinct commits are likely to have already been built, and thus not need to be built again. Also, we should ignore branch deletions. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 8 05:43:59 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 08 Mar 2011 05:43:59 -0000 Subject: [Buildbot-commits] [Buildbot] #1830: ER : Add a warning for logfiles if the log file does not exist or is not found In-Reply-To: <039.372e33a57b836ef962d4796cba2c0ee3@buildbot.net> References: <039.372e33a57b836ef962d4796cba2c0ee3@buildbot.net> Message-ID: <054.7421d30f82516b1cc5e9b0fb257c2708@buildbot.net> #1830: ER : Add a warning for logfiles if the log file does not exist or is not found ------------------------+-------------------- Reporter: darshie | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.4 Version: 0.8.3 | Resolution: Keywords: | ------------------------+-------------------- Changes (by dustin): * keywords: shellCommand, logfiles => * milestone: undecided => 0.8.4 Old description: > I've noticed that there is no warning in the logs if i try to read a log > file from disk using logfiles. > > f.addStep(ShellCommand( > command=["make", "test"], > logfiles={"disk_log": > "/slavebot/testbuild/test.log"})) > > In this case if the file cannot be found, an empty file called test.log > will be created and added to the waterfall page. > > Would be useful to have a warning in the logs so is possible to know if > the file exist or not, and troubleshoot why a log file is not displayed > in the waterfall page, instead than just showing an empty file. > > Thanks New description: I've noticed that there is no warning in the logs if i try to read a log file from disk using logfiles. {{{ f.addStep(ShellCommand( command=["make", "test"], logfiles={"disk_log": "/slavebot/testbuild/test.log"})) }}} In this case if the file cannot be found, an empty file called test.log will be created and added to the waterfall page. Would be useful to have a warning in the logs so is possible to know if the file exist or not, and troubleshoot why a log file is not displayed in the waterfall page, instead than just showing an empty file. Thanks -- -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 8 05:44:23 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 08 Mar 2011 05:44:23 -0000 Subject: [Buildbot-commits] [Buildbot] #1850: Possibility to display the branch of the changes in the changes waterfall column In-Reply-To: <040.126db59196919bc45475d560861b1e4b@buildbot.net> References: <040.126db59196919bc45475d560861b1e4b@buildbot.net> Message-ID: <055.8767f77c79a44683970009b3cb89d8ac@buildbot.net> #1850: Possibility to display the branch of the changes in the changes waterfall column ------------------------+-------------------- Reporter: ykoehler | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.3 | Resolution: Keywords: web | ------------------------+-------------------- Changes (by dustin): * keywords: display web status waterfall changes => web -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 8 05:44:41 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 08 Mar 2011 05:44:41 -0000 Subject: [Buildbot-commits] [Buildbot] #1814: Make Buildbot more awesome. In-Reply-To: <037.ab1167a7230acbc697f72ef23bfaa5ba@buildbot.net> References: <037.ab1167a7230acbc697f72ef23bfaa5ba@buildbot.net> Message-ID: <052.e01c94f436a87bd8e39a5adf64d8e96b@buildbot.net> #1814: Make Buildbot more awesome. ------------------------+----------------------- Reporter: ayust | Owner: djmitche Type: enhancement | Status: new Priority: critical | Milestone: ongoing Version: master | Resolution: Keywords: | ------------------------+----------------------- Changes (by dustin): * keywords: car chases, explosions, high-tech sounds => -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 8 05:44:54 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 08 Mar 2011 05:44:54 -0000 Subject: [Buildbot-commits] [Buildbot] #1799: Fix pipe symbol with ^ workaround In-Reply-To: <036.70f4fc784899f73c738eab2f8aaa9bdc@buildbot.net> References: <036.70f4fc784899f73c738eab2f8aaa9bdc@buildbot.net> Message-ID: <051.3d09676938326a590d576d65fa898b97@buildbot.net> #1799: Fix pipe symbol with ^ workaround --------------------+------------------ Reporter: todd | Owner: Type: defect | Status: new Priority: major | Milestone: Version: 0.8.3p1 | Resolution: Keywords: windows | --------------------+------------------ Changes (by dustin): * keywords: vc10, pipe, windows, shell => windows -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Mar 8 05:45:04 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 08 Mar 2011 05:45:04 -0000 Subject: [Buildbot-commits] [Buildbot] #1862: upstream patches from debian buildbot packaging Message-ID: <038.5539747047223b3d65b64bbf5a8caa97@buildbot.net> #1862: upstream patches from debian buildbot packaging ------------------------+------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.4 Version: 0.8.3p1 | Keywords: ------------------------+------------------- https://github.com/jollyroger/debian-buildbot/tree/master/debian/patches * documentation-related patches look good * initscripts and interpreters are fairly debian-specific and can stay downstream * prohibiting running tests as root is just paternalistic, so we could upstream that patch -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Mar 8 06:08:59 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 7 Mar 2011 22:08:59 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5e5f12: flush old slave properties when reconfigging Message-ID: <20110308060859.E6A9342307@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5e5f12002c7b01c8dcc90a4e6374cbb9627389ae https://github.com/buildbot/buildbot/commit/5e5f12002c7b01c8dcc90a4e6374cbb9627389ae Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/buildslave.py Log Message: ----------- flush old slave properties when reconfigging Commit: c283402cd5cc6f80a299a4a12b6153012a83d264 https://github.com/buildbot/buildbot/commit/c283402cd5cc6f80a299a4a12b6153012a83d264 Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/buildslave.py Log Message: ----------- only assume info_unavailable for NoSuchMethod, rather than any failure Commit: 8d0d49e5ee9339354e0820fdc16aa5d21c21a4ce https://github.com/buildbot/buildbot/commit/8d0d49e5ee9339354e0820fdc16aa5d21c21a4ce Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/buildslave.py Log Message: ----------- return the deferred from get_version Commit: 385d8bc5a8bd1a8f561bbd35dd48138831c8d48b https://github.com/buildbot/buildbot/commit/385d8bc5a8bd1a8f561bbd35dd48138831c8d48b Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/buildslave.py Log Message: ----------- define a virtual method in the base class for clarity Compare: https://github.com/buildbot/buildbot/compare/12a49b8...385d8bc From noreply at github.com Tue Mar 8 06:24:31 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 7 Mar 2011 22:24:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 71d4ac: handle errors for substantiation_deferred better Message-ID: <20110308062431.4D531422B5@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 71d4acd65fe60f7f047b21a36ed5530f105991eb https://github.com/buildbot/buildbot/commit/71d4acd65fe60f7f047b21a36ed5530f105991eb Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/buildslave.py Log Message: ----------- handle errors for substantiation_deferred better Commit: 2c12d322debbfb6aa11ddb5f70e01ae52e7bff44 https://github.com/buildbot/buildbot/commit/2c12d322debbfb6aa11ddb5f70e01ae52e7bff44 Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/buildslave.py Log Message: ----------- handle errors from AbstractLatengBuildSlave._substantiate Compare: https://github.com/buildbot/buildbot/compare/385d8bc...2c12d32 From noreply at github.com Tue Mar 8 06:29:39 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 7 Mar 2011 22:29:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6b7aa5: remove some TODOs, use log.err instead of print Message-ID: <20110308062939.862F8422C9@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6b7aa5cea71c12854c0655f6ffb7f0306f68eeca https://github.com/buildbot/buildbot/commit/6b7aa5cea71c12854c0655f6ffb7f0306f68eeca Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- remove some TODOs, use log.err instead of print Commit: 8b639826bf3b4ef6627ae30e859111fcdc9d251b https://github.com/buildbot/buildbot/commit/8b639826bf3b4ef6627ae30e859111fcdc9d251b Author: Dustin J. Mitchell Date: 2011-03-07 (Mon, 07 Mar 2011) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- remove unused method Compare: https://github.com/buildbot/buildbot/compare/2c12d32...8b63982 From nobody at buildbot.net Wed Mar 9 08:55:07 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 09 Mar 2011 08:55:07 -0000 Subject: [Buildbot-commits] [Buildbot] #1863: Make it easier to embed current build status into external web pages Message-ID: <036.34097377a2d4c245b72c0083092f5c2e@buildbot.net> #1863: Make it easier to embed current build status into external web pages ------------------------+----------------------- Reporter: deng | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.3p1 | Keywords: ------------------------+----------------------- For the CEDET project, I wanted to embed the current build status on the project's web page, which is hosted on another webserver than the buildbot. I had to use an ugly kludge using multiple iframes, each of the form {{{