{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 921",
          "upstreamBuild" : 921,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 921,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
            "branch" : [
              {
                "SHA1" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
            "branch" : [
              {
                "SHA1" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
        "branch" : [
          {
            "SHA1" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 3,
      "skipCount" : 0,
      "totalCount" : 534,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "linux-x86_64",
  "duration" : 2341775,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 linux-x86_64",
  "id" : "2013-02-22_04-23-03",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 921,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1361503383000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/921/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java"
        ],
        "commitId" : "fe0a2ad6f702aee71ea06f9da19ec9fd696d4095",
        "timestamp" : 1361445845000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLProfile: Adding convenient query for highest programmable core only GL profile\u000a\u000aAs suggested @ http://forum.jogamp.org/How-to-force-core-profile-tp4028307.html\u000a\u000aHowever, one could always get a dedicated core profile via:\u000a  - GLProfile.get(GLProfile.GLES2)\u000a  - GLProfile.get(GLProfile.GL3)\u000a  - GLProfile.get(GLProfile.GL4)\u000a\u000a.. etc\u000a",
        "date" : "2013-02-21T12:24:05+0100",
        "id" : "fe0a2ad6f702aee71ea06f9da19ec9fd696d4095",
        "msg" : "GLProfile: Adding convenient query for highest programmable core only GL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtEventModifiersNewtCanvasSWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/event/BaseNewtEventModifiers.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
        ],
        "commitId" : "405bc071d5d13e00d0561a485d31e3a7d61bf167",
        "timestamp" : 1361449330000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code - fix SWT event dispatching.\u000a",
        "date" : "2013-02-21T13:22:10+0100",
        "id" : "405bc071d5d13e00d0561a485d31e3a7d61bf167",
        "msg" : "TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code -",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/TestNewtEventModifiersNewtCanvasSWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/event/BaseNewtEventModifiers.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/swt/SWTAccessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/macosx/MacOSXWindowSystemInterface.m",
          "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m",
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "src/nativewindow/native/macosx/OSXmisc.m",
          "make/build-nativewindow.xml",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java",
          "src/nativewindow/native/macosx/NativeWindowProtocols.h",
          "make/scripts/tests.sh",
          "make/build-jogl.xml"
        ],
        "commitId" : "cbd8e33f1e19cf0c061c371af6930aba7c36b84f",
        "timestamp" : 1361498504000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix CALayer pos/size and animation.\u000a\u000a- Fix CALayer animation:\u000a  - All CALayer animations are set to nil via overriding 'actionForKey'\u000a\u000a- Fix CALayer pos/size bug:\u000a\u000a  - Fix root and sub CALayer position to 0/0 and size on the main-thread w/o blocking.\u000a\u000a  - If the sub CALayer implements the Objective-C NativeWindow protocol NWDedicatedSize (e.g. JOGL's MyNSOpenGLLayer),\u000a    the dedicated size is passed to the layer, which propagates it appropriately.\u000a\u000a  - On OSX/Java7 our root CALayer's frame position and size gets corrupted by its NSView,\u000a    hence we have created the NWDedicatedSize protocol.\u000a",
        "date" : "2013-02-22T03:01:44+0100",
        "id" : "cbd8e33f1e19cf0c061c371af6930aba7c36b84f",
        "msg" : "Fix CALayer pos/size and animation.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/nativewindow/native/macosx/NativeWindowProtocols.h"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/macosx/MacOSXWindowSystemInterface.m"
          },
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java",
          "src/newt/classes/jogamp/newt/awt/event/AWTParentWindowAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java",
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug664GLCanvasSetVisibleSwingAWT.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2AWT.java"
        ],
        "commitId" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
        "timestamp" : 1361498943000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use actual component size while setting min/pref. size at setup\u000a\u000a- NEWT/OSX Fix: Child positioning\u000a  - If !Offscreen and has-parent: Gather screen location by traversing through parent\u000a    and set native position (was removed w/ commit 7d5c51b635e0795d9b170342bdebe8e7e0bbd01d since still buggy).\u000a\u000a- NewtCanvasAWT: Change reparent time and use actual component size while setting min/pref. size at setup\u000a  - Analog to AWT GLCanvas\u000a  - validates and reparents at reshape(..), paint(..) and update(..)\u000a  - reshape(..) also trigers jawtWindow.layoutSurfaceLayer()\u000a  -\u000a",
        "date" : "2013-02-22T03:09:03+0100",
        "id" : "af384debfdf354d98e3d0d0c6e0c5cf5a967904e",
        "msg" : "NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/awt/event/AWTParentWindowAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug664GLCanvasSetVisibleSwingAWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}