[users at bb.net] not seeing any stdio/stdout /stderr

Adam Wozniak adam.wozniak at axonvr.com
Thu Apr 20 16:59:56 UTC 2017


Win 10 Pro, Version 1703, OS Build 15063.138, 64 bit
Python 2.7
Buildbot version: 0.9.5
Twisted version: 17.1.0
One local worker

I'm not seeing output from any of my build steps.

I get:

.\builder.sh
in dir C:\Users\master\Desktop\BuildbotMaster\workers\worker1\PROJECT\build/PROJECT (timeout 1200 secs)
watching logfiles {}
argv: ['.\\builder.sh']
environment:
  ALLUSERSPROFILE=C:\ProgramData
[ ... lots of env vars ... ]
  WINDIR=C:\Windows
using PTY: False
program finished with exit code 0
elapsedTime=920.205000

and I am certain that script produces output.

My build steps all have
Factory.addStep(steps.ShellCommand(want_stdout=True,want_stderr=True, ...
(even though I suspect those are the defaults, I get no output whether I have them or not)

What am I doing wrong?

--Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170420/e50fdf6c/attachment.html>


More information about the users mailing list