Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5857

Console and Slave starting output no longer have LF while watching live.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor Minor
    • core
    • None
    • Hudson version 1.349 installed on Windows Server 2003 Standard Edition SP2 machine under Tomcat version 6.0.24. Browser opened on Windows XP Pro Version 2002 SP3 machine using IE 7.0.5730.13.

      When watching the active/live Console output for a build or the active/live output when starting/connecting/reconnecting to a slave, the output is placed all on one line.

      When the process is complete for builds, you can go to console output and it will look correct with LF after each line, but not while viewing actively/live.

      Recreatable every time.

      Sample live Console Output for a Build:

      Started by user jburrows Building remotely on CLTSCM-DEV01 [ConnectFourA] $ cmd /c call C:\DOCUME~1\epbuild\LOCALS~1\Temp\hudson62945.bat C:\CI_Workspace\Checkout\ConnectFourA>ant.bat -DbuildwithcloverA=false -DbuildwithcloverB=true -DbuildwithcloverC=false Buildfile: build.xml clean: [delete] Deleting directory C:\CI_Workspace\Checkout\ConnectFourA\target compile: [mkdir] Created dir: C:\CI_Workspace\Checkout\ConnectFourA\target\classes [javac] Compiling 10 source files to C:\CI_Workspace\Checkout\ConnectFourA\target\classes sleep: [echo] Sleeping for a while so you can see the build in the new dashboard test: [mkdir] Created dir: C:\CI_Workspace\Checkout\ConnectFourA\target\test-classes [javac] Compiling 2 source files to C:\CI_Workspace\Checkout\ConnectFourA\target\test-classes [mkdir] Created dir: C:\CI_Workspace\Checkout\ConnectFourA\target\test-results [junit] Running net.sourceforge.cruisecontrol.sampleproject.connectfour.CellTest [junit] Testsuite: net.sourceforge.cruisecontrol.sampleproject.connectfour.CellTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec [junit] [junit] Running net.sourceforge.cruisecontrol.sampleproject.connectfour.PlayingStandTest [junit] Testsuite: net.sourceforge.cruisecontrol.sampleproject.connectfour.PlayingStandTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.047 sec [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.047 sec [junit] jar: [jar] Building jar: C:\CI_Workspace\Checkout\ConnectFourA\target\ConnectFourA.jar all: BUILD SUCCESSFUL Total time: 1 minute 2 seconds Finished: SUCCESS

      Sample Console Output for a Build after build has completed (successful or not):

      Started by user jburrows
      Building remotely on CLTSCM-DEV01
      [ConnectFourA] $ cmd /c call C:\DOCUME~1\epbuild\LOCALS~1\Temp\hudson62945.bat

      C:\CI_Workspace\Checkout\ConnectFourA>ant.bat -DbuildwithcloverA=false -DbuildwithcloverB=true -DbuildwithcloverC=false
      Buildfile: build.xml

      clean:
      [delete] Deleting directory C:\CI_Workspace\Checkout\ConnectFourA\target

      compile:
      [mkdir] Created dir: C:\CI_Workspace\Checkout\ConnectFourA\target\classes
      [javac] Compiling 10 source files to C:\CI_Workspace\Checkout\ConnectFourA\target\classes

      sleep:
      [echo] Sleeping for a while so you can see the build in the new dashboard

      test:
      [mkdir] Created dir: C:\CI_Workspace\Checkout\ConnectFourA\target\test-classes
      [javac] Compiling 2 source files to C:\CI_Workspace\Checkout\ConnectFourA\target\test-classes
      [mkdir] Created dir: C:\CI_Workspace\Checkout\ConnectFourA\target\test-results
      [junit] Running net.sourceforge.cruisecontrol.sampleproject.connectfour.CellTest
      [junit] Testsuite: net.sourceforge.cruisecontrol.sampleproject.connectfour.CellTest
      [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
      [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
      [junit]
      [junit] Running net.sourceforge.cruisecontrol.sampleproject.connectfour.PlayingStandTest
      [junit] Testsuite: net.sourceforge.cruisecontrol.sampleproject.connectfour.PlayingStandTest
      [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
      [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
      [junit]

      jar:
      [jar] Building jar: C:\CI_Workspace\Checkout\ConnectFourA\target\ConnectFourA.jar

      all:

      BUILD SUCCESSFUL
      Total time: 1 minute 2 seconds
      Finished: SUCCESS

            Unassigned Unassigned
            jburrows John Burrows
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: