{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 620",
          "upstreamBuild" : 620,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 620,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1a79d4f87d750b3146b80bd861230022e66108d6",
            "branch" : [
              {
                "SHA1" : "1a79d4f87d750b3146b80bd861230022e66108d6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1a79d4f87d750b3146b80bd861230022e66108d6",
            "branch" : [
              {
                "SHA1" : "1a79d4f87d750b3146b80bd861230022e66108d6",
                "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" : "1a79d4f87d750b3146b80bd861230022e66108d6",
        "branch" : [
          {
            "SHA1" : "1a79d4f87d750b3146b80bd861230022e66108d6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 201,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#620",
  "duration" : 1311360,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #620",
  "id" : "2012-01-09_19-51-17",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 620,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1326135077000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/620/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-common.xml",
          "src/jogl/classes/jogamp/opengl/swt/GLCanvas.java",
          "make/build-jogl.xml"
        ],
        "commitId" : "eca59450698e832b329169ba12fa5953f6052bce",
        "timestamp" : 1321310531000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
          "fullName" : "daniel.krisher.ctr"
        },
        "authorEmail" : "daniel.krisher.ctr@rl.af.mil",
        "comment" : "[WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT version.  Modified build to produce a jogl.swt.jar, and include this in jogl.all.jar.  Presently there is no unit test (just a 'main' in the jogamp.opengl.swt.GLCanvas), and this does not support correct selection of GLCapabilities (FIXME and TODO tags in the source state why).\u000a",
        "date" : "2011-11-14T17:42:11-0500",
        "id" : "eca59450698e832b329169ba12fa5953f6052bce",
        "msg" : "[WIP] Added an SWT based GLCanvas implementation nearly identical to the",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/jogamp/opengl/swt/GLCanvas.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/swt/GLCanvas.java"
        ],
        "commitId" : "78c45f888d831c700227c4f6f3bf6aa0b30aa247",
        "timestamp" : 1321311083000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
          "fullName" : "daniel.krisher.ctr"
        },
        "authorEmail" : "daniel.krisher.ctr@rl.af.mil",
        "comment" : "Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was already handled via the proxy surface factory).  Needs testing\u000a",
        "date" : "2011-11-14T17:51:23-0500",
        "id" : "78c45f888d831c700227c4f6f3bf6aa0b30aa247",
        "msg" : "Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/swt/GLCanvas.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-jogl.xml"
        ],
        "commitId" : "537f87c4ef5edbdf86772b033aea0e3281191aa3",
        "timestamp" : 1326117307000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX: JOGL desktop DLL now uses weak binding for Quartz, Cocoa and OpenGL (compatibility for 10.5)\u000a",
        "date" : "2012-01-09T14:55:07+0100",
        "id" : "537f87c4ef5edbdf86772b033aea0e3281191aa3",
        "msg" : "OSX: JOGL desktop DLL now uses weak binding for Quartz, Cocoa and OpenGL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-newt.xml",
          "make/build-nativewindow.xml"
        ],
        "commitId" : "4707049bf244c9a00be61e0610248f9aa1eb9490",
        "timestamp" : 1326117465000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5)\u000a",
        "date" : "2012-01-09T14:57:45+0100",
        "id" : "4707049bf244c9a00be61e0610248f9aa1eb9490",
        "msg" : "OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-newt.xml",
          "make/build-nativewindow.xml",
          "make/build-jogl.xml"
        ],
        "commitId" : "3bde06d31680fc1e1d63fdef736208ed1dea9965",
        "timestamp" : 1326121618000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 547: Enable others architectures under GNU/Linux\u000a",
        "date" : "2012-01-09T16:06:58+0100",
        "id" : "3bde06d31680fc1e1d63fdef736208ed1dea9965",
        "msg" : "Fix Bug 547: Enable others architectures under GNU/Linux",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-nativewindow.xml"
        ],
        "commitId" : "d959cf4c79ff5b44a907f6cefffab2234ff12eff",
        "timestamp" : 1326121994000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 546: Provide more information about the system\u000a",
        "date" : "2012-01-09T16:13:14+0100",
        "id" : "d959cf4c79ff5b44a907f6cefffab2234ff12eff",
        "msg" : "Fix Bug 546: Provide more information about the system",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/swt/GLCanvas.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
        ],
        "commitId" : "b7252ec43e5e658a561d380bed882666d8e47f55",
        "timestamp" : 1326124416000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license header; Remove dummy comments\u000a",
        "date" : "2012-01-09T16:53:36+0100",
        "id" : "b7252ec43e5e658a561d380bed882666d8e47f55",
        "msg" : "SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          },
          {
            "editType" : "delete",
            "file" : "src/jogl/classes/jogamp/opengl/swt/GLCanvas.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLBase.java"
        ],
        "commitId" : "4a49a5576e77da0edaf10a30f8b9eda1a9e5cec3",
        "timestamp" : 1326124434000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "minor edits\u000a",
        "date" : "2012-01-09T16:53:54+0100",
        "id" : "4a49a5576e77da0edaf10a30f8b9eda1a9e5cec3",
        "msg" : "minor edits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-jogl.xml"
        ],
        "commitId" : "3d6bb4a75dfb4ad59820f332839804f993462470",
        "timestamp" : 1326126443000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete SWT GLCanvas relocation\u000a",
        "date" : "2012-01-09T17:27:23+0100",
        "id" : "3d6bb4a75dfb4ad59820f332839804f993462470",
        "msg" : "Complete SWT GLCanvas relocation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "450110cd75c6cd36f72a67cdd9f15ce5ba3bf2cf",
        "timestamp" : 1326126519000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() entry w/ AWT GLCanvas functionality.\u000a\u000a-\u000a",
        "date" : "2012-01-09T17:28:39+0100",
        "id" : "450110cd75c6cd36f72a67cdd9f15ce5ba3bf2cf",
        "msg" : "SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT02GLn.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java"
        ],
        "commitId" : "1e7d41372073d07a3662df4e646d63da4ebf2478",
        "timestamp" : 1326128232000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "minor edits / clarify SWT test descripion\u000a",
        "date" : "2012-01-09T17:57:12+0100",
        "id" : "1e7d41372073d07a3662df4e646d63da4ebf2478",
        "msg" : "minor edits / clarify SWT test descripion",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT02GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTGLCanvas01GLn.java",
          "etc/profile.jogl",
          "make/scripts/tests.sh"
        ],
        "commitId" : "96d07ce5f42107fe052080101e6af425c2bdec5b",
        "timestamp" : 1326128270000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add JOGL SWT GLCanvas unit test\u000a",
        "date" : "2012-01-09T17:57:50+0100",
        "id" : "96d07ce5f42107fe052080101e6af425c2bdec5b",
        "msg" : "Add JOGL SWT GLCanvas unit test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "etc/profile.jogl"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTGLCanvas01GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT02GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTEclipseGLCanvas01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTGLCanvas01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java"
        ],
        "commitId" : "cf9794c6f443154893354a5390246b295439635e",
        "timestamp" : 1326128486000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Better unit test names for SWT\u000a",
        "date" : "2012-01-09T18:01:26+0100",
        "id" : "cf9794c6f443154893354a5390246b295439635e",
        "msg" : "Better unit test names for SWT",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT02GLn.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTGLCanvas01GLn.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTEclipseGLCanvas01GLn.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02GLn.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLnAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java",
          "make/build-test.xml"
        ],
        "commitId" : "1a79d4f87d750b3146b80bd861230022e66108d6",
        "timestamp" : 1326128784000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threading (-> FIXME)\u000a",
        "date" : "2012-01-09T18:06:24+0100",
        "id" : "1a79d4f87d750b3146b80bd861230022e66108d6",
        "msg" : "Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLnAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}