{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,462",
          "upstreamBuild" : 1462,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1462,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
            "branch" : [
              {
                "SHA1" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
            "branch" : [
              {
                "SHA1" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
        "branch" : [
          {
            "SHA1" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
            "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" : 7,
      "totalCount" : 1074,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 4805808,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "1462",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1462,
  "queueId" : 2041,
  "result" : "UNSTABLE",
  "timestamp" : 1444048092611,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1462/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java",
          "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java"
        ],
        "commitId" : "4e237f265146b4c1e00856f19a8794aabf54d12c",
        "timestamp" : 1444045698000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc;\u000aGLMediaPlayerImpl.updateAttributes avoid div-by-zero (fps inf)\u000a",
        "date" : "2015-10-05 13:48:18 +0200",
        "id" : "4e237f265146b4c1e00856f19a8794aabf54d12c",
        "msg" : "Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java",
          "src/jogl/native/libav/ffmpeg_impl_template.c",
          "src/jogl/classes/jogamp/opengl/util/av/VideoPixelFormat.java"
        ],
        "commitId" : "da45b374f0274fa014310c08164e67f7736c1f7d",
        "timestamp" : 1444045780000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1239: Add support for UYVY422 (swizzled YUYV422)\u000a",
        "date" : "2015-10-05 13:49:40 +0200",
        "id" : "da45b374f0274fa014310c08164e67f7736c1f7d",
        "msg" : "Bug 1239: Add support for UYVY422 (swizzled YUYV422)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/ffmpeg_impl_template.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/VideoPixelFormat.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
        ],
        "commitId" : "9abd252b4d30e0611a360d37d228dbae427c9cd5",
        "timestamp" : 1444045833000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)\u000a",
        "date" : "2015-10-05 13:50:33 +0200",
        "id" : "9abd252b4d30e0611a360d37d228dbae427c9cd5",
        "msg" : "Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-x64.sh",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java",
          "src/jogl/native/libav/ffmpeg_impl_template.c",
          "make/scripts/tests-osx-x64.sh",
          "make/scripts/tests.sh"
        ],
        "commitId" : "c82ab4d75a50cd88c675e6c1e757dc9ed2db9655",
        "timestamp" : 1444045911000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID\u000a(index) as filename for OSX\u000a",
        "date" : "2015-10-05 13:51:51 +0200",
        "id" : "c82ab4d75a50cd88c675e6c1e757dc9ed2db9655",
        "msg" : "Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/ffmpeg_impl_template.c"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-osx-x64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/libav/ffmpeg_impl_template.c"
        ],
        "commitId" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
        "timestamp" : 1444047880000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1239: Fix comment in c-code 'how to set preferred pixel_format'\u000a",
        "date" : "2015-10-05 14:24:40 +0200",
        "id" : "e984e8f9b4d325c0cd3e1e9852c188ddea9c679b",
        "msg" : "Bug 1239: Fix comment in c-code 'how to set preferred pixel_format'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/ffmpeg_impl_template.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}