[Buildbot] #3144: stdio display is messed up with some compiler outputs

Buildbot trac trac at buildbot.net
Sat Jan 17 01:56:10 UTC 2015


#3144: stdio display is messed up with some compiler outputs
----------------------+------------------------
Reporter:  ewong      |       Owner:
    Type:  undecided  |      Status:  new
Priority:  minor      |   Milestone:  undecided
 Version:  master     |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by dustin):

 Ah, interesting.  Those are terminated by a lone `\r`, not `\r\n`.
 Excerpt:

 ..`h  WINDIR=C:\\Windows\nh using PTY: False\noEmbarcadero Delphi for
 Win32 compiler version 28.0\r\noCopyright (c) 1983,2014 Embarcadero
 Technologies, Inc.\r\no\rkdtc_erp.dpr(1) \rkdtc_erp.dpr(1)
 \rkdtc_erp.dpr(22) \rkdtc_erp.dpr(22) \rkdtc_erp.dpr(22) \r`..

 I'm not sure *what* we should do with that sort of thing.  In console
 output, I bet that's meant to be repeated on the same line as a kind of
 progress indicator, but we don't need to try to replicate that.  Perhaps
 the best idea is for any input log data to have `/(\r|\r\n|\n)/` replaced
 by `\n`.

 Thoughts?

--
Ticket URL: <http://trac.buildbot.net/ticket/3144#comment:10>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list