The fastlane output doesn't seem to render well

While building https://circleci.com/gh/mediapop/patontheback-mobile/210 I was looking at the output and some of it seemed repeated. fastlane timestamps its output and the times don’t match up, so I’m assuming it’s an output issue. Like this section:

12:15:30: — Step: increment_build_number —
12:15:30: ------------------------------------
12:15:30: $ cd /Users/distiller/patontheback-mobile/cordova/platforms/ios && agvtool next-version -all
[12:15:31]: ▸ Setting version of project Patontheback to:
[12:15:31]: ▸ 11.
[12:15:31]: ▸ Also setting CFBundleVersion key (assuming it exists)
[12:15:31]: ▸ Updating CFBundleVersion in Info.plist(s)…
[12:15:31]: ▸ Updated CFBundleVersion in “Patontheback.xcodeproj/…/Patontheback/Patontheback-Info.plist” to 11
[12:15:31]: -----------------
[12:15:31]: — Step: gym —
[12:15:31]: -----------------
[12:15:23]: -------------------------------------------------
[12:15:23]: — Step: Verifying required fastlane version —
[12:15:23]: -------------------------------------------------
[12:15:23]: fastlane version valid
[12:15:23]: ------------------------------
[12:15:23]: — Step: default_platform —
[12:15:23]: ------------------------------
[12:15:23]: Driving the lane ‘ios beta’ :rocket:
[12:15:23]: -------------------
[12:15:23]: — Step: match —
[12:15:23]: -------------------

Thanks for reporting this bug! We will look into this a bit more and report back here.