monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Help request with buildbot for monotone


From: Richard Levitte
Subject: Re: [Monotone-devel] Help request with buildbot for monotone
Date: Mon, 09 Jul 2007 12:46:00 +0200 (CEST)

In message <address@hidden> on Mon, 09 Jul 2007 11:16:37 +0200, Markus 
Schiltknecht <address@hidden> said:

markus> The relevant snipped from my 'master.cfg':
markus> 
markus> builders = []
markus> 
markus> from buildbot.process import factory
markus> from buildbot.steps.shell import ShellCommand, Configure, Compile, Test
markus> from buildbot.steps.source import Monotone
markus> from buildbot.steps.shell import Compile
markus> from buildbot.steps.python_twisted import Trial
markus> 
markus> f1 = factory.BuildFactory()
markus> f1.addStep(Monotone, server_addr='localhost', 
markus> branch='net.venge.monotone', monotone='mtn')
markus> f1.addStep(ShellCommand, command=["autoreconf", "-i"])
markus> f1.addStep(Configure)
markus> f1.addStep(Compile)
markus> f1.addStep(Test, command=["make", "check"])
markus> 
markus> my_slave = {
markus>         'name': "test_slave_name",
markus>         'slavename': "test_slave",
markus>         'builddir': "my_build_dir",
markus>         'factory': f1,
markus>         }
markus> 
markus> c['builders'] = [my_slave]

That looks exactly like mine, modulo some name changes ;-)

My master log currently looks like this:

