<html><body><div style="font-family: Courier New; font-size: 12pt; color: #000000"><div data-marker="__QUOTED_TEXT__"><div style="font-family: Courier New; font-size: 12pt; color: #000000;" data-mce-style="font-family: Courier New; font-size: 12pt; color: #000000;"><div><div><div style="font-family: courier new; font-size: 12pt; color: #000000;" data-mce-style="font-family: courier new; font-size: 12pt; color: #000000;"><div><div>Hi All,<br></div><br><div>I'm using <strong>buildbot 8.12</strong> and I'm trying to setup a try build for the first time.<br></div><div>In my master.py configuration I added the following:<br></div><br><div><strong>test_try_scheduler = schedulers.Try_Userpass (</strong><br><strong>    name = "try_sceduler",</strong><br><strong>    builderNames = [ eds_cucm_trunk_centos6_64b_builder.name, </strong><br><strong>                     eds_cucm_curr_stable_centos6_64b_builder.name ],</strong><br><strong>    port = 8031,</strong><br><strong>    userpass=[("alice","pw1"), ("bob", "pw2")] )</strong><br></div><div><strong>c['schedulers'].append( test_try_scheduler )</strong></div><div>    <br>Running the try command to get the builder names works fine:</div><div><strong>$ buildbot try --get-builder-names --connect=pb --master=<master_ip>:8031 --username=alice --passwd=pw1</strong><br><strong>using 'pb' connect method</strong><br><strong>The following builders are available for the try scheduler: </strong><br><strong>eds_cucm_trunk_centos6_64b</strong><br><strong>eds_cucm_curr_stable_centos6_64b</strong><br></div><br><div>I then tried running my first try build as follows:<br></div><div><br data-mce-bogus="1"></div><div>$ buildbot try --connect=pb --vc=svn --master=<master_ip>:8031 --username=alice --passwd=pw1 -C "try build # 1" -b eds_cucm_curr_stable_centos6_64b --dryrun --wait <br>--topdir=<local_src_dir><br><br>using 'pb' connect method<br>job created<br>Job:<br>    Repository: <local_src_dir><br>    Project: <br>    Branch: None<br>    Revision: 8015<br>    Builders: ['eds_cucm_curr_stable_centos6_64b']<br>Index: main.cpp<br>===================================================================<br>--- main.cpp    (revision 8015)<br>+++ main.cpp    (working copy)<br>@@ -44,6 +44,8 @@<br> <br> int main(int argc, char *argv[])<br> {<br>+    qDebug() << "This is a try build test" ;<br>+<br>     if (argc == 2)<br>     {<br>         if ( QString(argv[1]) == "-t" )<br><br>job has been delivered<br>contacting the status port at 192.168.23.200:8031<br>Unhandled error in Deferred:<br>Unhandled Error<br><strong>Traceback from remote host -- Traceback (most recent call last):</strong><br><strong>Failure: twisted.cred.error.UnauthorizedLogin: </strong><br><strong>twisted.cred.error.UnauthorizedLogin: </strong><br></div></div><br><div>what am I doing wrong? I assume this is not really an authentication error, as the <strong>--get-builder-names</strong> works fine.<br></div><br><div>Many thanks<br></div><div>Sergio<br></div><div><br><div>-- <br>Sergio Borghese<br>Senior Software Engineer<br>NetResults S.r.l. <br>Via Agostino Bassi 5, 56121 Ospedaletto (Pi), Italy<br>Tel.: +39.050.316.3658<br>web: <span class="Object" id="OBJ_PREFIX_DWT155_com_zimbra_url"><a target="_blank" href="http://www.netresults.it">www.netresults.it</a></span><br></div></div></div></div></div></div><br></div></div></body></html>