{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal-demos\" build number 510",
          "upstreamBuild" : 510,
          "upstreamProject" : "joal-demos",
          "upstreamUrl" : "job/joal-demos/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1463,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
            "branch" : [
              {
                "SHA1" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
            "branch" : [
              {
                "SHA1" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
        "branch" : [
          {
            "SHA1" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 6,
      "skipCount" : 24,
      "totalCount" : 9667,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1463",
  "duration" : 5625923,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #1463",
  "id" : "1463",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1463,
  "queueId" : 2140,
  "result" : "FAILURE",
  "timestamp" : 1444212865966,
  "url" : "https://jogamp.org/chuck/job/jogl/1463/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GL/glcorearb.h",
          "make/stub_includes/egl/EGL/egl.h",
          "make/stub_includes/opengl/GLES2/gl2ext.h",
          "make/stub_includes/opengl/GL/wglext.h",
          "make/stub_includes/opengl/GLES3/gl3x.h",
          "make/stub_includes/opengl/GLES3/gl31.h",
          "make/stub_includes/opengl/GL/glext.h",
          "make/stub_includes/opengl/GL/glxext.h",
          "make/stub_includes/opengl/gles3.c"
        ],
        "commitId" : "ac12471cf29ad64364e85815fb3294b20fc81808",
        "timestamp" : 1444208972000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1:\u000aUpdate Khronos Headers\u000a",
        "date" : "2015-10-07 11:09:32 +0200",
        "id" : "ac12471cf29ad64364e85815fb3294b20fc81808",
        "msg" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/egl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gles3.c"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/opengl/GLES3/gl3x.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/opengl/GLES3/gl31.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/glext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/glxext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/glcorearb.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/wglext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2ext.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/EGL/eglext.h"
        ],
        "commitId" : "4dd90058ea5a23ee13d86d5444af209764aac10a",
        "timestamp" : 1444209092000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support -\u000aPart1b: Update Khronos Headers eglext.h (missed)\u000a",
        "date" : "2015-10-07 11:11:32 +0200",
        "id" : "4dd90058ea5a23ee13d86d5444af209764aac10a",
        "msg" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support -",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglext.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-if-gl-ignores.cfg",
          "make/config/jogl/es3-headers.cfg",
          "make/config/jogl/gl-common-extensions.cfg",
          "make/config/jogl/gl-es3-impl.cfg",
          "make/config/jogl/gl-if-gl4_es3.cfg",
          "make/config/jogl/gl-if-gl2es3-subset.cfg",
          "make/config/jogl/gl-if-gl2_es2-ignores.cfg",
          "make/config/jogl/gl-if-gl2_es3-ignores.cfg",
          "make/config/jogl/gl-common.cfg",
          "make/config/jogl/gl-if-gl3_es3.cfg",
          "make/config/jogl/gl-if-es3.cfg"
        ],
        "commitId" : "21a23e8d0256f38aaf6e054ec60bbbcae9ca1855",
        "timestamp" : 1444209181000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2:\u000aUpdate gluegen configs\u000a+#\u000a+# Ignored new extensions added in gl2ext.h 2015-10-06\u000a+# see jogl/make/scripts/diff-gl2ext.sh\u000a+# FIXME: Refine for 2.4.0\u000a+#\u000a+IgnoreExtension GL_KHR_no_error\u000a+IgnoreExtension GL_EXT_YUV_target\u000a+IgnoreExtension GL_EXT_blend_func_extended\u000a+IgnoreExtension GL_EXT_buffer_storage\u000a+IgnoreExtension GL_EXT_color_buffer_float\u000a+IgnoreExtension GL_EXT_float_blend\u000a+IgnoreExtension GL_EXT_multisampled_compatibility\u000a+IgnoreExtension GL_EXT_post_depth_coverage\u000a+IgnoreExtension GL_EXT_raster_multisample\u000a+IgnoreExtension GL_EXT_sparse_texture\u000a+IgnoreExtension GL_EXT_texture_filter_minmax\u000a+IgnoreExtension GL_EXT_texture_sRGB_R8\u000a+IgnoreExtension GL_EXT_texture_sRGB_RG8\u000a+IgnoreExtension GL_OVR_multiview\u000a+IgnoreExtension GL_OVR_multiview2\u000a",
        "date" : "2015-10-07 11:13:01 +0200",
        "id" : "21a23e8d0256f38aaf6e054ec60bbbcae9ca1855",
        "msg" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common-extensions.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl3_es3.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-es3-impl.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2es3-subset.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl-ignores.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/es3-headers.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-es3.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_es2-ignores.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_es3-ignores.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl4_es3.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
        ],
        "commitId" : "9c9577f2685053677b477365fb5ffa1cb2f53d03",
        "timestamp" : 1444209255000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3:\u000aGLEmitter: Don't RenameExtensionIntoCore for IgnoredExtensions\u000a",
        "date" : "2015-10-07 11:14:15 +0200",
        "id" : "9c9577f2685053677b477365fb5ffa1cb2f53d03",
        "msg" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLNameResolver.java"
        ],
        "commitId" : "570ed512114dc1e060a2e4a7bce954c1b4b3d15c",
        "timestamp" : 1444209303000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4:\u000aFix GLNameResolver: Add all known vendor extensions\u000a",
        "date" : "2015-10-07 11:15:03 +0200",
        "id" : "570ed512114dc1e060a2e4a7bce954c1b4b3d15c",
        "msg" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLNameResolver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-impl-CustomJavaCode-gles1.java",
          "make/config/jogl/gl-impl-CustomJavaCode-gles3.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/com/jogamp/opengl/GLExtensions.java",
          "src/jogl/classes/com/jogamp/opengl/GLContext.java",
          "src/jogl/classes/com/jogamp/opengl/GLBase.java",
          "make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java"
        ],
        "commitId" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
        "timestamp" : 1444211671000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5:\u000aGL_ARB_ES3_2_compatibility -> [GL|GLContext].isGLES32Compatible()\u000a",
        "date" : "2015-10-07 11:54:31 +0200",
        "id" : "96e71b020a48e8a01e3790e81bd888977d9cab6d",
        "msg" : "Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLBase.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles1.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles3.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLExtensions.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/code",
      "fullName" : "code"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/tom.nuydens",
      "fullName" : "tom.nuydens"
    }
  ],
  "runs" : [
    {
      "number" : 1463,
      "url" : "https://jogamp.org/chuck/job/jogl/label=android-arm64/1463/"
    },
    {
      "number" : 1463,
      "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/1463/"
    },
    {
      "number" : 1463,
      "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/1463/"
    },
    {
      "number" : 1463,
      "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1463/"
    }
  ]
}