{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 691",
          "upstreamBuild" : 691,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 691,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
            "branch" : [
              {
                "SHA1" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
            "branch" : [
              {
                "SHA1" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
        "branch" : [
          {
            "SHA1" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
            "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" : 236,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#691",
  "duration" : 288962,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #691",
  "id" : "2013-06-25_11-10-45",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 691,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1372151445000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/691/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java"
        ],
        "commitId" : "6ff3fe730671b0bfed61b56e1179aaecd39f53a5",
        "timestamp" : 1372129004000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in case of JVM shutdown!\u000a",
        "date" : "2013-06-25T04:56:44+0200",
        "id" : "6ff3fe730671b0bfed61b56e1179aaecd39f53a5",
        "msg" : "Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/AbstractBuffer.java"
        ],
        "commitId" : "5e01e993aeba4e95fc8aa6e75b3e295011e27bbb",
        "timestamp" : 1372136608000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "AbstractBuffer: Generalize 'capacity' calculation, since we may encounter a byte-buffer w/ given elementSize semantics\u000a",
        "date" : "2013-06-25T07:03:28+0200",
        "id" : "5e01e993aeba4e95fc8aa6e75b3e295011e27bbb",
        "msg" : "AbstractBuffer: Generalize 'capacity' calculation, since we may",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/AbstractBuffer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/PosixDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java",
          "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
        ],
        "commitId" : "72f60a534db7c0b731d4dca83481679817ad7574",
        "timestamp" : 1372136656000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), openLibraryGlobal(..) and lookupSymbolGlobal(..) - removing duplicate code.\u000a",
        "date" : "2013-06-25T07:04:16+0200",
        "id" : "72f60a534db7c0b731d4dca83481679817ad7574",
        "msg" : "UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..),",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PosixDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/BionicDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MacOSXDynamicLinkerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/UnixDynamicLinkerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/AbstractBuffer.java",
          "src/java/com/jogamp/common/nio/PointerBuffer.java"
        ],
        "commitId" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
        "timestamp" : 1372138264000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip Buffers.sizeOfBufferElem(..) call.\u000a",
        "date" : "2013-06-25T07:31:04+0200",
        "id" : "c28d5c8d0d83670a548671a1d0da55e3447ea0c7",
        "msg" : "Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/PointerBuffer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/AbstractBuffer.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}