{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,376",
          "upstreamBuild" : 1376,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1376,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
            "branch" : [
              {
                "SHA1" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
            "branch" : [
              {
                "SHA1" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
        "branch" : [
          {
            "SHA1" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1376",
  "duration" : 2223745,
  "estimatedDuration" : 485024,
  "executor" : None,
  "fullDisplayName" : "jogl » android-arm64 #1376",
  "id" : "2015-03-09_15-54-36",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1376,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1425912876000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=android-arm64/1376/",
  "builtOn" : "androidArm64-jogamp-aarch64-sgothel-041",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java"
        ],
        "commitId" : "f0f6ee411efb97d34c443c070bb640c8d8a8333f",
        "timestamp" : 1425898229000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestScreenMode02aNEWT: Incr. wait period, for some reason one older test machine (Linux/Ubuntu) doesn't rotate screen reliably.\u000a",
        "date" : "2015-03-09T11:50:29+0100",
        "id" : "f0f6ee411efb97d34c443c070bb640c8d8a8333f",
        "msg" : "TestScreenMode02aNEWT: Incr. wait period, for some reason one older test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/RandR13.java",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/ScreenDriver.java",
          "src/newt/native/WindowsWindow.c",
          "src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode00aNEWT.java",
          "src/newt/native/MacWindow.m",
          "src/newt/classes/jogamp/newt/MonitorModeProps.java",
          "src/newt/classes/jogamp/newt/MonitorDeviceImpl.java",
          "src/newt/classes/jogamp/newt/driver/android/ScreenDriver.java",
          "src/newt/classes/jogamp/newt/driver/awt/ScreenDriver.java",
          "make/scripts/tests.sh",
          "src/newt/classes/com/jogamp/newt/Screen.java",
          "src/newt/native/ScreenMode.h",
          "src/newt/classes/jogamp/newt/driver/bcm/egl/ScreenDriver.java",
          "src/newt/classes/jogamp/newt/driver/x11/RandR11.java",
          "src/newt/classes/jogamp/newt/ScreenMonitorState.java",
          "src/newt/native/X11RandR13.c",
          "src/newt/classes/com/jogamp/newt/MonitorDevice.java",
          "src/newt/classes/jogamp/newt/driver/windows/ScreenDriver.java",
          "src/newt/classes/jogamp/newt/driver/intel/gdl/ScreenDriver.java",
          "src/newt/classes/jogamp/newt/ScreenImpl.java",
          "make/scripts/tests-x64-dbg.bat",
          "src/newt/classes/jogamp/newt/driver/kd/ScreenDriver.java",
          "make/scripts/tests-win.bat"
        ],
        "commitId" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
        "timestamp" : 1425908736000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice\u000a\u000aSupport added for\u000a  - Windows\u000a  - X11 XRandR 1.3\u000a  - OSX\u000a\u000aNote: Our whole MonitorMode association handling is currently _not_ dynamic.\u000a - only on Windows we actually use native unique ID,\u000a   which might not change (adapter and monitor idx)\u000a\u000a - On OSX and X11 we simply use indices,\u000a   but if monitor setup changes - they refer to different instances.\u000a\u000aIn case it is desired to cover dynamic monitor setup change,\u000awe need to address this issue in a new bug entry.\u000a",
        "date" : "2015-03-09T14:45:36+0100",
        "id" : "0adbc977ac7848e8092fa1d58174d0a37aabb86b",
        "msg" : "Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/RandR11.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode00aNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/ScreenImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Screen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/awt/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/kd/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/ScreenMode.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/MonitorDeviceImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/ScreenMonitorState.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/egl/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11RandR13.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/RandR13.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/MonitorModeProps.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/WindowsWindow.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/intel/gdl/ScreenDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/MonitorDevice.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}