{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 19,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
            "branch" : [
              {
                "SHA1" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
            "branch" : [
              {
                "SHA1" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
        "branch" : [
          {
            "SHA1" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#19",
  "duration" : 214091,
  "estimatedDuration" : 74293,
  "executor" : None,
  "fullDisplayName" : "jocl_onmaster #19",
  "id" : "2010-05-31_13-21-22",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 19,
  "queueId" : -1,
  "result" : "FAILURE",
  "timestamp" : 1275304882000,
  "url" : "https://jogamp.org/chuck/job/jocl_onmaster/19/",
  "builtOn" : "linux32-NVGTX295-ubuntu10-jogamp-mbien-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nbproject/project.xml",
          "build.xml"
        ],
        "commitId" : "0bcc9dd8f36dabfef118f3546a08f7d5666714ef",
        "timestamp" : 1275163011000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "added test-file target. Run it with e.g: \"ant test-file -Dtest.file=com/jogamp/opencl/LowLevelBindingTest.java\".\u000aminimum ant version is now 1.8.\u000a",
        "date" : "2010-05-29T21:56:51+0200",
        "id" : "0bcc9dd8f36dabfef118f3546a08f7d5666714ef",
        "msg" : "added test-file target. Run it with e.g: \"ant test-file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.xml"
          },
          {
            "editType" : "edit",
            "file" : "nbproject/project.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/com/jogamp/opencl/gl/CLGLTest.java",
          "test/com/jogamp/opencl/LowLevelBindingTest.java",
          "src/com/jogamp/opencl/CLProgram.java"
        ],
        "commitId" : "c8ae2569a4d90e79b9af83acdd50c1be2ecab9f0",
        "timestamp" : 1275177717000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "improved concurrent load test (disabled by default) and confirmed that cl programs can't be built concurrently.\u000aCLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence.\u000a",
        "date" : "2010-05-30T02:01:57+0200",
        "id" : "c8ae2569a4d90e79b9af83acdd50c1be2ecab9f0",
        "msg" : "improved concurrent load test (disabled by default) and confirmed that",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLProgram.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/LowLevelBindingTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/gl/CLGLTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html"
        ],
        "commitId" : "8a5bbd80a3ffc3154b637e0b6c40342dfacb3576",
        "timestamp" : 1275180551000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "updated jocl webpage.\u000a",
        "date" : "2010-05-30T02:49:11+0200",
        "id" : "8a5bbd80a3ffc3154b637e0b6c40342dfacb3576",
        "msg" : "updated jocl webpage.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/clImplCustomCode.java",
          "src/com/jogamp/opencl/CLInfoAccessor.java",
          "src/com/jogamp/opencl/CLContext.java",
          "src/com/jogamp/opencl/CLCommandQueue.java",
          "src/com/jogamp/opencl/CLSampler.java",
          "src/com/jogamp/opencl/CLKernel.java",
          "test/com/jogamp/opencl/CLProgramTest.java",
          "resources/stubs_includes/common/stdint.h",
          "test/com/jogamp/opencl/LowLevelBindingTest.java",
          "src/com/jogamp/opencl/CLImage.java",
          "src/com/jogamp/opencl/CLPlatform.java",
          "resources/stubs_includes/common/stddef.h",
          "src/com/jogamp/opencl/CLEvent.java",
          "src/com/jogamp/opencl/CLProgram.java",
          "src/com/jogamp/opencl/CLDevice.java"
        ],
        "commitId" : "c5b1dc47f398597a127ebb7cdf72ab324b08a174",
        "timestamp" : 1275321106000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit systems are now supported again.\u000a",
        "date" : "2010-05-31T17:51:46+0200",
        "id" : "c5b1dc47f398597a127ebb7cdf72ab324b08a174",
        "msg" : "changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/clImplCustomCode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLPlatform.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/LowLevelBindingTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLCommandQueue.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLInfoAccessor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLSampler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/stubs_includes/common/stdint.h"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLImage.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLKernel.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/stubs_includes/common/stddef.h"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/CLProgramTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLProgram.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/com/jogamp/opencl/gl/CLGLContext.java"
        ],
        "commitId" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
        "timestamp" : 1275321249000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "use getDisplayHandle for linux and Surface on windows for CLGL context creation.\u000a",
        "date" : "2010-05-31T17:54:09+0200",
        "id" : "90e28734f93e57f6906ec93ba8330e54e55d3238",
        "msg" : "use getDisplayHandle for linux and Surface on windows for CLGL context",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/gl/CLGLContext.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
      "fullName" : "Michael Bien"
    }
  ],
  "runs" : [
    {
      "number" : 19,
      "url" : "https://jogamp.org/chuck/job/jocl_onmaster/label=linux64-null-centos54-jogamp-x64-chuck-001/19/"
    }
  ]
}