{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 179",
          "upstreamBuild" : 179,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 179,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6fac0b835c2c775f0693246efdf098191b3961ad",
            "branch" : [
              {
                "SHA1" : "6fac0b835c2c775f0693246efdf098191b3961ad",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6fac0b835c2c775f0693246efdf098191b3961ad",
            "branch" : [
              {
                "SHA1" : "6fac0b835c2c775f0693246efdf098191b3961ad",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6fac0b835c2c775f0693246efdf098191b3961ad",
        "branch" : [
          {
            "SHA1" : "6fac0b835c2c775f0693246efdf098191b3961ad",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 17,
      "skipCount" : 0,
      "totalCount" : 24,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#179",
  "duration" : 427489,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #179",
  "id" : "2010-09-27_18-54-43",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 179,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1285606483000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/179/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-c3d-006",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java",
          "src/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWT.java",
          "src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.java",
          "src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTUsageBeforeJOGLInitBug411.java",
          "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWT.java",
          "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java"
        ],
        "commitId" : "ef02d3a1dc631f69fbb70e2bc3b53b82777f9916",
        "timestamp" : 1285621084000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Unit test: Add 'Robot' for test classes using AWT Robot\u000a",
        "date" : "2010-09-27T23:58:04+0300",
        "id" : "ef02d3a1dc631f69fbb70e2bc3b53b82777f9916",
        "msg" : "Unit test: Add 'Robot' for test classes using AWT Robot",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTUsageBeforeJOGLInitBug411.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWT.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java",
          "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java"
        ],
        "commitId" : "6cc98d9d0ea0a6f7c7973d891711af2d1fa9cb9b",
        "timestamp" : 1285621168000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "JUnit test: Check of GL3 availability to not let test fail\u000a",
        "date" : "2010-09-27T23:59:28+0300",
        "id" : "6cc98d9d0ea0a6f7c7973d891711af2d1fa9cb9b",
        "msg" : "JUnit test: Check of GL3 availability to not let test fail",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java",
          "src/junit/com/jogamp/test/junit/util/AWTRobotUtil.java",
          "src/junit/com/jogamp/test/junit/util/AWTFocusAdapter.java",
          "make/scripts/tests.sh",
          "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java"
        ],
        "commitId" : "6fac0b835c2c775f0693246efdf098191b3961ad",
        "timestamp" : 1285627840000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Unit Focus Test: Use AWT permanent focus check on request.\u000a",
        "date" : "2010-09-28T01:50:40+0300",
        "id" : "6fac0b835c2c775f0693246efdf098191b3961ad",
        "msg" : "NEWT Unit Focus Test: Use AWT permanent focus check on request.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/util/AWTFocusAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/util/AWTRobotUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}