{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,176",
          "upstreamBuild" : 1176,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1176,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
            "branch" : [
              {
                "SHA1" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
            "branch" : [
              {
                "SHA1" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
        "branch" : [
          {
            "SHA1" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
            "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" : 859,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1176",
  "duration" : 3891681,
  "estimatedDuration" : 2528180,
  "executor" : None,
  "fullDisplayName" : "jogl » linux-x86_64 #1176",
  "id" : "2013-12-19_13-20-04",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1176,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1387455604000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=linux-x86_64/1176/",
  "builtOn" : "linux64-AMD58xx-debian7-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-64x32_DXT1.dds",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-64x32_DXT5.dds",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-64x32_uncompressed.dds",
          "src/jogl/classes/com/jogamp/opengl/util/texture/spi/DDSImage.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestBug362DDSImageCreateFromData.java"
        ],
        "commitId" : "82d7bae212ad5a540a29003aaec8c7e026615f68",
        "timestamp" : 1386827340000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
          "fullName" : "michael.esemplare"
        },
        "authorEmail" : "michael.esemplare@gmail.com",
        "comment" : "Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16\u000aAdded method to calculate mipmap blocksize for uncompressed and DXTn\u000aimages\u000a",
        "date" : "2013-12-11T21:49:00-0800",
        "id" : "82d7bae212ad5a540a29003aaec8c7e026615f68",
        "msg" : "Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-64x32_DXT5.dds"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-64x32_uncompressed.dds"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/spi/DDSImage.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestBug362DDSImageCreateFromData.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-64x32_DXT1.dds"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java",
          "src/jogl/classes/jogamp/opengl/openal/av/ALAudioSink.java",
          "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java"
        ],
        "commitId" : "8a032a2c1f247819bdb08382fbebcc4cd896b3f2",
        "timestamp" : 1387382085000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@zafena.se",
        "comment" : "ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.\u000a\u000aSigned-off-by: Xerxes Rånby <xerxes@zafena.se>\u000a",
        "date" : "2013-12-18T16:54:45+0100",
        "id" : "8a032a2c1f247819bdb08382fbebcc4cd896b3f2",
        "msg" : "ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/openal/av/ALAudioSink.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/nativewindow/classes/com/jogamp/nativewindow/awt/JAWTWindow.java"
        ],
        "commitId" : "166e5da5298b16b0acbf900004964d370cd0aa29",
        "timestamp" : 1387396779000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visibility state not restored @ detach\u000a\u000aCommit ebed9f0322e2a2279a525e04ee3875c9034a7f45 (fix for Bug 906) causes a regression\u000ato fix for Bug 816, Bug 849 and Bug 889 (OSX CALayer Positioning and JAWTWindow visibility).\u000a\u000aThe commit adds the JAWTComponentListener instance 'jawtComponentListener'\u000ato the component before it's assignment (duh!).\u000a\u000a+++\u000a\u000aFurther more, detaching the JAWTComponentListener shall restore\u000athe component's original 'local visibility state', which might got overridden\u000aby it's 'hierarchyChanged' implementation.\u000a\u000a+++\u000a",
        "date" : "2013-12-18T20:59:39+0100",
        "id" : "166e5da5298b16b0acbf900004964d370cd0aa29",
        "msg" : "Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/awt/JAWTWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
        ],
        "commitId" : "0e84d4ec8336d7a16039a1e0b6c4567dbb37710b",
        "timestamp" : 1387397159000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382fbebcc4cd896b3f2\u000a",
        "date" : "2013-12-18T21:05:59+0100",
        "id" : "0e84d4ec8336d7a16039a1e0b6c4567dbb37710b",
        "msg" : "FFMPEGMediaPlayer: Add missing indentation of commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "008366fd591c9fce31e7185528b606a8205a38f8",
        "timestamp" : 1387449764000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT X11Window.c: Cleanup Code - No changes.\u000a",
        "date" : "2013-12-19T11:42:44+0100",
        "id" : "008366fd591c9fce31e7185528b606a8205a38f8",
        "msg" : "NEWT X11Window.c: Cleanup Code - No changes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "c9fcc8cd510abc0cbebb872dc3e457327655e778",
        "timestamp" : 1387450000000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen On/Off Cycle\u000a\u000aUnity WM keeps the _NET_WM_STATE (_NET_WM_STATE_FULLSCREEN, ..) after fullscreen-exit\u000aeven though _NET_WM_STATE_REMOVE was issued.\u000a\u000aAdd remedy: Reparent Child -> TOP: Reset _NET_WM_STATE (! _NET_WM_STATE_FULLSCREEN, ..).\u000a",
        "date" : "2013-12-19T11:46:40+0100",
        "id" : "c9fcc8cd510abc0cbebb872dc3e457327655e778",
        "msg" : "Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "b4e03a5168f62223369a483924eb2491250c6f95",
        "timestamp" : 1387450072000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WM\u000a",
        "date" : "2013-12-19T11:47:52+0100",
        "id" : "b4e03a5168f62223369a483924eb2491250c6f95",
        "msg" : "Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WM",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
        ],
        "commitId" : "0e1b4bf1b17b10933c3ccdfea5cef7eca6aad2fb",
        "timestamp" : 1387450202000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @ focusChanged(..) if isFullscreen()\u000a\u000a.. otherwise it will be triggered by reconfigure tasks while enabling/disabling fullscreen.\u000a",
        "date" : "2013-12-19T11:50:02+0100",
        "id" : "0e1b4bf1b17b10933c3ccdfea5cef7eca6aad2fb",
        "msg" : "Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/x11/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "9b2bbaf82ed410096ac279542357daefc0d6dc7f",
        "timestamp" : 1387450447000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: Remove position criteria from reparent/fullscreen success, WM's only regard custom position as a hint (X11).\u000a",
        "date" : "2013-12-19T11:54:07+0100",
        "id" : "9b2bbaf82ed410096ac279542357daefc0d6dc7f",
        "msg" : "Bug 924: Remove position criteria from reparent/fullscreen success, WM's",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "e217858a83f947ffdd7e4ce3395073584e57108a",
        "timestamp" : 1387450496000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT WindowImpl: Enhance insetsChanged(..) DEBUG output\u000a",
        "date" : "2013-12-19T11:54:56+0100",
        "id" : "e217858a83f947ffdd7e4ce3395073584e57108a",
        "msg" : "NEWT WindowImpl: Enhance insetsChanged(..) DEBUG output",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
        "timestamp" : 1387450745000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: More robost Fullscreen Exit\u000a\u000a- 'tempInvisible' shall be also performed for top windows, solves Unity-WM background refresh issue\u000a\u000a- Rename local field 'fullscreen' -> '_fullscreen' to avoid confusion\u000a\u000a- Proper insets handling: Set 'WindowImpl.this.fullscreen = _fullscreen' only before reconfiguring,\u000a  otherwise wrong position maybe used due to wrong insets value.\u000a\u000aTested w/ WMs: KWin + Unity\u000a",
        "date" : "2013-12-19T11:59:05+0100",
        "id" : "0f1ddc82329835b903e31e301fcf134d1d7337be",
        "msg" : "Bug 924: More robost Fullscreen Exit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petros",
      "fullName" : "petros"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}