{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 858",
          "upstreamBuild" : 858,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 858,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "658d5837d7db96387976a5848b51a7ca651bee66",
            "branch" : [
              {
                "SHA1" : "658d5837d7db96387976a5848b51a7ca651bee66",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "658d5837d7db96387976a5848b51a7ca651bee66",
            "branch" : [
              {
                "SHA1" : "658d5837d7db96387976a5848b51a7ca651bee66",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "658d5837d7db96387976a5848b51a7ca651bee66",
        "branch" : [
          {
            "SHA1" : "658d5837d7db96387976a5848b51a7ca651bee66",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 480,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#858",
  "duration" : 1613346,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #858",
  "id" : "2015-04-10_14-32-47",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 858,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1428669167000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/858/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "ab684608247912ace165923f36ea443fda0e838a",
        "timestamp" : 1427494045000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump to 2.3.2-devel\u000a",
        "date" : "2015-03-27T23:07:25+0100",
        "id" : "ab684608247912ace165923f36ea443fda0e838a",
        "msg" : "Bump to 2.3.2-devel",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/ArrayHashSet.java",
          "make/scripts/runtest.sh",
          "src/junit/com/jogamp/common/util/TestArrayHashMap01.java",
          "src/java/com/jogamp/common/util/ArrayHashMap.java",
          "src/junit/com/jogamp/common/util/TestArrayHashSet01.java"
        ],
        "commitId" : "c156343fec33ceea7f238b9766a9f4985fb92687",
        "timestamp" : 1427887030000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHashMap; Unify ctor for both impl.\u000a\u000aAdd/Enhance unit tests for both.\u000a",
        "date" : "2015-04-01T13:17:10+0200",
        "id" : "c156343fec33ceea7f238b9766a9f4985fb92687",
        "msg" : "Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestArrayHashMap01.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/ArrayHashMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ArrayHashSet.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestArrayHashSet01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2LoadJNIAndImplLib.java",
          "src/java/com/jogamp/gluegen/JavaEmitter.java",
          "src/java/com/jogamp/gluegen/ConstantDefinition.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java",
          "src/antlr/com/jogamp/gluegen/cgram/HeaderParser.g",
          "src/java/com/jogamp/gluegen/JavaMethodBindingEmitter.java",
          "src/java/com/jogamp/gluegen/GlueGen.java",
          "src/java/com/jogamp/gluegen/cgram/TNode.java",
          "src/java/com/jogamp/gluegen/cgram/types/EnumType.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h",
          "src/java/com/jogamp/gluegen/DebugEmitter.java"
        ],
        "commitId" : "c6d5ee30e023d030697f14ae2c444ce7a5542e94",
        "timestamp" : 1427889064000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to java space, incl. [native] numbers\u000a\u000aRewrite ConstantDefinition:\u000a\u000aAdd sub-class CNumber:\u000a  - containing integer/float values and their original qualifiers\u000a    [long, double, unsigned]\u000a  - conversion to java number\u000a\u000aConstantDefinition:\u000a - holds native expression\u000a - optionally holds CNumber representing native expression,\u000a   if [only] a number\u000a - can compute equivalent java expression\u000a   with result type (JavaExpr)\u000a\u000aAdd static native number reg-expression\u000afor number detection and parsing.\u000a\u000aAdd static native number to CNumber conversion methods.\u000a\u000a+++\u000a\u000aRetrieve full LISP tree and convert to serialized expression\u000ato be utilized for expressions used in enumerates.\u000a\u000aParse enumerates, allowing const native expressions:\u000a  - Utilize ConstantDefinition\u000a    either for definite CNumber or expression\u000a  - Simply add \"+1\" for new default values,\u000a    if previous is an expression\u000a",
        "date" : "2015-04-01T13:51:04+0200",
        "id" : "c6d5ee30e023d030697f14ae2c444ce7a5542e94",
        "msg" : "Bug 1153 - GlueGen: Support [const] [native] expressions and conversion",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/TNode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2LoadJNIAndImplLib.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/EnumType.java"
          },
          {
            "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/Test1p1JavaEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/ConstantDefinition.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/GlueGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/DebugEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jcpp"
        ],
        "commitId" : "29da0b8bc787767d68cabbc885bad1d80357e1e7",
        "timestamp" : 1427889170000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1153 - GlueGen: Bump JCPP\u000a",
        "date" : "2015-04-01T13:52:50+0200",
        "id" : "29da0b8bc787767d68cabbc885bad1d80357e1e7",
        "msg" : "Bug 1153 - GlueGen: Bump JCPP",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jcpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver.jar",
          "make/lib/semantic-versioning/semver-src.zip",
          "make/scripts/runtest.sh",
          "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "59d1511f97d574fc091afa43ea88ef50726d4b91",
        "timestamp" : 1428023119000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semantic-versioning (0.9.33 + jogamp fixes)\u000a",
        "date" : "2015-04-03T03:05:19+0200",
        "id" : "59d1511f97d574fc091afa43ea88ef50726d4b91",
        "msg" : "Bump semantic-versioning (0.9.33 + jogamp fixes)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver-src.zip",
          "make/lib/semantic-versioning/semver.jar",
          "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java",
          "src/junit/com/jogamp/common/util/TestVersionSemantics.java",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "de68aca2f93640999b4ac916cd500f9d531e2c3b",
        "timestamp" : 1428089396000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semver to 0.9.33 w/ our patch for CompatibilityType.BACKWARD_COMPATIBLE_BINARY\u000a",
        "date" : "2015-04-03T21:29:56+0200",
        "id" : "de68aca2f93640999b4ac916cd500f9d531e2c3b",
        "msg" : "Bump semver to 0.9.33 w/ our patch for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestVersionSemantics.java"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver-src.zip",
          "make/lib/semantic-versioning/semver.jar",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "658d5837d7db96387976a5848b51a7ca651bee66",
        "timestamp" : 1428090696000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semver: 0d2e314ef48bd2fd38b45f781c4573bdb2b32a69\u000a",
        "date" : "2015-04-03T21:51:36+0200",
        "id" : "658d5837d7db96387976a5848b51a7ca651bee66",
        "msg" : "Bump semver: 0d2e314ef48bd2fd38b45f781c4573bdb2b32a69",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}