{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 357",
          "upstreamBuild" : 357,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 808,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "459af1bba130495943e51ff289a094b602c642cd",
            "branch" : [
              {
                "SHA1" : "459af1bba130495943e51ff289a094b602c642cd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "459af1bba130495943e51ff289a094b602c642cd",
            "branch" : [
              {
                "SHA1" : "459af1bba130495943e51ff289a094b602c642cd",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "459af1bba130495943e51ff289a094b602c642cd",
        "branch" : [
          {
            "SHA1" : "459af1bba130495943e51ff289a094b602c642cd",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 10,
      "skipCount" : 0,
      "totalCount" : 4009,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#808",
  "duration" : 1954250,
  "estimatedDuration" : 3750864,
  "executor" : None,
  "fullDisplayName" : "jogl #808",
  "id" : "2012-09-21_12-24-37",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 808,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1348223077000,
  "url" : "https://jogamp.org/chuck/job/jogl/808/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java"
        ],
        "commitId" : "5b378cb2cd162cb9af44812c37935eb3a83aabd2",
        "timestamp" : 1348197637000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since it's transient, store it.\u000a",
        "date" : "2012-09-21T05:20:37+0200",
        "id" : "5b378cb2cd162cb9af44812c37935eb3a83aabd2",
        "msg" : "MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGPUMemSec01NEWT.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
        ],
        "commitId" : "459af1bba130495943e51ff289a094b602c642cd",
        "timestamp" : 1348201722000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if not offscreen-layer.\u000a",
        "date" : "2012-09-21T06:28:42+0200",
        "id" : "459af1bba130495943e51ff289a094b602c642cd",
        "msg" : "MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGPUMemSec01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    }
  ],
  "runs" : [
    {
      "number" : 808,
      "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/808/"
    },
    {
      "number" : 808,
      "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/808/"
    },
    {
      "number" : 808,
      "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/808/"
    }
  ]
}