{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 662",
          "upstreamBuild" : 662,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 662,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "21fc00af1c404d93280e21d05efc124ec23d575b",
            "branch" : [
              {
                "SHA1" : "21fc00af1c404d93280e21d05efc124ec23d575b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "21fc00af1c404d93280e21d05efc124ec23d575b",
            "branch" : [
              {
                "SHA1" : "21fc00af1c404d93280e21d05efc124ec23d575b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "21fc00af1c404d93280e21d05efc124ec23d575b",
        "branch" : [
          {
            "SHA1" : "21fc00af1c404d93280e21d05efc124ec23d575b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 105,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#662",
  "duration" : 148336,
  "estimatedDuration" : 392538,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #662",
  "id" : "2013-04-11_08-06-43",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 662,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1365660403000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=windows-x86_64/662/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/nio/Buffers.java",
          "src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java",
          "src/java/com/jogamp/gluegen/cgram/types/SizeThunk.java",
          "src/java/net/highteq/nativetaglet/NativeTaglet.java",
          "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java",
          "src/java/com/jogamp/common/os/DynamicLinker.java",
          "src/java/com/jogamp/gluegen/procaddress/ProcAddressJavaMethodBindingEmitter.java",
          "src/java/com/jogamp/common/os/DynamicLookupHelper.java",
          "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java",
          "src/native/unix/UnixDynamicLinkerImpl_JNI.c",
          "src/java/com/jogamp/gluegen/pcpp/ConcatenatingReader.java",
          "src/java/com/jogamp/common/os/DynamicLibraryBundle.java",
          "test/issue7.h",
          "src/native/windows/WindowsDynamicLinkerImpl_JNI.c",
          "src/java/com/jogamp/gluegen/runtime/BufferFactoryInternal.java",
          "src/native/macosx/MacOSXDynamicLinkerImpl_JNI.c",
          "src/java/com/jogamp/gluegen/procaddress/ProcAddressCMethodBindingEmitter.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/com/jogamp/gluegen/procaddress/ProcAddressConfiguration.java"
        ],
        "commitId" : "f4644bf95f6cef34c7098b432a84fccccba263e6",
        "timestamp" : 1365595701000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "gluegen: remove executable bit from java and c source files\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-04-10T05:08:21-0700",
        "id" : "f4644bf95f6cef34c7098b432a84fccccba263e6",
        "msg" : "gluegen: remove executable bit from java and c source files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/pcpp/ConcatenatingReader.java"
          },
          {
            "editType" : "edit",
            "file" : "test/issue7.h"
          },
          {
            "editType" : "edit",
            "file" : "src/native/windows/WindowsDynamicLinkerImpl_JNI.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/BufferFactoryInternal.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/net/highteq/nativetaglet/NativeTaglet.java"
          },
          {
            "editType" : "edit",
            "file" : "src/native/macosx/MacOSXDynamicLinkerImpl_JNI.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLibraryBundle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/procaddress/ProcAddressCMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/procaddress/ProcAddressEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLookupHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/native/unix/UnixDynamicLinkerImpl_JNI.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/SizeThunk.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/procaddress/ProcAddressJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/WindowsDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/procaddress/ProcAddressConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/DynamicLinker.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IntBitfield.java",
          "src/java/com/jogamp/common/JogampRuntimeException.java"
        ],
        "commitId" : "5502353eaed3ad1866f172a10935671116ed7c9a",
        "timestamp" : 1365626250000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '* 32' -> '<< 5', same for division.\u000a",
        "date" : "2013-04-10T22:37:30+0200",
        "id" : "5502353eaed3ad1866f172a10935671116ed7c9a",
        "msg" : "IntBitfield: Add optimization path w/ int bitCount bitfield range.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IntBitfield.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/JogampRuntimeException.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IntBitfield.java"
        ],
        "commitId" : "21fc00af1c404d93280e21d05efc124ec23d575b",
        "timestamp" : 1365648564000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.\u000a",
        "date" : "2013-04-11T04:49:24+0200",
        "id" : "21fc00af1c404d93280e21d05efc124ec23d575b",
        "msg" : "IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IntBitfield.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ]
}