{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 203",
          "upstreamBuild" : 203,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 203,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ffb589a35abf34f313312617e065b444c5f705b3",
            "branch" : [
              {
                "SHA1" : "ffb589a35abf34f313312617e065b444c5f705b3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ffb589a35abf34f313312617e065b444c5f705b3",
            "branch" : [
              {
                "SHA1" : "ffb589a35abf34f313312617e065b444c5f705b3",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ffb589a35abf34f313312617e065b444c5f705b3",
        "branch" : [
          {
            "SHA1" : "ffb589a35abf34f313312617e065b444c5f705b3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 39,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#203",
  "duration" : 78070,
  "estimatedDuration" : 364492,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #203",
  "id" : "2010-11-14_20-03-42",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 203,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1289761422000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=macos-x86_64/203/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-c3d-006",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestVersionInfo.java",
          "src/java/com/jogamp/common/util/VersionInfo.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/util/JogampVersion.java",
          "src/java/com/jogamp/common/util/GlueGenVersion.java",
          "src/java/com/jogamp/gluegen/GlueGen.java",
          "src/java/com/jogamp/common/util/VersionUtil.java"
        ],
        "commitId" : "b735755815312b5fe2c003642de60711be1cd645",
        "timestamp" : 1289513984000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "New: JogampVersion, providing generic information for Jogamp JAR archives; VersionInfo -> GlueGenVersion\u000a\u000aJogampVersion, providing generic information for Jogamp JAR archives\u000a\u000aAccessor to the Jogamp specific manifest additions, ie branch and commit.\u000aAlso provides convenient attribute access and version dump methods.\u000a",
        "date" : "2010-11-11T23:19:44+0100",
        "id" : "b735755815312b5fe2c003642de60711be1cd645",
        "msg" : "New: JogampVersion, providing generic information for Jogamp JAR",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestVersionInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionUtil.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/GlueGenVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/JogampVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/GlueGen.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/common/util/VersionInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestVersionInfo.java",
          "src/java/com/jogamp/common/util/JogampVersion.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/util/GlueGenVersion.java",
          "src/java/com/jogamp/gluegen/GlueGen.java"
        ],
        "commitId" : "68b6fe47ea0c93ccd39497f12de9ba37415803ee",
        "timestamp" : 1289515899000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "com.jogamp.common.util.GlueGenVersion -> com.jogamp.common.GlueGenVersion\u000a",
        "date" : "2010-11-11T23:51:39+0100",
        "id" : "68b6fe47ea0c93ccd39497f12de9ba37415803ee",
        "msg" : "com.jogamp.common.util.GlueGenVersion ->",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JogampVersion.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/common/util/GlueGenVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestVersionInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/GlueGen.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JogampVersion.java"
        ],
        "commitId" : "556c7e70d3d57aa99b5787b1e4d8a7b1c299ed3f",
        "timestamp" : 1289517678000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add Extension Name\u000a",
        "date" : "2010-11-12T00:21:18+0100",
        "id" : "556c7e70d3d57aa99b5787b1e4d8a7b1c299ed3f",
        "msg" : "Add Extension Name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JogampVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/GlueGenVersion.java"
        ],
        "commitId" : "9967c3401d2e4b1fd2677e459a7024fcfedc8814",
        "timestamp" : 1289525740000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding missig GlueGenVersion\u000a",
        "date" : "2010-11-12T02:35:40+0100",
        "id" : "9967c3401d2e4b1fd2677e459a7024fcfedc8814",
        "msg" : "Adding missig GlueGenVersion",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/GlueGenVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/RunnableTask.java"
        ],
        "commitId" : "13f42c3d3601447aad545d1c950202d81d4f7ade",
        "timestamp" : 1289716343000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Don't printStackTrace if the exception shall be catched for later use\u000a",
        "date" : "2010-11-14T07:32:23+0100",
        "id" : "13f42c3d3601447aad545d1c950202d81d4f7ade",
        "msg" : "Don't printStackTrace if the exception shall be catched for later use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/RunnableTask.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestVersionInfo.java",
          "src/java/com/jogamp/common/util/JogampVersion.java",
          "src/java/com/jogamp/gluegen/GlueGen.java",
          "src/java/com/jogamp/common/GlueGenVersion.java"
        ],
        "commitId" : "ff239e4eff0bbf28f925a4dffb15638f3dfd51be",
        "timestamp" : 1289716407000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer toStringBuffer(StringBuffer) ; Add String toString() { ..}\u000a",
        "date" : "2010-11-14T07:33:27+0100",
        "id" : "ff239e4eff0bbf28f925a4dffb15638f3dfd51be",
        "msg" : "JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/GlueGenVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/GlueGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestVersionInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JogampVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h",
          "src/java/com/jogamp/gluegen/cgram/types/IntType.java",
          "src/java/com/jogamp/gluegen/cgram/HeaderParser.g",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c"
        ],
        "commitId" : "ffb589a35abf34f313312617e065b444c5f705b3",
        "timestamp" : 1289770302000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in 'toString()' ; Added type tests.\u000a\u000aFor size_t and uintptr_t this actually generated invalid C code.\u000aAdded type tests for those.\u000a",
        "date" : "2010-11-14T22:31:42+0100",
        "id" : "ffb589a35abf34f313312617e065b444c5f705b3",
        "msg" : "Fix size_t, uintptr_t and uint32_t, uint64_t: suppress 'unsigned' in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/IntType.java"
          },
          {
            "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.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/HeaderParser.g"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}