{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,433",
          "upstreamBuild" : 1433,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1433,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
            "branch" : [
              {
                "SHA1" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
            "branch" : [
              {
                "SHA1" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
        "branch" : [
          {
            "SHA1" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 7,
      "totalCount" : 1070,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1433",
  "duration" : 4955747,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1433",
  "id" : "1433",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1433,
  "queueId" : 13,
  "result" : "UNSTABLE",
  "timestamp" : 1441085984438,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1433/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLContext.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
        ],
        "commitId" : "aacc8afdca0b1376f91dcc68aa3ae3b39c7aba51",
        "timestamp" : 1441065950000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1202: Fix vsync regression on OSX when using CALayer\u000aOn OSX using CALayer for onscreen rendering, the drawable is utilizing\u000aan offscreen FBO.\u000aHence we need to move the vsync-skip-operation criteria, i.e. skip if\u000aoffscreen, down to the implementation.\u000a",
        "date" : "2015-09-01 02:05:50 +0200",
        "id" : "aacc8afdca0b1376f91dcc68aa3ae3b39c7aba51",
        "msg" : "Bug 1202: Fix vsync regression on OSX when using CALayer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java",
          "src/nativewindow/native/macosx/OSXmisc.m",
          "make/scripts/tests.sh"
        ],
        "commitId" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
        "timestamp" : 1441077554000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/\u000aJava 1.8.0_60\u000a- OSX 10.10.5\u000a- Java 1.8.0_60\u000aCrash using CALayer at UnsetJAWTRootSurfaceLayer0(..) as called within\u000aMacOSXJAWTWindow.invalidateNative() (caller: destroy()) on the\u000aMainThread.\u000aIt has been observed that the JAWT_SurfaceLayers protocol instance\u000a'surfaceLayers' has been pulled beforehand.\u000a'surfaceLayers' is fetched from the locked JAWT instance via\u000aJAWT_DrawingSurfaceInfo's platformInfo.\u000aIt now seems required to retain the instance at\u000aGetJAWTSurfaceLayersHandle0 and release it at UnsetJAWTRootSurfaceLayer0\u000ato keep it alive.\u000a+++\u000aManually executed 'ant junit.run' on OSX, no failures or errors.\u000a",
        "date" : "2015-09-01 05:19:14 +0200",
        "id" : "85b32bac4f031dbdb55caa380d5a20440aecbbbd",
        "msg" : "Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/macosx/OSXmisc.m"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}