ros-infrastructure / rosdoc_lite

A light-weight version of rosdoc that does not rely on ROS infrastructure for crawling packages.
10 stars 31 forks source link

Jobs are getting a lot of white space in their console output #14

Closed tfoote closed 11 years ago

tfoote commented 11 years ago

See http://jenkins.willowgarage.com:8080/view/Edoc/job/doc-electric-cn-alica-ros-pkg/22/consoleText

It's by a rough estimate 75% whitespace.

tfoote@dodos:/tmp/cn-alica-ros-pkg$ grep . consoleText | wc -l
712
tfoote@dodos:/tmp/cn-alica-ros-pkg$ wc -l consoleText 
40890 consoleText

Ok my rough estimate was way off. More like 98%

tfoote commented 11 years ago

This appeared in this build http://jenkins.willowgarage.com:8080/job/doc-groovy-ros_tutorials/43/ Build #43 (Dec 29, 2012 2:03:57 PM) But was not in the previous build: Build #42 (Dec 28, 2012 7:38:00 AM)

tfoote commented 11 years ago

Apparently it's not just the doc jobs: http://jenkins.willowgarage.com:8080/view/Gdev/job/devel-groovy-ecl_lite/12/ARCH_PARAM=amd64,UBUNTU_PARAM=precise,label=devel/console also displays the same whitespace issue.

eitanme commented 11 years ago

Love it when I don't have to do anything and tickets get closed :)