{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 797",
          "upstreamBuild" : 797,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 797,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
            "branch" : [
              {
                "SHA1" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
            "branch" : [
              {
                "SHA1" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
        "branch" : [
          {
            "SHA1" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 562,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#797",
  "duration" : 1844882,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #797",
  "id" : "2012-08-23_22-35-13",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 797,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1345754113000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/797/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "6d241fc2a46413ee478985d676d2481c5a7ed119",
        "timestamp" : 1345716068000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContext: Remove integer-key based attach/detach object - use String based (minor API change)\u000a\u000aThe integer based attachement is currently not used\u000aand since it has no benefit over the String based hash map - remove it.\u000a",
        "date" : "2012-08-23T12:01:08+0200",
        "id" : "6d241fc2a46413ee478985d676d2481c5a7ed119",
        "msg" : "GLContext: Remove integer-key based attach/detach object - use String",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/android/WindowDriver.java"
        ],
        "commitId" : "ab3ec08822e7958943686a7ba5157a4ff314e7ac",
        "timestamp" : 1345741675000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNativeImpl(); Complete visibleChanged() in reconfigureWindowImpl() even if resize or reposition can't be handled\u000a\u000aAdd missing eglDestroySurface() in closeNativeImpl()\u000a  - missing egl surface destruction leaked it's resource ..\u000a\u000aComplete visibleChanged() in reconfigureWindowImpl() even if resize or reposition can't be handled\u000a  - properly detect resize and reposition request, warn if this action cannot be completed\u000a    but contine w/ workflow -> visibleChanged()\u000a\u000a  - this allows properly handling of setVisible(..) and it's visible-changed detection polling\u000a",
        "date" : "2012-08-23T19:07:55+0200",
        "id" : "ab3ec08822e7958943686a7ba5157a4ff314e7ac",
        "msg" : "Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/android/NewtBaseActivity.java",
          "src/test/com/jogamp/opengl/test/android/NEWTGearsES2ActivityLauncher.java"
        ],
        "commitId" : "8516fe0358805e8549a96cde785dfa7ac2576e87",
        "timestamp" : 1345741763000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Android Power-suspend and Power-resume\u000a\u000aNewtBaseActivity onPause()/onResume(): add setVisible(..) allowing recreation and avoid usage of unavail resources\u000a  - crucial for power suspend/resume, which itself calls activity onPause()/onResume(),\u000a    this ensures resources are not used onPause().\u000a\u000a  - Animator suspend is not sufficient due to surfaceRedrawNeeded(..) hook etc ..\u000a\u000a  - iff power suspend leads to surfaceDestroyed(..), recreation is now possible due to setVisible(true) on onResume()\u000a    even though I have not observed this on Android 2.3 and 4.0.1\u000a\u000aTested on Android 2.3 and Android 4.0.1\u000a",
        "date" : "2012-08-23T19:09:23+0200",
        "id" : "8516fe0358805e8549a96cde785dfa7ac2576e87",
        "msg" : "Fix Android Power-suspend and Power-resume",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/NewtBaseActivity.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/android/NEWTGearsES2ActivityLauncher.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/versions.xml"
        ],
        "commitId" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
        "timestamp" : 1345746507000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Android: Bump version.code: 914011\u000a",
        "date" : "2012-08-23T20:28:27+0200",
        "id" : "3ee639687c4d1e2431066f7dfe7a922b569079ec",
        "msg" : "Android: Bump version.code: 914011",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/versions.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}