{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 562,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
            "branch" : [
              {
                "SHA1" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
            "branch" : [
              {
                "SHA1" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
                "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" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
        "branch" : [
          {
            "SHA1" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 13,
      "skipCount" : 0,
      "totalCount" : 1035,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#562",
  "duration" : 375818,
  "estimatedDuration" : 476144,
  "executor" : None,
  "fullDisplayName" : "gluegen #562",
  "id" : "2012-06-18_04-27-37",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 562,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1339986457000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/562/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x32-sgothel-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/os/AndroidVersion.java",
          "src/java/jogamp/common/os/android/StaticContext.java",
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/jogamp/common/os/android/AndroidUtilsImpl.java",
          "src/java/com/jogamp/common/util/JogampVersion.java",
          "src/java/jogamp/common/os/AndroidUtils.java",
          "src/java/jogamp/common/os/android/PackageInfoUtil.java",
          "make/build.xml"
        ],
        "commitId" : "b3c9951006f9bd863244f1db3d54ac7866d66f0a",
        "timestamp" : 1338770212000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 583: Remove Android compile-time dependencies and exclude Android specific classes for non Android platforms.\u000a\u000aAndroid specifics are delegated via class AndroidUtils,\u000awhich uses reflection to call AndroidUtilsImpl if platform is Android.\u000a\u000aAndroid code is confined to the packages:\u000a  jogamp.common.os.android.*\u000a  jogamp.android.launcher.*\u000a\u000aand only included when compiled for the Android platform.\u000a",
        "date" : "2012-06-04T02:36:52+0200",
        "id" : "b3c9951006f9bd863244f1db3d54ac7866d66f0a",
        "msg" : "Fix Bug 583: Remove Android compile-time dependencies and exclude",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/AndroidVersion.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JogampVersion.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/jogamp/common/os/android/PackageInfoUtil.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/AndroidUtils.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/jogamp/common/os/android/AndroidUtilsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/android/StaticContext.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-install-all-armv7.sh",
          "make/jogamp-androidtasks.xml",
          "make/build.xml",
          "make/Manifest-rt-android",
          "make/build-test.xml"
        ],
        "commitId" : "86c1df6fdca183454ff544857f4236b646c4730d",
        "timestamp" : 1339718779000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android specific classes for non Android platforms\u000a\u000aEnsure same Java JAR content regardless of build target (fix).\u000a\u000aSeparate Android compilation results to gluegen-rt-android.jar,\u000aavoiding generating different content of gluegen-rt.jar w/ non android builds.\u000a\u000aaapt.signed: @{android.abi} argument is 'generic' by default.\u000a\u000aAdding ${android.abi} to APK target name (gluegen-rt-android-armeabi-v7a.apk)\u000aif not generic.\u000a",
        "date" : "2012-06-15T02:06:19+0200",
        "id" : "86c1df6fdca183454ff544857f4236b646c4730d",
        "msg" : "Fix Bug 583 (2): Remove Android compile-time dependencies and exclude",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "add",
            "file" : "make/Manifest-rt-android"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-install-all-armv7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-test.xml"
        ],
        "commitId" : "a52fe4275045252d9bd4436adec11aec393fadd5",
        "timestamp" : 1339719016000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Android Remote Test: gluegen-rt.apk -> gluegen-rt-android-${android.abi}.apk\u000a",
        "date" : "2012-06-15T02:10:16+0200",
        "id" : "a52fe4275045252d9bd4436adec11aec393fadd5",
        "msg" : "Fix Android Remote Test: gluegen-rt.apk ->",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/jogamp/common/os/android/AndroidUtilsImpl.java",
          "make/scripts/runtest.sh",
          "src/java/jogamp/android/launcher/LauncherTempFileCache.java",
          "src/java/com/jogamp/common/util/cache/TempFileCache.java",
          "src/java/jogamp/common/os/AndroidUtils.java"
        ],
        "commitId" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
        "timestamp" : 1339810307000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 587: Use alternative storage location if platform's temp directory is mounted w/ noexec ; IOUtil API change!\u000a\u000aTest whether executable files can be launched in temporary folder\u000aby trying to run an empty executable file - if !( WINDOWS | OPENKODE )\u000a\u000aTempDir:\u000a1) ${java.io.tmpdir}/jogamp\u000a2) $XDG_CACHE_HOME/jogamp - if !( ANDROID | MACOS | WINDOWS | OPENKODE )\u000a3) $HOME/.jogamp\u000a\u000a$XDG_CACHE_HOME defaults to $HOME/.cache\u000a\u000a- TempFileCache: ${TempDir}/file_cache -> ${java.io.tmpdir}/jogamp/file_cache\u000a- LauncherTempFileCache: ${TempDir}/file_cache -> ${java.io.tmpdir}/jogamp/file_cache\u000a\u000a+++\u000a\u000aAndroidUtils*.getTempRoot(): Remove unused AccessControlContext param\u000a",
        "date" : "2012-06-16T03:31:47+0200",
        "id" : "1468286bf569a493e4fdb887d5f3732f88c8cec3",
        "msg" : "Fix Bug 587: Use alternative storage location if platform's temp",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/AndroidUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/cache/TempFileCache.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/android/launcher/LauncherTempFileCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/android/AndroidUtilsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 562,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=linux-x86_64/562/"
    },
    {
      "number" : 562,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=macos-x86_64/562/"
    },
    {
      "number" : 562,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=windows-x86_64/562/"
    }
  ]
}