{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl-demos_onmaster\" build number 38",
          "upstreamBuild" : 38,
          "upstreamProject" : "jogl-demos_onmaster",
          "upstreamUrl" : "job/jogl-demos_onmaster/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 306,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
            "branch" : [
              {
                "SHA1" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
            "branch" : [
              {
                "SHA1" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
        "branch" : [
          {
            "SHA1" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jocl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#306",
  "duration" : 54986,
  "estimatedDuration" : 74293,
  "executor" : None,
  "fullDisplayName" : "jocl_onmaster #306",
  "id" : "2014-03-11_06-04-56",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 306,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1394514296000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl_onmaster/306/",
  "builtOn" : "linux64-NVFX580-ubuntu10-jogamp-x64-c3d-004",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/com/jogamp/opencl/LowLevelBindingTest.java",
          "test/com/jogamp/opencl/test/util/MiscUtils.java",
          "test/com/jogamp/opencl/gl/CLGLTest.java",
          "test/com/jogamp/opencl/CLProgramTest.java",
          "make/config/clImplCustomCode.java",
          "test/com/jogamp/opencl/CLImageTest.java",
          "test/com/jogamp/opencl/CLBufferTest.java",
          "test/com/jogamp/opencl/HighLevelBindingTest.java",
          "test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java",
          "test/com/jogamp/opencl/CLCommandQueueTest.java",
          "make/config/cl-impl.cfg"
        ],
        "commitId" : "54ced2cf5d801470c106275291be17583e5e206d",
        "timestamp" : 1393223037000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix OpenCL test failures on Solaris.\u000a\u000aSince nobody currently makes an OpenCL driver for Solaris, all the\u000atests used to fail, which told us nothing. This commit adds code\u000ato check whether OpenCL is unavailable and the OS is Solaris, in\u000awhich case the test contents are skipped. If an OpenCL driver ever\u000aappears for Solaris, or if we start testing on another platform\u000awith no OpenCL driver, there's now one single place to add or remove\u000achecks that will allow for this.\u000a",
        "date" : "2014-02-24T00:23:57-0600",
        "id" : "54ced2cf5d801470c106275291be17583e5e206d",
        "msg" : "Fix OpenCL test failures on Solaris.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/CLBufferTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/CLImageTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/CLProgramTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/gl/CLGLTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/HighLevelBindingTest.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/cl-impl.cfg"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/LowLevelBindingTest.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/clImplCustomCode.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/test/util/MiscUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/CLCommandQueueTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/com/jogamp/opencl/CLBufferTest.java"
        ],
        "commitId" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
        "timestamp" : 1393383393000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wade.walker@arm.com",
        "comment" : "Fix new subBufferTest02FloatBuffer() test on Solaris.\u000a\u000aThe new OpenCL isAvailable() didn't make it into this test due to\u000aa merge slipup.\u000a\u000aChange-Id: I049388908b8f2f2869cc018dbf6be86d1a8dcb9d\u000a",
        "date" : "2014-02-25T20:56:33-0600",
        "id" : "3b3c58780ff74755d2763738fc8abc950e6b4202",
        "msg" : "Fix new subBufferTest02FloatBuffer() test on Solaris.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/com/jogamp/opencl/CLBufferTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker",
      "fullName" : "Wade Walker"
    }
  ],
  "runs" : [
    {
      "number" : 306,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl_onmaster/label=linux-x86_64-master-001/306/"
    },
    {
      "number" : 187,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jocl_onmaster/label=linux64-null-centos54-jogamp-x64-chuck-001/187/"
    }
  ]
}