{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 329",
          "upstreamBuild" : 329,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 329,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
            "branch" : [
              {
                "SHA1" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
            "branch" : [
              {
                "SHA1" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
        "branch" : [
          {
            "SHA1" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 115,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#329",
  "duration" : 677517,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #329",
  "id" : "2011-02-26_22-49-11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 329,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1298756951000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/329/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsScreen.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/nativewindow/classes/javax/media/nativewindow/awt/AWTGraphicsConfiguration.java",
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsConfiguration.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java",
          "src/nativewindow/classes/javax/media/nativewindow/awt/AWTGraphicsDevice.java",
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java",
          "src/nativewindow/classes/javax/media/nativewindow/x11/X11GraphicsConfiguration.java",
          "src/jogl/classes/com/jogamp/opengl/JoglVersion.java"
        ],
        "commitId" : "77546f8968779fbdcfe58f89c6924803642889c7",
        "timestamp" : 1298736228000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "changes due to code cleanup in gluegen.\u000a     - StringBuffer -> StringBuilder\u000a     - ReflectionUtil.getBaseName -> class.getSimpleName()\u000a     - cleanup imports, generics and @Override for all touched classes\u000a",
        "date" : "2011-02-26T17:03:48+0100",
        "id" : "77546f8968779fbdcfe58f89c6924803642889c7",
        "msg" : "changes due to code cleanup in gluegen.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/awt/AWTGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/awt/AWTGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/x11/X11GraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/JoglVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLWorkerThread.java",
          "src/newt/classes/com/jogamp/newt/NewtVersion.java",
          "src/jogl/classes/jogamp/opengl/ThreadingImpl.java",
          "src/jogl/classes/jogamp/opengl/awt/AWTThreadingPlugin.java",
          "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowVersion.java",
          "src/nativewindow/classes/javax/media/nativewindow/awt/AWTWindowClosingProtocol.java",
          "src/newt/classes/com/jogamp/newt/util/MainThread.java",
          "src/newt/classes/jogamp/newt/DefaultEDTUtil.java",
          "src/jogl/classes/com/jogamp/opengl/JoglVersion.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
        ],
        "commitId" : "76444dce2b678a7f6769564abac4f8a73f414609",
        "timestamp" : 1298749400000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Clean/Fix: Threading Code\u000a\u000a- Remove unsafe double checked locking\u000a- Annotate safe double checked locking (volatile)\u000a- use 'static final' if possible\u000a",
        "date" : "2011-02-26T20:43:20+0100",
        "id" : "76444dce2b678a7f6769564abac4f8a73f414609",
        "msg" : "Clean/Fix: Threading Code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/JoglVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/util/MainThread.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLWorkerThread.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/ThreadingImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/awt/AWTThreadingPlugin.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/NewtVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/awt/AWTWindowClosingProtocol.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/DefaultEDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/intel/gdl/Window.java",
          "src/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java",
          "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java",
          "src/newt/classes/jogamp/newt/awt/opengl/VersionApplet.java",
          "src/test/com/jogamp/opengl/test/junit/util/DumpGLInfo.java",
          "src/newt/classes/jogamp/newt/opengl/kd/KDWindow.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTJNILibLoader.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/awt/AWTWindow.java",
          "src/newt/classes/jogamp/newt/windows/WindowsWindow.java",
          "src/newt/classes/jogamp/newt/x11/X11Window.java",
          "src/newt/classes/jogamp/newt/macosx/MacWindow.java",
          "src/newt/classes/jogamp/newt/opengl/broadcom/egl/Window.java",
          "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTWindow.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWT_PlatformInfo.java",
          "src/newt/classes/jogamp/newt/DisplayImpl.java",
          "src/newt/classes/jogamp/newt/awt/AWTEDTUtil.java",
          "src/newt/classes/jogamp/newt/macosx/MacDisplay.java",
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "src/nativewindow/classes/jogamp/nativewindow/windows/RegisteredClass.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/windows/WindowsJAWTWindow.java",
          "src/nativewindow/classes/jogamp/nativewindow/awt/AWTMisc.java",
          "src/newt/classes/jogamp/newt/OffscreenWindow.java",
          "src/newt/classes/jogamp/newt/ScreenImpl.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "10c696f7e908ccbf150838f86b286b7c383058c6",
        "timestamp" : 1298752864000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Code cleanup: override, imports, StringBuilder, ..\u000a",
        "date" : "2011-02-26T21:41:04+0100",
        "id" : "10c696f7e908ccbf150838f86b286b7c383058c6",
        "msg" : "Code cleanup: override, imports, StringBuilder, ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/awt/AWTMisc.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTJNILibLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/x11/X11Window.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/awt/opengl/VersionApplet.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/GLWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/windows/WindowsWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/DumpGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWT_PlatformInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/macosx/MacWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/opengl/broadcom/egl/Window.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/macosx/MacDisplay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/windows/WindowsJAWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/DisplayImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/windows/RegisteredClass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/OffscreenWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/awt/AWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDrawableHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/ScreenImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/opengl/kd/KDWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/awt/AWTEDTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/intel/gdl/Window.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTWindow.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.java"
        ],
        "commitId" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
        "timestamp" : 1298752990000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Attempt to analyze failed AWT UI tests, where no paint is being issued to GLCanvas.\u000a",
        "date" : "2011-02-26T21:43:10+0100",
        "id" : "e5f0ee1e8969b9259f31b88f9ddd7165ab8ca5ae",
        "msg" : "Attempt to analyze failed AWT UI tests, where no paint is being issued",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
      "fullName" : "Michael Bien"
    }
  ]
}