{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 565",
          "upstreamBuild" : 565,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 565,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bf4d413ea185e857de534913c556f00435ba9f21",
            "branch" : [
              {
                "SHA1" : "bf4d413ea185e857de534913c556f00435ba9f21",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bf4d413ea185e857de534913c556f00435ba9f21",
            "branch" : [
              {
                "SHA1" : "bf4d413ea185e857de534913c556f00435ba9f21",
                "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" : "bf4d413ea185e857de534913c556f00435ba9f21",
        "branch" : [
          {
            "SHA1" : "bf4d413ea185e857de534913c556f00435ba9f21",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 172,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#565",
  "duration" : 141005,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #565",
  "id" : "2012-06-20_03-11-09",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 565,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1340154669000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/565/",
  "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",
          "src/java/jogamp/android/launcher/LauncherTempFileCache.java",
          "src/java/com/jogamp/common/util/cache/TempJarCache.java",
          "src/java/com/jogamp/common/util/cache/TempFileCache.java"
        ],
        "commitId" : "bf4d413ea185e857de534913c556f00435ba9f21",
        "timestamp" : 1340147390000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix TempFileCache/LauncherTempFileCache (regression commit: 1468286bf569a493e4fdb887d5f3732f88c8cec3) 'update' scenario in same JVM instance.\u000a\u000aTempFileCache/LauncherTempFileCache were using the system property\u000a'jnlp.jogamp.tmp.cache.root', if set.\u000a\u000aHowever, in case one JVM launched an old GlueGen (Applet)\u000aand then launching a new GlueGen (Applet) w/ a new tmpDir location,\u000athe property is still set but the tmpRootDir location does not exist.\u000aThis patch tolerates this situation and cont. setting a new tmpRootDir.\u000aExample:\u000a  JVM1.GlueGen1 tmpDir: /tmp/,             tmpRootDir: /tmp/jogamp.tmp.cache_000000/\u000a  JVM1.GlueGen2 tmpDir: /tmp/jogamp_0000/, tmpRootDir: /tmp/jogamp_0000/file_cache/\u000a\u000aMisc:\u000a  - IOUtil: Always use 'jogamp_xxxx' as the sys-temp subfolder for tmpDir\u000a  - JNILibLoaderBase: Remove unised import\u000a  - TempJarCache.validateCertificates(): Add OK DEBUG output.\u000a",
        "date" : "2012-06-20T01:09:50+0200",
        "id" : "bf4d413ea185e857de534913c556f00435ba9f21",
        "msg" : "Fix TempFileCache/LauncherTempFileCache (regression commit:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempJarCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/LauncherTempFileCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempFileCache.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}