{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 114",
          "upstreamBuild" : 114,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 114,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b014a46d18d593136640c928f790494fc33a6d1e",
            "branch" : [
              {
                "SHA1" : "b014a46d18d593136640c928f790494fc33a6d1e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b014a46d18d593136640c928f790494fc33a6d1e",
            "branch" : [
              {
                "SHA1" : "b014a46d18d593136640c928f790494fc33a6d1e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b014a46d18d593136640c928f790494fc33a6d1e",
        "branch" : [
          {
            "SHA1" : "b014a46d18d593136640c928f790494fc33a6d1e",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "artifact.properties",
      "fileName" : "artifact.properties",
      "relativePath" : "build/artifact.properties"
    },
    {
      "displayPath" : "javadoc.zip",
      "fileName" : "javadoc.zip",
      "relativePath" : "build/javadoc.zip"
    },
    {
      "displayPath" : "joal-2.0-20110209-macosx-universal-test-results.zip",
      "fileName" : "joal-2.0-20110209-macosx-universal-test-results.zip",
      "relativePath" : "build/joal-2.0-20110209-macosx-universal-test-results.zip"
    },
    {
      "displayPath" : "joal-2.0-20110209-macosx-universal.zip",
      "fileName" : "joal-2.0-20110209-macosx-universal.zip",
      "relativePath" : "build/joal-2.0-20110209-macosx-universal.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#114",
  "duration" : 37923,
  "estimatedDuration" : 339779,
  "executor" : None,
  "fullDisplayName" : "joal » macos-x86_64 #114",
  "id" : "2011-02-09_04-06-10",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 114,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1297220770000,
  "url" : "https://jogamp.org/chuck/job/joal/label=macos-x86_64/114/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-c3d-006",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/openal/Debug.java",
          "src/java/jogamp/openal/ALCImpl.java",
          "src/java/com/jogamp/openal/impl/Debug.java",
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java",
          "src/java/com/jogamp/openal/impl/ALDynamicLibraryBundleInfo.java",
          "src/java/com/jogamp/openal/impl/ALCImpl.java"
        ],
        "commitId" : "9d86a3325899606693ec1d9c42be64dc9f33ac9a",
        "timestamp" : 1297213052000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Move implementation private files from com.jogamp.<module>.impl. to jogamp.<module> (1/2) - rename files\u000a\u000a- com.jogamp.openal.impl                     -> jogamp.openal\u000a\u000aThis sorts implementation details from the top level, ie skipping the public 'com',\u000aallowing a better seperation of public classes and implementation details\u000aand also reduces strings.\u000a\u000aThis approach of public/private seperation is also used in the OpenJDK.\u000a",
        "date" : "2011-02-09T01:57:32+0100",
        "id" : "9d86a3325899606693ec1d9c42be64dc9f33ac9a",
        "msg" : "Move implementation private files from com.jogamp.<module>.impl. to",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/openal/impl/ALDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/openal/Debug.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/openal/impl/ALCImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/openal/ALCImpl.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/openal/impl/Debug.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/native/almisc.c",
          "src/java/jogamp/openal/ALCImpl.java",
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java",
          "src/java/jogamp/openal/Debug.java",
          "src/java/com/jogamp/openal/ALFactory.java",
          "make/build.xml",
          "make/joal.cfg",
          "make/build-test.xml",
          "make/joal-alc.cfg"
        ],
        "commitId" : "eafc9a55cd9ba31709bc45aebd063ff8c2c7d781",
        "timestamp" : 1297216340000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Move implementation private files from com.jogamp.<module>.impl. to jogamp.<module> (2/2) - edit files\u000a\u000a- jogamp.openal                     -> jogamp.openal\u000a\u000aThis sorts implementation details from the top level, ie skipping the public 'com',\u000aallowing a better seperation of public classes and implementation details\u000aand also reduces strings.\u000a\u000aThis approach of public/private seperation is also used in the OpenJDK.\u000a",
        "date" : "2011-02-09T02:52:20+0100",
        "id" : "eafc9a55cd9ba31709bc45aebd063ff8c2c7d781",
        "msg" : "Move implementation private files from com.jogamp.<module>.impl. to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/joal.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/ALFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALCImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/native/almisc.c"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/Debug.java"
          },
          {
            "editType" : "edit",
            "file" : "make/joal-alc.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/joal-common-CustomJavaCode.java"
        ],
        "commitId" : "b014a46d18d593136640c928f790494fc33a6d1e",
        "timestamp" : 1297216401000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add privileged decoration around library loading\u000a",
        "date" : "2011-02-09T02:53:21+0100",
        "id" : "b014a46d18d593136640c928f790494fc33a6d1e",
        "msg" : "Add privileged decoration around library loading",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/joal-common-CustomJavaCode.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}