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

CI-Game Plug-in fails successful builds by throwing Null-pointer exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • ci-game-plugin
    • None
    • Windows XP, Jenkins 1.508, CI game 1.19

      After successful build of one axis of matrix project NullPointerException is thrown. Some rules are repeated while on other axis they are missing.
      log:
      [ci-game] evaluating rule: Build result
      [ci-game] scored: 1.0
      [ci-game] evaluating rule: Increased number of failed tests
      [ci-game] evaluating rule: Increased number of passed tests
      [ci-game] evaluating rule: Decreased number of failed tests
      [ci-game] evaluating rule: Decreased number of passed tests
      [ci-game] evaluating rule: Increased number of failed tests
      [ci-game] evaluating rule: Increased number of passed tests
      [ci-game] evaluating rule: Decreased number of failed tests
      [ci-game] evaluating rule: Decreased number of passed tests
      [ci-game] evaluating rule: Open HIGH priority tasks
      [ci-game] evaluating rule: Open HIGH priority tasks
      [ci-game] evaluating rule: Open NORMAL priority tasks
      [ci-game] evaluating rule: Open NORMAL priority tasks
      [ci-game] evaluating rule: Open LOW priority tasks
      [ci-game] evaluating rule: Open LOW priority tasks
      [ci-game] evaluating rule: Open HIGH priority tasks
      [ci-game] evaluating rule: Open NORMAL priority tasks
      [ci-game] evaluating rule: Open LOW priority tasks
      [ci-game] evaluating rule: HIGH priority PMD warnings
      [ci-game] evaluating rule: HIGH priority PMD warnings
      [ci-game] evaluating rule: NORMAL priority PMD warnings
      [ci-game] evaluating rule: NORMAL priority PMD warnings
      [ci-game] evaluating rule: LOW priority PMD warnings
      [ci-game] evaluating rule: LOW priority PMD warnings
      [ci-game] evaluating rule: HIGH priority PMD warnings
      [ci-game] evaluating rule: NORMAL priority PMD warnings
      [ci-game] evaluating rule: LOW priority PMD warnings
      [ci-game] evaluating rule: New HIGH priority Findbugs warnings
      [ci-game] evaluating rule: New NORMAL priority Findbugs warnings
      [ci-game] evaluating rule: New LOW priority Findbugs warnings
      [ci-game] evaluating rule: Fixed HIGH priority Findbugs warnings
      [ci-game] evaluating rule: Fixed NORMAL priority Findbugs warnings
      [ci-game] evaluating rule: Fixed LOW priority Findbugs warnings
      [ci-game] evaluating rule: Changed number of compiler warnings
      [ci-game] evaluating rule: Changed number of checkstyle warnings
      ERROR: Publisher hudson.plugins.cigame.GamePublisher aborted due to exception
      java.lang.NullPointerException
      at java.util.LinkedList$ListItr.next(Unknown Source)
      at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:121)
      at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:60)
      at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:45)
      at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
      at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:798)
      at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:770)
      at hudson.model.Build$BuildExecution.cleanUp(Build.java:192)
      at hudson.model.Run.execute(Run.java:1620)
      at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:237)
      Finished: FAILURE

            redsolo redsolo
            jchorko Janusz Chorko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: