{
  "_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" : 5234,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
            "branch" : [
              {
                "SHA1" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
            "branch" : [
              {
                "SHA1" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
                "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" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
        "branch" : [
          {
            "SHA1" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
            "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" : "#5234",
  "duration" : 363148,
  "estimatedDuration" : 4575817,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #5234",
  "id" : "5234",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 5234,
  "queueId" : 2044,
  "result" : "SUCCESS",
  "timestamp" : 1526861108702,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/5234/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/openssl/openssl-1.0.2/Makefile"
        ],
        "commitId" : "4c67066c7d7704a9a35f742507e96b6910fdb78a",
        "timestamp" : 1526794070000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "9283 Missing Build Dependency for openssl 1.0.2\u000a",
        "date" : "2018-05-20 08:27:50 +0300",
        "id" : "4c67066c7d7704a9a35f742507e96b6910fdb78a",
        "msg" : "9283 Missing Build Dependency for openssl 1.0.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/library/openssl/openssl-1.0.2/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/libvpx/Makefile",
          "components/library/libvpx/libvpx.p5m",
          "components/library/libvpx/manifests/sample-manifest.p5m",
          "components/library/libvpx/test/results-all.master",
          "components/library/libvpx/patches/01-shared.patch"
        ],
        "commitId" : "b5299942099ffb2d22066b1c2720db531b8211c4",
        "timestamp" : 1526829388000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "libvpx: bump to 1.7.0\u000a",
        "date" : "2018-05-20 17:16:28 +0200",
        "id" : "b5299942099ffb2d22066b1c2720db531b8211c4",
        "msg" : "libvpx: bump to 1.7.0",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/library/libvpx/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libvpx/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libvpx/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libvpx/libvpx.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libvpx/patches/01-shared.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/multimedia/gst-plugins-base1/Makefile",
          "components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m",
          "components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m"
        ],
        "commitId" : "ef64a5d19663165166304f102bf909a7cb544b2f",
        "timestamp" : 1526829399000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "gst-plugins-base1: bump to 1.12.5\u000a",
        "date" : "2018-05-20 17:16:39 +0200",
        "id" : "ef64a5d19663165166304f102bf909a7cb544b2f",
        "msg" : "gst-plugins-base1: bump to 1.12.5",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/x11/xterm/xterm.license",
          "components/x11/xterm/patches/03-22177995.patch",
          "components/x11/xterm/Makefile"
        ],
        "commitId" : "c06c975014464fb4631d124259321a61e306044a",
        "timestamp" : 1526832109000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "xterm: bump to 333\u000a",
        "date" : "2018-05-20 18:01:49 +0200",
        "id" : "c06c975014464fb4631d124259321a61e306044a",
        "msg" : "xterm: bump to 333",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/x11/xterm/xterm.license"
          },
          {
            "editType" : "add",
            "file" : "components/x11/xterm/patches/03-22177995.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/xterm/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/multimedia/gst-plugins-good1/Makefile"
        ],
        "commitId" : "bfd9980b9afefb7e52d932a352e83176131e2d28",
        "timestamp" : 1526832125000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "gst-plugins-good1: bump to 1.12.5\u000a",
        "date" : "2018-05-20 18:02:05 +0200",
        "id" : "bfd9980b9afefb7e52d932a352e83176131e2d28",
        "msg" : "gst-plugins-good1: bump to 1.12.5",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-good1/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/gst-plugins-bad1/manifests/sample-manifest.p5m",
          "components/encumbered/gst-plugins-bad1/gst-plugins-bad1.p5m",
          "components/encumbered/gst-plugins-bad1/Makefile"
        ],
        "commitId" : "89743ecd96cef1707ca6f69293cce218ff60334f",
        "timestamp" : 1526832125000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "gst-plugins-bad1: bump to 1.12.5\u000a",
        "date" : "2018-05-20 18:02:05 +0200",
        "id" : "89743ecd96cef1707ca6f69293cce218ff60334f",
        "msg" : "gst-plugins-bad1: bump to 1.12.5",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/encumbered/gst-plugins-bad1/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/encumbered/gst-plugins-bad1/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/encumbered/gst-plugins-bad1/gst-plugins-bad1.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/gst-plugins-ugly1/Makefile"
        ],
        "commitId" : "88af9c90522b05807bf618c85749b5327d46f7bc",
        "timestamp" : 1526832125000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "gst-plugins-ugly1: bump to 1.12.5\u000a",
        "date" : "2018-05-20 18:02:05 +0200",
        "id" : "88af9c90522b05807bf618c85749b5327d46f7bc",
        "msg" : "gst-plugins-ugly1: bump to 1.12.5",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/encumbered/gst-plugins-ugly1/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/gst-plugins-bad/Makefile"
        ],
        "commitId" : "a4a34433ccf97e3ada4fe5dd6ac9d2f9cdd5fbaf",
        "timestamp" : 1526832125000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "gst-plugins-bad: rebuild with libvpx 1.7.0\u000a",
        "date" : "2018-05-20 18:02:05 +0200",
        "id" : "a4a34433ccf97e3ada4fe5dd6ac9d2f9cdd5fbaf",
        "msg" : "gst-plugins-bad: rebuild with libvpx 1.7.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/encumbered/gst-plugins-bad/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/editor/vim/Makefile",
          "components/editor/vim/manifests/sample-manifest.p5m",
          "components/editor/vim/vim.p5m",
          "components/editor/vim/patches/var_tabstops.patch",
          "components/editor/vim/gvim.p5m"
        ],
        "commitId" : "bfcb860a9022eeaf38183c69d0546af288af1d99",
        "timestamp" : 1526835045000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Vim 8.1.0005\u000a* Bump Vim to 8.1.0005.\u000a* Fix leading-zero-trimming of `$IPS_COMPONENT_VERSION`.\u000a* Moved `vim.desktop` file from gvim to vim package.\u000a* Pulled new `var_tabstops.patch` from it's author.\u000a* Regenerated sample manifest.\u000aTested both vim & gvim, the new terminal feature works.\u000a",
        "date" : "2018-05-20 18:50:45 +0200",
        "id" : "bfcb860a9022eeaf38183c69d0546af288af1d99",
        "msg" : "Vim 8.1.0005",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/editor/vim/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/vim/gvim.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/vim/patches/var_tabstops.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/vim/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/vim/vim.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/fonts/dejavu-fonts-ttf/Makefile"
        ],
        "commitId" : "91d4c06d6d30004e7fa18c87ce8a0e034158505d",
        "timestamp" : 1526837589000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "dejavu-fonts: fix font.dir and font.scale; update project home page\u000a",
        "date" : "2018-05-20 19:33:09 +0200",
        "id" : "91d4c06d6d30004e7fa18c87ce8a0e034158505d",
        "msg" : "dejavu-fonts: fix font.dir and font.scale; update project home page",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/fonts/dejavu-fonts-ttf/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/x11/xfontsel/xfontsel.p5m",
          "components/x11/xfontsel/Makefile",
          "components/x11/xfontsel/manifests/sample-manifest.p5m"
        ],
        "commitId" : "09ffc5990f695e61db9cc1e7de6a2abd83ffbe40",
        "timestamp" : 1526837606000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "xfontsel: bump to 1.0.6\u000a",
        "date" : "2018-05-20 19:33:26 +0200",
        "id" : "09ffc5990f695e61db9cc1e7de6a2abd83ffbe40",
        "msg" : "xfontsel: bump to 1.0.6",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/x11/xfontsel/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/xfontsel/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/xfontsel/xfontsel.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/fonts/fira-code-ttf/manifests/sample-manifest.p5m",
          "components/fonts/fira-code-ttf/fira-code.p5m",
          "components/fonts/fira-code-ttf/Makefile",
          "components/fonts/fira-code-ttf/fira-code.license"
        ],
        "commitId" : "d3f882872f18fab1a18fb4c990ed8fd6764aaafc",
        "timestamp" : 1526842135000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add FiraCode TrueType fonts\u000a",
        "date" : "2018-05-20 20:48:55 +0200",
        "id" : "d3f882872f18fab1a18fb4c990ed8fd6764aaafc",
        "msg" : "Add FiraCode TrueType fonts",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/fonts/fira-code-ttf/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/fonts/fira-code-ttf/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/fonts/fira-code-ttf/fira-code.license"
          },
          {
            "editType" : "add",
            "file" : "components/fonts/fira-code-ttf/fira-code.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/editor/geany/Makefile",
          "components/editor/geany/geany.p5m",
          "components/editor/geany/manifests/sample-manifest.p5m"
        ],
        "commitId" : "c0d84005f2bdd1b8033f74cef678226ffc1c5d44",
        "timestamp" : 1526842630000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Geany 1.33\u000aRun tested, plugins load and activate.\u000aPlugins: https://github.com/OpenIndiana/oi-userland/pull/4174\u000a",
        "date" : "2018-05-20 20:57:10 +0200",
        "id" : "c0d84005f2bdd1b8033f74cef678226ffc1c5d44",
        "msg" : "Geany 1.33",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/editor/geany/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/geany/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/geany/geany.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/editor/geany-plugins/geany-plugins.p5m",
          "components/editor/geany-plugins/manifests/sample-manifest.p5m",
          "components/editor/geany-plugins/Makefile"
        ],
        "commitId" : "9833b0742757033e9ca0033dea0eb77dd04f6dcb",
        "timestamp" : 1526843895000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Geany plugins 1.33\u000aRun tested, plugins load and activate.\u000a",
        "date" : "2018-05-20 21:18:15 +0200",
        "id" : "9833b0742757033e9ca0033dea0eb77dd04f6dcb",
        "msg" : "Geany plugins 1.33",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/editor/geany-plugins/geany-plugins.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/geany-plugins/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/editor/geany-plugins/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/ffmpeg/Makefile"
        ],
        "commitId" : "d4569661bbec2515b6e13707b9a4ab6a8e24d9d8",
        "timestamp" : 1526856431000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "ffmpeg: rebuild with libvpx 1.7.0\u000a",
        "date" : "2018-05-21 00:47:11 +0200",
        "id" : "d4569661bbec2515b6e13707b9a4ab6a8e24d9d8",
        "msg" : "ffmpeg: rebuild with libvpx 1.7.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/encumbered/ffmpeg/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/encumbered/vlc/Makefile"
        ],
        "commitId" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
        "timestamp" : 1526856431000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "vlc: rebuild with libvpx 1.7.0\u000a",
        "date" : "2018-05-21 00:47:11 +0200",
        "id" : "da620dcb00a3906dbc743534175aa64e905dd0b4",
        "msg" : "vlc: rebuild with libvpx 1.7.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/encumbered/vlc/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
      "fullName" : "Aurélien Larcher"
    },
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
      "fullName" : "apyhalov"
    }
  ]
}