{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 975",
          "upstreamBuild" : 975,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 975,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
            "branch" : [
              {
                "SHA1" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
            "branch" : [
              {
                "SHA1" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
        "branch" : [
          {
            "SHA1" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 617,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#975",
  "duration" : 2819749,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #975",
  "id" : "2013-04-24_06-31-19",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 975,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1366777879000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/975/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/RandR13.java",
          "src/newt/native/X11Screen.h",
          "src/newt/native/X11ScreenRandR13.c",
          "src/newt/native/X11Screen.c",
          "src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java",
          "src/newt/native/X11ScreenRandR11.c",
          "src/newt/classes/jogamp/newt/driver/x11/ScreenRandR11.java",
          "make/scripts/tests.sh",
          "src/newt/native/X11Common.h",
          "src/newt/classes/jogamp/newt/driver/x11/ScreenRandR.java",
          "src/newt/native/X11RandR11.c",
          "src/newt/classes/jogamp/newt/driver/x11/RandR11.java",
          "src/newt/native/X11RandR13.c",
          "src/newt/classes/jogamp/newt/driver/x11/RandR.java",
          "make/build-newt.xml"
        ],
        "commitId" : "03a3f209aff955410e0f3133e73078529c23d3e1",
        "timestamp" : 1366325208000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files, start RandR13 coding.\u000a",
        "date" : "2013-04-19T00:46:48+0200",
        "id" : "03a3f209aff955410e0f3133e73078529c23d3e1",
        "msg" : "Bug 721: NEWT/X11 RandR 1.3 Support - Part 2 - Rename impl class/files,",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/RandR13.java"
          },
          {
            "editType" : "delete",
            "file" : "src/newt/native/X11ScreenRandR13.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Screen.c"
          },
          {
            "editType" : "delete",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/ScreenRandR11.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/RandR11.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/native/X11RandR13.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Common.h"
          },
          {
            "editType" : "delete",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/ScreenRandR.java"
          },
          {
            "editType" : "add",
            "file" : "src/newt/native/X11RandR11.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Screen.h"
          },
          {
            "editType" : "add",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/RandR.java"
          },
          {
            "editType" : "delete",
            "file" : "src/newt/native/X11ScreenRandR11.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
        ],
        "commitId" : "cdbf3f42ea530f91639536e03b2c203715c3c300",
        "timestamp" : 1366384788000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "Test for null against a temp variable to narrow races\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-04-19T08:19:48-0700",
        "id" : "cdbf3f42ea530f91639536e03b2c203715c3c300",
        "msg" : "Test for null against a temp variable to narrow races",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestBug722GLContextDrawableSwitchNewt2AWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch11NewtAWT.java",
          "src/jogl/classes/com/jogamp/opengl/GLEventListenerState.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch12AWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch21Newt2AWT.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsDevice.java",
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/GLContextDrawableSwitchBase.java",
          "make/scripts/tests.sh",
          "src/nativewindow/classes/com/jogamp/nativewindow/egl/EGLGraphicsDevice.java",
          "make/build-test.xml"
        ],
        "commitId" : "0f7412855c118cb501d8a001df7a7487354b5029",
        "timestamp" : 1366689211000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ surface.lock[ modify ] ]\u000a\u000aGLEventListenerState:\u000a  New model for GLEventListenerState's transaction safety:\u000a   - Z Decorate-1: Animator.pause [ X ]  Animator.resume\u000a   - X Decorate-2: Surface.lock [ Y ] Surface.unlock\u000a\u000a  - Instead of setting AbstractGraphicsDevice, just swap the handle and ownership.\u000a\u000a  - Issuing setRealized(..) only if required, i.e. having an upstream-surface (EGL..) depending on used device\u000a\u000a  - Utilizing setRealized(..) on the GLAD's delegated 'real' drawable, avoiding optional GLAD locking.\u000a\u000a  - Cleanup and above changes shall render impl. easier to read.\u000a\u000aGLEventListenerState Unit Tests:\u000a  - If swapping/moving from AWT -> NEWT, use a NEWT dedicated Display\u000a    avoiding ATI driver XCB crash - read comment.\u000a",
        "date" : "2013-04-23T05:53:31+0200",
        "id" : "0f7412855c118cb501d8a001df7a7487354b5029",
        "msg" : "Fix Bug 722: Make GLEventListenerState 'transaction' safe",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestBug722GLContextDrawableSwitchNewt2AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/x11/X11GraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/egl/EGLGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/GLContextDrawableSwitchBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch12AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch11NewtAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/TestGLContextDrawableSwitch21Newt2AWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLEventListenerState.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/GLDrawableUtil.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLWrappedSurface.java",
          "src/jogl/classes/jogamp/opengl/GLAutoDrawableBase.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLUpstreamSurfaceHook.java"
        ],
        "commitId" : "471ae0dea0666398f181baea4d4e91ca666fd46c",
        "timestamp" : 1366689236000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine some API docs ..\u000a",
        "date" : "2013-04-23T05:53:56+0200",
        "id" : "471ae0dea0666398f181baea4d4e91ca666fd46c",
        "msg" : "Refine some API docs ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLAutoDrawableBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLUpstreamSurfaceHook.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLDrawableUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLWrappedSurface.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
        ],
        "commitId" : "47dca9c0af7ba6240aa11e154fbfafbd07c6cfbd",
        "timestamp" : 1366689488000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "X11GLXContext: Issue XSync(..) after forcing X11ErrorHandle and before glXCreateContextAttribsARB(..) - Mitigate driver bugs\u000a\u000aEnsures the error handler is in place and previous X11 cmds are being executed before the 'critical' glXCreateContextAttribsARB(..)\u000acall which might lead to erroneous behavior w/ buggy drivers.\u000a",
        "date" : "2013-04-23T05:58:08+0200",
        "id" : "47dca9c0af7ba6240aa11e154fbfafbd07c6cfbd",
        "msg" : "X11GLXContext: Issue XSync(..) after forcing X11ErrorHandle and before",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
        ],
        "commitId" : "8a66294628589d765c1c5d5b3cafe7b939179dc2",
        "timestamp" : 1366689722000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix JAWTUtil's ToolkitLock: Using RecursiveLock instance covering the AWT lock instead of simple volatile fields (bug).\u000a",
        "date" : "2013-04-23T06:02:02+0200",
        "id" : "8a66294628589d765c1c5d5b3cafe7b939179dc2",
        "msg" : "Fix JAWTUtil's ToolkitLock: Using RecursiveLock instance covering the",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
        ],
        "commitId" : "9711076d8d34ae4235697bee782eaf36f487e0ca",
        "timestamp" : 1366690345000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for null against a temp variable to narrow races\u000a",
        "date" : "2013-04-23T06:12:25+0200",
        "id" : "9711076d8d34ae4235697bee782eaf36f487e0ca",
        "msg" : "Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 -",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jogl.all.linux-armv6-cross.sh",
          "make/scripts/make.jogl.all.linux-armv6.sh",
          "make/scripts/make.jogl.all.linux-armv6hf.sh",
          "make/scripts/tests.sh",
          "make/scripts/make.jogl.all.linux-armv6hf-cross.sh"
        ],
        "commitId" : "8d7819aa08b031fddd5813ec29b2fa3d66666407",
        "timestamp" : 1366765850000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049)\u000a",
        "date" : "2013-04-24T03:10:50+0200",
        "id" : "8d7819aa08b031fddd5813ec29b2fa3d66666407",
        "msg" : "Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.linux-armv6-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.linux-armv6.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.linux-armv6hf.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.linux-armv6hf-cross.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jogl.all.sh"
        ],
        "commitId" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
        "timestamp" : 1366766136000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add scripts/make.jogl.all.sh\u000a",
        "date" : "2013-04-24T03:15:36+0200",
        "id" : "56b330db24338cb287f1c53b92a6e0b7bf521625",
        "msg" : "Add scripts/make.jogl.all.sh",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/make.jogl.all.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ]
}