{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 629",
          "upstreamBuild" : 629,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 629,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1118cb7182611d0a77764a3c781a1148849b3022",
            "branch" : [
              {
                "SHA1" : "1118cb7182611d0a77764a3c781a1148849b3022",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1118cb7182611d0a77764a3c781a1148849b3022",
            "branch" : [
              {
                "SHA1" : "1118cb7182611d0a77764a3c781a1148849b3022",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1118cb7182611d0a77764a3c781a1148849b3022",
        "branch" : [
          {
            "SHA1" : "1118cb7182611d0a77764a3c781a1148849b3022",
            "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" : 210,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#629",
  "duration" : 318766,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #629",
  "id" : "2013-02-01_03-35-52",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 629,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1359686152000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/629/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.android-armv7-cross.sh",
          "make/lib/gluegen-cpptasks-android-armv6.xml",
          "make/lib/gluegen-cpptasks-android-armv7.xml",
          "make/scripts/make.gluegen.all.android-armv6-cross.sh"
        ],
        "commitId" : "0634a2f9b4812b04dce4df466568184beac5c8cf",
        "timestamp" : 1359634306000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin' is required (?!)\u000a",
        "date" : "2013-01-31T13:11:46+0100",
        "id" : "0634a2f9b4812b04dce4df466568184beac5c8cf",
        "msg" : "Bump Android NDK to 'android-ndk-r8d' - Note: '-fno-use-linker-plugin'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv6.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv7-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv7.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.android-armv6-cross.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/JavaConfiguration.java"
        ],
        "commitId" : "e58643727cc36d6dc27cec9e02934c26de7621ee",
        "timestamp" : 1359641490000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Cleanup GlueGen config 'ExtendedInterfaceSymbols*'\u000a\u000aSemantics Change:\u000a  ExtendedInterfaceSymbolsOnly was used for implementation generation only,\u000a  which is considered a bug!\u000a\u000a- ExtendedInterfaceSymbolsIgnore C.java\u000a  - Ignore symbols in C.java for interface generation\u000a- ExtendedInterfaceSymbolsOnly C.java\u000a  - Only use symbols in C.java for interface generation\u000a- ExtendedImplementationSymbolsIgnore C.java\u000a  - Ignore symbols in C.java for implementation generation\u000a- ExtendedImplementationSymbolsOnly C.java\u000a  - Only use symbols in C.java for implementation generation\u000a- ExtendedIntfAndImplSymbolsIgnore C.java\u000a  - Ignore symbols in C.java for interface and implementation generation\u000a- ExtendedIntfAndImplSymbolsOnly C.java\u000a  - Only use symbols in C.java for interface and implementation generation\u000a",
        "date" : "2013-01-31T15:11:30+0100",
        "id" : "e58643727cc36d6dc27cec9e02934c26de7621ee",
        "msg" : "Cleanup GlueGen config 'ExtendedInterfaceSymbols*'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/JavaConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/gluegen-cpptasks-android-armv7.xml",
          "make/lib/gluegen-cpptasks-android-armv6.xml"
        ],
        "commitId" : "c8de8fbf5d080b674b509763fbb7374c21ee705b",
        "timestamp" : 1359641519000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix comments in gluegen-cpptasks-android* config file\u000a",
        "date" : "2013-01-31T15:11:59+0100",
        "id" : "c8de8fbf5d080b674b509763fbb7374c21ee705b",
        "msg" : "Fix comments in gluegen-cpptasks-android* config file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv7.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-cpptasks-android-armv6.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/MainLauncher.java",
          "src/java/jogamp/android/launcher/LauncherUtil.java",
          "src/java/jogamp/android/launcher/ClassLoaderUtil.java",
          "src/java/jogamp/android/launcher/ActivityLauncher.java",
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "b47d0d92dd222999bf38633de1cec8de6a7ad369",
        "timestamp" : 1359659732000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoader for SYS-Packages w/ native libs, and non cached child ClassLoader for USR-Packages\u000a\u000aAndroid's Dalvik VM, like a JVM, cannot load a native library from one location by multiple ClassLoader.\u000a\u000aSince we don't like to hardcode the system-packages, as it was before, i.e. \"com.jogamp.common\", \"javax.media.opengl\",\u000awe need to either copy the libs or use parenting of cached ClassLoader.\u000aThe latter is chosen, since it's faster and uses less resources.\u000a\u000a- System-packages are passed through from the user 'List<String> LauncherUtil.BaseActivityLauncher::getSysPackages()'\u000a  to the ActivityLauncher, which instantiates the ClassLoader.\u000a\u000a- No more hard-reference the system-packages in ClassLoaderUtil (\"com.jogamp.common\", \"javax.media.opengl\"),\u000a  just use the new user provided system-packages.\u000a\u000a- The system-packages denominate a hash-key for caching, a new ClassLoader is created and mapped\u000a  if it does not yet exist.\u000a\u000a- A non-chached user-packages ClassLoader is created using the cached system-packages ClassLoader as it's parent.\u000a",
        "date" : "2013-01-31T20:15:32+0100",
        "id" : "b47d0d92dd222999bf38633de1cec8de6a7ad369",
        "msg" : "Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ClassLoaderUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ActivityLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/LauncherUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java"
        ],
        "commitId" : "ec7f7a3c809bb9e3beb84ce90e2fcbd8b7f4b7ee",
        "timestamp" : 1359677768000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initialCapcity\u000a",
        "date" : "2013-02-01T01:16:08+0100",
        "id" : "ec7f7a3c809bb9e3beb84ce90e2fcbd8b7f4b7ee",
        "msg" : "IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java"
        ],
        "commitId" : "1118cb7182611d0a77764a3c781a1148849b3022",
        "timestamp" : 1359678689000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned - relax loop-condition (hope thats ok)\u000a",
        "date" : "2013-02-01T01:31:29+0100",
        "id" : "1118cb7182611d0a77764a3c781a1148849b3022",
        "msg" : "IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}