{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 661",
          "upstreamBuild" : 661,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 661,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
            "branch" : [
              {
                "SHA1" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
            "branch" : [
              {
                "SHA1" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
        "branch" : [
          {
            "SHA1" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 210,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#661",
  "duration" : 1342823,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #661",
  "id" : "2012-02-15_14-00-11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 661,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1329310811000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/661/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
        ],
        "commitId" : "fb31bd24d8f607b18ab3eef6b90a1e1e20a5ec82",
        "timestamp" : 1329306682000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLGLuegen: Enhance debug/analysis code and API comments\u000a\u000a- Use Gluegen.debug() setting\u000a\u000a- BuildStaticGLInfo.getExtension(name) returns a set of all extension where name occurs\u000a\u000a- GLConfiguration.shouldIgnoreExtension() reflects all extensions,\u000a  inclusive the renames one and gives a warning in case the symbol belongs\u000a  to multiple extension - in debug mode!\u000a\u000a- API comment: List all extensions, incl. the one from the renames,\u000a  this allows having a proper list to which extensions the define/function belongs to.\u000a",
        "date" : "2012-02-15T12:51:22+0100",
        "id" : "fb31bd24d8f607b18ab3eef6b90a1e1e20a5ec82",
        "msg" : "GLGLuegen: Enhance debug/analysis code and API comments",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-if-gl-ignores.cfg",
          "make/config/jogl/gl-common-extensions.cfg",
          "make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java",
          "make/config/jogl/gl-if-gl2.cfg",
          "make/config/jogl/gl-if-gl2_es2.cfg",
          "make/config/jogl/gl-if-gl.cfg",
          "make/config/jogl/gl-if-gl3.cfg",
          "make/config/jogl/gl-if-gl3-subset.cfg",
          "make/scripts/gluegen-gl.sh",
          "make/config/jogl/gl-if-gl3-ignores.cfg",
          "make/config/jogl/gl-if-gl2_es1.cfg",
          "make/config/jogl/gl-if-gl3bc.cfg",
          "make/stub_includes/opengl/GLES/glext.h",
          "make/stub_includes/opengl/GLES2/gl2ext.h",
          "make/config/jogl/gl-if-gl4.cfg",
          "make/config/jogl/gl-if-gl2_gl3.cfg",
          "make/stub_includes/opengl/GLES2/gl2.h",
          "make/config/jogl/gl-common.cfg",
          "make/stub_includes/egl/EGL/eglext.h",
          "make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java",
          "make/stub_includes/opengl/GL3/gl3ext.h"
        ],
        "commitId" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
        "timestamp" : 1329307003000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.\u000a\u000a- New EGL/ES headers from 2012-01-xx\u000a\u000a- Subsuming ES extensions to core,\u000a  allowing aliasing of more enums/funcs to GL or GL2ES1/GL2ES2:\u000a    GL_EXT_color_buffer_half_float\u000a    GL_EXT_occlusion_query_boolean\u000a    GL_EXT_robustness\u000a    GL_ARB_robustness\u000a    GL_EXT_separate_shader_objects\u000a    GL_EXT_shadow_samplers\u000a    GL_EXT_sRGB\u000a    GL_EXT_texture_array\u000a    GL_EXT_texture_rg\u000a    GL_EXT_texture_type_2_10_10_10_REV\u000a    GL_NV_draw_buffers\u000a    GL_NV_fbo_color_attachments\u000a    GL_EXT_packed_float\u000a    GL_EXT_texture_storage\u000a",
        "date" : "2012-02-15T12:56:43+0100",
        "id" : "7d87ace890d584675081eaade3b0685dc52bf8a5",
        "msg" : "OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl3-ignores.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2ext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_es1.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl3bc.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl3-subset.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl3.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common-extensions.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-CustomJavaCode-gl2_es2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl4.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_gl3.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/glext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl-ignores.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL3/gl3ext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_es2.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2.h"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/gluegen-gl.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}