{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 937",
          "upstreamBuild" : 937,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 937,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
            "branch" : [
              {
                "SHA1" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
            "branch" : [
              {
                "SHA1" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
        "branch" : [
          {
            "SHA1" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 6,
      "skipCount" : 0,
      "totalCount" : 568,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#937",
  "duration" : 2843019,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #937",
  "id" : "2013-03-20_17-42-46",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 937,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1363797766000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/937/",
  "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/demos/es2/newt/TestGearsES2NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "30b2490eef5069214eb6cc0c1b18ddb62c15123b",
        "timestamp" : 1363769887000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestGearsES2NEWT/TestGearsES2NewtCanvasAWT: Add -noanim option to manually validate Bug 649\u000a",
        "date" : "2013-03-20T09:58:07+0100",
        "id" : "30b2490eef5069214eb6cc0c1b18ddb62c15123b",
        "msg" : "TestGearsES2NEWT/TestGearsES2NewtCanvasAWT: Add -noanim option to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/DriverUpdatePosition.java",
          "src/newt/classes/jogamp/newt/awt/event/AWTParentWindowAdapter.java",
          "src/newt/native/MacWindow.m",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
        ],
        "commitId" : "ec50802db11f897a49a6f9e716186c700411ece5",
        "timestamp" : 1363788904000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0, Position bugs w/ parenting\u000a\u000aFix native window parenting freeze:\u000a\u000a  - Pull out setJavaWindowObject(..) of changeContentView(..) to be called seperately,\u000a    add param for changeContentView(..) to enable/disable setJavaWindowObject()\u000a\u000a  - initWindow0(..):\u000a    - Call changeContentView(..) w/o setJavaWindowObject()\u000a    - setJavaWindowObject(..) at end of initialization\u000a\u000aFix native window parenting orderOut0:\u000a  If parent window is invisible or no parent used call orderOut(..),\u000a  otherwise call orderBack().\u000a\u000aFix updatePosition(..): positionChanged(..) - Position bug w/ parenting\u000a  - AWT parent passed 0/0\u000a  - call positionChanged(..) w/ client-pos instead of screen-pos\u000a\u000aFix getLocationOnScreenImpl(..) - Position bug w/ parenting\u000a  - Position < 0/0 is valid!\u000a\u000aMisc:\u000a  - setWindowClientTopLeftPointAndSize0(..), setWindowClientTopLeftPoint0(..):\u000a    Add 'display' param, deciding whether area should be display (invalidated)\u000a",
        "date" : "2013-03-20T15:15:04+0100",
        "id" : "ec50802db11f897a49a6f9e716186c700411ece5",
        "msg" : "OSX/NEWT: Fix native window parenting freeze, invisible/orderOut0,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/DriverUpdatePosition.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/awt/event/AWTParentWindowAdapter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
        ],
        "commitId" : "23acd1f063cfd8519be57f867cbafe748094756d",
        "timestamp" : 1363792465000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on main-thread, drawable maybe null already\u000a",
        "date" : "2013-03-20T16:14:25+0100",
        "id" : "23acd1f063cfd8519be57f867cbafe748094756d",
        "msg" : "MacOSXCGLContext: NPE in DEBUG mode while releaseNSOpenGLLayer on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
        "timestamp" : 1363792997000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX/NEWT: Fix visible -> false when closing and reparenting window. This lead to non functional recreational reparenting.\u000a\u000aOSX recreational reparenting moves the saved GLEventListenerState at destroy\u000ato the new dawable/surface, which must be valid.\u000aThe flaky visible state caused seemingly random reparenting failures.\u000a\u000a- WindowImpl.ReparentActionRecreate.run() set 'visible:=true', which circumvented OSX to wait for actual realization.\u000a- OSX WindowDriver.closeNative(): Issue visibleChanged(true, false); ASAP\u000a",
        "date" : "2013-03-20T16:23:17+0100",
        "id" : "9dcd8bba63cfbcd6e72c855065cf4dafdbcf037e",
        "msg" : "OSX/NEWT: Fix visible -> false when closing and reparenting window. This",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "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/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    }
  ]
}