{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 778",
          "upstreamBuild" : 778,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 778,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
            "branch" : [
              {
                "SHA1" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
            "branch" : [
              {
                "SHA1" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
        "branch" : [
          {
            "SHA1" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
            "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" : 174,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#778",
  "duration" : 147803,
  "estimatedDuration" : 189647,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #778",
  "id" : "2014-03-10_14-49-25",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 778,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1394459365000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=linux-x86_64/778/",
  "builtOn" : "linux64-AMD58xx-debian7-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "d1250ba34ab3015a2fbb3a9e71b444d7e4d0050d",
        "timestamp" : 1393731080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Add parser temp output files to ignored list.\u000a",
        "date" : "2014-03-01T21:31:20-0600",
        "id" : "d1250ba34ab3015a2fbb3a9e71b444d7e4d0050d",
        "msg" : "Add parser temp output files to ignored list.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "c9b209bc850bda0c076d89ccf72a18248bb0a20b",
        "timestamp" : 1393731080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix sed for paths containing spaces on Windows.\u000a",
        "date" : "2014-03-01T21:31:20-0600",
        "id" : "c9b209bc850bda0c076d89ccf72a18248bb0a20b",
        "msg" : "Fix sed for paths containing spaces on Windows.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-archivetasks.xml"
        ],
        "commitId" : "2d94feea41d648fccaa96090e08e754a31aa1b14",
        "timestamp" : 1393731080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix 7z for paths containing spaces on Windows.\u000a",
        "date" : "2014-03-01T21:31:20-0600",
        "id" : "2d94feea41d648fccaa96090e08e754a31aa1b14",
        "msg" : "Fix 7z for paths containing spaces on Windows.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-archivetasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h",
          "src/java/com/jogamp/gluegen/cgram/types/PointerType.java",
          "src/java/com/jogamp/gluegen/cgram/types/IntType.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c",
          "src/java/com/jogamp/gluegen/CMethodBindingEmitter.java"
        ],
        "commitId" : "86c868fcb78b53f02ad2bae1770e4db61b892678",
        "timestamp" : 1393989695000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Remove warnings in emitted C code.\u000a\u000aFix 1: Only emit \"int * _offsetHandle = NULL\" if it will be used, to\u000aavoid unused variable warning. Fix 2: Add \"unsigned\" to typecasts in C\u000afunction calls when needed to avoid implicit typecast warning. This\u000acommit also adds a unit test for a method that uses an \"unsigned char\u000a**\" parameter, to mimic the JOCL clCreateProgramWithBinary() function\u000athat caused the typecast warnings.\u000a",
        "date" : "2014-03-04T21:21:35-0600",
        "id" : "86c868fcb78b53f02ad2bae1770e4db61b892678",
        "msg" : "Remove warnings in emitted C code.",
        "paths" : [
          {
            "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.h"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/PointerType.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/CMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/IntType.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/cgram/types/PointerType.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c",
          "src/java/com/jogamp/gluegen/CMethodBindingEmitter.java"
        ],
        "commitId" : "0b2b05c25b5072ccbce0f92e66f29b45bde762cd",
        "timestamp" : 1393990658000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix accidental tabs.\u000a",
        "date" : "2014-03-04T21:37:38-0600",
        "id" : "0b2b05c25b5072ccbce0f92e66f29b45bde762cd",
        "msg" : "Fix accidental tabs.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/PointerType.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/CMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaEmitter.java"
        ],
        "commitId" : "7616f7b1a877f078fe76ff510d8e95ccd2a908d9",
        "timestamp" : 1394073557000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Allow Ignore in config to ignore unnamed structs.\u000a\u000aAugments the behavior of the Ignore keyword to\u000aignore when gluegen skips the emission of unnamed\u000astructs. These structs are usually unnamed because\u000awe've created opaque types for them, so we know\u000athey're not going to be emitted and want to be\u000aable to suppress the warning on a case-by-case\u000abasis.\u000a",
        "date" : "2014-03-05T20:39:17-0600",
        "id" : "7616f7b1a877f078fe76ff510d8e95ccd2a908d9",
        "msg" : "Allow Ignore in config to ignore unnamed structs.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java"
        ],
        "commitId" : "fccb2460832aedd1b51372aa1e7881770cb638c9",
        "timestamp" : 1394159245000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix CStruct annotation processor warning.\u000a\u000aUpdated the Java source version the annotation processor supports\u000ato stop it from throwing a warning during the build process.\u000a",
        "date" : "2014-03-06T20:27:25-0600",
        "id" : "fccb2460832aedd1b51372aa1e7881770cb638c9",
        "msg" : "Fix CStruct annotation processor warning.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java",
          "src/java/com/jogamp/gluegen/cgram/types/PointerType.java",
          "src/java/com/jogamp/gluegen/JavaEmitter.java",
          "src/java/com/jogamp/gluegen/CMethodBindingEmitter.java"
        ],
        "commitId" : "66a13b80b545e4a4107ef67ec504e4fc15138a30",
        "timestamp" : 1394452323000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994\u000a",
        "date" : "2014-03-10T12:52:03+0100",
        "id" : "66a13b80b545e4a4107ef67ec504e4fc15138a30",
        "msg" : "Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/CMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/cgram/types/PointerType.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/structgen/CStructAnnotationProcessor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
        "timestamp" : 1394452412000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump to release 2.1.5 (Android: 0914019)\u000a",
        "date" : "2014-03-10T12:53:32+0100",
        "id" : "28f6ffd5aa8b12c7fc8b6a00d2f761fbd600facb",
        "msg" : "Bump to release 2.1.5 (Android: 0914019)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker",
      "fullName" : "Wade Walker"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}