{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 563",
          "upstreamBuild" : 563,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 563,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
            "branch" : [
              {
                "SHA1" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
            "branch" : [
              {
                "SHA1" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 431,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
            "branch" : [
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin/master"
              },
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
            "branch" : [
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin/master"
              },
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
        "branch" : [
          {
            "SHA1" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 172,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#563",
  "duration" : 142679,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #563",
  "id" : "2012-06-18_18-23-46",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 563,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1340036626000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/563/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "make/scripts/runtest.sh",
          "src/java/jogamp/common/os/MachineDescriptionRuntime.java",
          "src/java/com/jogamp/common/os/Platform.java",
          "src/java/com/jogamp/common/util/VersionUtil.java",
          "src/java/com/jogamp/common/os/MachineDescription.java",
          "src/java/com/jogamp/common/util/cache/TempFileCache.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
        "timestamp" : 1340029275000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Platform static initialization interdependencies w/ GlueGen native library loading\u000a\u000aSome Platform field declarations and it's static initialization has been delegated\u000ato it's new abstract super class PlatformPropsImpl to solve\u000astatic initialization interdependencies w/ the GlueGen native library loading\u000aand it's derived information {@link #getMachineDescription()}, {@link #is32Bit()}, ..<br>\u000a\u000aThis mechanism is preferred in this case to avoid synchronization and locking\u000aand allow better performance accessing the mentioned fields/methods.\u000a",
        "date" : "2012-06-18T16:21:15+0200",
        "id" : "05024570dbf5fce08fa8ff081cb696f0fc4b7f95",
        "msg" : "Fix Platform static initialization interdependencies w/ GlueGen native",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempFileCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/MachineDescriptionRuntime.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.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" : "src/java/com/jogamp/common/os/MachineDescription.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}