{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,209",
          "upstreamBuild" : 1209,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1209,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
            "branch" : [
              {
                "SHA1" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
            "branch" : [
              {
                "SHA1" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
        "branch" : [
          {
            "SHA1" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
            "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" : 0,
      "totalCount" : 891,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1209",
  "duration" : 4436717,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1209",
  "id" : "2014-01-24_13-21-17",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1209,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1390566077000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1209/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java"
        ],
        "commitId" : "833045b419a501d5d7d0501dc8b2555b86e90474",
        "timestamp" : 1390491102000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while being pulled\u000a",
        "date" : "2014-01-23T16:31:42+0100",
        "id" : "833045b419a501d5d7d0501dc8b2555b86e90474",
        "msg" : "NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/android/WindowDriver.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/newt/classes/jogamp/newt/driver/kd/DisplayDriver.java",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java",
          "src/newt/classes/jogamp/newt/driver/android/DisplayDriver.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLUpstreamSurfaceHook.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/egl/EGLGraphicsDevice.java"
        ],
        "commitId" : "9a642c08f9ee818a89d5eab8ce16ca8e0ee7f9d9",
        "timestamp" : 1390492804000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; EGLDrawableFactory.mapAvailableEGLESConfig(..): Clarify\u000a",
        "date" : "2014-01-23T17:00:04+0100",
        "id" : "9a642c08f9ee818a89d5eab8ce16ca8e0ee7f9d9",
        "msg" : "EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/DisplayDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/kd/DisplayDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLUpstreamSurfaceHook.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/egl/EGLGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLBase.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java",
          "src/jogl/classes/com/jogamp/opengl/FBObject.java"
        ],
        "commitId" : "b7f673dad7025400e445e8796305a3ea6b7c1679",
        "timestamp" : 1390532500000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFullFBOSupport() == true\u000a\u000aOpenGL ES 3.0 supports full framebuffer operations, incl. multiple color-attachments and multisample.\u000a\u000aHence [GLContext|GL].hasFullFBOSupport()  shall returns true w/ a ES 3.0 context.\u000a",
        "date" : "2014-01-24T04:01:40+0100",
        "id" : "b7f673dad7025400e445e8796305a3ea6b7c1679",
        "msg" : "Bug 950 - Recognize full FBO capabilities for ES 3.0 -",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/FBObject.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java",
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "fbe00e6f5dca8043b40dd96f096fecc9424e0cc3",
        "timestamp" : 1390533365000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display via eglGetDisplay(..)\u000a\u000aNVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display via eglGetDisplay.\u000a\u000a  - Subsequent eglGetDisplay(..) calls fail.\u000a\u000a  - Using the same 'global' egl-display does work though\u000a\u000aRemedy: Add 'GLRendererQuirks.SingletonEGLDisplayOnly'\u000a\u000aDetection of quirk is done as usual in GLContextImpl.setRendererQuirks(..),\u000aand EGLDrawableFactory passes the quirk, if detected, down to EGLDisplayUtil.\u000aThe latter implements the singleton eglDisplay handle.\u000a\u000aEGLDisplayUtil: Cleaned up ..\u000a  - EGLDisplayRef employs the reference handling incl. eglInitialize(..) and eglTerminate(),\u000a    as well as the new singleton quirk.\u000a\u000a  - Mark all internal methods 'private',\u000a    to remove possible [untested] sideffects.\u000a",
        "date" : "2014-01-24T04:16:05+0100",
        "id" : "fbe00e6f5dca8043b40dd96f096fecc9424e0cc3",
        "msg" : "Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/create-i386-libs-symlinks.sh"
        ],
        "commitId" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
        "timestamp" : 1390533814000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so -> a.so.N' symlinks for debian i386 libs on x86_64\u000a",
        "date" : "2014-01-24T04:23:34+0100",
        "id" : "eee9c2cbaf5984e7036a790feb3b8db9f63096f0",
        "msg" : "Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/create-i386-libs-symlinks.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}