{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 333",
          "upstreamBuild" : 333,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 333,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
            "branch" : [
              {
                "SHA1" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
            "branch" : [
              {
                "SHA1" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
        "branch" : [
          {
            "SHA1" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 23,
      "skipCount" : 0,
      "totalCount" : 117,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#333",
  "duration" : 650669,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #333",
  "id" : "2011-02-28_20-04-52",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 333,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1298919892000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/333/",
  "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/DisplayImpl.java"
        ],
        "commitId" : "30839d5a645d91ba6ea0b7f7f8150afac36bb215",
        "timestamp" : 1298914672000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT EDT: Fix dbl-chk-locking, runOnEDT fast-path, enqueEvent dispatch immed. if on EDT\u000a",
        "date" : "2011-02-28T18:37:52+0100",
        "id" : "30839d5a645d91ba6ea0b7f7f8150afac36bb215",
        "msg" : "NEWT EDT: Fix dbl-chk-locking, runOnEDT fast-path, enqueEvent dispatch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/DisplayImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "5681c25cfd4c7abce7d653910c9aa7a4e989057e",
        "timestamp" : 1298915230000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT WindowImpl EDT fixes\u000a\u000a- all features intended to run on EDT and lock the surface shall only allowed to wait for result,\u000a  if the surface is unlocked. Otherwise don't wait - ie a pending operation.\u000a\u000a- proper sequence of all feature Runnables, ie include pre/post lock actions in Runnable,\u000a  since it might be a pending task (see above).\u000a\u000aThis shall avoid deadlocks cause by user code where features are called (visible, fullscreen, ..)\u000awhen invoked within a locked surface code path - ie GLAutoDrawable.invoke(boolean wait, GLRunnable glRunnable).\u000a",
        "date" : "2011-02-28T18:47:10+0100",
        "id" : "5681c25cfd4c7abce7d653910c9aa7a4e989057e",
        "msg" : "NEWT WindowImpl EDT fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/jogamp/newt/WindowImplAccess.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.java"
        ],
        "commitId" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
        "timestamp" : 1298915352000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "unit tests: Gears, TestGearsNEWT, WindowImplAccess\u000a\u000aGears (add cursor rotation)\u000a\u000aTestGearsNEWT (add decoraction toggle 'd')\u000a\u000aWindowImplAccess NEWT Closing tests .. programmatical close on EDT,\u000awhich simulates 1:1 native closing operation.\u000a",
        "date" : "2011-02-28T18:49:12+0100",
        "id" : "a65516db85582ac3391b4a3d978ac07b9e1e6951",
        "msg" : "unit tests: Gears, TestGearsNEWT, WindowImplAccess",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/Gears.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/jogamp/newt/WindowImplAccess.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/newt/TestGearsNEWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}