{
  "_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" : 825,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "630d43be7a8cccf28632fc1f7542bb484382d775",
            "branch" : [
              {
                "SHA1" : "630d43be7a8cccf28632fc1f7542bb484382d775",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "630d43be7a8cccf28632fc1f7542bb484382d775",
            "branch" : [
              {
                "SHA1" : "630d43be7a8cccf28632fc1f7542bb484382d775",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "630d43be7a8cccf28632fc1f7542bb484382d775",
        "branch" : [
          {
            "SHA1" : "630d43be7a8cccf28632fc1f7542bb484382d775",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 7,
      "skipCount" : 0,
      "totalCount" : 4202,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#825",
  "duration" : 1940740,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #825",
  "id" : "2012-10-06_07-24-28",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 825,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1349501068000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/825/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestBug605FlippedImageNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/util/UITestCase.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestBug605FlippedImageAWT.java"
        ],
        "commitId" : "d3033e42faa909f6c1055f5ba3c7925766a3e583",
        "timestamp" : 1349485033000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding unit test for Bug 605 - WORKSFORME, i.e. no unwanted y-flip, so I can just assume it's the SW renderer, flipping.\u000a",
        "date" : "2012-10-06T02:57:13+0200",
        "id" : "d3033e42faa909f6c1055f5ba3c7925766a3e583",
        "msg" : "Adding unit test for Bug 605 - WORKSFORME, i.e. no unwanted y-flip, so I",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestBug605FlippedImageNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/UITestCase.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestBug605FlippedImageAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/com/jogamp/opengl/FBObject.java"
        ],
        "commitId" : "630d43be7a8cccf28632fc1f7542bb484382d775",
        "timestamp" : 1349493577000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Colorbuffer w/ diff size leads to GL_FRAMEBUFFER_UNSUPPORTED.\u000a\u000aThis occured at least on:\u000a  - OS X 10.6.8\u000a  - GL_RENDERER    NVIDIA GeForce 7300 GT OpenGL Engine\u000a  - GL_VERSION     2.1 NVIDIA-1.6.36\u000a\u000aRemedy is to catch the exception @ GLFBODrawableImpl.reset(..) and switch over to\u000afallback 'reset' method:\u000a  FBO reattachment -> FBO complete recreation\u000a\u000aOf course, the FBO recreation is noticable slower,\u000abut at least it seems to work on the offending system.\u000a\u000aNot tested on the offending system, but manually provoked GLException on FBOObject\u000ato trigger fallback, which is working here.\u000a",
        "date" : "2012-10-06T05:19:37+0200",
        "id" : "630d43be7a8cccf28632fc1f7542bb484382d775",
        "msg" : "Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/FBObject.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "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" : 825,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/825/"
    },
    {
      "number" : 825,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/825/"
    },
    {
      "number" : 825,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/825/"
    }
  ]
}