{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 367",
          "upstreamBuild" : 367,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 834,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
            "branch" : [
              {
                "SHA1" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
            "branch" : [
              {
                "SHA1" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
        "branch" : [
          {
            "SHA1" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 10,
      "skipCount" : 0,
      "totalCount" : 4339,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#834",
  "duration" : 3034144,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #834",
  "id" : "2012-10-16_08-09-23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 834,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1350367763000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/834/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_uniform.glsl",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_settexcoord.vp",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_attribute.glsl",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_const.glsl",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/ShaderSelectionMode.java",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_varying.glsl"
        ],
        "commitId" : "acdb3d4cbbdd6ade5d347abaaac71a1a8abe48e1",
        "timestamp" : 1350149451000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode.AUTO (good for mobile); Lazy shader instantiation.\u000a",
        "date" : "2012-10-13T19:30:51+0200",
        "id" : "acdb3d4cbbdd6ade5d347abaaac71a1a8abe48e1",
        "msg" : "FixedFuncPipeline: Optimize shader resource, if preset !=",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_varying.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_settexcoord.vp"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_uniform.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_attribute.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_const.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/fixedfunc/ShaderSelectionMode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java"
        ],
        "commitId" : "842e9feefc9d1a885a92ad8f0068cbcbcdd0e3c4",
        "timestamp" : 1350188888000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as well\u000a",
        "date" : "2012-10-14T06:28:08+0200",
        "id" : "842e9feefc9d1a885a92ad8f0068cbcbcdd0e3c4",
        "msg" : "FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_const.glsl",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_uniform.glsl",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_attribute.glsl",
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColor.fp"
        ],
        "commitId" : "e658ab1e427a7957b9dbfa4a396506de6c6582fd",
        "timestamp" : 1350194362000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader code: Remove precision for default precision types.\u000a",
        "date" : "2012-10-14T07:59:22+0200",
        "id" : "e658ab1e427a7957b9dbfa4a396506de6c6582fd",
        "msg" : "FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_attribute.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_const.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColor.fp"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/mgl_uniform.glsl"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp"
        ],
        "commitId" : "f8fb65c7cd79743a6501fe63ff1e28479ceedb4f",
        "timestamp" : 1350304543000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FixedFuncColorTexture.fp: Remove unused local var\u000a",
        "date" : "2012-10-15T14:35:43+0200",
        "id" : "f8fb65c7cd79743a6501fe63ff1e28479ceedb4f",
        "msg" : "FixedFuncColorTexture.fp: Remove unused local var",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/texture/spi/LEDataInputStream.java"
        ],
        "commitId" : "19bee7d8946721b8d094937abf1b33889b7c32e5",
        "timestamp" : 1350383444000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: fix bit shift error in LEDataInputStream\u000a\u000aThe readlong() method is attempting to build a 64bit value from two 32 bit reads.\u000aThe problem is that shifting an int only uses the lower 5 bits of the shift value,\u000aso << 32 is the same as << 0.  Cast to long and restore the original intention.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2012-10-16T03:30:44-0700",
        "id" : "19bee7d8946721b8d094937abf1b33889b7c32e5",
        "msg" : "jogl: fix bit shift error in LEDataInputStream",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/spi/LEDataInputStream.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/graph/geom/plane/Path2D.java"
        ],
        "commitId" : "b9653e6f55a96f3769a980b2569fc9fabad9f374",
        "timestamp" : 1350383444000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: remove infinite loop in Path2D.contains(AABBox)\u000a\u000aIt is impossible to use this method as it will get into an infinite loop as it\u000ajust calls itself.  Base the implementation on the contains method shortly before\u000athis method.  As this method is impossible to actually use, it could also just\u000abe removed.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2012-10-16T03:30:44-0700",
        "id" : "b9653e6f55a96f3769a980b2569fc9fabad9f374",
        "msg" : "jogl: remove infinite loop in Path2D.contains(AABBox)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/geom/plane/Path2D.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkTIME.java"
        ],
        "commitId" : "f15b5df4114e46b4c6a968b75aebb6014afc1806",
        "timestamp" : 1350383444000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: fix bad format string in PngChunkTIME\u000a\u000aMissing format specifier for the first argument would lead to this throwing IllegalFormatException.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2012-10-16T03:30:44-0700",
        "id" : "f15b5df4114e46b4c6a968b75aebb6014afc1806",
        "msg" : "jogl: fix bad format string in PngChunkTIME",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/pngj/chunks/PngChunkTIME.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncHook.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/com/jogamp/opengl/util/ImmModeSink.java"
        ],
        "commitId" : "658d269db957cdb986f2da2fbe15d2441b6f03c4",
        "timestamp" : 1350354460000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via properties, drawIndices QUAD w/ proper range and add uint; FixedFunctionHook: drawIndices QUAD w/ proper range and add uint\u000a",
        "date" : "2012-10-16T04:27:40+0200",
        "id" : "658d269db957cdb986f2da2fbe15d2441b6f03c4",
        "msg" : "ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_*",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncHook.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/ImmModeSink.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/graph/geom/plane/Path2D.java"
        ],
        "commitId" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
        "timestamp" : 1350359645000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Path2D: Reuse 'contains(..)' method, footprint\u000a",
        "date" : "2012-10-16T05:54:05+0200",
        "id" : "83cc52571ffeeea8efc673ed274a4c7a09597c6c",
        "msg" : "Path2D: Reuse 'contains(..)' method, footprint",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/geom/plane/Path2D.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    }
  ],
  "runs" : [
    {
      "number" : 834,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/834/"
    },
    {
      "number" : 834,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/834/"
    },
    {
      "number" : 834,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/834/"
    }
  ]
}