{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,407",
          "upstreamBuild" : 1407,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1407,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
            "branch" : [
              {
                "SHA1" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
            "branch" : [
              {
                "SHA1" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
        "branch" : [
          {
            "SHA1" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 7,
      "totalCount" : 1039,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1407",
  "duration" : 4785113,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1407",
  "id" : "2015-07-24_07-29-18",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1407,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1437715758000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1407/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ShareWithExternalContextTest.java"
        ],
        "commitId" : "b006563ded0b2ad0c5cf091c4ab1b6df06a0ccaa",
        "timestamp" : 1433159089000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/tom.nuydens",
          "fullName" : "tom.nuydens"
        },
        "authorEmail" : "tom.nuydens@luciad.com",
        "comment" : "Unit test for bug 1160; context sharing between an offscreen drawable and an external GL context\u000a",
        "date" : "2015-06-01T13:44:49+0200",
        "id" : "b006563ded0b2ad0c5cf091c4ab1b6df06a0ccaa",
        "msg" : "Unit test for bug 1160; context sharing between an offscreen drawable",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ShareWithExternalContextTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java",
          "src/jogl/classes/jogamp/opengl/ProjectFloat.java",
          "src/jogl/classes/com/jogamp/opengl/math/Matrix4.java",
          "src/jogl/classes/com/jogamp/opengl/math/FovHVHalves.java",
          "src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java",
          "src/jogl/classes/com/jogamp/opengl/math/geom/Frustum.java"
        ],
        "commitId" : "befd56510a781e65509256ae37e18888ff58181d",
        "timestamp" : 1437346500000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum argument constraints -> Exceptions\u000a",
        "date" : "2015-07-20T00:55:00+0200",
        "id" : "befd56510a781e65509256ae37e18888ff58181d",
        "msg" : "Refine Frustum definition: Adding Frustum.FovDesc; Clarify makeFrustum",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Matrix4.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/geom/Frustum.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/ProjectFloat.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/FovHVHalves.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/stereo/GenericStereoDevice.java",
          "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceRenderer.java",
          "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java",
          "src/jogl/classes/com/jogamp/opengl/util/stereo/ViewerPose.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/jogl/classes/com/jogamp/opengl/util/stereo/EyeParameter.java"
        ],
        "commitId" : "d9674620bc4f03dff9611a785a27dd41b1b72648",
        "timestamp" : 1437346697000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Clarify code in stereo/ovr: Comments, states, names, formatting.\u000a",
        "date" : "2015-07-20T00:58:17+0200",
        "id" : "d9674620bc4f03dff9611a785a27dd41b1b72648",
        "msg" : "Clarify code in stereo/ovr: Comments, states, names, formatting.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/stereo/EyeParameter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/stereo/ViewerPose.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/stereo/GenericStereoDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/stereo/GenericStereoDevice.java",
          "src/jogl/classes/com/jogamp/opengl/util/stereo/LocationSensorParameter.java",
          "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java",
          "src/jogl/classes/com/jogamp/opengl/util/stereo/StereoDevice.java",
          "src/oculusvr/classes/com/jogamp/oculusvr/OVRVersion.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/stereo/StereoDemo01.java"
        ],
        "commitId" : "d99b7bf16fe316a10784e9588408ab28b204e506",
        "timestamp" : 1437346794000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and allow reset origin of location-sensor\u000a",
        "date" : "2015-07-20T00:59:54+0200",
        "id" : "d99b7bf16fe316a10784e9588408ab28b204e506",
        "msg" : "StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/stereo/LocationSensorParameter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/stereo/StereoDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/stereo/StereoDemo01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/stereo/GenericStereoDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/com/jogamp/oculusvr/OVRVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceRenderer.java",
          "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java",
          "src/newt/classes/com/jogamp/newt/opengl/util/stereo/StereoDeviceUtil.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/stereo/StereoDemo01.java"
        ],
        "commitId" : "5d58f63300771843687db18ad4da67c5882fd52e",
        "timestamp" : 1437350397000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1151 - Fix using DK1 on OVR 0.5*; Minor changes\u000a",
        "date" : "2015-07-20T01:59:57+0200",
        "id" : "5d58f63300771843687db18ad4da67c5882fd52e",
        "msg" : "Bug 1151 - Fix using DK1 on OVR 0.5*; Minor changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/util/stereo/StereoDeviceUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/stereo/StereoDemo01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/DumpGLInfo.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "make/scripts/tests-win.bat",
          "make/scripts/tests.sh",
          "src/jogl/classes/com/jogamp/opengl/JoglVersion.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug1146GLContextDialogToolTipAWT.java"
        ],
        "commitId" : "f60a737b18d6763ac1f443fce0b61c844666e2a8",
        "timestamp" : 1437689526000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1146, Bug 1158: Add unit test for GLContext creation after showing tool-tip within JDialog\u000a\u000aTest passes on GNU/Linux X11 and Windows - both using NVidia driver.\u000a\u000aUnit test is based on Robin Provost's code as attached in Bug 1158.\u000a",
        "date" : "2015-07-24T00:12:06+0200",
        "id" : "f60a737b18d6763ac1f443fce0b61c844666e2a8",
        "msg" : "Bug 1146, Bug 1158: Add unit test for GLContext creation after showing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/DumpGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/JoglVersion.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug1146GLContextDialogToolTipAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/GLClearColor.java"
        ],
        "commitId" : "53cc42950597d3604eca9fcacad643f5fb868929",
        "timestamp" : 1437690006000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1146, Bug 1158: Add missing GLClearColor class\u000a",
        "date" : "2015-07-24T00:20:06+0200",
        "id" : "53cc42950597d3604eca9fcacad643f5fb868929",
        "msg" : "Bug 1146, Bug 1158: Add missing GLClearColor class",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/GLClearColor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-x64-dbg.bat",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedExternalContextAWT.java",
          "make/scripts/tests-win.bat",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ShareWithExternalContextTest.java"
        ],
        "commitId" : "ff90b5405b253a820643d4de820728aad37fdf8e",
        "timestamp" : 1437705504000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1160: Fix unit test name and some minor details .. (convention)\u000a",
        "date" : "2015-07-24T04:38:24+0200",
        "id" : "ff90b5405b253a820643d4de820728aad37fdf8e",
        "msg" : "Bug 1160: Fix unit test name and some minor details .. (convention)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64-dbg.bat"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedExternalContextAWT.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ShareWithExternalContextTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "c47ebe36a3676aae9a6a334b31e6c73f221d65aa",
        "timestamp" : 1437705535000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContextImpl: Update uncommented code (method name changed)\u000a",
        "date" : "2015-07-24T04:38:55+0200",
        "id" : "c47ebe36a3676aae9a6a334b31e6c73f221d65aa",
        "msg" : "GLContextImpl: Update uncommented code (method name changed)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedExternalContextAWT.java"
        ],
        "commitId" : "e50190e6d300e05f083974938a4d7cc8b38ddd62",
        "timestamp" : 1437705591000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1160: Fix test case (Avoid blocking/concurrent master context usage on AWT)\u000a\u000a+              // We cannot use EventQueue.invokeAndWait(..) since it will\u000a+              // block this will block the current thread, holding the context!\u000a+              // The whole issue w/ an external shared context is make-current\u000a+              // synchronization. JOGL attempts to lock the surface/drawable\u000a+              // of the master context to avoid concurrent usage.\u000a+              // The semantic constraints of a shared context are not well defined,\u000a+              // i.e. some driver may allow creating a shared context w/ a master context\u000a+              // to be in use - others don't.\u000a+              // Hence it is up to the user to sync the external master context in this case,\u000a+              // see 'masterLock' of in this code!\u000a+              //    EventQueue.invokeAndWait(initializer);\u000a",
        "date" : "2015-07-24T04:39:51+0200",
        "id" : "e50190e6d300e05f083974938a4d7cc8b38ddd62",
        "msg" : "Bug 1160: Fix test case (Avoid blocking/concurrent master context usage",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedExternalContextAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedExternalContextAWT.java"
        ],
        "commitId" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
        "timestamp" : 1437707513000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1160: Fix/Refine test case: Stable master thread; Disable 'masterLock' in slave-creation (causes failure on windows)\u000a",
        "date" : "2015-07-24T05:11:53+0200",
        "id" : "6436b49405a7436d7df4ffd83602615cb9ae10a0",
        "msg" : "Bug 1160: Fix/Refine test case: Stable master thread; Disable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedExternalContextAWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/tom.nuydens",
      "fullName" : "tom.nuydens"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}