{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,182",
          "upstreamBuild" : 1182,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1182,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
            "branch" : [
              {
                "SHA1" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
            "branch" : [
              {
                "SHA1" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
        "branch" : [
          {
            "SHA1" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 857,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1182",
  "duration" : 4101401,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #1182",
  "id" : "2013-12-22_03-33-18",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1182,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1387679598000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/1182/",
  "builtOn" : "linux64-AMD58xx-debian7-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "ddd5eb35b83ca85dbf43039e8199a7ecf011cdd8",
        "timestamp" : 1387654733000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 925 - Refine GLContextImpl.setGLFunctionAvailability(..)'s ES version validation\u000a\u000aRefine GLContextImpl.setGLFunctionAvailability(..)'s ES version validation:\u000a+            //     - fail if ES major-version mismatch:\u000a+            //       - request 1, >= 3 must be equal\u000a+            //       - request 2 must be [2..3]\u000a\u000ai.e. the following is accepted, otherwise fails:\u000a  request   has\u000a  1         1\u000a  2         2,3\u000a  3         3\u000a  4         4\u000a  ...\u000a",
        "date" : "2013-12-21T20:38:53+0100",
        "id" : "ddd5eb35b83ca85dbf43039e8199a7ecf011cdd8",
        "msg" : "Bug 925 - Refine GLContextImpl.setGLFunctionAvailability(..)'s ES",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLContext.java",
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "make/config/jogl/gl-impl-CustomJavaCode-gles3.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
        ],
        "commitId" : "3d0ab3e6263dfdbb9dd0014443ad28b1c9b0c238",
        "timestamp" : 1387656227000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 929 - Reflect ES3 Compatibility with ES2\u000a\u000a- Map ES2 -> ES3 GLProfile, if available\u000a\u000a- EGLDrawableFactory: Don't query ES2 if ES3 is available\u000a\u000a- Fix queries and get methods (GL, GLContext and GLProfile):\u000a  - glES3.isGLES2()==true and glES3.getGLES2()!=null\u000a  - ctxES3.isGLES2()==true,\u000a  - glES3Profile.isGLES2()==true\u000a\u000a- Enhance Unit test: TestGLProfile01NEWT\u000a  - Test all GLProfile availability combinations\u000a    based on implementing GLProfile\u000a\u000a  - Test all GLProfile's isGL*()\u000a    based on highest GLProfile identity\u000a\u000a  - Test all GL's isGL*()\u000a    based on highest GL identity.\u000a",
        "date" : "2013-12-21T21:03:47+0100",
        "id" : "3d0ab3e6263dfdbb9dd0014443ad28b1c9b0c238",
        "msg" : "Bug 929 - Reflect ES3 Compatibility with ES2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles3.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
        ],
        "commitId" : "5077dc84c0cea1ad07b01d07e44bd2bce5a14eec",
        "timestamp" : 1387670978000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix TestGLProfile01NEWT: Regression of commit 3d0ab3e6263dfdbb9dd0014443ad28b1c9b0c238\u000a",
        "date" : "2013-12-22T01:09:38+0100",
        "id" : "5077dc84c0cea1ad07b01d07e44bd2bce5a14eec",
        "msg" : "Fix TestGLProfile01NEWT: Regression of commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-if-es3.cfg"
        ],
        "commitId" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
        "timestamp" : 1387675826000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 929, Bug 852 - Reflect ES3 Compatibility with ES2 / Add CPU Sourced Data API Func to ES3 Interface\u000a\u000aSince ES3 is compatible w/ ES2 and CPU sourced data is [still] allowed (but marked deprecated),\u000are-adding them to the ES3 interface for completness.\u000a\u000aNote: CPU sourced data API functions will be removed in ES4, similar to GL core >= 3.0\u000a",
        "date" : "2013-12-22T02:30:26+0100",
        "id" : "ac705f0d6eea7c8ba27a7cf7c42674c7446576b4",
        "msg" : "Bug 929, Bug 852 - Reflect ES3 Compatibility with ES2 / Add CPU Sourced",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-es3.cfg"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petros",
      "fullName" : "petros"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}