{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,007",
          "upstreamBuild" : 1007,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1007,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
            "branch" : [
              {
                "SHA1" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
            "branch" : [
              {
                "SHA1" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
        "branch" : [
          {
            "SHA1" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 644,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1007",
  "duration" : 3686309,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #1007",
  "id" : "2013-06-17_13-18-34",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1007,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1371467914000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/1007/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/setenv-jogl.sh"
        ],
        "commitId" : "343c3b3d0204c678156ce3b1a0a667bf90541c18",
        "timestamp" : 1371457689000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: Adapt finding gluegen ..\u000a",
        "date" : "2013-06-17T10:28:09+0200",
        "id" : "343c3b3d0204c678156ce3b1a0a667bf90541c18",
        "msg" : "Scripts: Adapt finding gluegen ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-jogl.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
        ],
        "commitId" : "f2182cfbf4cf77ba3f53b5b3e1c53e9dd42691a5",
        "timestamp" : 1371459564000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix regression of 31e72d2f2d953352b2a8c83368039ecca8139d49: Modifier SHIFT needs to be recognized (-> horiz. scroll)\u000a",
        "date" : "2013-06-17T10:59:24+0200",
        "id" : "f2182cfbf4cf77ba3f53b5b3e1c53e9dd42691a5",
        "msg" : "Fix regression of 31e72d2f2d953352b2a8c83368039ecca8139d49: Modifier",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
        ],
        "commitId" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
        "timestamp" : 1371460600000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o GLEventListener ; Optimize GLDrawableHelper's glViewportCall(..)\u000a\u000aGLAutoDrawable must issue glViewport(..) even w/o GLEventListener\u000a - Same behavior w/ or w/o GLEventListener requires to issue glViewport, always.\u000a\u000aOptimize GLDrawableHelper's glViewportCall(..)\u000a  - 'private void init(..)' receives 'setViewport' argument to be passed to 'private void reshape(..)'\u000a    allowing to only the the viewport once @ 'public void init(..)' and display.\u000a",
        "date" : "2013-06-17T11:16:40+0200",
        "id" : "d846b04928ecfcfb319e75d7ed114d357edbeb89",
        "msg" : "Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    }
  ]
}