{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 11136,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
            "branch" : [
              {
                "SHA1" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
            "branch" : [
              {
                "SHA1" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          }
        },
        "origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 6948,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8328397e99d92e3943442e1bfdfbdb9d37a4fcf8",
            "branch" : [
              {
                "SHA1" : "8328397e99d92e3943442e1bfdfbdb9d37a4fcf8",
                "name" : "origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8328397e99d92e3943442e1bfdfbdb9d37a4fcf8",
            "branch" : [
              {
                "SHA1" : "8328397e99d92e3943442e1bfdfbdb9d37a4fcf8",
                "name" : "origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
        "branch" : [
          {
            "SHA1" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
            "name" : "refs/remotes/origin/oi/hipster"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/OpenIndiana/oi-userland.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#11136",
  "duration" : 1899558,
  "estimatedDuration" : 225138,
  "executor" : None,
  "fullDisplayName" : "oi-userland #11136",
  "id" : "11136",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 11136,
  "queueId" : 1034,
  "result" : "SUCCESS",
  "timestamp" : 1706207463363,
  "url" : "https://hipster.openindiana.org/jenkins/job/oi-userland/11136/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/x11/xbiff/Makefile",
          "components/x11/xbiff/manifests/sample-manifest.p5m",
          "components/x11/xbiff/xbiff.license",
          "components/x11/xbiff/xbiff.p5m",
          "components/x11/xbiff/pkg5"
        ],
        "commitId" : "b09b69b47d323f6ed5fa1eafae1bb0957e4714b8",
        "timestamp" : 1706207251000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "xbiff: update to 1.0.5\u000a\u000a",
        "date" : "2024-01-25 19:27:31 +0100",
        "id" : "b09b69b47d323f6ed5fa1eafae1bb0957e4714b8",
        "msg" : "xbiff: update to 1.0.5",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/x11/xbiff/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/x11/xbiff/xbiff.license"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/xbiff/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/xbiff/xbiff.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/xbiff/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/hexchat/Makefile"
        ],
        "commitId" : "b2322c754a4f178e76f1fddafb2a6d68c72e44da",
        "timestamp" : 1706207265000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "hexchat: disable direct binding to fix Python plugin\u000a\u000aWithout this change if you attempt to load the plugin, it fails\u000ato find __iob from libc:\u000a\u000a/load /usr/lib/amd64/hexchat/plugins/python.so\u000ald.so.1: hexchat: fatal: relocation error: file /usr/lib/amd64/hexchat/plugins/python.so: symbol __iob: referenced symbol not found\u000a\u000aAlso, in COMPONENT_POST_INSTALL ACTION:\u000a - remove unnecessary loop around elfedit commands\u000a - use 'dyn:value -add' so python.so retains a dependency on libc.so.1\u000a",
        "date" : "2024-01-25 19:27:45 +0100",
        "id" : "b2322c754a4f178e76f1fddafb2a6d68c72e44da",
        "msg" : "hexchat: disable direct binding to fix Python plugin",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/hexchat/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/multimedia/gst-plugins-base1/Makefile",
          "components/multimedia/gst-plugins-base1/pkg5",
          "components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m",
          "components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m"
        ],
        "commitId" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
        "timestamp" : 1706207276000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "gst-plugins-base1: update to 1.22.9\u000a\u000a",
        "date" : "2024-01-25 19:27:56 +0100",
        "id" : "a4daa6902aa9c28ee46716d14c72a61994fbbd4e",
        "msg" : "gst-plugins-base1: update to 1.22.9",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/gst-plugins-base1.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/gst-plugins-base1/manifests/sample-manifest.p5m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}