{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserCause",
          "shortDescription" : "Started by user sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 276,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
            "branch" : [
              {
                "SHA1" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
            "branch" : [
              {
                "SHA1" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
        "branch" : [
          {
            "SHA1" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 425,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#276",
  "duration" : 804775,
  "estimatedDuration" : 3750864,
  "executor" : None,
  "fullDisplayName" : "jogl #276",
  "id" : "2011-02-01_05-54-04",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 276,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1296536044000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/276/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java"
        ],
        "commitId" : "314d694855774eef907c65f8f304056dcc87de6a",
        "timestamp" : 1296526377000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fixes the problem of high memory consumption in TextRenderer (single merged w/o whitespace)\u000a",
        "date" : "2011-02-01T03:12:57+0100",
        "id" : "314d694855774eef907c65f8f304056dcc87de6a",
        "msg" : "Fixes the problem of high memory consumption in TextRenderer (single",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-test.xml"
        ],
        "commitId" : "7fac7bd6fd3524bb9ce438410fa972f07884878d",
        "timestamp" : 1296526886000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JUnit: Adding Test*NOUI* test pattern for unit test w/o any UI (AWT/NEWT)\u000a",
        "date" : "2011-02-01T03:21:26+0100",
        "id" : "7fac7bd6fd3524bb9ce438410fa972f07884878d",
        "msg" : "JUnit: Adding Test*NOUI* test pattern for unit test w/o any UI",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java",
          "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java"
        ],
        "commitId" : "daea466337b1ed37e7e59d5a482ec69290155220",
        "timestamp" : 1296526953000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JUnit tests for gluProject and gluUnproject\u000a",
        "date" : "2011-02-01T03:22:33+0100",
        "id" : "daea466337b1ed37e7e59d5a482ec69290155220",
        "msg" : "JUnit tests for gluProject and gluUnproject",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectFloatNOUI.java",
          "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectDoubleNOUI.java"
        ],
        "commitId" : "e49386191079b08ee216f056338979be80029264",
        "timestamp" : 1296527240000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "junit glu: proper path and NOUI class suffix\u000a",
        "date" : "2011-02-01T03:27:20+0100",
        "id" : "e49386191079b08ee216f056338979be80029264",
        "msg" : "junit glu: proper path and NOUI class suffix",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectFloatNOUI.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectDoubleNOUI.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java",
          "src/jogl/classes/com/jogamp/opengl/util/awt/TextureRenderer.java"
        ],
        "commitId" : "7b9e0c29128f045f787bb5c4ed010628635f7b83",
        "timestamp" : 1296528469000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TextRenderer: Fix imports / Add jogamp license\u000a",
        "date" : "2011-02-01T03:47:49+0100",
        "id" : "7b9e0c29128f045f787bb5c4ed010628635f7b83",
        "msg" : "TextRenderer: Fix imports / Add jogamp license",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/awt/TextureRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java"
        ],
        "commitId" : "e894ead4feb75efc0246da0d5b8d3005342c6c1c",
        "timestamp" : 1296530599000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bugfix (Bug 464 - TextRenderer useVertexArray was ignored)\u000a",
        "date" : "2011-02-01T04:23:19+0100",
        "id" : "e894ead4feb75efc0246da0d5b8d3005342c6c1c",
        "msg" : "Bugfix (Bug 464 - TextRenderer useVertexArray was ignored)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererGLEventListener01.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererTraceGL2Mock01.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TestAWTTextRendererUseVertexArrayBug464.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
        "timestamp" : 1296531770000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "unit test for Bug464 added (cleaned CRLF/merged version; own text subpackage)\u000a",
        "date" : "2011-02-01T04:42:50+0100",
        "id" : "2be6672f08e0217f886256ffca1f2b4152f164cc",
        "msg" : "unit test for Bug464 added (cleaned CRLF/merged version; own text",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererGLEventListener01.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererTraceGL2Mock01.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/text/TestAWTTextRendererUseVertexArrayBug464.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 276,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/276/"
    }
  ]
}