{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,345",
          "upstreamBuild" : 1345,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1345,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
            "branch" : [
              {
                "SHA1" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
            "branch" : [
              {
                "SHA1" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
        "branch" : [
          {
            "SHA1" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
            "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" : 7,
      "totalCount" : 997,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 4673308,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "2014-09-10_07-37-51",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1345,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1410327471000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1345/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/GLBuffers.java",
          "src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java"
        ],
        "commitId" : "73a4d809f92126228b64a3bded75686db806be64",
        "timestamp" : 1410278327000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Don't utilize glPixelStorei's PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES for Desktop GL < 1.2, avoiding GL-Error\u000a\u000aCommit fc1e98790a02b4fa7922f3cdd9d437f87d7c99e5\u000aadded handling of PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES in GLPixelStorageModes.\u000a\u000aHowever, it has been overseen that the four states are not available in OpenGL 1.1.\u000a\u000aAdding exclusion of the same if desktop GL < 1.2\u000aand hence avoiding GL errors.\u000a\u000aSame applies to GLBuffers.sizeof(..) method.\u000a",
        "date" : "2014-09-09T17:58:47+0200",
        "id" : "73a4d809f92126228b64a3bded75686db806be64",
        "msg" : "Don't utilize glPixelStorei's PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLBuffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java",
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java",
          "src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java",
          "src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java"
        ],
        "commitId" : "d19bb03e3cabc9a50b63c4ce8d866efab7f34860",
        "timestamp" : 1410278565000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> GL2ES3; Better adoption of GLPixelStorageModes (GLJPanel, GLReadBufferUtil, TextureIO)\u000a\u000a- Emphasize reset*() is being called when saving modes for 1st modification;\u000a\u000a- setUnpackRowLength: GL2ES2 -> GL2ES3; Actually GL2ES3 is required for UNPACK_ROW_LENGTH\u000a\u000a- Better adoption of GLPixelStorageModes (GLJPanel, GLReadBufferUtil, TextureIO)\u000a",
        "date" : "2014-09-09T18:02:45+0200",
        "id" : "d19bb03e3cabc9a50b63c4ce8d866efab7f34860",
        "msg" : "GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java"
        ],
        "commitId" : "acda710ea5dfffc236c5f4b47e7e8e1fe492cc8a",
        "timestamp" : 1410278596000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.*\u000a",
        "date" : "2014-09-09T18:03:16+0200",
        "id" : "acda710ea5dfffc236c5f4b47e7e8e1fe492cc8a",
        "msg" : "TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.*",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/GLBuffers.java"
        ],
        "commitId" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
        "timestamp" : 1410282175000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLBuffers.sizeof(..): Add support for ES3, reading supported glPixelStorei states\u000a",
        "date" : "2014-09-09T19:02:55+0200",
        "id" : "6363fccee219ce238b0b2ded39c116e2bc8613d5",
        "msg" : "GLBuffers.sizeof(..): Add support for ES3, reading supported",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLBuffers.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/code",
      "fullName" : "code"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}