{
  "_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" : 779,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
            "branch" : [
              {
                "SHA1" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
            "branch" : [
              {
                "SHA1" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
                "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" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
        "branch" : [
          {
            "SHA1" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 13,
      "skipCount" : 0,
      "totalCount" : 3035,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#779",
  "duration" : 1808865,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #779",
  "id" : "2012-07-06_09-06-35",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 779,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1341558395000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/779/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java",
          "make/config/jogl/gl-impl-CustomJavaCode-gles2.java",
          "src/newt/classes/jogamp/newt/driver/android/MD.java",
          "make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/com/jogamp/opengl/JoglVersion.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "make/config/jogl/gl-impl-CustomJavaCode-gles1.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java",
          "make/config/jogl/gl-impl-CustomJavaCode-common.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "e85e3ec2a73ac35aaf911f0b1e34b234be1622da",
        "timestamp" : 1341523248000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProfile and GLContext*\u000a\u000aGLProfile: Enhance bootsrapping performance of loading GL*Impl class\u000a  - Offthread classloading of all GL*Impl via reflection at startup\u000a    reduces startup time here around 12% (800ms down to 700ms).\u000a\u000aGLContext*: Enhance bootsrapping performance of querying available GL profiles\u000a  - Add PROFILE_ALIASING mode, defaults to true - can be disabled w/ property 'jogl.debug.GLContext.NoProfileAliasing'\u000a  - PROFILE_ALIASING:\u000a      If true (default), bootstrapping the available GL profiles\u000a      will use the highest compatible GL context for each profile,\u000a      hence skipping querying lower profiles if a compatible higher one is found.\u000a        Linux x86_64 - Nvidia: 28%,  700ms down to 500ms\u000a        Linux x86_64 - AMD   : 40%, 1500ms down to 900ms\u000a\u000a- GL*Impl:\u000a  - make fields final: glProfile, _context, buffer*Tracker and glStateTracker\u000a  - allow null _context/glProfile in initialization (bootstrapping)\u000a\u000a- JoglVersion.getDefaultOpenGLInfo(..)\u000a  - add arg: 'boolean withCapabilitiesInfo', allowing to suppres the list of caps\u000a",
        "date" : "2012-07-05T23:20:48+0200",
        "id" : "e85e3ec2a73ac35aaf911f0b1e34b234be1622da",
        "msg" : "Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) -",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles1.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/MD.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-common.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/JoglVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/java-win64.bat",
          "make/scripts/java-win32-dbg.bat",
          "make/scripts/java-win64-dbg.bat",
          "make/scripts/tests.sh",
          "make/scripts/java-win32.bat",
          "make/scripts/tests-x64.bat"
        ],
        "commitId" : "049eb333756f4f673411b43d47a993a5df9fc58d",
        "timestamp" : 1341525458000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test scripts windows: use new jogl-all.jar and jogl-test.jar\u000a",
        "date" : "2012-07-05T23:57:38+0200",
        "id" : "049eb333756f4f673411b43d47a993a5df9fc58d",
        "msg" : "test scripts windows: use new jogl-all.jar and jogl-test.jar",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win32-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/libav/jogamp_opengl_util_av_impl_FFMPEGMediaPlayer.c",
          "src/nativewindow/native/x11/Xmisc.c",
          "src/newt/native/X11Display.c"
        ],
        "commitId" : "627a27581688e0b12300370c751e3823b1afe44b",
        "timestamp" : 1341525489000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "C code: remove warnings\u000a",
        "date" : "2012-07-05T23:58:09+0200",
        "id" : "627a27581688e0b12300370c751e3823b1afe44b",
        "msg" : "C code: remove warnings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/Xmisc.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/jogamp_opengl_util_av_impl_FFMPEGMediaPlayer.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java",
          "make/scripts/tests-osx-x64-mainthread.sh",
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTEclipseGLCanvas01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor03AWTGLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02GLn.java"
        ],
        "commitId" : "dfee8c58d4915f78f57545c26a492668b2b68a87",
        "timestamp" : 1341550677000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!\u000a",
        "date" : "2012-07-06T06:57:57+0200",
        "id" : "dfee8c58d4915f78f57545c26a492668b2b68a87",
        "msg" : "Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/tests-osx-x64-mainthread.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTEclipseGLCanvas01GLn.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/TestSWTAccessor03AWTGLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAccessor02GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
        ],
        "commitId" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
        "timestamp" : 1341551163000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87\u000a",
        "date" : "2012-07-06T07:06:03+0200",
        "id" : "4e70a4811a860255b53eeae7a841ca473e1aba86",
        "msg" : "Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTJOGLGLCanvas01GLn.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "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" : 779,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/779/"
    },
    {
      "number" : 779,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/779/"
    },
    {
      "number" : 779,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/779/"
    }
  ]
}