tardyp changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-2.10.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | logs: https://freenode.irclog.whitequark.org/buildbot
alicef is now known as AliceBot
AliceBot is now known as AlicefBot
AlicefBot is now known as alicef
sknebel has quit [Ping timeout: 246 seconds]
sknebel has joined #buildbot
bdbaddog has quit [Quit: Leaving.]
sknebel has quit [Quit: sknebel]
sknebel has joined #buildbot
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 240 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 260 seconds]
jtux has joined #buildbot
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 264 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 272 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 246 seconds]
kkleine_ has joined #buildbot
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 246 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 240 seconds]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 260 seconds]
kraiskil has joined #buildbot
kraiskil has quit [Ping timeout: 256 seconds]
kraiskil has joined #buildbot
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 260 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 264 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
aakashjain has joined #buildbot
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 264 seconds]
shurdeek has quit [Read error: Connection reset by peer]
<aakashjain> I updated Buildbot instance from 1.8.2 (python 2) to 2.10.1 (python 3), the builds are now failing at the trigger step. e.g.: https://ews-build.webkit-uat.org/#/builders/35/builds/88947
<aakashjain> Seems like it is hitting an assertion because of 'patch_body' being binary instead of string.
<aakashjain> Any idea what might be wrong?
<aakashjain> @tardyp ^
shurdeek has joined #buildbot
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 260 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
<kveremitz> sounds likely
<kveremitz> why that remains a problem in buildbot, I dunno... its not like python3 is new, or is python2 going EOL fast..
<aakashjain> I don't know why is 'patch_body' being binary. The server which is sending patches using 'buildbot try' is also using same version of Buildbot (v2.10.1)
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 272 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 256 seconds]
kkleine_ has quit [Ping timeout: 258 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 264 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 265 seconds]
jtux has quit [Quit: Leaving.]
jcarl43 has joined #buildbot
shurdeek_ has joined #buildbot
<p12tic> aakashjain: Could you file a bug report on Github? I will look into it sometime later
<p12tic> later -> later soon
<aakashjain> p12tic: sure
shurdeek has quit [Ping timeout: 260 seconds]
<aakashjain> p12tic: tardyp: by the way build.webkit.org has upgraded to latest buildbot, we can update https://github.com/buildbot/buildbot/wiki/SuccessStories to show new buildbot icon for WebKit now.
kraiskil has quit [Ping timeout: 264 seconds]
shurdeek has joined #buildbot
<p12tic> aakashjain: Yes
shurdeek_ has quit [Ping timeout: 256 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 246 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 246 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 265 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 272 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 240 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 260 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 240 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 240 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 264 seconds]
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 272 seconds]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 240 seconds]
kraiskil has joined #buildbot
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 265 seconds]
kraiskil_ has joined #buildbot
kraiskil has quit [Ping timeout: 256 seconds]
jcarl43 has quit [Quit: WeeChat 3.0]
<shurdeek_> hello
shurdeek_ is now known as shurdeek
<shurdeek> my buildbot instance has two change hooks: github and self hosted gitea. I want to add reporters from both eventually.
<shurdeek> But first, I'd just like to prevent using the github reporter for jobs started through gitea hook. I wrote a @util.renderer that can check if the properties refer to github or gitea, but don't know how to connect it to the reporter.
<shurdeek> the renderer seems to work inside a Scheduler (as change_filter) and inside a BuildFactory (doStepIf, hideStepIf)
<shurdeek> but no idea how to connect it to the reporter
kraiskil_ has quit [Ping timeout: 264 seconds]
aakashjain has quit [Read error: Connection reset by peer]
aakashjain has joined #buildbot
Lekensteyn has quit [Ping timeout: 272 seconds]
Lekensteyn has joined #buildbot
SheldonCooper is now known as dol-sen