{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,135",
          "upstreamBuild" : 1135,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1135,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
            "branch" : [
              {
                "SHA1" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
            "branch" : [
              {
                "SHA1" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
        "branch" : [
          {
            "SHA1" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 13,
      "skipCount" : 0,
      "totalCount" : 765,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1135",
  "duration" : 6412764,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #1135",
  "id" : "2013-11-01_19-08-47",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1135,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1383329327000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/1135/",
  "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/com/jogamp/opengl/util/av/GLMediaPlayer.java",
          "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java",
          "src/jogl/classes/jogamp/opengl/util/av/NullGLMediaPlayer.java",
          "src/jogl/classes/jogamp/opengl/android/av/AndroidGLMediaPlayerAPI14.java",
          "make/scripts/tests.sh",
          "make/scripts/adb-launch-activity.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java"
        ],
        "commitId" : "f4574bf6846f2084f6a403552f7be6e845107c73",
        "timestamp" : 1383302334000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multiple media textures (Android) or shared GL context are not usable.\u000a\u000a- GLMediaPlayer:\u000a  - TEXTURE_COUNT_MIN is the new minimum: '1' - i.e. no multithreading, single threaded player\u000a  - TEXTURE_COUNT_DEFAULT is '4' - multithreaded\u000a\u000a- GLMediaPlayerImpl:\u000a  - Add Single threaded mode, but perform initStreamImpl(..) off-thread.\u000a  -\u000a",
        "date" : "2013-11-01T11:38:54+0100",
        "id" : "f4574bf6846f2084f6a403552f7be6e845107c73",
        "msg" : "Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/adb-launch-activity.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/NullGLMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/android/av/AndroidGLMediaPlayerAPI14.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
        ],
        "commitId" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
        "timestamp" : 1383302435000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLRendererQuirks: Add GLSharedContextBuggy ('Mesa Intel 9.2.1' and 'Hisilicon Immersion.16')\u000a\u000aNote: Even though Mesa Intel driver crashes w/ heavy multithreading (Bug 873),\u000ait works well w/ our multithreaded GLMediaPlayer.\u000a",
        "date" : "2013-11-01T11:40:35+0100",
        "id" : "3ed74abaddb90cb537897b9928e923be50f7f99f",
        "msg" : "GLRendererQuirks: Add GLSharedContextBuggy ('Mesa Intel 9.2.1' and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}