{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 158",
          "upstreamBuild" : 158,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 380,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
            "branch" : [
              {
                "SHA1" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
            "branch" : [
              {
                "SHA1" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
        "branch" : [
          {
            "SHA1" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 27,
      "skipCount" : 0,
      "totalCount" : 1105,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#380",
  "duration" : 832247,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #380",
  "id" : "2011-05-01_07-04-56",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 380,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1304226296000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/380/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLDebugMessageHandler.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "9ffd8a9687770a4cadb5df19ec206436f9a9b0e4",
        "timestamp" : 1304026521000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix GLDebugMessages synchronous setting 39a8ca392d7302831f5689979c4ce89145b732af, only set if ARB\u000a",
        "date" : "2011-04-28T23:35:21+0200",
        "id" : "9ffd8a9687770a4cadb5df19ec206436f9a9b0e4",
        "msg" : "Fix GLDebugMessages synchronous setting",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDebugMessageHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/UITestCase.java",
          "src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java"
        ],
        "commitId" : "ff91e88700339dac7e91ffcf7ee3f43c446a4e37",
        "timestamp" : 1304197976000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UI Unit Tests: Add test name to log and singleton lock, better log output\u000a",
        "date" : "2011-04-30T23:12:56+0200",
        "id" : "ff91e88700339dac7e91ffcf7ee3f43c446a4e37",
        "msg" : "UI Unit Tests: Add test name to log and singleton lock, better log",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/SingletonInstance.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/UITestCase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/AWTKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTMouseAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/InputEventCountAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/FocusEventCountAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/EventCountAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTFocusAdapter.java"
        ],
        "commitId" : "05a11c5918f12e376d89b0fcb237e4afe356278c",
        "timestamp" : 1304217338000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UI Unit Tests: OO rework of EventCountAdapter\u000a\u000aKey/Mouse: Track 'pressed' state\u000a\u000aFocus: Simplify 'focused' state tracking\u000a",
        "date" : "2011-05-01T04:35:38+0200",
        "id" : "05a11c5918f12e376d89b0fcb237e4afe356278c",
        "msg" : "UI Unit Tests: OO rework of EventCountAdapter",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTMouseAdapter.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/FocusEventCountAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/InputEventCountAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTFocusAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/EventCountAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java",
          "make/build-test.xml"
        ],
        "commitId" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
        "timestamp" : 1304217646000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UI Tests/Robot: Attempt to stabilize UI tests (focus/input)\u000a\u000aFocus: Always programmatic, clear global focus state upfront\u000a\u000aKey/Mouse Input: Retry w/ optional focus request if lost ..\u000a\u000aDropped redundant robot delays, ie between keypress/release.\u000a",
        "date" : "2011-05-01T04:40:46+0200",
        "id" : "cf2ebbf3e584e7f7a15c323633a495b119ece37e",
        "msg" : "UI Tests/Robot: Attempt to stabilize UI tests (focus/input)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 380,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/380/"
    },
    {
      "number" : 380,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/380/"
    },
    {
      "number" : 380,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/380/"
    }
  ]
}