{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,430",
          "upstreamBuild" : 1430,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1430,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
            "branch" : [
              {
                "SHA1" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
            "branch" : [
              {
                "SHA1" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
        "branch" : [
          {
            "SHA1" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
            "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" : 10,
      "totalCount" : 1068,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1430",
  "duration" : 4792793,
  "estimatedDuration" : 2528180,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #1430",
  "id" : "2015-08-30_08-08-39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1430,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1440914919000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/1430/",
  "builtOn" : "linux64-AMD58xx-debian7-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-es3-impl.cfg",
          "make/config/jogl/gl-es1.cfg",
          "src/jogl/classes/com/jogamp/opengl/GLExtensions.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLDebug00NEWT.java",
          "src/jogl/classes/jogamp/opengl/GLDebugMessageHandler.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLDebug01NEWT.java",
          "make/config/jogl/gl-gl4bc.cfg",
          "src/jogl/native/GLDebugMessageHandler.c",
          "make/scripts/tests.sh"
        ],
        "commitId" : "2db11ad80582af8715071b47b5331b79001d511c",
        "timestamp" : 1440896112000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES profile\u000a\u000aGL_KHR_debug <https://www.opengl.org/registry/specs/KHR/debug.txt>\u000a\u000aGL_KHR_debug shall be favorized before\u000a  - GL_ARB_debug_output\u000a  - GL_AMD_debug_output\u000a\u000aAllow GL_KHR_debug for GL2GL3 and GL2ES2 profiles,\u000ai.e. including ES profiles: GLES2, GLES3.\u000a\u000aGL_ARB_debug_output and GL_AMD_debug_output\u000aare only allowed for desktop GL2GL3 profiles.\u000a",
        "date" : "2015-08-30T02:55:12+0200",
        "id" : "2db11ad80582af8715071b47b5331b79001d511c",
        "msg" : "Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-es1.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLExtensions.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLDebug01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-gl4bc.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-es3-impl.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDebugMessageHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLDebug00NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/GLDebugMessageHandler.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
        ],
        "commitId" : "18e487fdfe6f27564d976aa3a568d0ddc272d8ba",
        "timestamp" : 1440896351000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires GLRendererQuirk.SingletonEGLDisplayOnly\u000a\u000aTest cases with multiple EGLDisplay init/terminate result to crashes\u000adue to NVidia's 355.06 driver.\u000a\u000aHence enable GLRendererQuirk.SingletonEGLDisplayOnly\u000aif EGL vendor is NVIDIA until a good driver version is known.\u000a",
        "date" : "2015-08-30T02:59:11+0200",
        "id" : "18e487fdfe6f27564d976aa3a568d0ddc272d8ba",
        "msg" : "Bug 1203: OpenGL ES 3.1 NVIDIA 355.06's EGL impl. is unstable requires",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLContext.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryGLProfileDeviceNEWT.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" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
        "timestamp" : 1440901589000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail out if GL ES is requested ; Fix test case\u000a\u000a*GLContext.createImpl(..) shall throw an GLException:\u000a*GLContext.createContextARBImpl(..) shall return 0:\u000a  - Desktop implementation: if GL ES is requested\u000a  - EGL implementation: if GL Desktop is requested, but not available\u000a\u000aOtherwise GLContextImpl may mistake a desktop context for an ES one.\u000a\u000a+++\u000a\u000aFix unit test TestGLAutoDrawableFactoryGLProfileDeviceNEWT.test11ES2OnDesktop():\u000a  We have to query the factory by desired profile,\u000a  since the desktop factory cannot produce an GL ES context.\u000a",
        "date" : "2015-08-30T04:26:29+0200",
        "id" : "5acb70d3d301fe66e4d03037325a91528e4c2c1d",
        "msg" : "Bug 1203: Add missing constraints in desktop *GLContext.create* methods:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
          },
          {
            "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" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryGLProfileDeviceNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/code",
      "fullName" : "code"
    }
  ]
}