{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 868",
          "upstreamBuild" : 868,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 868,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
            "branch" : [
              {
                "SHA1" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
            "branch" : [
              {
                "SHA1" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
        "branch" : [
          {
            "SHA1" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
            "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" : 240,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#868",
  "duration" : 559720,
  "estimatedDuration" : 189647,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #868",
  "id" : "2015-07-16_07-50-04",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 868,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1437025804000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=linux-x86_64/868/",
  "builtOn" : "linux64-AMD58xx-debian7-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html",
          "doc/manual/index.html"
        ],
        "commitId" : "2a8a0c090b83f151ef25154e75f1175bed5f9a2b",
        "timestamp" : 1435347647000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "doc/manual/index.html www/index.html Fix links.\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@gudinna.com>\u000a",
        "date" : "2015-06-26T21:40:47+0200",
        "id" : "2a8a0c090b83f151ef25154e75f1175bed5f9a2b",
        "msg" : "doc/manual/index.html www/index.html Fix links.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/manual/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaEmitter.java"
        ],
        "commitId" : "e424c28f869269f5a22c22ef017230346b22847a",
        "timestamp" : 1436379393000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "BUG 1166: Fix JavaEmitter JVMUtil_NewDirectByteBufferCopy\u000a\u000aPrevents jlong to jint truncation\u000awhen capacity is passed from jni to java.\u000a\u000acom.jogamp.common.nio.Buffers newDirectByteBuffer\u000aand the underlying java.nio.ByteBuffer allocateDirect\u000aonly work with capacitys of int size.\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@gudinna.com>\u000a",
        "date" : "2015-07-08T20:16:33+0200",
        "id" : "e424c28f869269f5a22c22ef017230346b22847a",
        "msg" : "BUG 1166: Fix JavaEmitter JVMUtil_NewDirectByteBufferCopy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaEmitter.java"
        ],
        "commitId" : "f6a5ac4473135bbc4bc1a5f537e060df45eb4824",
        "timestamp" : 1437004525000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy\u000a\u000aSee commit e424c28f869269f5a22c22ef017230346b22847a (first patch)\u000a\u000aSince JVMUtil_NewDirectByteBufferCopy is being called w/ 'size_t'\u000avalues, e.g. 'count * sizeof(Structure)',\u000awe shall validate whether 'capacity' is valid, i.e. <= MAX_INT.\u000a\u000aAfter validation, 'capacity' is being cast to 'jint' before\u000abeing passed to the java method.\u000a",
        "date" : "2015-07-16T01:55:25+0200",
        "id" : "f6a5ac4473135bbc4bc1a5f537e060df45eb4824",
        "msg" : "Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaEmitter.java"
        ],
        "commitId" : "6ecc869eea932ac77dd6d4604eb205a8a659f83d",
        "timestamp" : 1437007448000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JavaEmitter.staticClassInitCodeCCode: Reuse static strings\u000a",
        "date" : "2015-07-16T02:44:08+0200",
        "id" : "6ecc869eea932ac77dd6d4604eb205a8a659f83d",
        "msg" : "JavaEmitter.staticClassInitCodeCCode: Reuse static strings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaEmitter.java"
        ],
        "commitId" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
        "timestamp" : 1437007577000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy (2)\u000a\u000aFurther refine code, see commit f6a5ac4473135bbc4bc1a5f537e060df45eb4824.\u000a\u000a- Perform a NULL check on Buffers.newDirectByteBuffer(..) result.\u000a- Only copy memory if capacity > 0, incl fetching direct buffer address\u000a",
        "date" : "2015-07-16T02:46:17+0200",
        "id" : "a3701528aa4be01924c983ce74e2efeaba0e58bc",
        "msg" : "Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}