Hi guys,
This is buildbot speaking. I have finished a build of jallib-bee on jallib.
Buildslave for this Build: sebbot
Build Reason: The web-page 'force build' button was pressed by 'matt': bee
Build Source Stamp: [branch jallib-bee] HEAD
Blamelist:
BUILD FAILED: exception svn
Logs are attached.
sincerely,
-The Buildbot
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.
<style type="text/css">
p.error {
color: red;
font-family: Verdana, Arial, helvetica, sans-serif;
font-weight: bold;
}
div {
font-family: Verdana, Arial, helvetica, sans-serif;
}
div.stackTrace {
}
div.frame {
padding: 1em;
background: white;
border-bottom: thin black dashed;
}
div.firstFrame {
padding: 1em;
background: white;
border-top: thin black dashed;
border-bottom: thin black dashed;
}
div.location {
}
div.snippet {
margin-bottom: 0.5em;
margin-left: 1em;
background: #FFFFDD;
}
div.snippetHighlightLine {
color: red;
}
span.code {
font-family: "Courier New", courier, monotype;
}
span.function {
font-weight: bold;
font-family: "Courier New", courier, monotype;
}
table.variables {
border-collapse: collapse;
margin-left: 1em;
}
td.varName {
vertical-align: top;
font-weight: bold;
padding-left: 0.5em;
padding-right: 0.5em;
}
td.varValue {
padding-left: 0.5em;
padding-right: 0.5em;
}
div.variables {
margin-bottom: 0.5em;
}
span.heading {
font-weight: bold;
}
div.dict {
background: #cccc99;
padding: 2px;
float: left;
}
td.dictKey {
background: #ffff99;
font-weight: bold;
}
td.dictValue {
background: #ffff99;
}
div.list {
background: #7777cc;
padding: 2px;
float: left;
}
div.listItem {
background: #9999ff;
}
div.instance {
background: #cc7777;
padding: 2px;
float: left;
}
span.instanceName {
font-weight: bold;
display: block;
}
span.instanceRepr {
background: #ff9999;
font-family: "Courier New", courier, monotype;
}
div.function {
background: orange;
font-weight: bold;
float: left;
}
</style>
<a href="#tbend">
<p class="error"><type 'exceptions.AssertionError'>: </p>
</a><div class="stackTrace"><div class="firstFrame">
<div
class="location">/home/mattschinkel/3rdparty/lib/buildbot/process/buildstep.py,
line 705 in <span class="function">_startStep_2</span></div>
<div class="snippet">
<div class="snippetLine"><span class="lineno">703</span><span
class="code"> self.step_status.stepStarted()</span></div>
<div class="snippetLine"><span class="lineno">704</span><span
class="code"> try:</span></div>
<div class="snippetHighlightLine"><span class="lineno">705</span><span
class="code"> skip =
self.start()</span></div>
<div class="snippetLine"><span class="lineno">706</span><span
class="code"> if skip ==
SKIPPED:</span></div>
</div><div class="variables"><b>Self</b><table class="variables">
<tr class="varRow"><td class="varName">step_status</td><td
class="varValue"><div class="instance"><span
class="instanceName">buildbot.status.builder.BuildStepStatus instance @
0xf633986cL</span>
<span
class="instanceRepr"><buildbot.status.builder.BuildStepStatus instance at
0xf633986c></span></div>
</td></tr>
</table></div><div class="variables"><b>Locals</b><table class="variables">
<tr class="varRow"><td class="varName">self</td><td class="varValue"><div
class="instance"><span class="instanceName">buildbot.steps.source.SVN instance
@ 0xf62b614cL</span>
<span class="instanceRepr"><buildbot.steps.source.SVN instance
at 0xf62b614c></span></div>
</td></tr>
</table></div><div class="variables"><b>Globals</b><table class="variables">
<tr class="varRow"><td class="varName">SKIPPED</td><td
class="varValue"><code>3</code></td></tr>
</table></div></div><div class="frame">
<div class="location">/home/mattschinkel/3rdparty/lib/buildbot/steps/source.py,
line 184 in <span class="function">start</span></div>
<div class="snippet">
<div class="snippetLine"><span class="lineno">182</span><span
class="code"> self.addCompleteLog("patch",
patch[1])</span></div>
<div class="snippetLine"><span class="lineno">183</span><span
class="code"></span></div>
<div class="snippetHighlightLine"><span class="lineno">184</span><span
class="code"> self.startVC(branch, revision,
patch)</span></div>
<div class="snippetLine"><span class="lineno">185</span><span
class="code"></span></div>
</div><div class="variables"><b>Locals</b><table class="variables">
<tr class="varRow"><td class="varName">patch</td><td
class="varValue"><code>None</code></td></tr>
<tr class="varRow"><td class="varName">self</td><td class="varValue"><div
class="instance"><span class="instanceName">buildbot.steps.source.SVN instance
@ 0xf62b614cL</span>
<span class="instanceRepr"><buildbot.steps.source.SVN instance
at 0xf62b614c></span></div>
</td></tr>
<tr class="varRow"><td class="varName">branch</td><td
class="varValue">'jallib-bee'</td></tr>
<tr class="varRow"><td class="varName">revision</td><td
class="varValue"><code>None</code></td></tr>
</table></div></div><div class="frame">
<div class="location">/home/mattschinkel/3rdparty/lib/buildbot/steps/source.py,
line 455 in <span class="function">startVC</span></div>
<div class="snippet">
<div class="snippetLine"><span class="lineno">453</span><span
class="code"></span></div>
<div class="snippetLine"><span class="lineno">454</span><span
class="code"> if self.svnurl:</span></div>
<div class="snippetHighlightLine"><span class="lineno">455</span><span
class="code"> assert not branch # we need
baseURL= to use branches</span></div>
<div class="snippetLine"><span class="lineno">456</span><span
class="code"> self.args['svnurl'] =
self.svnurl</span></div>
</div><div class="variables"><b>Self</b><table class="variables">
<tr class="varRow"><td class="varName">args</td><td class="varValue"><div
class="dict"><span class="heading">Dictionary instance @
0xf5e25a44L</span><table class="dict"><tr><td class="dictKey">'patch'</td><td
class="dictValue"><code>None</code></td></tr><tr><td
class="dictKey">'workdir'</td><td class="dictValue">'build'</td></tr><tr><td
class="dictKey">'mode'</td><td class="dictValue">'update'</td></tr><tr><td
class="dictKey">'timeout'</td><td
class="dictValue"><code>1200</code></td></tr><tr><td
class="dictKey">'retry'</td><td
class="dictValue"><code>None</code></td></tr></table></div></td></tr>
<tr class="varRow"><td class="varName">svnurl</td><td
class="varValue">'https://github.com/jallib/Jallib.git/trunk/'</td></tr>
</table></div><div class="variables"><b>Locals</b><table class="variables">
<tr class="varRow"><td class="varName">branch</td><td
class="varValue">'jallib-bee'</td></tr>
<tr class="varRow"><td class="varName">self</td><td class="varValue"><div
class="instance"><span class="instanceName">buildbot.steps.source.SVN instance
@ 0xf62b614cL</span>
<span class="instanceRepr"><buildbot.steps.source.SVN instance
at 0xf62b614c></span></div>
</td></tr>
</table></div></div></div><a name="tbend"> </a>
<p class="error"><type 'exceptions.AssertionError'>: </p>
Traceback (most recent call last):
File "/home/mattschinkel/3rdparty/lib/buildbot/process/buildstep.py", line
682, in startStep
d.addCallback(self._startStep_2)
File "/home/mattschinkel/3rdparty/lib/twisted/internet/defer.py", line 191,
in addCallback
callbackKeywords=kw)
File "/home/mattschinkel/3rdparty/lib/twisted/internet/defer.py", line 182,
in addCallbacks
self._runCallbacks()
File "/home/mattschinkel/3rdparty/lib/twisted/internet/defer.py", line 317,
in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/home/mattschinkel/3rdparty/lib/buildbot/process/buildstep.py", line
705, in _startStep_2
skip = self.start()
File "/home/mattschinkel/3rdparty/lib/buildbot/steps/source.py", line 184, in
start
self.startVC(branch, revision, patch)
File "/home/mattschinkel/3rdparty/lib/buildbot/steps/source.py", line 455, in
startVC
assert not branch # we need baseURL= to use branches
exceptions.AssertionError: