{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 928",
          "upstreamBuild" : 928,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 928,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3672684177a98a58c434bcd27541f44917050f3",
            "branch" : [
              {
                "SHA1" : "d3672684177a98a58c434bcd27541f44917050f3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3672684177a98a58c434bcd27541f44917050f3",
            "branch" : [
              {
                "SHA1" : "d3672684177a98a58c434bcd27541f44917050f3",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d3672684177a98a58c434bcd27541f44917050f3",
        "branch" : [
          {
            "SHA1" : "d3672684177a98a58c434bcd27541f44917050f3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 542,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#928",
  "duration" : 2394119,
  "estimatedDuration" : 2528180,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #928",
  "id" : "2013-03-09_04-39-14",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 928,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1362800354000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/928/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java"
        ],
        "commitId" : "e2d2d4cc048e462ffa5efdc1737caad9d2fe0ef7",
        "timestamp" : 1361719391000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
          "fullName" : "gouessej"
        },
        "authorEmail" : "gouessej@orange.fr",
        "comment" : "Adds a unit test for the bug 694 on gluScaleImage\u000a",
        "date" : "2013-02-24T16:23:11+0100",
        "id" : "e2d2d4cc048e462ffa5efdc1737caad9d2fe0ef7",
        "msg" : "Adds a unit test for the bug 694 on gluScaleImage",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java"
        ],
        "commitId" : "2cf74ca4d4d7f41e8e416bfa14fe07f175dff62b",
        "timestamp" : 1362149499000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT unit test ant task.\u000a",
        "date" : "2013-03-01T15:51:39+0100",
        "id" : "2cf74ca4d4d7f41e8e416bfa14fe07f175dff62b",
        "msg" : "TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
        ],
        "commitId" : "59a1ab0312492a251a0efc700d040a5f71e88611",
        "timestamp" : 1362775004000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBUG reshape trace.\u000a\u000a- Add DEBUG_VIEWPORT flag\u000a  Via explicit property 'jogl.debug.GLJPanel.Viewport' (not via jogl.debug=all)\u000a  Traces the current GL Viewport in OffscreenBackend.postGL(..)\u000a\u000a- Add USE_GLSL_TEXTURE_RASTERIZER flag\u000a  Via explicit property 'jogl.gljpanel.noglsl'.\u000a  Disables use of GLSL FBO flipping.\u000a\u000aDEBUG reshape trace\u000a",
        "date" : "2013-03-08T21:36:44+0100",
        "id" : "59a1ab0312492a251a0efc700d040a5f71e88611",
        "msg" : "GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
        ],
        "commitId" : "d143475e995e473c142fd34be2af6521246f014a",
        "timestamp" : 1362776314000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLJPanel: Updating GLJPanel documention w/ current mode of operation\u000a",
        "date" : "2013-03-08T21:58:34+0100",
        "id" : "d143475e995e473c142fd34be2af6521246f014a",
        "msg" : "GLJPanel: Updating GLJPanel documention w/ current mode of operation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694ScaleImageUnpackBufferSizeAWT.java",
          "src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java"
        ],
        "commitId" : "b29f221c903aefdf99af8e8a8544b2223036454f",
        "timestamp" : 1362793276000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix buggy unit test for Bug 694: The unpack alignment has to be considered!\u000a",
        "date" : "2013-03-09T02:41:16+0100",
        "id" : "b29f221c903aefdf99af8e8a8544b2223036454f",
        "msg" : "Fix buggy unit test for Bug 694: The unpack alignment has to be",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694ScaleImageUnpackBufferSizeAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOnThreadSharedContext1DemoES2NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOffThreadSharedContextMix2DemosES2NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/GLFinishOnDisplay.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/Mix2TexturesES2.java"
        ],
        "commitId" : "d3672684177a98a58c434bcd27541f44917050f3",
        "timestamp" : 1362795835000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add glFinish() after demo -> FBO rendering on or off thread.\u000a\u000aFixes shared GLContext OSX rendering.\u000a",
        "date" : "2013-03-09T03:23:55+0100",
        "id" : "d3672684177a98a58c434bcd27541f44917050f3",
        "msg" : "Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/Mix2TexturesES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOnThreadSharedContext1DemoES2NEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/GLFinishOnDisplay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOffThreadSharedContextMix2DemosES2NEWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    }
  ]
}