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

Build succeeds but console ends with "FATAL: null" and a stacktrace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Trivial Trivial
    • core
    • None

      After the build completes (successfully: all test pass, success exit code from my scripts, etc), I see "FATAL: null" and a stacktrace at the end of the console output:

      PHPUnit 3.5.15 by Sebastian Bergmann.
      
      .................I.......
      
      Time: 4 seconds, Memory: 115.50Mb
      
      OK, but incomplete or skipped tests!
      Tests: 25, Assertions: 49, Incomplete: 1.
      Terminating xvnc.
      $ vncserver -kill :10
      Killing Xvnc4 process ID 28139
      Recording test results
      Pushing tag ci-254 to repo origin
      FATAL: null
      java.lang.NullPointerException
      	at hudson.model.Result.isBetterOrEqualTo(Result.java:115)
      	at hudson.tasks.BuildTrigger$2.shouldTriggerBuild(BuildTrigger.java:234)
      	at hudson.tasks.BuildTrigger.execute(BuildTrigger.java:212)
      	at hudson.model.AbstractBuild$AbstractRunner.cleanUp(AbstractBuild.java:640)
      	at hudson.model.Build$RunnerImpl.cleanUp(Build.java:173)
      	at hudson.model.Run.run(Run.java:1453)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:238)
      

            amonsen Adam Monsen
            amonsen Adam Monsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: