{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,172",
          "upstreamBuild" : 1172,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1172,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
            "branch" : [
              {
                "SHA1" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
            "branch" : [
              {
                "SHA1" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
        "branch" : [
          {
            "SHA1" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 859,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1172",
  "duration" : 4900993,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #1172",
  "id" : "2013-12-11_01-46-05",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1172,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1386722765000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/jogl/label=macos-x86_64/1172/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/VectorUtil.java"
        ],
        "commitId" : "ab9076c83cc3b2e7800eaf0a19febe786458146d",
        "timestamp" : 1386703213000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated, adding 'in place' variant w/ passing result float[] ; TODO: Replace all variations with 'in place' version to be more memory efficient.\u000a\u000aMake scale(..) creating new float[] deprecated, adding 'in place' variant w/ passing result float[]\u000a\u000aTODO: Replace all variations with 'in place' version to be more memory efficient.\u000a\u000aSee Bug747: Validate memory footprint and usage / General performance\u000a",
        "date" : "2013-12-10T20:20:13+0100",
        "id" : "ab9076c83cc3b2e7800eaf0a19febe786458146d",
        "msg" : "Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/VectorUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquareES1.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2GLJPanelAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/Gears.java"
        ],
        "commitId" : "990b25adf6e0b6ab5c79d8ca43bc327fb93a755e",
        "timestamp" : 1386703457000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via PROJECTION matrix scaling instead of MODELVIEW rotation ...\u000a\u000a'User Vertical Flip' for GLJPanel shall be performed via PROJECTION matrix scaling instead of MODELVIEW rotation\u000ato simplify workflow, and to remove artifacts w/ tiled printing.\u000a",
        "date" : "2013-12-10T20:24:17+0100",
        "id" : "990b25adf6e0b6ab5c79d8ca43bc327fb93a755e",
        "msg" : "Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/awt/TestGearsES2GLJPanelAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/Gears.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/RedSquareES1.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsSwingAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsSwingAWT2.java",
          "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java",
          "src/jogl/classes/jogamp/opengl/awt/AWTTilePainter.java",
          "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java",
          "make/scripts/tests-win.bat",
          "make/scripts/tests.sh",
          "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
        ],
        "commitId" : "f8c2a90129736844a12b76d658cb339a7c36cd9a",
        "timestamp" : 1386703634000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be considered in AWTTilePainter: 'Origin of GL image is still on Bottom'\u000a",
        "date" : "2013-12-10T20:27:14+0100",
        "id" : "f8c2a90129736844a12b76d658cb339a7c36cd9a",
        "msg" : "Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsSwingAWT2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLJPanel.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/awt/AWTTilePainter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/awt/GLCanvas.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/tile/TestTiledPrintingGearsSwingAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java"
        ],
        "commitId" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
        "timestamp" : 1386705917000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestShutdownCompleteNEWT: Enhance profiling via '-wait -initOnly' ; Use Platform.currentTimeMicros() for accuracy\u000a\u000aReflectionUtil usage:\u000a\u000aTestShutdownCompleteNEWT -wait -initOnly\u000a\u000aHotspots:\u000a   - MakeCurrent 5.3% - Called 52 times\u000a   - ClassLoader.findClass(..) 3.1% - Called 486 times .\u000a      - ReflectionUtil: 13 times ~ 0.3%\u000a",
        "date" : "2013-12-10T21:05:17+0100",
        "id" : "085d7bf429f5640eb540dff4e66f25b69e2c7671",
        "msg" : "TestShutdownCompleteNEWT: Enhance profiling via '-wait -initOnly' ; Use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petros",
      "fullName" : "petros"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}