{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,055",
          "upstreamBuild" : 1055,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1055,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
            "branch" : [
              {
                "SHA1" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
            "branch" : [
              {
                "SHA1" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
        "branch" : [
          {
            "SHA1" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "macos-x86_64",
  "duration" : 3989910,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 macos-x86_64",
  "id" : "2013-07-18_13-30-39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1055,
  "queueId" : -1,
  "result" : "ABORTED",
  "timestamp" : 1374147039000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/1055/",
  "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/Quaternion.java"
        ],
        "commitId" : "81c911541690f573b631974212f0e49d4d83daba",
        "timestamp" : 1370191292000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "reformatted to same style\u000a",
        "date" : "2013-06-02T18:41:32+0200",
        "id" : "81c911541690f573b631974212f0e49d4d83daba",
        "msg" : "reformatted to same style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "0f9e158d89d2971d505373409e4ab56699e66eea",
        "timestamp" : 1370191701000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "removed unnecessary castings, removed unnecessary methods for vector operations changed to VectorUtil instead\u000a",
        "date" : "2013-06-02T18:48:21+0200",
        "id" : "0f9e158d89d2971d505373409e4ab56699e66eea",
        "msg" : "removed unnecessary castings, removed unnecessary methods for vector",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "1fe8fa0765f13980cd4498cb65ab2e36908e75b1",
        "timestamp" : 1370192982000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "fixed isIdentity method, deprecated isEmpty method (quaternion doesn't have such a property + method do same thing as isIdentity), new setIdentity method, default constructor sets this quaternion to identity, new fromAxis method/costructor\u000a",
        "date" : "2013-06-02T19:09:42+0200",
        "id" : "1fe8fa0765f13980cd4498cb65ab2e36908e75b1",
        "msg" : "fixed isIdentity method, deprecated isEmpty method (quaternion doesn't",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "ba8f322de06204afe4c7cb81e51a1d46477bb586",
        "timestamp" : 1370193285000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "new method for vector multiplication, new copy constructor\u000a",
        "date" : "2013-06-02T19:14:45+0200",
        "id" : "ba8f322de06204afe4c7cb81e51a1d46477bb586",
        "msg" : "new method for vector multiplication, new copy constructor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "6319878549d3f2e7046959b262b536ecf292be27",
        "timestamp" : 1370370096000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "Quaternion.java : fixed not clear assignment\u000a",
        "date" : "2013-06-04T20:21:36+0200",
        "id" : "6319878549d3f2e7046959b262b536ecf292be27",
        "msg" : "Quaternion.java : fixed not clear assignment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/bug744-rle32.tga",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTGATextureFromFileNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-u32.tga",
          "src/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java"
        ],
        "commitId" : "4bfeef1c298e6861c0a607811edc9bef88d6084b",
        "timestamp" : 1374053793000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "Fix Bug 744: Added support of RLE encoded .tga\u000a",
        "date" : "2013-07-17T11:36:33+0200",
        "id" : "4bfeef1c298e6861c0a607811edc9bef88d6084b",
        "msg" : "Fix Bug 744: Added support of RLE encoded .tga",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-u32.tga"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/bug744-rle32.tga"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTGATextureFromFileNEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html-svg/index_65.html",
          "doc/uml/html/fig134786.png",
          "doc/uml/html-svg/class128709.html",
          "doc/uml/html-svg/index_79.html",
          "doc/uml/html-svg/fig134786.svg",
          "doc/uml/html/index_71.html",
          "doc/Overview-OpenGL-Evolution-And-JOGL.html",
          "doc/uml/html-svg/class135170.html",
          "doc/uml/html/index-withframe.html",
          "doc/uml/html-svg/class128325.html",
          "doc/uml/html/index_67.html",
          "doc/uml/html-svg/class128197.html",
          "doc/uml/html-svg/class130117.html",
          "doc/uml/html-svg/class131397.html",
          "doc/uml/html-svg/classdiagrams.html",
          "doc/uml/html-svg/index-withframe.html",
          "doc/uml/html-svg/class130885.html",
          "doc/uml/html-svg/class132549.html",
          "doc/uml/html-svg/class131013.html",
          "doc/uml/html-svg/index_78.html",
          "doc/uml/html/index_78.html",
          "doc/uml/html-svg/index_67.html",
          "doc/uml/html-svg/class130629.html",
          "doc/uml/html-svg/class134914.html",
          "doc/uml/html-svg/class130757.html",
          "doc/uml/jogl/2.session",
          "doc/uml/jogl/128069.diagram",
          "doc/uml/html-svg/class130245.html",
          "doc/uml/html/index_65.html",
          "doc/uml/jogl/jogl.prj",
          "doc/uml/html/index_82.html",
          "doc/uml/html/index.html",
          "doc/uml/html/index_79.html",
          "doc/uml/html-svg/class128837.html",
          "doc/uml/html-svg/class135042.html",
          "doc/uml/html-svg/class128069.html",
          "doc/uml/html/fig128069.png",
          "doc/uml/jogl/generation_settings",
          "doc/uml/html-svg/class128002.html",
          "doc/uml/jogl/stereotypes",
          "doc/uml/html-svg/class131141.html",
          "doc/uml/html-svg/class128386.html",
          "doc/uml/html/classes.html",
          "doc/uml/html/classdiagrams.html",
          "doc/bouml",
          "doc/uml/html-svg/classes_list.html",
          "doc/uml/html-svg/class128130.html",
          "doc/uml/html-svg/index.html",
          "doc/uml/html/packages.html",
          "doc/uml/html-svg/class128258.html",
          "doc/uml/html-svg/class131269.html",
          "doc/uml/html-svg/class128453.html",
          "doc/uml/html-svg/classes.html",
          "doc/uml/html-svg/index_74.html",
          "doc/uml/html-svg/index_71.html",
          "doc/uml/html-svg/navig.html",
          "doc/uml/jogl/134786.diagram",
          "doc/uml/html/index_74.html",
          "doc/uml/html-svg/index_82.html",
          "doc/uml/html/navig.html",
          "doc/uml/html-svg/packages.html",
          "doc/uml/html-svg/class130501.html",
          "doc/uml/html-svg/metaclass135298.html",
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/html/classes_list.html",
          "doc/uml/html-svg/class128965.html",
          "doc/uml/html-svg/class128581.html"
        ],
        "commitId" : "906ec91648cd1786285e9ec86d12bca49c3cdb31",
        "timestamp" : 1374138727000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Doc: Update UML diagram and 'Overview-OpenGL-Evolution-And-JOGL'\u000a",
        "date" : "2013-07-18T11:12:07+0200",
        "id" : "906ec91648cd1786285e9ec86d12bca49c3cdb31",
        "msg" : "Doc: Update UML diagram and 'Overview-OpenGL-Evolution-And-JOGL'",
        "paths" : [
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130757.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class135042.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_65.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_74.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/stereotypes"
          },
          {
            "editType" : "edit",
            "file" : "doc/Overview-OpenGL-Evolution-And-JOGL.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_71.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/packages.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131141.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130117.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130245.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_82.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128258.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128386.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class134914.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128002.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131397.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_67.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130629.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_82.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/navig.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128069.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128197.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/fig134786.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/jogl.prj"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128325.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131013.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_71.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/jogl/134786.diagram"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class132549.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class135170.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/generation_settings"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes_list.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html/fig134786.png"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128130.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128965.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_74.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131269.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_79.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130501.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/2.session"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/128069.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/bouml"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/metaclass135298.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig128069.png"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128453.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_67.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_65.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128709.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/navig.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128581.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130885.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128837.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes_list.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html"
        ],
        "commitId" : "372c72769b2c3279b7b58cc4dc049fbe28d041bd",
        "timestamp" : 1374138767000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "WWW: Added JOGL spec link, fixed grammar .\u000a",
        "date" : "2013-07-18T11:12:47+0200",
        "id" : "372c72769b2c3279b7b58cc4dc049fbe28d041bd",
        "msg" : "WWW: Added JOGL spec link, fixed grammar .",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/doc/jogl/spec-overview.html"
        ],
        "commitId" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
        "timestamp" : 1374139473000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "API doc: Use paragraph instead of manual line break ..\u000a",
        "date" : "2013-07-18T11:24:33+0200",
        "id" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
        "msg" : "API doc: Use paragraph instead of manual line break ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/doc/jogl/spec-overview.html"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/maik.riechert",
      "fullName" : "maik.riechert"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
      "fullName" : "petrs"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/mark",
      "fullName" : "mark"
    }
  ]
}