{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserCause",
          "shortDescription" : "Started by user sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 222,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
            "branch" : [
              {
                "SHA1" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
            "branch" : [
              {
                "SHA1" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
        "branch" : [
          {
            "SHA1" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 140,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#222",
  "duration" : 119473,
  "estimatedDuration" : 476144,
  "executor" : None,
  "fullDisplayName" : "gluegen #222",
  "id" : "2010-11-24_21-31-38",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 222,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1290630698000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/222/",
  "builtOn" : "linux64-NVFX580-ubuntu10-jogamp-x32-c3d-003",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/GlueGen.java"
        ],
        "commitId" : "4e4f6ce89d01ab36dc7db258fe64feb0b1113c16",
        "timestamp" : 1290649354000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GlueGen: Close in/out streams to allow deleteOnExit() to succeed on Windows\u000a",
        "date" : "2010-11-25T02:42:34+0100",
        "id" : "4e4f6ce89d01ab36dc7db258fe64feb0b1113c16",
        "msg" : "GlueGen: Close in/out streams to allow deleteOnExit() to succeed on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/GlueGen.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/IntIntHashMapTest.java",
          "make/scripts/runtest.sh",
          "src/junit/com/jogamp/common/util/LongIntHashMapTest.java"
        ],
        "commitId" : "7f76b669c534208115b5e06ebab53acf1fcaa9de",
        "timestamp" : 1290650483000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix HashMapTests. The benchmark tests used the value as a key, hence finding the non existing hashed value lead to O(n)\u000a",
        "date" : "2010-11-25T03:01:23+0100",
        "id" : "7f76b669c534208115b5e06ebab53acf1fcaa9de",
        "msg" : "Fix HashMapTests. The benchmark tests used the value as a key, hence",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/IntIntHashMapTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/LongIntHashMapTest.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/nio/BuffersTest.java",
          "test/junit/com/jogamp/gluegen/test.cfg",
          "test/junit/com/jogamp/gluegen/dyntest.cfg",
          "test/junit/com/jogamp/gluegen/pcpptest.h",
          "test/junit/com/jogamp/gluegen/test.h",
          "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java",
          "make/build-junit.xml",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java",
          "make/build.xml",
          "test/junit/com/jogamp/common/nio/BuffersTest.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/PCPPTest.java",
          "test/junit/com/jogamp/gluegen/BasicTest.java",
          "test/junit/com/jogamp/gluegen/PCPPTest.java",
          "test/junit/com/jogamp/gluegen/BasicProcAddressEmitterTest.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/pcpptest.h",
          "test/junit/com/jogamp/gluegen/test.c",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1-gluegen.cfg"
        ],
        "commitId" : "06066237533e8c8de93b7878daded9a3c28a3545",
        "timestamp" : 1290654935000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest and PCPP to the proper src/junit folder. All junit tests are now handled by build-junit.xml\u000a",
        "date" : "2010-11-25T04:15:35+0100",
        "id" : "06066237533e8c8de93b7878daded9a3c28a3545",
        "msg" : "Disabled Struct* Tests (not working on Windows .. platform; Moved",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-junit.xml"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/common/nio/BuffersTest.java"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/pcpptest.h"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/dyntest.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/test.c"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/pcpptest.h"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/test.h"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/nio/BuffersTest.java"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/PCPPTest.java"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/BasicProcAddressEmitterTest.java"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/test.cfg"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/PCPPTest.java"
          },
          {
            "editType" : "delete",
            "file" : "test/junit/com/jogamp/gluegen/BasicTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1-gluegen.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.win64.bat",
          "src/junit/com/jogamp/common/util/IntIntHashMapTest.java",
          "make/scripts/make.gluegen.all.win32.bat",
          "src/junit/com/jogamp/common/util/LongIntHashMapTest.java"
        ],
        "commitId" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
        "timestamp" : 1290655748000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "HashMapTest: Back to 50% tolerance, removed 'put' error\u000a",
        "date" : "2010-11-25T04:29:08+0100",
        "id" : "2d2ae213fa207bcb01abef78cea034b66d2b4184",
        "msg" : "HashMapTest: Back to 50% tolerance, removed 'put' error",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/IntIntHashMapTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/LongIntHashMapTest.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win32.bat"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 222,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=macos-x86_64/222/"
    }
  ]
}