{
  "_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" : 864,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
            "branch" : [
              {
                "SHA1" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
            "branch" : [
              {
                "SHA1" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
        "branch" : [
          {
            "SHA1" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jocl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 94,
      "skipCount" : 0,
      "totalCount" : 352,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#864",
  "duration" : 158678,
  "estimatedDuration" : 82281,
  "executor" : None,
  "fullDisplayName" : "jocl #864",
  "id" : "2013-10-19_06-48-51",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 864,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1382158131000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl/864/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x64-sgothel-021",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/make.jocl.all.win32.bat",
          "scripts/make.jocl.all.win64.bat"
        ],
        "commitId" : "412dd81be138c49f8c683f9d350aa16322605281",
        "timestamp" : 1382067444000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump 7u45\u000a",
        "date" : "2013-10-18T05:37:24+0200",
        "id" : "412dd81be138c49f8c683f9d350aa16322605281",
        "msg" : "Bump 7u45",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/make.jocl.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "scripts/make.jocl.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/clImplCustomCode.java",
          "src/com/jogamp/opencl/llb/impl/CLImpl.java",
          "resources/clImplCustomCode.c",
          "src/com/jogamp/opencl/CLPlatform.java",
          "src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java",
          "src/com/jogamp/opencl/JOCLJNILibLoader.java",
          "resources/cl-impl.cfg"
        ],
        "commitId" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
        "timestamp" : 1382150868000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2\u000a\u000aUse DynamicLibraryBundleInfo w/ alternative native library names,\u000adrop manual coding of loading and binding, i.e. JOCLJNILibLoader.\u000a\u000aAfter trying opencl native libs (and failing), try GL libs ..\u000a\u000aWe use a manual impl. to CL's 'clGetExtensionFunctionAddress' similar to JOAL, JOGL ...\u000a",
        "date" : "2013-10-19T04:47:48+0200",
        "id" : "6be41a8e457ec2881f4ce351395ba84748a737b6",
        "msg" : "Bug 773 - Device specific JOCL dynamic library look-up on Android - Part",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/clImplCustomCode.c"
          },
          {
            "editType" : "add",
            "file" : "src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/llb/impl/CLImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/cl-impl.cfg"
          },
          {
            "editType" : "edit",
            "file" : "resources/clImplCustomCode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLPlatform.java"
          },
          {
            "editType" : "delete",
            "file" : "src/com/jogamp/opencl/JOCLJNILibLoader.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/lixoman100",
      "fullName" : "lixoman100"
    }
  ],
  "runs" : [
    {
      "number" : 864,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl/label=linux-x86_64/864/"
    },
    {
      "number" : 864,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl/label=macos-x86_64/864/"
    },
    {
      "number" : 864,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl/label=windows-x86_64/864/"
    }
  ]
}