{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4230,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "508b4138e9a2840b60caf9f636bcc897b831c85e",
            "branch" : [
              {
                "SHA1" : "508b4138e9a2840b60caf9f636bcc897b831c85e",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "508b4138e9a2840b60caf9f636bcc897b831c85e",
            "branch" : [
              {
                "SHA1" : "508b4138e9a2840b60caf9f636bcc897b831c85e",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          }
        },
        "origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3897,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
            "branch" : [
              {
                "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
                "name" : "origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
            "branch" : [
              {
                "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
                "name" : "origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "508b4138e9a2840b60caf9f636bcc897b831c85e",
        "branch" : [
          {
            "SHA1" : "508b4138e9a2840b60caf9f636bcc897b831c85e",
            "name" : "refs/remotes/origin/oi/hipster"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/OpenIndiana/oi-userland.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4230",
  "duration" : 6979575,
  "estimatedDuration" : 4575817,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #4230",
  "id" : "2015-09-12_12-05-58",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4230,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1442059558000,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/4230/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/soundtouch/Makefile",
          "components/soundtouch/soundtouch.p5m"
        ],
        "commitId" : "caecfb481bc9802ca9a783fa026d4e78c430e4d8",
        "timestamp" : 1442021226000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add soundtouch audio processing library (based on SFE version)\u000a",
        "date" : "2015-09-12T04:27:06+0300",
        "id" : "caecfb481bc9802ca9a783fa026d4e78c430e4d8",
        "msg" : "Add soundtouch audio processing library (based on SFE version)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/soundtouch/soundtouch.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/soundtouch/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/libofa/patches/05.gcc43.patch",
          "components/libofa/patches/08.fix-ftbfs-gcc4.7.patch",
          "components/libofa/patches/03.example-size_type.patch",
          "components/libofa/libofa.license",
          "components/libofa/Makefile",
          "components/libofa/patches/02.example-open.patch",
          "components/libofa/libofa.p5m",
          "components/libofa/patches/06.gcc44.patch"
        ],
        "commitId" : "6afb3e2ae5c34ac92a259be29a6ca892ee1c7d2b",
        "timestamp" : 1442021377000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add libofa library.\u000aThe project is dead, but there's more-or-less supported github mirror.\u000aAll patches are borrowed from Ubuntu.\u000a",
        "date" : "2015-09-12T04:29:37+0300",
        "id" : "6afb3e2ae5c34ac92a259be29a6ca892ee1c7d2b",
        "msg" : "Add libofa library.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/libofa/libofa.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/patches/03.example-size_type.patch"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/patches/06.gcc44.patch"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/patches/05.gcc43.patch"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/patches/08.fix-ftbfs-gcc4.7.patch"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/libofa.license"
          },
          {
            "editType" : "add",
            "file" : "components/libofa/patches/02.example-open.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/libcdio/libcdio.p5m",
          "components/libcdio/Makefile",
          "components/libcdio/patches/01-usehal.patch",
          "components/libcdio/files/cdio_config.h"
        ],
        "commitId" : "085c595432a98856c943ce872ad905b72df198ee",
        "timestamp" : 1442021671000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add libcdio 0.93 (based on SFE version)\u000a",
        "date" : "2015-09-12T04:34:31+0300",
        "id" : "085c595432a98856c943ce872ad905b72df198ee",
        "msg" : "Add libcdio 0.93 (based on SFE version)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/libcdio/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/libcdio/files/cdio_config.h"
          },
          {
            "editType" : "add",
            "file" : "components/libcdio/libcdio.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/libcdio/patches/01-usehal.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/libmms/Makefile",
          "components/encumbered/libmms/libmms.p5m"
        ],
        "commitId" : "85c76bb7dca39dd4e6fd8a52e464fb606ee8b3d8",
        "timestamp" : 1442021871000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add libmms 0.6.4 (based on SFE version)\u000a",
        "date" : "2015-09-12T04:37:51+0300",
        "id" : "85c76bb7dca39dd4e6fd8a52e464fb606ee8b3d8",
        "msg" : "Add libmms 0.6.4 (based on SFE version)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/encumbered/libmms/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/libmms/libmms.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/gst-plugins-bad/gstreamer-plugins-bad.p5m",
          "components/encumbered/gst-plugins-bad/patches/vp8-build.patch",
          "components/encumbered/gst-plugins-bad/patches/0011-opuspay-plug-buffer-leak.patch",
          "components/encumbered/gst-plugins-bad/patches/0014-opus-reject-major-version-number-above-what-we-grok.patch",
          "components/encumbered/gst-plugins-bad/patches/0009-opusenc-only-request-and-process-1-frame-at-a-time.patch",
          "components/encumbered/gst-plugins-bad/patches/0001-vp8enc-fix-target-bitrate-config-with-libvpx-1.1.0.patch",
          "components/encumbered/gst-plugins-bad/patches/0030-really-fix-h264-parsing.patch",
          "components/encumbered/gst-plugins-bad/patches/0020-opusenc-add-missing-mutex-unlock-on-error-path.patch",
          "components/encumbered/gst-plugins-bad/patches/0016-opusdec-do-not-assert-on-bad-header-error-out-instea.patch",
          "components/encumbered/gst-plugins-bad/patches/0013-opus-bump-written-version-from-0-to-0x01.patch",
          "components/encumbered/gst-plugins-bad/patches/buffer-overflow-mp4.patch",
          "components/encumbered/gst-plugins-bad/patches/0017-opusdec-read-gain-from-the-right-place-in-the-header.patch",
          "components/encumbered/gst-plugins-bad/patches/0032-fix-compat-with-updated-libmodplug.patch",
          "components/encumbered/gst-plugins-bad/patches/0008-opusenc-configure-baseclass-requested-samples-really.patch",
          "components/encumbered/gst-plugins-bad/patches/0010-opus-Handle-GstByteWriter-return-values.patch",
          "components/encumbered/gst-plugins-bad/patches/0015-opusparse-heed-test-vector-framing-to-eat-any-paddin.patch",
          "components/encumbered/gst-plugins-bad/patches/0012-opusdec-fix-lost-packet-handling-for-FEC-PLC.patch",
          "components/encumbered/gst-plugins-bad/Makefile"
        ],
        "commitId" : "1378d2518b2d7a646ecc95dd7681219ec90c08f7",
        "timestamp" : 1442026292000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add gst-plugins-bad.\u000aMost of the patches are borrowed from Debian.\u000a",
        "date" : "2015-09-12T05:51:32+0300",
        "id" : "1378d2518b2d7a646ecc95dd7681219ec90c08f7",
        "msg" : "Add gst-plugins-bad.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0016-opusdec-do-not-assert-on-bad-header-error-out-instea.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0032-fix-compat-with-updated-libmodplug.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0030-really-fix-h264-parsing.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/gstreamer-plugins-bad.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0008-opusenc-configure-baseclass-requested-samples-really.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/vp8-build.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/buffer-overflow-mp4.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0020-opusenc-add-missing-mutex-unlock-on-error-path.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0014-opus-reject-major-version-number-above-what-we-grok.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0015-opusparse-heed-test-vector-framing-to-eat-any-paddin.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0009-opusenc-only-request-and-process-1-frame-at-a-time.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0013-opus-bump-written-version-from-0-to-0x01.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0010-opus-Handle-GstByteWriter-return-values.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0012-opusdec-fix-lost-packet-handling-for-FEC-PLC.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0001-vp8enc-fix-target-bitrate-config-with-libvpx-1.1.0.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0011-opuspay-plug-buffer-leak.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-bad/patches/0017-opusdec-read-gain-from-the-right-place-in-the-header.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/gst-plugins-ugly/patches/cdio_build.patch",
          "components/encumbered/gst-plugins-ugly/patches/01_opencore-amr-0.1.3.patch",
          "components/encumbered/gst-plugins-ugly/gstreamer-plugins-ugly.p5m",
          "components/encumbered/gst-plugins-ugly/patches/a52dec.patch",
          "components/encumbered/gst-plugins-ugly/Makefile"
        ],
        "commitId" : "0457c8aff1dd132e83bfbd770dc4d31a8023e841",
        "timestamp" : 1442026311000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add gst-plugin-ugly.\u000aMost of the patches are borrowed from Ubuntu.\u000a",
        "date" : "2015-09-12T05:51:51+0300",
        "id" : "0457c8aff1dd132e83bfbd770dc4d31a8023e841",
        "msg" : "Add gst-plugin-ugly.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-ugly/patches/cdio_build.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-ugly/patches/01_opencore-amr-0.1.3.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-ugly/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-ugly/gstreamer-plugins-ugly.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-plugins-ugly/patches/a52dec.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/gst-ffmpeg/gstreamer-plugins-ffmpeg.p5m",
          "components/encumbered/gst-ffmpeg/patches/50_audio-get-buffer.patch",
          "components/encumbered/gst-ffmpeg/patches/01.disable-asm.patch",
          "components/encumbered/gst-ffmpeg/Makefile"
        ],
        "commitId" : "b179629439fd3d17bdfbe1b2414f8868fcd69986",
        "timestamp" : 1442026311000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add gst-ffmpeg.\u000a50_audio-get-buffer.patch is borrowed from Ubuntu.\u000a01.disable-asm.patch is inspired by Openembedded one.\u000a",
        "date" : "2015-09-12T05:51:51+0300",
        "id" : "b179629439fd3d17bdfbe1b2414f8868fcd69986",
        "msg" : "Add gst-ffmpeg.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-ffmpeg/patches/01.disable-asm.patch"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-ffmpeg/gstreamer-plugins-ffmpeg.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-ffmpeg/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/encumbered/gst-ffmpeg/patches/50_audio-get-buffer.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
      "fullName" : "apyhalov"
    }
  ]
}