{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 958,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
            "branch" : [
              {
                "SHA1" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
            "branch" : [
              {
                "SHA1" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
        "branch" : [
          {
            "SHA1" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 19,
      "skipCount" : 0,
      "totalCount" : 7100,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#958",
  "duration" : 2997201,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #958",
  "id" : "2013-04-13_08-16-29",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 958,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1365833789000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/958/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "cfe62741e19196d973d9b31f2c8f3873705cb74b",
        "timestamp" : 1365784041000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): Add drawable size validation before attempt to create context; MacOSXCGLContext: Explicit exception for Null AttachGLLayerCmd.\u000a\u000aGLContextImpl:\u000a  - destroy():\u000a    - Fix null drawable check\u000a      Only if the GLContext isCreated(), we require a drawable to be set.\u000a\u000a    - Proper name of associateDrawable Exception\u000a\u000a  - makeCurrentWithinLock():\u000a    - Add drawable size validation before attempt to create context.\u000a      - 'makeCurrent()' shall never be called w/o proper sized drawable, i.e. > 0x0.\u000a      - returns CONTEXT_NOT_CURRENT, if drawable size is <= 0x0\u000a\u000aMacOSXCGLContext:\u000a\u000a  - Explicit exception for Null AttachGLLayerCmd.\u000a    In case context creation has failed via makeCurrent(),\u000a    AttachGLLayerCmd may never been issued and hence maybe NULL.\u000a    Catch this case and send a meaningful exception,\u000a    which is catched and fwd in GLContext.destroy().\u000a",
        "date" : "2013-04-12T18:27:21+0200",
        "id" : "cfe62741e19196d973d9b31f2c8f3873705cb74b",
        "msg" : "GLContextImpl: destroy(): Fix null drawable check;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java",
          "src/jogl/classes/com/jogamp/opengl/FBObject.java"
        ],
        "commitId" : "5606dd12f8086b506f33030072af5095a5871f9c",
        "timestamp" : 1365784196000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawableImpl.contextMadeCurrent(ctx, true): Throw exception if !initialized\u000a",
        "date" : "2013-04-12T18:29:56+0200",
        "id" : "5606dd12f8086b506f33030072af5095a5871f9c",
        "msg" : "FBObject.init() uses safe 1x1 size like reset(..) to behave equal;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/FBObject.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java",
          "src/newt/classes/jogamp/newt/driver/awt/AWTCanvas.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestGearsNewtAWTWrapper.java",
          "src/newt/classes/jogamp/newt/driver/awt/WindowDriver.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
        "timestamp" : 1365826521000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWrappedWindow()' -> 'NativeSurface getWrappedSurface()'\u000a\u000aWindowImpl: 'Object getWrappedWindow()' -> 'NativeSurface getWrappedSurface()'\u000a  - AWT driver itself instantiates the JAWTWindow for eager initialization at createNative().\u000a\u000aFix 'AWT driver' to work w/ OSX CALayer\u000a  - See above\u000a  - size reconfig changed to ease OSX CALayer,\u000a    i.e. set frame's size if already visible reducing CALayer artefacts.\u000a",
        "date" : "2013-04-13T06:15:21+0200",
        "id" : "9d78ea65a6bf1064887bc7524c01a689a1fc2a5c",
        "msg" : "NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/AWTCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/newt/TestGearsNewtAWTWrapper.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    }
  ],
  "runs" : [
    {
      "number" : 958,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/958/"
    },
    {
      "number" : 958,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/958/"
    },
    {
      "number" : 958,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/958/"
    }
  ]
}