{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 424",
          "upstreamBuild" : 424,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 956,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
            "branch" : [
              {
                "SHA1" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
            "branch" : [
              {
                "SHA1" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
        "branch" : [
          {
            "SHA1" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 31,
      "skipCount" : 0,
      "totalCount" : 7073,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#956",
  "duration" : 2874786,
  "estimatedDuration" : 3750864,
  "executor" : None,
  "fullDisplayName" : "jogl #956",
  "id" : "2013-04-09_09-10-59",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 956,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1365491459000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/956/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java",
          "src/newt/native/X11Display.c",
          "src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java",
          "src/newt/native/X11Window.c",
          "make/scripts/tests.sh"
        ],
        "commitId" : "ed596d9a329f1788979e148a4d09df7815ada527",
        "timestamp" : 1365374843000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent and UTF-16 keyChar value\u000a\u000aOn X11, the layout dependent keySym was not delivered [1],\u000aas well as the UTF-8 to UTF-16 translation was missing [2].\u000a\u000a[1] is solved using XLookupString w/o ShiftMask\u000a[2] is solved using JNI's NewStringUTF, which takes UTF-8.\u000a",
        "date" : "2013-04-08T00:47:23+0200",
        "id" : "ed596d9a329f1788979e148a4d09df7815ada527",
        "msg" : "Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/NewtCommon.h",
          "src/newt/native/NewtCommon.c",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "64fd6eef879f7453b491a9df421faf2d47da9d7f",
        "timestamp" : 1365374937000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by all OSX JNI attachments to save time since detachment is skipped.\u000a",
        "date" : "2013-04-08T00:48:57+0200",
        "id" : "64fd6eef879f7453b491a9df421faf2d47da9d7f",
        "msg" : "NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtCommon.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtCommon.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Display.c"
        ],
        "commitId" : "3052de236eb08a27286f20d52671bb40dbdd8875",
        "timestamp" : 1365377691000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 641 NEWT/X11: Deliver 'J_VK_WINDOWS'; keySym is layout independent for dead-keys (zero keyChar); For 'unshifted' keySym's also unmask Ctrl and Mod* states\u000a",
        "date" : "2013-04-08T01:34:51+0200",
        "id" : "3052de236eb08a27286f20d52671bb40dbdd8875",
        "msg" : "Bug 641 NEWT/X11: Deliver 'J_VK_WINDOWS'; keySym is layout independent",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "9b28aea53c9b7aa6fb8c9ae5521d935fa92d1026",
        "timestamp" : 1365443830000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's clear we need to enqeue the events\u000a",
        "date" : "2013-04-08T19:57:10+0200",
        "id" : "9b28aea53c9b7aa6fb8c9ae5521d935fa92d1026",
        "msg" : "NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/newt/classes/jogamp/newt/driver/linux/LinuxEventDeviceTracker.java",
          "src/newt/classes/jogamp/newt/driver/android/event/AndroidNewtEventFactory.java"
        ],
        "commitId" : "6755fc707672a77025bcde81a47a5e4d93b37fb1",
        "timestamp" : 1365446722000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have defined keyCode [and keyChar]; VK_KEYBOARD_INVISIBLE -> isActionKey\u000a",
        "date" : "2013-04-08T20:45:22+0200",
        "id" : "6755fc707672a77025bcde81a47a5e4d93b37fb1",
        "msg" : "NEWT KeyEvent: More tight definition of isPrintable(), i.e. must have",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/event/AndroidNewtEventFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/linux/LinuxEventDeviceTracker.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-newt.xml",
          "src/newt/native/KeyEvent.h",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "src/newt/classes/com/jogamp/newt/event/UTFKeyUtil.java",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "d2fc229b844942646fd9a32fc943923a5770a4be",
        "timestamp" : 1365447720000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case UTF-16 character.\u000a",
        "date" : "2013-04-08T21:02:00+0200",
        "id" : "d2fc229b844942646fd9a32fc943923a5770a4be",
        "msg" : "Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/newt/classes/com/jogamp/newt/event/UTFKeyUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/KeyEvent.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
        ],
        "commitId" : "09ebc2cd6fdd317134f0afb38174418a6d067d65",
        "timestamp" : 1365447889000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 641 NEWT: Refine definition of keySym, i.e. for printable keys, keySym is the 'unshifted' UTF-16 char value ; Add isPrintable() to toString().\u000a",
        "date" : "2013-04-08T21:04:49+0200",
        "id" : "09ebc2cd6fdd317134f0afb38174418a6d067d65",
        "msg" : "Bug 641 NEWT: Refine definition of keySym, i.e. for printable keys,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
        "timestamp" : 1365455542000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 703: Quaternion slerp function. Disclaimer: Not tested / No unit test.\u000a",
        "date" : "2013-04-08T23:12:22+0200",
        "id" : "2b3bb9426385d97375c3312f5c0f4e2a827b1fbb",
        "msg" : "Fix Bug 703: Quaternion slerp function. Disclaimer: Not tested / No unit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "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/sgothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 956,
      "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=linux-x86_64/956/"
    },
    {
      "number" : 956,
      "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=macos-x86_64/956/"
    },
    {
      "number" : 956,
      "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=windows-x86_64/956/"
    }
  ]
}