{
  "_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" : 626,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
            "branch" : [
              {
                "SHA1" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
            "branch" : [
              {
                "SHA1" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
        "branch" : [
          {
            "SHA1" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 19,
      "skipCount" : 0,
      "totalCount" : 2399,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#626",
  "duration" : 1822743,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #626",
  "id" : "2012-01-18_03-50-02",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 626,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1326855002000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/626/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/NewtMacWindow.h",
          "src/newt/native/MacWindow.m",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "d25c25339d8878980c5f45cd1ee602767ffe0f33",
        "timestamp" : 1326794511000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remove warning of unused var\u000a",
        "date" : "2012-01-17T11:01:51+0100",
        "id" : "d25c25339d8878980c5f45cd1ee602767ffe0f33",
        "msg" : "NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations);",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "d8bbddaea08bd6ae75bc5255ab33cbf15cf3a7be",
        "timestamp" : 1326850470000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handling; Misc.\u000a\u000a- Add fullscreen for offscreen windows (currently OSX only),\u000a\u000a- Focus handling\u000a  - requestFocus() @ creation\u000a\u000a  - remove requestFocus() delay in setFullscreen() since\u000a    focus loss in fullscreen mode is caused by a KDE 'misbehavior'\u000a    in general.\u000a    See X11Common.c FS_GRAB_KEYBOARD, an experimental\u000a    focus loss prevention, disabled due to it's behavioral impact\u000a    of removing the ability to use WM keyboard commands (task switcher).\u000a\u000a- Remove pending events waiting longer than TO (1200ms)\u000a",
        "date" : "2012-01-18T02:34:30+0100",
        "id" : "d8bbddaea08bd6ae75bc5255ab33cbf15cf3a7be",
        "msg" : "Newt: Add fullscreen for offscreen windows (currently OSX only); Focus",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/macosx/MacWindow.java",
          "src/newt/native/NewtMacWindow.h",
          "src/newt/native/MacWindow.m",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
        "timestamp" : 1326850972000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lostFocus (resignKeyWindow) when in fullscreen mode; Ignore invalid key release/type events.\u000a\u000a- Cleanup 'javaWindowObject' @ window-close & avoid NPE\u000a  Ensure that the direct window.close() impl. removes the global reference\u000a  and that all use cases check for NULL pointer.\u000a\u000a- Disable lostFocus (resignKeyWindow) when in fullscreen mode\u000a  Similar to the X11 KDE bug, OS X delivers a lostFocus event\u000a  which we prevent from being processed in fullscreen mode.\u000a\u000a- Ignore invalid key release/type events\u000a\u000a  In case of offscreen/onscreen switching (fullscreen/reparenting) via destroy/create,\u000a  the still pressed key would be send to the new window and repeat the action (key typed).\u000a  State validation discards the double processing.\u000a",
        "date" : "2012-01-18T02:42:52+0100",
        "id" : "bc933c6e18a68d9cd94b0349fb516852ac0c7457",
        "msg" : "NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/MacWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "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/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    }
  ],
  "runs" : [
    {
      "number" : 626,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/626/"
    },
    {
      "number" : 626,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/626/"
    },
    {
      "number" : 626,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/626/"
    }
  ]
}