{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 944",
          "upstreamBuild" : 944,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 944,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
            "branch" : [
              {
                "SHA1" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
            "branch" : [
              {
                "SHA1" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
        "branch" : [
          {
            "SHA1" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 6,
      "skipCount" : 0,
      "totalCount" : 568,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#944",
  "duration" : 2881625,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #944",
  "id" : "2013-03-27_12-34-15",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 944,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1364384055000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/944/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGImage01NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/TestPNGImage01NEWT.java",
          "src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java"
        ],
        "commitId" : "83e9b0ce577e1a78eda20800f86cadcf90905141",
        "timestamp" : 1364379763000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "PNGImage: Add license header ; TestPNGImage01NEWT package move ..\u000a",
        "date" : "2013-03-27T11:22:43+0100",
        "id" : "83e9b0ce577e1a78eda20800f86cadcf90905141",
        "msg" : "PNGImage: Add license header ; TestPNGImage01NEWT package move ..",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/TestPNGImage01NEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGImage01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/SharedResourceRunner.java"
        ],
        "commitId" : "9a4fcc7ea4ec61e4ceed791acced734ac04ea270",
        "timestamp" : 1364380077000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off thread, allowing a more gracefull detection of n/a GLX on X11\u000a",
        "date" : "2013-03-27T11:27:57+0100",
        "id" : "9a4fcc7ea4ec61e4ceed791acced734ac04ea270",
        "msg" : "SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/SharedResourceRunner.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
        ],
        "commitId" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
        "timestamp" : 1364380396000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270: SharedResourceRunner.Impl.createSharedResource(..): isGLXAvailableOnServer(..) call redundant since checked upfront at isDeviceSupported(..)\u000a",
        "date" : "2013-03-27T11:33:16+0100",
        "id" : "b95dbaeb0d23d365bc15d9b6deb4149d35be533a",
        "msg" : "Complete 9a4fcc7ea4ec61e4ceed791acced734ac04ea270:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    }
  ]
}