{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 827",
          "upstreamBuild" : 827,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 827,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
            "branch" : [
              {
                "SHA1" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
            "branch" : [
              {
                "SHA1" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
        "branch" : [
          {
            "SHA1" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 702,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#827",
  "duration" : 1960905,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #827",
  "id" : "2012-10-09_05-59-40",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 827,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1349755180000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=macos-x86_64/827/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "etc/test.sh"
        ],
        "commitId" : "fea39b39e01517ec1f5404b5596a1610366fa27f",
        "timestamp" : 1349746951000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to Gene Ressler for finding this one.\u000a",
        "date" : "2012-10-09T03:42:31+0200",
        "id" : "fea39b39e01517ec1f5404b5596a1610366fa27f",
        "msg" : "Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "etc/test.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Display.c"
        ],
        "commitId" : "14fcd3fced135a2a419e61fd260fa3b7e16816b9",
        "timestamp" : 1349747002000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE\u000a",
        "date" : "2012-10-09T03:43:22+0200",
        "id" : "14fcd3fced135a2a419e61fd260fa3b7e16816b9",
        "msg" : "NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent01NEWT.java"
        ],
        "commitId" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
        "timestamp" : 1349747805000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM || WINDOWS if not started from console\u000a\u000aSadly it appears that w/ the ATI Catalyst driver,\u000athe TestInitConcurrent02NEWT w/ 16 concurrent threads brings down the JVM sometimes.\u000a\u000aThis results in a locked singleton thread and distrubs the whole unit tests session.\u000a\u000aWe are aware of the ATI Catalyst threading bug on Windows and Linux.\u000a",
        "date" : "2012-10-09T03:56:45+0200",
        "id" : "7587cce91c3fda7dcff4e36e1aa0edf53bf34e00",
        "msg" : "TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM ||",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}