{
  "_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" : 874,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
            "branch" : [
              {
                "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
            "branch" : [
              {
                "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
        "branch" : [
          {
            "SHA1" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 23,
      "skipCount" : 0,
      "totalCount" : 5473,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#874",
  "duration" : 2504347,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #874",
  "id" : "2012-12-25_03-52-12",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 874,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1356403932000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/874/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java",
          "src/nativewindow/native/macosx/OSXmisc.m",
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/BaseNewtEventModifiers.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtEventModifiersNewtCanvasSWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
        "timestamp" : 1356400240000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModifiers for SWT (TestNewtEventModifiersNewtCanvasSWT)\u000a\u000a- Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement\u000a  - 'waitUntilDone' is implemented on Java site via lock/wait on RunnableTask to not freeze OSX main thread.\u000a\u000a- Fix Test*NewtEventModifiers for SWT (TestNewtEventModifiersNewtCanvasSWT)\u000a  - Deal with SWT's requirement to run the SWT event dispatch on the TK thread,\u000a    which must be the main thread on OSX.\u000a    We spawn off the actual test-action into another thread,\u000a    while dispatching the events until the test-action is completed.\u000a\u000a- AWTRobot: Add 'void requestFocus(Robot robot, Object obj, int x, int y)'\u000a  - Use waitForIdle() only if programmed in Robot (Deadlock w/ OSX SWT)\u000a  - Required for SWT usage (see above)\u000a",
        "date" : "2012-12-25T02:50:40+0100",
        "id" : "b0be3d764fc6ff90457fcb96ea81d53ba04cd420",
        "msg" : "Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtEventModifiersNewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/BaseNewtEventModifiers.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "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/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 874,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/874/"
    },
    {
      "number" : 874,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/874/"
    },
    {
      "number" : 874,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/874/"
    }
  ]
}