{
  "_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" : 517,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5b30ac3297601dec581d58835ef6bddaef079c77",
            "branch" : [
              {
                "SHA1" : "5b30ac3297601dec581d58835ef6bddaef079c77",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5b30ac3297601dec581d58835ef6bddaef079c77",
            "branch" : [
              {
                "SHA1" : "5b30ac3297601dec581d58835ef6bddaef079c77",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5b30ac3297601dec581d58835ef6bddaef079c77",
        "branch" : [
          {
            "SHA1" : "5b30ac3297601dec581d58835ef6bddaef079c77",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 16,
      "skipCount" : 0,
      "totalCount" : 1433,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#517",
  "duration" : 1520443,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #517",
  "id" : "2011-10-16_03-49-23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 517,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1318729763000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/517/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/util/EDTUtil.java",
          "src/newt/classes/jogamp/newt/DefaultEDTUtil.java",
          "src/newt/classes/jogamp/newt/driver/awt/AWTEDTUtil.java"
        ],
        "commitId" : "76145eca17724f86e6a16e20b4b6e7ca5d39da34",
        "timestamp" : 1318649042000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriod\u000a",
        "date" : "2011-10-15T05:24:02+0200",
        "id" : "76145eca17724f86e6a16e20b4b6e7ca5d39da34",
        "msg" : "NEWT/EDTUtil: Allow get/set poll period, defaults to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/DefaultEDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/util/EDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/AWTEDTUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/InputEvent.java"
        ],
        "commitId" : "d7e47e58b5b33f3ead939d3c630ea13568dfe74c",
        "timestamp" : 1318649088000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK (duh)\u000a",
        "date" : "2011-10-15T05:24:48+0200",
        "id" : "d7e47e58b5b33f3ead939d3c630ea13568dfe74c",
        "msg" : "Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/InputEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
        ],
        "commitId" : "50dca7ef60f28711397d40d8daeb8a24dff41dc2",
        "timestamp" : 1318649646000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only request-focus/warp-ptr if enabled\u000a\u000aDispatch mouse move events before enabled\u000a  - Allows user app listener to track to the new centered mouse position\u000a    before using the confined position. This is important for position change usage.\u000a    See simplified demo GearsES2\u000a\u000aOnly request-focus/warp-ptr if enabled\u000a  - No need to request focus and center mouse if leaving confinement\u000a\u000aDemo GearsES2:\u000a  - No need to assume some position changes are erroneous (jumps)\u000a    due to confinement.\u000a\u000a  - Track unconfined mouse position, allowing confined navigation\u000a    to have the proper position change value\u000a",
        "date" : "2011-10-15T05:34:06+0200",
        "id" : "50dca7ef60f28711397d40d8daeb8a24dff41dc2",
        "msg" : "NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java",
          "src/newt/native/WindowsWindow.c",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "ec2fc482bf97459c57417a8f856345a5836680f3",
        "timestamp" : 1318661514000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events\u000a\u000aSkip 'mouse move' event w/ same position\u000a - On Windows, the OS sends us multiple event w/o change in position, suppress them\u000a\u000aAdd Enter/Exit events incl. synthesize 'enter' event for windows/osx\u000a  - X11: using native Enter/Leave events\u000a  - Windows: using native Leave event (tracking) and synthesized enter event\u000a  - OSX: TODO (required for the confined feature, etc)\u000a",
        "date" : "2011-10-15T08:51:54+0200",
        "id" : "ec2fc482bf97459c57417a8f856345a5836680f3",
        "msg" : "NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/NewtMacWindow.h",
          "src/newt/classes/jogamp/newt/driver/macosx/MacWindow.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/MacWindow.m",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "aeffc47f9fea7ae94c7531e6ee4cb53bc88e64f1",
        "timestamp" : 1318722451000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp) - cleanup pos/coord translations\u000a",
        "date" : "2011-10-16T01:47:31+0200",
        "id" : "aeffc47f9fea7ae94c7531e6ee4cb53bc88e64f1",
        "msg" : "NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/MacWindow.java"
          }
        ]
      },
      {
        "_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/GearsES2.java"
        ],
        "commitId" : "5b30ac3297601dec581d58835ef6bddaef079c77",
        "timestamp" : 1318722501000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Test GearsES2: Split confine mode to centered 'J' and non centered 'j', to test actual confinement\u000a",
        "date" : "2011-10-16T01:48:21+0200",
        "id" : "5b30ac3297601dec581d58835ef6bddaef079c77",
        "msg" : "Test GearsES2: Split confine mode to centered 'J' and non centered 'j',",
        "paths" : [
          {
            "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/es2/newt/TestGearsES2NEWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 517,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/517/"
    },
    {
      "number" : 517,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/517/"
    },
    {
      "number" : 517,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/517/"
    }
  ]
}