{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 647,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
            "branch" : [
              {
                "SHA1" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
            "branch" : [
              {
                "SHA1" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
        "branch" : [
          {
            "SHA1" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 3,
      "skipCount" : 0,
      "totalCount" : 1368,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#647",
  "duration" : 352932,
  "estimatedDuration" : 476144,
  "executor" : None,
  "fullDisplayName" : "gluegen #647",
  "id" : "2013-03-19_00-37-53",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 647,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1363649873000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/647/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x32-sgothel-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/locks/Lock.java",
          "src/java/com/jogamp/common/util/FunctionTask.java",
          "src/java/com/jogamp/common/util/TaskBase.java",
          "src/java/com/jogamp/common/util/RunnableTask.java",
          "src/junit/com/jogamp/common/util/TestRunnableTask01.java"
        ],
        "commitId" : "b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f",
        "timestamp" : 1363568445000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non blocking exceptions to be shown.\u000a\u000aExceptions occuring on non blocking off-thread tasks shall at least be made visible\u000awhile not allowed to crash the system.\u000a",
        "date" : "2013-03-18T02:00:45+0100",
        "id" : "b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f",
        "msg" : "Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/TaskBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestRunnableTask01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/FunctionTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/locks/Lock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/FunctionTask.java",
          "src/java/com/jogamp/common/util/TaskBase.java",
          "src/java/com/jogamp/common/util/RunnableTask.java"
        ],
        "commitId" : "192224fc3c38521f38eb3bc51bebb16b628e4cdb",
        "timestamp" : 1363572166000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tExecuted (@ exception); Add debug property 'jogamp.debug.TaskBase.TraceSource', to dump ctor stack trace @ exception.\u000a",
        "date" : "2013-03-18T03:02:46+0100",
        "id" : "192224fc3c38521f38eb3bc51bebb16b628e4cdb",
        "msg" : "Function- RunnableTask: Clear runnableException @ start for re-entry;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/FunctionTask.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/TaskBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/util/locks/RecursiveLockImpl01CompleteFair.java",
          "src/java/jogamp/common/util/locks/RecursiveLockImpl01Unfairish.java"
        ],
        "commitId" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
        "timestamp" : 1363587151000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assume Lock\u000a\u000aIf timeout has been reached but the lock has been released, the lock has to be assumed.\u000a",
        "date" : "2013-03-18T07:12:31+0100",
        "id" : "4becdfa125b07ff969d6540e1112735b53cd15eb",
        "msg" : "Fix RecursiveLockImpl* corner case: Timeout reached but lock released ->",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/util/locks/RecursiveLockImpl01Unfairish.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/util/locks/RecursiveLockImpl01CompleteFair.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    }
  ],
  "runs" : [
    {
      "number" : 647,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=linux-x86_64/647/"
    },
    {
      "number" : 647,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=macos-x86_64/647/"
    },
    {
      "number" : 647,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=windows-x86_64/647/"
    }
  ]
}