{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,325",
          "upstreamBuild" : 1325,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1325,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
            "branch" : [
              {
                "SHA1" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
            "branch" : [
              {
                "SHA1" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
        "branch" : [
          {
            "SHA1" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 7,
      "skipCount" : 0,
      "totalCount" : 968,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "macos-x86_64",
  "duration" : 6280236,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 macos-x86_64",
  "id" : "2014-08-05_17-24-42",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1325,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1407252282000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/1325/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
        ],
        "commitId" : "6cd0a28ff2cb3f1e249b524622abf411536be716",
        "timestamp" : 1407147047000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1036: Renamed property to switch off NVidia Windows workaround 'jogl.windows.cpu_affinity_mode' (dropping '.debug')\u000a",
        "date" : "2014-08-04T12:10:47+0200",
        "id" : "6cd0a28ff2cb3f1e249b524622abf411536be716",
        "msg" : "Bug 1036: Renamed property to switch off NVidia Windows workaround",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
        ],
        "commitId" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
        "timestamp" : 1407244180000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1028 - AMD Windows driver thread hinders JVM process to exit/end, caused by _not_ destroying the SharedResource context\u000a\u000aSharedResourceRunner stop() method\u000ais invoked by JMV shutdown hook and GLProfile/GLDrawableFactory.shutdown*().\u000a\u000aIt shall issue SharedResource.releaseSharedResource() for all implementations,\u000ae.g. X11/GLX and Windows/WGL.\u000a\u000a+++\u000a\u000aRoot cause is a GL driver thread keeping the process alive.\u000a\u000a+++\u000a\u000aOn X11/GLX we destroy the shared context and the shared drawable.\u000a\u000aOn Windows/WGL we only destroy the shared drawable,\u000aknowing that destroying the shared context caused a driver bug in the past.\u000a\u000aWill enable the shared context destruction, which is the proper way.\u000a\u000a+++\u000a\u000aCommiting this patch to see whether our jenkins builds won't crash\u000adue to previous experienced issues.\u000a",
        "date" : "2014-08-05T15:09:40+0200",
        "id" : "b66b068b5c1c238ea702ba7e8ea0c8a1c47cfcf1",
        "msg" : "Bug 1028 - AMD Windows driver thread hinders JVM process to exit/end,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/code",
      "fullName" : "code"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}