{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 555",
          "upstreamBuild" : 555,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 555,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
            "branch" : [
              {
                "SHA1" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
            "branch" : [
              {
                "SHA1" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
                "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" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
        "branch" : [
          {
            "SHA1" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 173,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#555",
  "duration" : 1215198,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #555",
  "id" : "2011-11-26_15-53-12",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 555,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1322319192000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/555/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/NewtFactory.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/newt/classes/com/jogamp/newt/Display.java"
        ],
        "commitId" : "f725e45adebfecef7c91b27b2eb3ff69d2399e2a",
        "timestamp" : 1322288511000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name\u000a",
        "date" : "2011-11-26T07:21:51+0100",
        "id" : "f725e45adebfecef7c91b27b2eb3ff69d2399e2a",
        "msg" : "NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/NewtFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Display.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/x11/Xmisc.c",
          "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
        ],
        "commitId" : "41d34e1c4594bd1f552dace2b3e1b69889a138fd",
        "timestamp" : 1322288561000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "X11Util.shutdown(): Remove x11IOErrorHandler\u000a",
        "date" : "2011-11-26T07:22:41+0100",
        "id" : "41d34e1c4594bd1f552dace2b3e1b69889a138fd",
        "msg" : "X11Util.shutdown(): Remove x11IOErrorHandler",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/Xmisc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/X11Screen.java"
        ],
        "commitId" : "6c1aa039afc4b81eeacdc97993cd7c7b2efc6ea4",
        "timestamp" : 1322288626000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented out)\u000a",
        "date" : "2011-11-26T07:23:46+0100",
        "id" : "6c1aa039afc4b81eeacdc97993cd7c7b2efc6ea4",
        "msg" : "NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/X11Screen.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/SharedResourceRunner.java"
        ],
        "commitId" : "26e6aac665d0fede32c322b66d90e82a622624ac",
        "timestamp" : 1322288696000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shutdown: don't attempt to close Display device.\u000a",
        "date" : "2011-11-26T07:24:56+0100",
        "id" : "26e6aac665d0fede32c322b66d90e82a622624ac",
        "msg" : "SharedResourceRunner: Use generics ;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/SharedResourceRunner.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java"
        ],
        "commitId" : "6fe980308f6042f7a3077b724d28f4c3719ba331",
        "timestamp" : 1322288731000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestScreenMode00bNEWT: Reduce getCurrentScreenMode loop 100 -> 50, due to slow processing on CentOS / HD3400\u000a",
        "date" : "2011-11-26T07:25:31+0100",
        "id" : "6fe980308f6042f7a3077b724d28f4c3719ba331",
        "msg" : "TestScreenMode00bNEWT: Reduce getCurrentScreenMode loop 100 -> 50, due",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/macosx/MacOSXWindowSystemInterface-pbuffer.m",
          "src/nativewindow/native/macosx/OSXmisc.m"
        ],
        "commitId" : "e02a1460018c7f32d7851dfdea41db551543122c",
        "timestamp" : 1322315399000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix DestroyNSWindow0\u000a\u000aThe CALayer animations (add/remove/swap) confused somewhat rendering (layer position) and\u000aeven triggered a deallocation sometimes.\u000a",
        "date" : "2011-11-26T14:49:59+0100",
        "id" : "e02a1460018c7f32d7851dfdea41db551543122c",
        "msg" : "OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/macosx/MacOSXWindowSystemInterface-pbuffer.m"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java"
        ],
        "commitId" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
        "timestamp" : 1322315455000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated GraphicsConfiguration\u000a",
        "date" : "2011-11-26T14:50:55+0100",
        "id" : "b62d7b08212bdbae8d7755dafe4759dc61ace74a",
        "msg" : "MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}