{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 625",
          "upstreamBuild" : 625,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 625,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
            "branch" : [
              {
                "SHA1" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
            "branch" : [
              {
                "SHA1" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
        "branch" : [
          {
            "SHA1" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
            "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" : "#625",
  "duration" : 361164,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #625",
  "id" : "2013-01-19_07-06-09",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 625,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1358575569000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/625/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt",
          "make/scripts/crosstest-java-android-armv7-rel.sh",
          "make/scripts/crosstest-java-android-armv6-rel.sh"
        ],
        "commitId" : "8018da4e37ac520fb49018fa6323b187526cd29e",
        "timestamp" : 1358350568000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "README: Add new IRC channel, mark Jabber deprecated\u000a",
        "date" : "2013-01-16T16:36:08+0100",
        "id" : "8018da4e37ac520fb49018fa6323b187526cd29e",
        "msg" : "README: Add new IRC channel, mark Jabber deprecated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/crosstest-java-android-armv7-rel.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/crosstest-java-android-armv6-rel.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/MainLauncher.java",
          "src/java/jogamp/android/launcher/LauncherUtil.java",
          "src/java/jogamp/common/os/android/StaticContext.java",
          "make/scripts/crosstest-java-android-armv6-rel.sh",
          "src/java/jogamp/android/launcher/ActivityLauncher.java"
        ],
        "commitId" : "1b9f0739ecc25105384b557afa698c42e08d4cc6",
        "timestamp" : 1358468426000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android Completion for launching main() class via MainLauncher; Fix ActivityLauncher order of delegation/super activity callbacks.\u000a\u000a- StaticContext:\u000a  - Add ViewGroup for standalone tests w/ UI\u000a\u000a- MainLauncher/LauncherUtil:\u000a  - Complete launching a main() class from our activity launcher\u000a  - adding main-cmdline-args\u000a\u000a- ActivityLauncher\u000a  - Fix order of delegation/super activity callbacks.\u000a",
        "date" : "2013-01-18T01:20:26+0100",
        "id" : "1b9f0739ecc25105384b557afa698c42e08d4cc6",
        "msg" : "Android Completion for launching main() class via MainLauncher; Fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/LauncherUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ActivityLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/crosstest-java-android-armv6-rel.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/android/StaticContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "41e7c7ca3ae2005b23182d7f28abd0b8ed11e73c",
        "timestamp" : 1358468475000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Buffers: Fix typo\u000a",
        "date" : "2013-01-18T01:21:15+0100",
        "id" : "41e7c7ca3ae2005b23182d7f28abd0b8ed11e73c",
        "msg" : "Buffers: Fix typo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/locks/RecursiveLock.java"
        ],
        "commitId" : "029e941b12165e8fb04eae440812d5ea5ba1608d",
        "timestamp" : 1358468500000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "RecursiveLock.getHoldCount(): Fix API doc formatting\u000a",
        "date" : "2013-01-18T01:21:40+0100",
        "id" : "029e941b12165e8fb04eae440812d5ea5ba1608d",
        "msg" : "RecursiveLock.getHoldCount(): Fix API doc formatting",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/locks/RecursiveLock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh"
        ],
        "commitId" : "2537f8816f39fdc47cd5aaedd747a7b12b94ca5e",
        "timestamp" : 1358468513000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "test script\u000a",
        "date" : "2013-01-18T01:21:53+0100",
        "id" : "2537f8816f39fdc47cd5aaedd747a7b12b94ca5e",
        "msg" : "test script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "9c1c6d49e11574d8afe351a8100872a645ccdd36",
        "timestamp" : 1358518864000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@zafena.se",
        "comment" : "PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@zafena.se>\u000a",
        "date" : "2013-01-18T15:21:04+0100",
        "id" : "9c1c6d49e11574d8afe351a8100872a645ccdd36",
        "msg" : "PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/nio/Buffers.java"
        ],
        "commitId" : "2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0",
        "timestamp" : 1358519159000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@zafena.se",
        "comment" : "Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.\u000a\u000aFix for the runtime error using GCJ gij JRE:\u000ajava.lang.NoSuchMethodError: method java.nio.Buffer.isDirect with signature ()Z was not found.\u000aat com.jogamp.common.nio.Buffers.isDirect(Buffers.java:363)\u000a\u000aAlso Eclipse ecj refuses to compile code using java.nio.Buffer.isDirect().\u000a----------\u000a1. ERROR\u000a...\u000a        return ((Buffer) buf).isDirect();\u000a\u0009                      ^^^^^^^^\u000aThe method isDirect() is undefined for the type Buffer\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@zafena.se>\u000a",
        "date" : "2013-01-18T15:25:59+0100",
        "id" : "2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0",
        "msg" : "Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/VersionUtil.java",
          "src/java/com/jogamp/common/nio/Buffers.java",
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/os/Platform.java",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "039ff52d12f5dd750494fb2dea580946291bdb7e",
        "timestamp" : 1358560672000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - May break GCJ/ECJ .. needs to be revised.\u000a\u000a- Adding JAVA_6 in PlatformPropsImpl\u000a- Buffers.isDirect() chooses fast-path iff JAVA_6, otherwise using reflection (GCJ/ECJ)\u000a- Adding JAVA_6 info in VersionUtil\u000a- API doc: Refine JAVA_SE and JAVA_6 spec.\u000a\u000aTODO: In case GCJ etc is unable to compile the JAVA_6 code\u000a      even though it uses a static condition (probably not),\u000a      We have to wrap isStatic in an own class, one for JAVA_6 and one for <= 1.5.\u000a      This will be a good exercise for further issues we may have w/ Java <= 1.5.\u000a",
        "date" : "2013-01-19T02:57:52+0100",
        "id" : "039ff52d12f5dd750494fb2dea580946291bdb7e",
        "msg" : "Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "f1cc4080095ab0bab53833e74093845bb8193686",
        "timestamp" : 1358565346000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add MainLauncher adb launch script. Here we only utilize non-root features, i.e. can be launched on non-hacked device.\u000a",
        "date" : "2013-01-19T04:15:46+0100",
        "id" : "f1cc4080095ab0bab53833e74093845bb8193686",
        "msg" : "Add MainLauncher adb launch script. Here we only utilize non-root",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/MainLauncher.java"
        ],
        "commitId" : "2f3b9e92483021b6b678b6111de1294997f3cd74",
        "timestamp" : 1358565617000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MainLauncher: Remove Thread.destroy() - n/a on Android ..\u000a",
        "date" : "2013-01-19T04:20:17+0100",
        "id" : "2f3b9e92483021b6b678b6111de1294997f3cd74",
        "msg" : "MainLauncher: Remove Thread.destroy() - n/a on Android ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/android/launcher/MainLauncher.java",
          "src/java/jogamp/android/launcher/ActivityLauncher.java",
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "d171a7ccc65fd284fe7e81ea3ff11d38360387bb",
        "timestamp" : 1358567129000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitable\u000a\u000a- ActivityLauncher\u000a  - no finish() from onDestroy()\u000a\u000a- MainLauncher\u000a  - finish activity after returning 'main()' returns\u000a  - no finish() from onDestroy()\u000a\u000a- adb-launch-main:\u000a  - Clear logcat\u000a  - Wait until activity is stopped\u000a  - Dump logcat to local logfile\u000a",
        "date" : "2013-01-19T04:45:29+0100",
        "id" : "d171a7ccc65fd284fe7e81ea3ff11d38360387bb",
        "msg" : "Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/MainLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/ActivityLauncher.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-launch-main.sh"
        ],
        "commitId" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
        "timestamp" : 1358567272000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "adb-launch-main: logcat: append to log\u000a",
        "date" : "2013-01-19T04:47:52+0100",
        "id" : "be6c4158cf901af01be370b31e5bec368a51b2d5",
        "msg" : "adb-launch-main: logcat: append to log",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-main.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}