2007/07/07 19:38 +0200 [-] Log opened.
2007/07/07 19:38 +0200 [-] twistd 2.5.0 (/usr/bin/python 2.4.4) starting up
2007/07/07 19:38 +0200 [-] reactor class: <class 
'twisted.internet.selectreactor.SelectReactor'>
2007/07/07 19:38 +0200 [-] Loading buildbot.tac...
2007/07/07 19:38 +0200 [-] Loaded.
2007/07/07 19:38 +0200 [-] loading configuration from 
/var/lib/monotone/buildbot/master.cfg
2007/07/07 19:38 +0200 [-] adding new builder i386-debian-testing for category 
None
2007/07/07 19:38 +0200 [-] trying to load status pickle from 
/var/lib/monotone/buildbot/full/builder
2007/07/07 19:38 +0200 [-] added builder i386-debian-testing in category None
2007/07/07 19:38 +0200 [-] adding IStatusReceiver <Waterfall on port tcp:8010>
2007/07/07 19:38 +0200 [-] twisted.web.server.Site starting on 8010
2007/07/07 19:38 +0200 [-] Starting factory <twisted.web.server.Site instance 
at 0xb74b780c>
2007/07/07 19:38 +0200 [-] loadConfig_Sources, change_svc is 
<buildbot.changes.changes.ChangeMaster instance at 0xb758f04c> 
<buildbot.master.BuildMaster instance at 0xb77218ec>
2007/07/07 19:38 +0200 [-] twisted.spread.pb.PBServerFactory starting on 9001
2007/07/07 19:38 +0200 [-] Starting factory <twisted.spread.pb.PBServerFactory 
instance at 0xb77292ec>
2007/07/07 19:38 +0200 [-] BuildMaster listening on port tcp:9001
2007/07/07 19:38 +0200 [-] configuration update started
2007/07/07 19:38 +0200 [-] configuration update complete
2007/07/07 19:38 +0200 [-] maybeStartBuild <Builder 'i386-debian-testing' at 
-1219213428>: [] []
2007/07/07 19:39 +0200 [Broker,0,127.0.0.1] Got slaveinfo from 
'i386-debian-testing'
2007/07/07 19:39 +0200 [Broker,0,127.0.0.1] bot attached
2007/07/07 19:39 +0200 [Broker,0,127.0.0.1] Buildslave i386-debian-testing 
attached to i386-debian-testing
2007/07/07 19:39 +0200 [-] maybeStartBuild <Builder 'i386-debian-testing' at 
-1219213428>: [] [<buildbot.process.builder.SlaveBuilder instance at 
0xb74c016c>]
2007/07/07 19:48 +0200 [HTTPChannel,0,88.64.183.249] 88.64.183.249 - - 
[07/Jul/2007:17:48:20 +0000] "GET / HTTP/1.1" 200 3850 "-" "Mozilla/5.0 
(compatible; Konqueror/3.5; Linux 2.6.21-1.3228_1.fc7.cubbi_suspend2) 
KHTML/3.5.7 (like Gecko)"
2007/07/07 19:48 +0200 [HTTPChannel,0,88.64.183.249] 88.64.183.249 - - 
[07/Jul/2007:17:48:26 +0000] "GET /changes HTTP/1.1" 200 351 
"http://monotone.ca:8010/"; "Mozilla/5.0 (compatible; Konqueror/3.5; Linux 
2.6.21-1.3228_1.fc7.cubbi_suspend2) KHTML/3.5.7 (like Gecko)"
2007/07/07 19:55 +0200 [HTTPChannel,1,84.185.109.65] 84.185.109.65 - - 
[07/Jul/2007:17:55:05 +0000] "GET / HTTP/1.1" 200 3850 "-" "Mozilla/5.0 
(Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/522.11 (KHTML, like Gecko) 
Version/3.0.2 Safari/522.12"
2007/07/07 19:55 +0200 [HTTPChannel,1,84.185.109.65] 84.185.109.65 - - 
[07/Jul/2007:17:55:06 +0000] "GET /favicon.ico HTTP/1.1" 200 783 
"http://monotone.ca:8010/"; "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) 
AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12"
2007/07/07 19:55 +0200 [HTTPChannel,2,84.185.109.65] 84.185.109.65 - - 
[07/Jul/2007:17:55:06 +0000] "GET /buildbot.css HTTP/1.1" 200 606 
"http://monotone.ca:8010/"; "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) 
AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12"
2007/07/07 20:11 +0200 [HTTPChannel,3,88.156.139.148] 88.156.139.148 - - 
[07/Jul/2007:18:11:37 +0000] "GET / HTTP/1.1" 200 3850 "-" "Mozilla/5.0 (X11; 
U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070531 PLDLinux/2.0.0.4"
2007/07/07 20:11 +0200 [HTTPChannel,3,88.156.139.148] 88.156.139.148 - - 
[07/Jul/2007:18:11:37 +0000] "GET /buildbot.css HTTP/1.1" 200 606 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.8.1.4) Gecko/20070531 PLDLinux/2.0.0.4"
2007/07/07 20:11 +0200 [HTTPChannel,3,88.156.139.148] 88.156.139.148 - - 
[07/Jul/2007:18:11:38 +0000] "GET /favicon.ico HTTP/1.1" 200 783 "-" 
"Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070531 
PLDLinux/2.0.0.4"
2007/07/07 20:44 +0200 [HTTPChannel,4,88.64.183.249] 88.64.183.249 - - 
[07/Jul/2007:18:44:07 +0000] "GET /changes HTTP/1.1" 200 351 "-" "Mozilla/5.0 
(compatible; Konqueror/3.5; Linux 2.6.21-1.3228_1.fc7.cubbi_suspend2) 
KHTML/3.5.7 (like Gecko)"
2007/07/08 08:18 +0200 [HTTPChannel,5,64.81.72.99] 64.81.72.99 - - 
[08/Jul/2007:06:18:58 +0000] "GET / HTTP/1.1" 200 3890 
"http://mail.google.com/mail/?view=page&name=gp&ver=sh3fib53pgpk"; "Mozilla/5.0 
(X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 
(Ubuntu-feisty)"
2007/07/08 08:18 +0200 [HTTPChannel,6,64.81.72.99] 64.81.72.99 - - 
[08/Jul/2007:06:18:59 +0000] "GET /buildbot.css HTTP/1.1" 200 606 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)"
2007/07/08 08:18 +0200 [HTTPChannel,5,64.81.72.99] 64.81.72.99 - - 
[08/Jul/2007:06:18:59 +0000] "GET /favicon.ico HTTP/1.1" 200 783 "-" 
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 
Firefox/2.0.0.4 (Ubuntu-feisty)"
2007/07/09 00:00 +0200 [HTTPChannel,7,82.183.134.65] 82.183.134.65 - - 
[08/Jul/2007:22:00:22 +0000] "GET / HTTP/1.1" 200 3890 "-" "Mozilla/5.0 (X11; 
Linux i686; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.20"
2007/07/09 00:00 +0200 [HTTPChannel,8,82.183.134.65] 82.183.134.65 - - 
[08/Jul/2007:22:00:26 +0000] "GET /buildbot.css HTTP/1.1" 200 606 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.0) 
Gecko/20060728 Firefox/1.5.0 Opera 9.20"
2007/07/09 00:00 +0200 [HTTPChannel,9,82.183.134.65] 82.183.134.65 - - 
[08/Jul/2007:22:00:33 +0000] "GET /favicon.ico HTTP/1.1" 200 783 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.0) 
Gecko/20060728 Firefox/1.5.0 Opera 9.20"
2007/07/09 04:54 +0200 [HTTPChannel,10,203.24.97.254] 203.24.97.254 - - 
[09/Jul/2007:02:54:16 +0000] "GET / HTTP/1.0" 200 3890 "-" "Mozilla/5.0 
(Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/522+ (KHTML, like Gecko) 
Safari/419.3"
2007/07/09 04:54 +0200 [HTTPChannel,11,203.24.97.254] 203.24.97.254 - - 
[09/Jul/2007:02:54:17 +0000] "GET /buildbot.css HTTP/1.0" 200 606 
"http://monotone.ca:8010/"; "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) 
AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3"
2007/07/09 04:54 +0200 [HTTPChannel,12,203.24.97.254] 203.24.97.254 - - 
[09/Jul/2007:02:54:17 +0000] "GET /favicon.ico HTTP/1.0" 200 783 
"http://monotone.ca:8010/"; "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) 
AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3"
2007/07/09 10:25 +0200 [HTTPChannel,13,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:16 +0000] "GET / HTTP/1.1" 200 3890 "-" "Mozilla/5.0 (X11; 
U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 
(Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [HTTPChannel,14,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:16 +0000] "GET /buildbot.css HTTP/1.1" 200 606 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [HTTPChannel,13,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:16 +0000] "GET /favicon.ico HTTP/1.1" 200 783 "-" 
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 
Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [HTTPChannel,14,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:21 +0000] "GET /i386-debian-testing HTTP/1.1" 200 1898 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [HTTPChannel,13,213.221.101.147] web ping of builder 
'i386-debian-testing'
2007/07/09 10:25 +0200 [HTTPChannel,13,213.221.101.147] sending ping
2007/07/09 10:25 +0200 [HTTPChannel,13,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:28 +0000] "GET /i386-debian-testing/ping? HTTP/1.1" 302 182 
"http://monotone.ca:8010/i386-debian-testing"; "Mozilla/5.0 (X11; U; Linux i686; 
en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [Broker,0,127.0.0.1] ping finished: success
2007/07/09 10:25 +0200 [HTTPChannel,14,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:28 +0000] "GET / HTTP/1.1" 200 4086 
"http://monotone.ca:8010/i386-debian-testing"; "Mozilla/5.0 (X11; U; Linux i686; 
en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [HTTPChannel,13,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:34 +0000] "GET /changes HTTP/1.1" 200 351 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 10:25 +0200 [HTTPChannel,14,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:08:25:37 +0000] "GET /i386-debian-testing HTTP/1.1" 200 1898 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:10 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:10:56 +0000] "GET / HTTP/1.1" 200 4157 "-" "Mozilla/5.0 (X11; 
U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 
(Debian-2.0.0.4-0etch1)"
2007/07/09 11:11 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:11:09 +0000] "GET /changes HTTP/1.1" 200 351 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:12:21 +0000] "GET /i386-debian-testing HTTP/1.1" 200 1898 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] web forcebuild of 
builder 'i386-debian-testing', branch='', revision=''
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] maybeStartBuild 
<Builder 'i386-debian-testing' at -1219213428>: 
[<buildbot.process.base.BuildRequest instance at 0xb74cb70c>] 
[<buildbot.process.builder.SlaveBuilder instance at 0xb74c016c>]
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] <Builder 
'i386-debian-testing' at -1219213428>: want to start build, but we don't have a 
remote
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:12:32 +0000] "GET 
/i386-debian-testing/force?username=Markus+Schiltknecht&comments=trying+buildbot+config&branch=&revision=
 HTTP/1.1" 302 182 "http://monotone.ca:8010/i386-debian-testing"; "Mozilla/5.0 
