{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 396",
          "upstreamBuild" : 396,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 396,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
            "branch" : [
              {
                "SHA1" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
            "branch" : [
              {
                "SHA1" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
        "branch" : [
          {
            "SHA1" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 2,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "artifact.properties",
      "fileName" : "artifact.properties",
      "relativePath" : "build/artifact.properties"
    },
    {
      "displayPath" : "joal-2.0-20130201-macosx-universal-test-results-macosx64-NV320M-10_6-jogamp-x64-sgothel-012.7z",
      "fileName" : "joal-2.0-20130201-macosx-universal-test-results-macosx64-NV320M-10_6-jogamp-x64-sgothel-012.7z",
      "relativePath" : "build/joal-2.0-20130201-macosx-universal-test-results-macosx64-NV320M-10_6-jogamp-x64-sgothel-012.7z"
    },
    {
      "displayPath" : "joal-2.0-20130201-macosx-universal.7z",
      "fileName" : "joal-2.0-20130201-macosx-universal.7z",
      "relativePath" : "build/joal-2.0-20130201-macosx-universal.7z"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#396",
  "duration" : 151140,
  "estimatedDuration" : 339779,
  "executor" : None,
  "fullDisplayName" : "joal » macos-x86_64 #396",
  "id" : "2013-02-01_12-42-28",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 396,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1359718948000,
  "url" : "https://jogamp.org/chuck/job/joal/label=macos-x86_64/396/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml",
          "make/build-test.xml"
        ],
        "commitId" : "14c6e3b98b04d87abf738c5ed7bfd7746dab8e08",
        "timestamp" : 1359712415000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Build: Include cd and cdr test files in joa-test.jar; joal-natives*: Only include native library w/o version number.\u000a",
        "date" : "2013-02-01T10:53:35+0100",
        "id" : "14c6e3b98b04d87abf738c5ed7bfd7746dab8e08",
        "msg" : "Build: Include cd and cdr test files in joa-test.jar; joal-natives*:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/ALFactory.java",
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
        ],
        "commitId" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
        "timestamp" : 1359712507000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OpenAL Library Selection (Bug 662): Use String value of new property 'joal.openal.lib'. OSX: Prefer system OpenAL (nou OpenAL-Soft output device support)\u000a\u000a+ * Select preferred OpenAL native library type via system properties,\u000a+ * i.e. System-OpenAL or bundled Soft-OpenAL.<br/>\u000a+ * If the preferred choice fails, implementation falls back to the other.\u000a+ * <PRE>\u000a+    -Djoal.openal.lib=auto     Prefer System-OpenAL over bundled Soft-OpenAL for OSX. Prefer bundled Soft-OpenAL over System-OpenAL for all others. This is the default.\u000a+    -Djoal.openal.lib=system   Prefer System-OpenAL over bundled Soft-OpenAL for all.\u000a+    -Djoal.openal.lib=soft     Prefer bundled Soft-OpenAL over System-OpenAL for all.\u000a+   </PRE>\u000a+ * Note: You may use the 'jnlp.' prefix, allowing using above property names w/ Applets and WebStart,\u000a+ * e.g. 'jnlp.joal.openal.lib=system'.\u000a+ * </p>\u000a",
        "date" : "2013-02-01T10:55:07+0100",
        "id" : "92e931caf64cf24e2b885d2552e64aebcf70a45a",
        "msg" : "OpenAL Library Selection (Bug 662): Use String value of new property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/ALFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}