{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 735",
          "upstreamBuild" : 735,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 735,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
            "branch" : [
              {
                "SHA1" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
            "branch" : [
              {
                "SHA1" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
        "branch" : [
          {
            "SHA1" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
            "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" : 314,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#735",
  "duration" : 326193,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #735",
  "id" : "2013-10-25_07-50-07",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 735,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1382680207000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/735/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "55cc188f0f076a046d05a49c1c82bb90ba545117",
        "timestamp" : 1382155163000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump to 2.1.1-devel\u000a",
        "date" : "2013-10-19T05:59:23+0200",
        "id" : "55cc188f0f076a046d05a49c1c82bb90ba545117",
        "msg" : "Bump to 2.1.1-devel",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/native/common/JarUtil.c",
          "src/java/com/jogamp/common/util/cache/TempFileCache.java",
          "make/build.xml",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "fec9712b151ad31b053fe700cb0f809b9715407c",
        "timestamp" : 1382532522000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' on 'PluginProcess.app'\u000a\u000a- IOUtil.getTempDir(..): Don't test executable caps on OSX for java_io_tmpdir\u000a\u000a- JarUtil.extract(..): Issue native fixNativeLibAttribs(..) on OSX for native library files,\u000a                       i.e. remove xattr 'com.apple.quarantine'\u000a",
        "date" : "2013-10-23T14:48:42+0200",
        "id" : "fec9712b151ad31b053fe700cb0f809b9715407c",
        "msg" : "Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempFileCache.java"
          },
          {
            "editType" : "add",
            "file" : "src/native/common/JarUtil.c"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "8ee5992c0c03c702817c286f4a860f349d6c465a",
        "timestamp" : 1382568087000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "PlatformPropsImpl: Add static class OSXVersion w/ selected OSX VersionNumbers\u000a",
        "date" : "2013-10-24T00:41:27+0200",
        "id" : "8ee5992c0c03c702817c286f4a860f349d6c465a",
        "msg" : "PlatformPropsImpl: Add static class OSXVersion w/ selected OSX",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/gluegen-clang.properties",
          "make/lib/cpptasks.jar",
          "make/gluegen-cpptasks-base.xml",
          "make/jogamp-env.xml"
        ],
        "commitId" : "aa7a0d3a3feee1360ae4d7465a9da263aea530ac",
        "timestamp" : 1382631284000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w/ xcode's xcrun)\u000a\u000aBump make/lib/cpptasks.jar to a65cc99054a5a6684784bf9a9e8c13fe866b81ad\u000a\u000amake/lib/gluegen-clang.properties: Defaults to xcode.clang\u000a\u000amake/jogamp-env.xml: Show env. SDKROOT\u000a",
        "date" : "2013-10-24T18:14:44+0200",
        "id" : "aa7a0d3a3feee1360ae4d7465a9da263aea530ac",
        "msg" : "Fix Bug 871 - Add optional xcode.clang support for all modules (Extends",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/gluegen-clang.properties"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/cpptasks.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket01.java",
          "src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java",
          "src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java",
          "src/junit/com/jogamp/common/util/TestTempJarCache.java",
          "src/junit/com/jogamp/junit/sec/TestSecIOUtil01.java",
          "src/junit/com/jogamp/common/util/TestValueConversion.java",
          "src/junit/com/jogamp/common/util/TestJarUtil.java"
        ],
        "commitId" : "bb7c2da1ed6791bf50a32a880a939cdaecf82701",
        "timestamp" : 1382632231000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Use org.junit.Assert instead of deprecated junit.framework.Assert\u000a",
        "date" : "2013-10-24T18:30:31+0200",
        "id" : "bb7c2da1ed6791bf50a32a880a939cdaecf82701",
        "msg" : "Use org.junit.Assert instead of deprecated junit.framework.Assert",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestTempJarCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/sec/TestSecIOUtil01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestJarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestValueConversion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh",
          "src/java/com/jogamp/common/util/cache/TempJarCache.java"
        ],
        "commitId" : "5f44808fb34aa48bca233281983019247ed86bb6",
        "timestamp" : 1382633599000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TempJarCache: Make 'initialization' query/flag thread safe, i.e. synchronize if !isInit (dbl-check locking)\u000a\u000a- isInit must be set to 'true' _after_ actual initialization, so caller can be blocked until done\u000a- staticInitError must be volatile as well\u000a",
        "date" : "2013-10-24T18:53:19+0200",
        "id" : "5f44808fb34aa48bca233281983019247ed86bb6",
        "msg" : "TempJarCache: Make 'initialization' query/flag thread safe, i.e.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempJarCache.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml",
          "make/gluegen-properties.xml"
        ],
        "commitId" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
        "timestamp" : 1382652760000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 871 - Add optional xcode.clang support for all modules: Fix 'isCLANG' detection ; echo 'gcc.compat.compiler'\u000a",
        "date" : "2013-10-25T00:12:40+0200",
        "id" : "1410a1324c421d7f84655fc7366442d5dc9b2d1e",
        "msg" : "Bug 871 - Add optional xcode.clang support for all modules: Fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-properties.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}