{
  "_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" : 798,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6cb643671578aa912d16dd17e773d92f4667118b",
            "branch" : [
              {
                "SHA1" : "6cb643671578aa912d16dd17e773d92f4667118b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6cb643671578aa912d16dd17e773d92f4667118b",
            "branch" : [
              {
                "SHA1" : "6cb643671578aa912d16dd17e773d92f4667118b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6cb643671578aa912d16dd17e773d92f4667118b",
        "branch" : [
          {
            "SHA1" : "6cb643671578aa912d16dd17e773d92f4667118b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 1995,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#798",
  "duration" : 220650,
  "estimatedDuration" : 476144,
  "executor" : None,
  "fullDisplayName" : "gluegen #798",
  "id" : "2014-06-19_16-10-28",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 798,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1403187028000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/798/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x32-sgothel-010",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/cpptasks.jar"
        ],
        "commitId" : "0b0f6f4d17f1ace3d3856428194126b4e3f06df0",
        "timestamp" : 1403108298000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump cpptasks.jar to commit 9a66c005a3cd304c4b47abd9a287a60e3545b9da\u000a",
        "date" : "2014-06-18T18:18:18+0200",
        "id" : "0b0f6f4d17f1ace3d3856428194126b4e3f06df0",
        "msg" : "Bump cpptasks.jar to commit 9a66c005a3cd304c4b47abd9a287a60e3545b9da",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/cpptasks.jar"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaEmitter.java",
          "src/java/com/jogamp/gluegen/cgram/types/StructLayout.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java",
          "src/antlr/com/jogamp/gluegen/cgram/HeaderParser.g",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1-common.cfg"
        ],
        "commitId" : "6cb643671578aa912d16dd17e773d92f4667118b",
        "timestamp" : 1403143930000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GlueGen: Add support for compound-array in structs (accessors) ; Allow using C-Enum values for array length\u000a\u000a- Parser (HeaderParser.g): Support using C-Enum values for array length specification\u000a  - Will throw an exception if enum identifier is unknown or exceeds int-size\u000a\u000a- Add StructEmitter supports for compound-arrays\u000a\u000a- Add Debug stderr verbose info:\u000a  - Struct Emitter prefix 'SE.' - to analyze emitting struct fields (offset+size and accessors)\u000a  - Struct Layout  prefix 'SL.' - to analyze memory layout (based on MachineDescription.StaticConfig.X86_64_UNIX)\u000a\u000aTested via test1.[ch] BaseClass ..\u000a",
        "date" : "2014-06-19T04:12:10+0200",
        "id" : "6cb643671578aa912d16dd17e773d92f4667118b",
        "msg" : "GlueGen: Add support for compound-array in structs (accessors) ; Allow",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/antlr/com/jogamp/gluegen/cgram/HeaderParser.g"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/StructLayout.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1-common.cfg"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ],
  "runs" : [
    {
      "number" : 798,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=linux-x86_64/798/"
    },
    {
      "number" : 798,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=macos-x86_64/798/"
    },
    {
      "number" : 798,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=windows-x86_64/798/"
    }
  ]
}