{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 811",
          "upstreamBuild" : 811,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 811,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
            "branch" : [
              {
                "SHA1" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
            "branch" : [
              {
                "SHA1" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
        "branch" : [
          {
            "SHA1" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
            "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" : 184,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#811",
  "duration" : 152768,
  "estimatedDuration" : 364492,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #811",
  "id" : "2014-07-11_03-13-40",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 811,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1405041220000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/811/",
  "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/os/PlatformPropsImpl.java"
        ],
        "commitId" : "5d9b42b83b45401d522e13cfe6189c1640d351e9",
        "timestamp" : 1405031838000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances to ease review\u000a",
        "date" : "2014-07-11T00:37:18+0200",
        "id" : "5d9b42b83b45401d522e13cfe6189c1640d351e9",
        "msg" : "PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/Debug.java"
        ],
        "commitId" : "a84509b7045f4f9cae5a75e1dd1be77bab0da372",
        "timestamp" : 1405031952000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Debug: Use JogAmp license, since we re-modelled it using PropertyAccess, commit GlueGen f4ac27e177f6deb444280d3b375e7d343e38bd08\u000a",
        "date" : "2014-07-11T00:39:12+0200",
        "id" : "a84509b7045f4f9cae5a75e1dd1be77bab0da372",
        "msg" : "Debug: Use JogAmp license, since we re-modelled it using PropertyAccess,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/Debug.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
        ],
        "commitId" : "be61c7f33ec8e4f3214e8d2969ee88cd327fce9d",
        "timestamp" : 1405032244000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Cleanup JNILibLoaderBase: Use Platform NEWLINE, remove obsolete notice of '[-noawt,-mobile,-core,-android]?' in API-doc, ...\u000a\u000a- rename addNativeJarLibsWhenInitialized(..) -> addNativeJarLibsWithTempJarCache(..)\u000a  to fix grammar and expose proper semantics.\u000a",
        "date" : "2014-07-11T00:44:04+0200",
        "id" : "be61c7f33ec8e4f3214e8d2969ee88cd327fce9d",
        "msg" : "Cleanup JNILibLoaderBase: Use Platform NEWLINE, remove obsolete notice",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "make/gluegen-cpptasks-base.xml",
          "make/Manifest-rt-natives",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/os/Platform.java",
          "make/build.xml"
        ],
        "commitId" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
        "timestamp" : 1405033541000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1024: Add fallback for native-jar-file location via classpath\u000a\u000aIn situations, where the native-jar file is not located within\u000athe same parent URI as it's java-jar file, our location mechanism fails.\u000a\u000aThis patch adds a classloader based native-jar file location mechanism as a fallback,\u000arequiring the native jar file to be included in the users CLASSPATH.\u000a\u000aClassloader based location algorithm in JNILibLoaderBase.addNativeJarLibsImpl(..):\u000a  - Extract the 'module-name' from the given classFromJavaJar's package name,\u000a    i.e. the last package-part: 'jogamp.common.Debug' -> 'common'\u000a\u000a    Hence it is important to pass a 'classFromJavaJar',\u000a    which last package segment reflects the module-name!\u000a\u000a  - <os.and.arch> -> <os_and_arch_dot>, e.g. linux-amd64 -> linux.amd64 (linux/amd64)\u000a\u000a  - Locate class 'jogamp.nativetag.<module-name>.<os_and_arch_dot>.TAG',\u000a    e.g. 'jogamp.nativetag.common.linux.amd64.TAG'\u000a\u000a  - Use located class's JarFile URI .. continue as usual\u000a\u000aInjection of above mentioned TAG class via gluegen-cpptasks-base.xml macro 'native.tag.jar':\u000a  - Creates dummy TAG.java code\u000a  - Compiles TAG.java\u000a  - Creates the native-jar file\u000a\u000aExample:\u000a      <native.tag.jar objdir=\"${build}/obj\"\u000a                      nativejarfile=\"${build}/gluegen-rt-natives-${os.and.arch}.jar\"\u000a                      manifestfile=\"${build}/Manifest-rt-natives.temp\"\u000a                      module=\"common\"\u000a                      includelibs=\"*gluegen-rt.${native.library.suffix}\" />\u000a\u000aNote that the manifest file uses a matching Extension-Name:\u000a  Extension-Name: jogamp.nativetag.common\u000a",
        "date" : "2014-07-11T01:05:41+0200",
        "id" : "f5c48efcf546ba4e08e197ccced6df83b57e1755",
        "msg" : "Bug 1024: Add fallback for native-jar-file location via classpath",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/Manifest-rt-natives"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}