{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 849",
          "upstreamBuild" : 849,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 849,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
            "branch" : [
              {
                "SHA1" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
            "branch" : [
              {
                "SHA1" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
        "branch" : [
          {
            "SHA1" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 770,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "macos-x86_64",
  "duration" : 2104731,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 macos-x86_64",
  "id" : "2012-10-31_21-59-08",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 849,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1351717148000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/849/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html",
          "jnlp-files/jogl-test-applets.html"
        ],
        "commitId" : "1cd40d8284f2f8d0da9b40c4ea714a20aad97094",
        "timestamp" : 1351710897000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "jogl-test-applets: Add 'force gl3' GearsES2 Applet for GL3 core testing on OSX\u000a",
        "date" : "2012-10-31T20:14:57+0100",
        "id" : "1cd40d8284f2f8d0da9b40c4ea714a20aad97094",
        "msg" : "jogl-test-applets: Add 'force gl3' GearsES2 Applet for GL3 core testing",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-test-applets.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
        ],
        "commitId" : "875a36a142b086e4f1c311440db008f816258de5",
        "timestamp" : 1351711948000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via reparenting TestParentingFocusTraversal01AWT\u000a",
        "date" : "2012-10-31T20:32:28+0100",
        "id" : "875a36a142b086e4f1c311440db008f816258de5",
        "msg" : "MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/TODO.txt"
        ],
        "commitId" : "40090a5fe7f5b42c2212d9dd5351730e0f38d601",
        "timestamp" : 1351711978000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Notes: NVIDIA Tegra discard problem ; TestSharedContextVBOES2NEWT crashes the NV driver sporadically\u000a",
        "date" : "2012-10-31T20:32:58+0100",
        "id" : "40090a5fe7f5b42c2212d9dd5351730e0f38d601",
        "msg" : "Notes: NVIDIA Tegra discard problem ; TestSharedContextVBOES2NEWT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/TODO.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/newt/native/WindowsWindow.c",
          "make/scripts/tests-x64.bat",
          "make/scripts/tests.sh"
        ],
        "commitId" : "c135d638fe820457977747e3d45960da64038d53",
        "timestamp" : 1351713141000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Windows KeyEvent: We have to store the keyChar for typed events, since keyChar from pressed/released may be wrong (Uppercase: SHIFT-1, etc ..)\u000a\u000aPartially reverts commit: b62e1d027c289877686d6008ea8dd40e4e1541ec\u000a",
        "date" : "2012-10-31T20:52:21+0100",
        "id" : "c135d638fe820457977747e3d45960da64038d53",
        "msg" : "NEWT Windows KeyEvent: We have to store the keyChar for typed events,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
        ],
        "commitId" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
        "timestamp" : 1351713516000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d638fe820457977747e3d45960da64038d53\u000a",
        "date" : "2012-10-31T20:58:36+0100",
        "id" : "502847f59ef01c78a85e4ee5453a09d9b83d9a5e",
        "msg" : "NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    }
  ]
}