{
  "_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" : 1113,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
            "branch" : [
              {
                "SHA1" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
            "branch" : [
              {
                "SHA1" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
        "branch" : [
          {
            "SHA1" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 9,
      "skipCount" : 0,
      "totalCount" : 8755,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1113",
  "duration" : 4508677,
  "estimatedDuration" : 3750864,
  "executor" : None,
  "fullDisplayName" : "jogl #1113",
  "id" : "2013-10-18_02-32-30",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1113,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1382056350000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/1113/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "77b0adbdb6e361e4d5d6ca31432e8fc625d02b24",
        "timestamp" : 1382044906000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef38f97929f866b3d4ced0e57: NULL printGLAD of GLCanvas and NewtCanvasAWT\u000a\u000aWe have to pre-init printGLAD w/ current GLAD (similiar w/ GLJPanel).\u000a\u000aAlso properly define reqNewGLAD:\u000a   reqNewGLAD = !caps.getSampleBuffers() && ( reqNewGLADOnscrn || reqNewGLADSamples || reqNewGLADSize );\u000a\u000awhere '!caps.getSampleBuffers() && ( .. )' is due to Bug 830,\u000aswapGLContextAndAllGLEventListener and onscreen MSAA w/ NV/GLX does not work.\u000a",
        "date" : "2013-10-17T23:21:46+0200",
        "id" : "77b0adbdb6e361e4d5d6ca31432e8fc625d02b24",
        "msg" : "AWTPrintLifecycle.setupPrint(..): Fix regression of commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/com/jogamp/newt/event/MouseEvent.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
        "timestamp" : 1382048853000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no button/pointer', i.e. button == 0, pointer-ID == -1\u000a\u000adoPointerEvent:\u000a  - allow id==-1 -> button==0 for no button, i.e. mouse move\u000a\u000adoMouseEvent:\u000a  - keep button 0 value, i.e. map to pointer-ID -1\u000a",
        "date" : "2013-10-18T00:27:33+0200",
        "id" : "2ebf1bf35928e35ded6e38df64dee7aa578ae3c7",
        "msg" : "MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/MouseEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/qun",
      "fullName" : "qun"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/mark",
      "fullName" : "mark"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
      "fullName" : "petrs"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    }
  ],
  "runs" : [
    {
      "number" : 1113,
      "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=linux-x86_64/1113/"
    },
    {
      "number" : 1113,
      "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=macos-x86_64/1113/"
    },
    {
      "number" : 1113,
      "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=windows-x86_64/1113/"
    }
  ]
}