|
Reproducible in other jobs. Seems that there is a fixed prefix which is dumped before any Ant target: esc [ 8 m h a : A A A A Y B + L C A A A A A A A A A B b 8 5 a B t b i I Q T 6 j N K U 4 P 0 + v J L E 4 u 1 g v P j G v R M 8 x r y Q k s S g 9 t c Q v v y T V v q N r / s + V l 9 u Y G B g q i h i k o K q T 8 / O K 8 3 N S 9 Z w h N E g h A w Q w g h Q W A A D R O O u m X Q A A A A = = esc [ 0 m which resembles a VT-102 control sequence. yesterday I opened a similiar - maybe duplicate - issue: Code changed in hudson 1.354 gives his issue as fixed, but I'm still getting the same garbage string in the ant target lines: [8mha:AAAAYB+LCAAAAAAAAABb85aBtbiIQT6jNKU4P0+vJLE4u1gvPjGvRM8xryQksSg9tcQvvyTVvqNr/s+Vl9uYGBgqihikoKqT8/OK83NS9ZwhNEghAwQwghQWAADROOumXQAAAA==[0mbootstrap-libs.init: Indeed this is not fixed in 1.354, e.g. http://deadlock.netbeans.org/hudson/job/ruby/3483/consoleText ... all-api.visual: Building api.visual... [8mha:AAAAYB+LCAA.....mXQAAAA==[0mapi.visual.default.init: Updating property file: /hudson/workdir/jobs/ruby/workspace/nbbuild/netbeans/moduleCluster.properties ... Hi All, I too had same issue with 1.362 version. I am not sure weather it is right fix or not but I could able to fix it by changing the code listed below in Run.java file. See the code change below if it helps to you. In Run.java class method changed is doConsoleText(StaplerRequest req, StaplerResponse rsp) Comment below lines: // Prevent jelly from flushing stream so Content-Length header can be added afterwards *********************************************** Writer w = rsp.getCompressedWriter(req); ************************************************ Code changed in hudson |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Note that the above links are now dead because the VM crashed (OOME?) just moments after I noticed this problem.