{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 706",
          "upstreamBuild" : 706,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 706,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
            "branch" : [
              {
                "SHA1" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
            "branch" : [
              {
                "SHA1" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
                "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" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
        "branch" : [
          {
            "SHA1" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 212,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#706",
  "duration" : 1389931,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #706",
  "id" : "2012-03-20_12-46-44",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 706,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1332244004000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/706/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "2fe65cee9d0397eb0bfb49c63bbf677534bcc3eb",
        "timestamp" : 1332166892000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContextImpl: Detect \"llvmpipe\" as a software renderer (Mesa 8.0.1)\u000a",
        "date" : "2012-03-19T15:21:32+0100",
        "id" : "2fe65cee9d0397eb0bfb49c63bbf677534bcc3eb",
        "msg" : "GLContextImpl: Detect \"llvmpipe\" as a software renderer (Mesa 8.0.1)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
        ],
        "commitId" : "8baa72ed68481feada5f91aa868c0ae258802e29",
        "timestamp" : 1332166942000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )\u000a",
        "date" : "2012-03-19T15:22:22+0100",
        "id" : "8baa72ed68481feada5f91aa868c0ae258802e29",
        "msg" : "X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/Threading.java",
          "src/jogl/classes/jogamp/opengl/ThreadingImpl.java",
          "src/jogl/classes/jogamp/opengl/awt/AWTThreadingPlugin.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
        ],
        "commitId" : "b823e8a0e18ec0b357d62af468a14162a9fb4948",
        "timestamp" : 1332170055000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix / Cleanup AWT related Threading code: Using enums, properly disable singlethreading if requested, fix doc: -Dopengl.1thread -> -Djogl.1thread\u000a",
        "date" : "2012-03-19T16:14:15+0100",
        "id" : "b823e8a0e18ec0b357d62af468a14162a9fb4948",
        "msg" : "Fix / Cleanup AWT related Threading code: Using enums, properly disable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/ThreadingImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/Threading.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/awt/AWTThreadingPlugin.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLWorkerThread.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "b7c5a58f3fd44f87ff3a79410f72260efce7a552",
        "timestamp" : 1332226973000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and to add thread-name info; GLWorkerThread: Use ArrayList and generics.\u000a",
        "date" : "2012-03-20T08:02:53+0100",
        "id" : "b7c5a58f3fd44f87ff3a79410f72260efce7a552",
        "msg" : "Cleanup: Use getThreadName() and validateCurrent() to remove redundancy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLWorkerThread.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
        "timestamp" : 1332240164000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context)\u000a\u000aTolerate a buggy ARB createContext impl (always failing to create a context).\u000a\u000aNow we only reset the GLContext state and\u000aset the context/device availability flag if ARB create context actually was successful.\u000aOtherwise the fallback 'old' context is being used w/o having it's context state cleared\u000aand context/device availability is set later on.\u000a\u000aThis makes the general use of ARB_create_context more stable.\u000a\u000a+++\u000a\u000aMinor changes:\u000a\u000a- Non compatibility fallback: Try forward context instead.\u000a- Limit ARB context 'seeking' to >= OpenGL 2.0\u000a",
        "date" : "2012-03-20T11:42:44+0100",
        "id" : "42c461a157bbcf9e7268b171a7593c2b3ae6a173",
        "msg" : "Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}