{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,332",
          "upstreamBuild" : 1332,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1332,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
            "branch" : [
              {
                "SHA1" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
            "branch" : [
              {
                "SHA1" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
        "branch" : [
          {
            "SHA1" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 2,
      "skipCount" : 7,
      "totalCount" : 990,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1332",
  "duration" : 4572431,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1332",
  "id" : "2014-09-02_02-44-22",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1332,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1409618662000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1332/",
  "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/opengl/util/texture/TextureIO.java"
        ],
        "commitId" : "3edf24ba4fdca529b25e780c2b0996ff4237d950",
        "timestamp" : 1409573683000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2 implementation on GL3 contexts\u000a\u000a_gl.getGL2() -> _gl.getGL2GL3()\u000a",
        "date" : "2014-09-01T14:14:43+0200",
        "id" : "3edf24ba4fdca529b25e780c2b0996ff4237d950",
        "msg" : "Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "79ac86efa3f0b114ce456e7f2a8ef341932fd17c",
        "timestamp" : 1409609062000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 implementation - Part 1/2\u000a\u000aTest enhancements triggering issue 'Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 implementation'\u000a\u000a- TestGLProfile01NEWT: Complete GLProfile and GL-object and GLContext validation\u000a\u000a- On OpenGL ES 3.0 Mesa 10.1.4 it produces:\u000a\u000a1) test06GLProfileGL4ES3(com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT)\u000ajavax.media.opengl.GLException: GL4ES3 is neither GL4bc, GL4 nor GLES3\u000a    at com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.validateGLProfileGL4ES3(TestGLProfile01NEWT.java:531)\u000a    at com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.validateOffline(TestGLProfile01NEWT.java:708)\u000a    at com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.test06GLProfileGL4ES3(TestGLProfile01NEWT.java:948)\u000a\u000ai.e. wrong mapping of request GL4ES3 -> GL3\u000a",
        "date" : "2014-09-02T00:04:22+0200",
        "id" : "79ac86efa3f0b114ce456e7f2a8ef341932fd17c",
        "msg" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLProfile.java"
        ],
        "commitId" : "278a884e459b1180a947ff24edecdef1a7fc6cb7",
        "timestamp" : 1409610052000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 implementation - Part 2/2\u000a\u000a- TestGLProfile01NEWT: Allow ctx.isGLES3Compatible() and hence GL4ES3 on GL3bc and GL3\u000a\u000a- GLProfile: Remove GL4ES3 mapping using GL3bc and GL3, only GL4bc, GL4 and GLES3 are allowed in static mapping.\u000a",
        "date" : "2014-09-02T00:20:52+0200",
        "id" : "278a884e459b1180a947ff24edecdef1a7fc6cb7",
        "msg" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java"
        ],
        "commitId" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
        "timestamp" : 1409611094000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4', ..) consequently using reference comparison.\u000a\u000aGLProfile already compared profile strings by reference, hence interning those strings\u000ato become canonical references was missing!\u000a\u000aConsequently using reference comparison for all profile strings in GLProfile.\u000a",
        "date" : "2014-09-02T00:38:14+0200",
        "id" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
        "msg" : "GLProfile: Use String.intern() on static final profile strings ('GL4bc',",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/code",
      "fullName" : "code"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}