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
aakashjain has quit [Remote host closed the connection]
jcarl43 has quit [Quit: WeeChat 3.0.1]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
koobs has quit [Ping timeout: 240 seconds]
alicef_ has quit [Ping timeout: 258 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 246 seconds]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
alicef_ has joined #buildbot
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
Lekensteyn has quit [Ping timeout: 260 seconds]
Lekensteyn has joined #buildbot
_whitelogger has joined #buildbot
deepy has quit [Read error: Connection reset by peer]
aakashjain has joined #buildbot
aakashjain has quit [Ping timeout: 260 seconds]
deepy has joined #buildbot
alicef has quit [Quit: install gentoo]
alicef has joined #buildbot
aakashjain has joined #buildbot
aakashjain has quit [Remote host closed the connection]
aakashjain has joined #buildbot
<aakashjain> ValueError: unknown locale: UTF-8
<aakashjain> while running 'buildbot checkconfig'. It run fine for me while running locally, but fails while running through buildbot.
<aakashjain> p12tic: tardyp ^
<aakashjain> p12tic: FYI, I got the production instance (which i was referring to yesterday) updated to Buildbot 2.10.1, https://ews-build.webkit.org/#/about
<tardyp> aakashjain: as the log is stating the environment varibles in your build environment are buggy
<tardyp> probably different from the one of your live shell
<tardyp> you should have something like this in the env
<aakashjain> tardyp: thanks. This is what I see on bot:
<aakashjain> ews151:~ buildbot$ env | grep LANG
<aakashjain> LANG=en_US.UTF-8
<aakashjain> ews151:~ buildbot$ env | grep LC_ALL
<aakashjain> ews151:~ buildbot$
<aakashjain> en_US.UTF-8
<tardyp> but maybe the environment of the twisted process is reset somehow depending on your daemonization method
<tardyp> or maybe the worker that is doing the checkconfig does not have that env properly setup
<aakashjain> does it matter that currently i have two buildbot-worker packages on that bot, on pip3 i have buildbot-worker==2.10.1 and on pip i have buildbot-worker==1.8.2
<aakashjain> I am not setting any environment explcitly
<aakashjain> it was working fine when i was using buildbot 1.8.2
<p12tic> interesting, maybe you were running buildbot-worker with 2.7 python?
<p12tic> and now with python 3.x
<aakashjain> yes
<tardyp> the method of getting a default encoding has change between 2 and 3. I think we aready encountered this
jcarl43 has joined #buildbot
<aakashjain> ok. the error i was facing might also have to do something with me installing both buildbot-worker==1.8.2 in pip, and buildbot-worker==2.10.1 in pip3.
<p12tic> I'm wondering if twisted accidentally picks up stuff from wrong environment when daemonizing
<p12tic> i.e. if it starts another process anywhere, it could potentially take wrong python, no? (well, less chance if there's venv, but still)
kraiskil has joined #buildbot
<aakashjain> I just uninstalled buildbot-worker==1.8.2 and twitd from pip. Re-installed them in pip3. Rebooted the bot. It worked fine after that, e.g.: https://ews-build.webkit.org/#/builders/20/builds/41864
<aakashjain> however, did the same thing on another bot, and it is still failing, e.g.: https://ews-build.webkit.org/#/builders/20/builds/41865
kraiskil has quit [Ping timeout: 256 seconds]
<p12tic> could there be any other python2 things there that may confuse twisted? i.e. are these two bots identical?
<aakashjain> and that same bot again started having problem (e.g.: https://ews-build.webkit.org/#/builders/20/builds/41870). I am confused.
<aakashjain> p12tic: yes, i suspect that's what might be happening, not sure which specific packages i should uninstall from pip (python 2).
kraiskil has joined #buildbot
shurdeek_ has joined #buildbot
shurdeek has quit [Ping timeout: 246 seconds]
aakashjain has quit [Remote host closed the connection]
shurdeek has joined #buildbot
shurdeek_ has quit [Ping timeout: 260 seconds]
kraiskil has quit [Ping timeout: 265 seconds]
TurBoss has joined #buildbot