{
  "_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" : 449,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
            "branch" : [
              {
                "SHA1" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
            "branch" : [
              {
                "SHA1" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
        "branch" : [
          {
            "SHA1" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 14,
      "skipCount" : 0,
      "totalCount" : 1244,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#449",
  "duration" : 2886121,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #449",
  "id" : "2011-09-03_03-19-54",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 449,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1315012794000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/449/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/driver/awt/AWTWindow.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java"
        ],
        "commitId" : "002da0e057795c2f0679119c70f27ca914d9283b",
        "timestamp" : 1314967426000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT: Respect 'setUndecorated(true)' before native creation (ie. startup w/ undecorated window)\u000a",
        "date" : "2011-09-02T14:43:46+0200",
        "id" : "002da0e057795c2f0679119c70f27ca914d9283b",
        "msg" : "NEWT: Respect 'setUndecorated(true)' before native creation (ie. startup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/AWTWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "8dc31bcaa3ee3a2407d1960ab42d094cac642876",
        "timestamp" : 1314995565000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Window: Implicit setUndecorated(true) if Capabilities !isBackgroundOpaque()\u000a",
        "date" : "2011-09-02T22:32:45+0200",
        "id" : "8dc31bcaa3ee3a2407d1960ab42d094cac642876",
        "msg" : "NEWT Window: Implicit setUndecorated(true) if Capabilities",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/x11/X11/extensions/Xrender.h",
          "make/stub_includes/x11/window-lib.c",
          "make/config/nativewindow/x11-lib.cfg"
        ],
        "commitId" : "dcb0cc571298be90d0db7ad00fef835fe5fdc46d",
        "timestamp" : 1314999696000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFindVisualFormat for translucent window config\u000a",
        "date" : "2011-09-02T23:41:36+0200",
        "id" : "dcb0cc571298be90d0db7ad00fef835fe5fdc46d",
        "msg" : "NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/stub_includes/x11/X11/extensions/Xrender.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/x11/window-lib.c"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/x11-lib.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/nativewindow/x11-lib.cfg"
        ],
        "commitId" : "2501d93d80468b0c38897e99a8eabac08e70e7b4",
        "timestamp" : 1315002792000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix XRenderFindVisualFormat return capacity (commit dcb0cc571298be90d0db7ad00fef835fe5fdc46d)\u000a",
        "date" : "2011-09-03T00:33:12+0200",
        "id" : "2501d93d80468b0c38897e99a8eabac08e70e7b4",
        "msg" : "Fix XRenderFindVisualFormat return capacity (commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/x11-lib.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-nativewindow.xml"
        ],
        "commitId" : "a4dd1cafd84dc0977fa3d558a6af7f8988f1628b",
        "timestamp" : 1315002835000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindow X11: Add DSO Xrender dependency\u000a",
        "date" : "2011-09-03T00:33:55+0200",
        "id" : "a4dd1cafd84dc0977fa3d558a6af7f8988f1628b",
        "msg" : "NativeWindow X11: Add DSO Xrender dependency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfiguration.java"
        ],
        "commitId" : "2f12b219988dd28b1b2c191afc94b7704022a84a",
        "timestamp" : 1315002899000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JOGL/X11GLXGraphicsConfiguration: Query opaque/transparent by XRender 'alphaMask' cfg\u000a",
        "date" : "2011-09-03T00:34:59+0200",
        "id" : "2f12b219988dd28b1b2c191afc94b7704022a84a",
        "msg" : "JOGL/X11GLXGraphicsConfiguration: Query opaque/transparent by XRender",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "9955e053ac28d1dc1f6722893d7989d5e2b710c3",
        "timestamp" : 1315004285000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Revert commit 8dc31bcaa3ee3a2407d1960ab42d094cac642876: Implicit setUndecorated(true) if Capabilities !isBackgroundOpaque(). The original manual logic allows better control\u000a",
        "date" : "2011-09-03T00:58:05+0200",
        "id" : "9955e053ac28d1dc1f6722893d7989d5e2b710c3",
        "msg" : "Revert commit 8dc31bcaa3ee3a2407d1960ab42d094cac642876: Implicit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/javax/media/nativewindow/Capabilities.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java",
          "src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationFactory.java",
          "src/jogl/classes/javax/media/opengl/DefaultGLCapabilitiesChooser.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java"
        ],
        "commitId" : "bbdd6f95687da343bf7a6550c3bc9bb4444116e5",
        "timestamp" : 1315005225000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete translucency support (core w/ X11 (only) - tested w/ NEWT)\u000a\u000aDefaultGLCapabilitiesChooser:\u000a  - Add penalty for opaque mismatch: dbl-buf > opaq > stencil\u000a\u000aGLGraphicsConfigurationFactory:\u000a  - Case no-chooser && has-recommended-idx:\u000a      - Only use recommended index if caps is opaque,\u000a        otherwise use default chooser to validate translucency\u000a\u000aNativeWindow Capabilities:\u000a  - transparent default values -> 0\u000a\u000aAdded NEWT Test: TestTranslucencyNEWT\u000a\u000aAdded command line translucency/undecorated options for TestGearsES2NEWT\u000a",
        "date" : "2011-09-03T01:13:45+0200",
        "id" : "bbdd6f95687da343bf7a6550c3bc9bb4444116e5",
        "msg" : "Complete translucency support (core w/ X11 (only) - tested w/ NEWT)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/DefaultGLCapabilitiesChooser.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/Capabilities.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh"
        ],
        "commitId" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
        "timestamp" : 1315005236000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test script ..\u000a",
        "date" : "2011-09-03T01:13:56+0200",
        "id" : "fabc77b4c04b562371d27d5a0203dd52dcd634e4",
        "msg" : "test script ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 449,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/449/"
    },
    {
      "number" : 449,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/449/"
    },
    {
      "number" : 449,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/449/"
    }
  ]
}