{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,198",
          "upstreamBuild" : 1198,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1198,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
            "branch" : [
              {
                "SHA1" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
            "branch" : [
              {
                "SHA1" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
        "branch" : [
          {
            "SHA1" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
            "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" : 886,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1198",
  "duration" : 4212283,
  "estimatedDuration" : 2541985,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #1198",
  "id" : "2014-01-09_22-31-23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1198,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1389303083000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/1198/",
  "builtOn" : "linux64-AMD58xx-debian7-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html"
        ],
        "commitId" : "93cf35369edfea559ffb68f3ae5572070bf2c993",
        "timestamp" : 1388999514000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "www: update the address for the jaamsim project\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2014-01-06T01:11:54-0800",
        "id" : "93cf35369edfea559ffb68f3ae5572070bf2c993",
        "msg" : "www: update the address for the jaamsim project",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/javax/media/nativewindow/util/PixelRectangle.java"
        ],
        "commitId" : "d38fbf00efa47834f754306441cb99f2ef967a21",
        "timestamp" : 1389256396000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCodeComputed := true (always re-computes hash code - duh!)\u000a",
        "date" : "2014-01-09T09:33:16+0100",
        "id" : "d38fbf00efa47834f754306441cb99f2ef967a21",
        "msg" : "PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/util/PixelRectangle.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/pointer-grey-alpha-16x24.png",
          "make/resources/assets-test/crosshair-grey-alpha-64x64.png",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/crosshair-lumina-trans-64x64.png",
          "make/resources/assets/newt/data/pointer-grey-alpha-16x24.png",
          "make/resources/assets-test/crosshair-lumina-trans-64x64.png",
          "make/resources/assets/newt/data/crosshair-lumina-trans-32x32.png",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/cross-grey-alpha-16x16.png",
          "make/resources/assets/newt/data/cross-grey-alpha-16x16.png",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/PNGTstFiles.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/crosshair-lumina-trans-32x32.png"
        ],
        "commitId" : "1a0b3287870beca22b0a03aa604fc6a5574a962b",
        "timestamp" : 1389285273000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 676: Use proper pointer icon images (artwork)\u000a\u000a.. shameless inspired by KDE's Oxgen scheme .. (they are best)\u000a",
        "date" : "2014-01-09T17:34:33+0100",
        "id" : "1a0b3287870beca22b0a03aa604fc6a5574a962b",
        "msg" : "Bug 676: Use proper pointer icon images (artwork)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/crosshair-lumina-trans-32x32.png"
          },
          {
            "editType" : "delete",
            "file" : "make/resources/assets-test/crosshair-lumina-trans-64x64.png"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtAppletBase.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/pointer-grey-alpha-16x24.png"
          },
          {
            "editType" : "delete",
            "file" : "make/resources/assets/newt/data/crosshair-lumina-trans-32x32.png"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/PNGTstFiles.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/cross-grey-alpha-16x16.png"
          },
          {
            "editType" : "add",
            "file" : "make/resources/assets/newt/data/cross-grey-alpha-16x16.png"
          },
          {
            "editType" : "delete",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/crosshair-lumina-trans-64x64.png"
          },
          {
            "editType" : "add",
            "file" : "make/resources/assets-test/crosshair-grey-alpha-64x64.png"
          },
          {
            "editType" : "add",
            "file" : "make/resources/assets/newt/data/pointer-grey-alpha-16x24.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/DisplayImpl.java",
          "src/newt/classes/jogamp/newt/PointerIconImpl.java"
        ],
        "commitId" : "2b899a55e365aa03aeb234187600526777c1a9ac",
        "timestamp" : 1389285344000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before and after EDT entry (deadlock)\u000a",
        "date" : "2014-01-09T17:35:44+0100",
        "id" : "2b899a55e365aa03aeb234187600526777c1a9ac",
        "msg" : "NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/DisplayImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/PointerIconImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java",
          "src/newt/native/bcm_vc_iv.c",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java",
          "src/newt/classes/jogamp/newt/driver/linux/LinuxMouseTracker.java",
          "src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java",
          "make/scripts/tests.sh",
          "src/newt/native/bcm_vc_iv.h"
        ],
        "commitId" : "bf0e93260dbd6cb8b6ee0cd10d81341906e62da9",
        "timestamp" : 1389285875000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)\u000a\u000a- Utilizing layer element 2000 for PointerIcon\u000a\u000a- Using NEWT PointerIcon code\u000a\u000a- Using MouseListener to update PointerIcon position\u000a  - FIXME: Check whether we shall intercept sendMouseEvent directly (lag)\u000a\u000aMisc:\u000a  - Properly open, assign and close the BCM display handle\u000a  - Properly destroy the window (BCM element)\u000a  - Prepare for multiple windows, set position and size\u000a",
        "date" : "2014-01-09T17:44:35+0100",
        "id" : "bf0e93260dbd6cb8b6ee0cd10d81341906e62da9",
        "msg" : "Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/linux/LinuxMouseTracker.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/bcm_vc_iv.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/bcm_vc_iv.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java"
        ],
        "commitId" : "667eca532d3749b0f08e694f36624ff7f621a9c8",
        "timestamp" : 1389286276000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Intercept sendMouseEvent(..)\u000a\u000aIntercepting 'sendMouseEvent(..)' to reduce the lag (time) and listener footprint.\u000a",
        "date" : "2014-01-09T17:51:16+0100",
        "id" : "667eca532d3749b0f08e694f36624ff7f621a9c8",
        "msg" : "Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) -",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/bcm_vc_iv.c",
          "make/scripts/tests.sh"
        ],
        "commitId" : "c828726693038011cce502eb95120ce3a7573732",
        "timestamp" : 1389286607000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT bcm_vc_iv.c: Disable VERBOSE_ON\u000a",
        "date" : "2014-01-09T17:56:47+0100",
        "id" : "c828726693038011cce502eb95120ce3a7573732",
        "msg" : "NEWT bcm_vc_iv.c: Disable VERBOSE_ON",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/bcm_vc_iv.c"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/bcm_vc_iv.c",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "4e9fb8d0fd1b73c592840d6ba34b91da5cca9c18",
        "timestamp" : 1389293128000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and position\u000a\u000aImpl. manages up-to 32 windows (BCM layer elements) - dunno whether this is a proper value.\u000a\u000aNote: Layer 2000 is reserved for out PointerIcon.\u000a\u000aRemoved 'dead code'.\u000a",
        "date" : "2014-01-09T19:45:28+0100",
        "id" : "4e9fb8d0fd1b73c592840d6ba34b91da5cca9c18",
        "msg" : "NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/bcm_vc_iv.c"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/bcm_vc_iv.c",
          "src/newt/native/bcm_vc_iv.h"
        ],
        "commitId" : "299d5c395aa77b5a79ef04302777efb81ca1f087",
        "timestamp" : 1389298036000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "BCM_VC_IV: Add 2 references (_poor_ API docs, very)\u000a",
        "date" : "2014-01-09T21:07:16+0100",
        "id" : "299d5c395aa77b5a79ef04302777efb81ca1f087",
        "msg" : "BCM_VC_IV: Add 2 references (_poor_ API docs, very)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/bcm_vc_iv.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/bcm_vc_iv.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGPixelRect01NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGPixelRect00NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/PNGTstFiles.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
        "timestamp" : 1389298090000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'grey', which is used for the filename\u000a",
        "date" : "2014-01-09T21:08:10+0100",
        "id" : "42d3b31d1becd8eb8e2847c87e14e47e15e730cd",
        "msg" : "Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/PNGTstFiles.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGPixelRect01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestPNGPixelRect00NEWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ]
}