{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,450",
          "upstreamBuild" : 1450,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1450,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
            "branch" : [
              {
                "SHA1" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
            "branch" : [
              {
                "SHA1" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
        "branch" : [
          {
            "SHA1" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
            "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" : "#1450",
  "duration" : 2258009,
  "estimatedDuration" : 485024,
  "executor" : None,
  "fullDisplayName" : "jogl » android-arm64 #1450",
  "id" : "1450",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1450,
  "queueId" : 1364,
  "result" : "SUCCESS",
  "timestamp" : 1443242802994,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=android-arm64/1450/",
  "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/parenting/TestParenting02NEWT.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/MacWindow.m",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "make/scripts/tests.sh",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "10ad1270e7b8f821ef9bb3612669342c7dc56586",
        "timestamp" : 1443229080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1214: Fix Deadlock in screenPositionChanged(..); Use\u000ascreenPositionChanged(..) in size[Screen]PosInsetsChanged(..) on OSX;\u000aCleanup OSX Code\u000a- Fix Deadlock in screenPositionChanged(..)\u000a Defer requires to spawn whole child-window action to another thread\u000a since we may come from native 'NewtWindow::windowDidMove()' on\u000aMainThread.\u000a- Use screenPositionChanged(..) in size[Screen]PosInsetsChanged(..) on\u000aOSX\u000a Move callback WindowImpl::sizePosInsetsChanged(..)\u000a to OSX's WindowDriver::sizeScreenPosInsetsChanged(..),\u000a since we need to use screenPositionChanged(..) to calculate\u000a child window relative position to parent.\u000a I.e. we receive the location on screen.\u000a- Cleanup OSX Code\u000a - Native JNI entries shall handle NULL windowHandle -> return\u000a  - Clarify usage of 'getWindowHandle()' and use 'isNativeValid()'\u000a   if appropriate.\u000a  - Don't re-use cached getWindowHandle()\u000a   for non-blocking off-thread actions, since handle may become invalid.\u000a  - Clarify getLocationOnScreen*(..) implementation code,\u000a   i.e. separate getLocationOnScreenByParent(..) semantics.\u000a",
        "date" : "2015-09-26 02:58:00 +0200",
        "id" : "10ad1270e7b8f821ef9bb3612669342c7dc56586",
        "msg" : "Bug 1214: Fix Deadlock in screenPositionChanged(..); Use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting02NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "fa3c55b8176b284752ed14a5a24f7fee36e588a3",
        "timestamp" : 1443231699000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1188: Fix setMaximized(..) isReconfigureMaskSupported(..) query\u000asetMaximized(..) isReconfigureMaskSupported(..) was using the state\u000abit-number instead of the state bit-mask!\u000aFixed.\u000a",
        "date" : "2015-09-26 03:41:39 +0200",
        "id" : "fa3c55b8176b284752ed14a5a24f7fee36e588a3",
        "msg" : "Bug 1188: Fix setMaximized(..) isReconfigureMaskSupported(..) query",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java"
        ],
        "commitId" : "fbf14fd09bcc8eccaf819e953a82b3619e6de796",
        "timestamp" : 1443232209000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1223 OSX: GLWindow loses focus after maximizing - Analysis\u000aTestGearsES2NEWT reacts on key-press 'n', opening another GLWindow.\u000aProcedure:\u000a[1] Pressing 'n' (2nd GLWindow) and manual re-focus 1st GLWindow\u000a[2] Pressing 'm' (single, alt, shift) on 1st GLWindow maximizes it\u000a   Focus is still on 1st GLWindow!\u000a[3] Pressing ctrl-m un-maximizes ..\u000a   Focus is still on 1st GLWindow!\u000a",
        "date" : "2015-09-26 03:50:09 +0200",
        "id" : "fbf14fd09bcc8eccaf819e953a82b3619e6de796",
        "msg" : "Bug 1223 OSX: GLWindow loses focus after maximizing - Analysis",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/jogl-applet-runner-newt-gears-normal.html",
          "jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html",
          "jnlp-files/jogl-applet-runner-newt-MovieCube-applet3-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html",
          "jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-gears-special.html",
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo04-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo03-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-MovieCube.html",
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-applet3-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01.html",
          "jnlp-files/jogl-applet-runner-newt-gears-special-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-gears-applet3-special-napplet.html",
          "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo02-napplet.html"
        ],
        "commitId" : "fe3d6f6b78cc0c5c2bf7e5454a115102313b650f",
        "timestamp" : 1443234524000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adapt Test NApplet HTML Pages to NEWTDemoListener (all key-actions)\u000a",
        "date" : "2015-09-26 04:28:44 +0200",
        "id" : "fe3d6f6b78cc0c5c2bf7e5454a115102313b650f",
        "msg" : "Adapt Test NApplet HTML Pages to NEWTDemoListener (all key-actions)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-special.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo04-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube-applet3-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-normal.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo03-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo02-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-applet3-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-special-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-ElektronenMultiplizierer.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-gears-applet3-special-napplet.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/opengl/util/NEWTDemoListener.java"
        ],
        "commitId" : "5270971814c27e4a7019a9e3c15fcad42fedb9c3",
        "timestamp" : 1443234583000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWTDemoListener: Fix 'v' modifier collision of ctrl, use shift.\u000a",
        "date" : "2015-09-26 04:29:43 +0200",
        "id" : "5270971814c27e4a7019a9e3c15fcad42fedb9c3",
        "msg" : "NEWTDemoListener: Fix 'v' modifier collision of ctrl, use shift.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/opengl/util/NEWTDemoListener.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/NewtMacWindow.h",
          "src/newt/native/MacWindow.m",
          "make/scripts/tests.sh",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "src/newt/native/NewtMacWindow.m"
        ],
        "commitId" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
        "timestamp" : 1443241731000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not\u000aworking\u000a- The NSWindow level must be set at window creation\u000a- Levels are\u000a - aontop: kCGMaximumWindowLevel\u000a - aonbottom: kCGDesktopIconWindowLevel (w/ input)\u000a - normal: NSNormalWindowLevel\u000a- Hence we need to recreate the NSWindow if toggling the state,\u000a similar to opaque .. etc.\u000a",
        "date" : "2015-09-26 06:28:51 +0200",
        "id" : "3d2765f0bb752debd7784f717eeac4c9eb500d5a",
        "msg" : "Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/MacWindow.m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}