{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 406",
          "upstreamBuild" : 406,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 406,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
            "branch" : [
              {
                "SHA1" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
            "branch" : [
              {
                "SHA1" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
        "branch" : [
          {
            "SHA1" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 28,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#406",
  "duration" : 504138,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #406",
  "id" : "2011-07-07_02-31-22",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 406,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1309998682000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/406/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLCapabilities.java",
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "29cc5fa0375026c09bcbfed16627fe9eb6c97846",
        "timestamp" : 1309995583000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profiles )\u000a\u000a- GLProfile.initSingleton(boolean) (implicit or explicit) won't\u000a  throw any exception anymore. Followup 'GLProfile GLProfile.get(..)'\u000a  calls will throw a GLException, if n/a.\u000a  Availability maybe queried via GLProfile.isAvailable(..).\u000a\u000a- GLCapabilties, GLCanvas, GLJPanel: Clarify case where GLException maybe thrown,\u000a  i.e. no default GLProfile available on default device.\u000a\u000a- Remove redundant GLProfile.is<ProfileName>Available(..)\u000a",
        "date" : "2011-07-07T01:39:43+0200",
        "id" : "29cc5fa0375026c09bcbfed16627fe9eb6c97846",
        "msg" : "GLProfile: Initialization fix and clarifications ( GLExceptions on n/a",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLCapabilities.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/SharedResourceRunner.java"
        ],
        "commitId" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
        "timestamp" : 1309995685000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix SharedResource (SR) Initialization\u000a\u000a- Catch exceptions in SR thread avoiding deadlock in blocking caller thread\u000a\u000a- Catch NPE on SR queries to return null if appropriate\u000a",
        "date" : "2011-07-07T01:41:25+0200",
        "id" : "64af11278dfe4d3feb223775e0b3a83a968fcabc",
        "msg" : "Fix SharedResource (SR) Initialization",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/SharedResourceRunner.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}