(X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 
(Debian-2.0.0.4-0etch1)"
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:12:32 +0000] "GET / HTTP/1.1" 200 4172 
"http://monotone.ca:8010/i386-debian-testing"; "Mozilla/5.0 (X11; U; Linux i686; 
en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:12:37 +0000] "GET / HTTP/1.1" 200 4172 
"http://monotone.ca:8010/i386-debian-testing"; "Mozilla/5.0 (X11; U; Linux i686; 
en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:12 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:12:37 +0000] "GET /buildbot.css HTTP/1.1" 304 - 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:14 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:14:11 +0000] "GET / HTTP/1.1" 200 4172 
"http://monotone.ca:8010/i386-debian-testing"; "Mozilla/5.0 (X11; U; Linux i686; 
en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"
2007/07/09 11:14 +0200 [HTTPChannel,15,213.221.101.147] 213.221.101.147 - - 
[09/Jul/2007:09:14:11 +0000] "GET /buildbot.css HTTP/1.1" 304 - 
"http://monotone.ca:8010/"; "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) 
Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)"


The slave log file looks like this:

2007/07/07 19:39 +0200 [Broker,client] message from master: attached
2007/07/07 19:39 +0200 [Broker,client] I have a leftover directory 'info' that 
is not being used by the buildmaster: you can delete it now
2007/07/07 19:39 +0200 [Broker,client] 
SlaveBuilder.remote_print(i386-debian-testing): message from master: attached
2007/07/07 19:39 +0200 [Broker,client] sending application-level keepalives 
every 600 seconds
2007/07/07 19:49 +0200 [-] sending app-level keepalive
[ ... a large bunch of messages, all looking like the last one above ...]
2007/07/09 10:19 +0200 [-] sending app-level keepalive
2007/07/09 10:25 +0200 [Broker,client] 
SlaveBuilder.remote_print(i386-debian-testing): message from master: ping
2007/07/09 10:25 +0200 [Broker,client] SlaveBuilder.remote_ping(<SlaveBuilder 
'i386-debian-testing' at -1218905812>)
2007/07/09 10:29 +0200 [-] sending app-level keepalive
[...]

Cheers,
Richard

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte                         address@hidden
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]