{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1278,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
            "branch" : [
              {
                "SHA1" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
            "branch" : [
              {
                "SHA1" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
        "branch" : [
          {
            "SHA1" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 15,
      "skipCount" : 0,
      "totalCount" : 10312,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1278",
  "duration" : 14741584,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #1278",
  "id" : "2014-06-18_16-29-23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1278,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1403101763000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/1278/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "make/config/jogl/glx-CustomCCode.c",
          "src/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java"
        ],
        "commitId" : "68ca3ae8fcce28c62034299bc6e6f7eaab50bd1f",
        "timestamp" : 1402960035000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount call-by-value extension), utilizing native JVMUtil_NewDirectByteBufferCopy(..)\u000a",
        "date" : "2014-06-17T01:07:15+0200",
        "id" : "68ca3ae8fcce28c62034299bc6e6f7eaab50bd1f",
        "msg" : "Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glx-CustomCCode.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/NativeWindowFactoryImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/glu-base.cfg",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/OlympicES1.java",
          "make/config/jogl/glu-CustomJavaCode-base.java",
          "make/config/jogl/glu-CustomJavaCode-gl2es1.java",
          "make/config/jogl/glu-gl2es1.cfg",
          "make/config/jogl/glu-gl2.cfg",
          "make/scripts/tests.sh",
          "make/config/jogl/glu-CustomJavaCode-gl2.java"
        ],
        "commitId" : "4e91f5e085585481b542c476a1ba599f2e914bf1",
        "timestamp" : 1403034178000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37, completes JOGL commit 68ca3ae8fcce28c62034299bc6e6f7eaab50bd1f\u000a\u000aAdd handling of 'initializeImpl()' of generated GLU* classes:\u000a  - GLU      : no 'initializeImpl()' <- no libs\u000a  - GLUgl2es1: no 'initializeImpl()' <- no libs\u000a  - GLUgl:     call 'initializeImpl()' in manual static init impl.\u000a\u000aFurther more, we shall not initialize the GLU* classes in GLU\u000astatic init method, querying GLU* class availability.\u000a\u000aTested via OlympicES1.\u000a",
        "date" : "2014-06-17T21:42:58+0200",
        "id" : "4e91f5e085585481b542c476a1ba599f2e914bf1",
        "msg" : "Fix regression due to GlueGen commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/OlympicES1.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-gl2.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-CustomJavaCode-gl2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-gl2es1.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-base.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-CustomJavaCode-base.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-CustomJavaCode-gl2es1.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/glx-x11.cfg",
          "make/config/jogl/glu-base.cfg",
          "make/config/jogl/glu-CustomJavaCode-base.java",
          "make/config/jogl/glu-CustomJavaCode-gl2es1.java",
          "make/config/jogl/glu-gl2es1.cfg",
          "make/config/jogl/glu-gl2.cfg",
          "make/config/jogl/glu-CustomJavaCode-gl2.java"
        ],
        "commitId" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
        "timestamp" : 1403049019000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension)\u000a\u000a- GLU*: initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer\u000a- GLX: 'ForceStaticInitCode GLX', i.e. forcing native code, as used in our manual implementation.\u000a",
        "date" : "2014-06-18T01:50:19+0200",
        "id" : "799e2c79eac6e45ad16eeffee9194f1a2677b167",
        "msg" : "Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-base.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-CustomJavaCode-base.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-CustomJavaCode-gl2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-gl2es1.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-CustomJavaCode-gl2es1.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glu-gl2.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/glx-x11.cfg"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
      "fullName" : "petrs"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/mark",
      "fullName" : "mark"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "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/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/brice",
      "fullName" : "brice"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/qun",
      "fullName" : "qun"
    }
  ],
  "runs" : [
    {
      "number" : 1278,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/1278/"
    },
    {
      "number" : 1278,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/1278/"
    },
    {
      "number" : 1278,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1278/"
    }
  ]
}