{
  "_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" : 13230,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
            "branch" : [
              {
                "SHA1" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
            "branch" : [
              {
                "SHA1" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
                "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" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
        "branch" : [
          {
            "SHA1" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
            "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" : "#13230",
  "duration" : 4555721,
  "estimatedDuration" : 340979,
  "executor" : None,
  "fullDisplayName" : "oi-userland #13230",
  "id" : "13230",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13230,
  "queueId" : 311,
  "result" : "FAILURE",
  "timestamp" : 1746097215616,
  "url" : "https://hipster.openindiana.org/jenkins/job/oi-userland/13230/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/perl/Type-Tiny/.gitignore",
          "components/perl/Type-Tiny/Makefile"
        ],
        "commitId" : "964443fce65aeaf934aa2186ddc1d0ee80c54aa1",
        "timestamp" : 1746096960000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "perl/Type-Tiny: update to 2.008002\u000a\u000a",
        "date" : "2025-05-01 12:56:00 +0200",
        "id" : "964443fce65aeaf934aa2186ddc1d0ee80c54aa1",
        "msg" : "perl/Type-Tiny: update to 2.008002",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/perl/Type-Tiny/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/perl/Type-Tiny/.gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch",
          "components/multimedia/yt-dlp/test/results-all.master",
          "components/multimedia/yt-dlp/manifests/sample-manifest.p5m",
          "components/multimedia/yt-dlp/yt_dlp.p5m",
          "components/multimedia/yt-dlp/Makefile",
          "components/multimedia/yt-dlp/.gitignore"
        ],
        "commitId" : "aa167a4f38374e3d3e259d3b945f9c9bc37f086c",
        "timestamp" : 1746096971000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "multimedia/yt-dlp: update to 2025.4.30\u000a\u000a",
        "date" : "2025-05-01 12:56:11 +0200",
        "id" : "aa167a4f38374e3d3e259d3b945f9c9bc37f086c",
        "msg" : "multimedia/yt-dlp: update to 2025.4.30",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/multimedia/yt-dlp/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/yt-dlp/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/yt-dlp/patches/02-pytest-indirectly.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/yt-dlp/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/yt-dlp/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/multimedia/yt-dlp/yt_dlp.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/cachecontrol/.gitignore",
          "components/python/cachecontrol/manifests/sample-manifest.p5m",
          "components/python/cachecontrol/Makefile",
          "components/python/cachecontrol/cachecontrol-PYVER.p5m"
        ],
        "commitId" : "a1cac378bfb2fc3edf9c25a9660516c0f23dee19",
        "timestamp" : 1746096983000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/cachecontrol: update to 0.14.3\u000a\u000a",
        "date" : "2025-05-01 12:56:23 +0200",
        "id" : "a1cac378bfb2fc3edf9c25a9660516c0f23dee19",
        "msg" : "python/cachecontrol: update to 0.14.3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/cachecontrol/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "components/python/cachecontrol/cachecontrol-PYVER.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/cachecontrol/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/cachecontrol/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/humanize/test/results-all.master",
          "components/python/humanize/Makefile",
          "components/python/humanize/.gitignore"
        ],
        "commitId" : "4ce15890df7034ef455295eb8c3b03de05e4e2ee",
        "timestamp" : 1746096993000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/humanize: update to 4.12.3\u000a\u000a",
        "date" : "2025-05-01 12:56:33 +0200",
        "id" : "4ce15890df7034ef455295eb8c3b03de05e4e2ee",
        "msg" : "python/humanize: update to 4.12.3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/humanize/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "components/python/humanize/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/python/humanize/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/setuptools/patches/02-no-ruff.patch",
          "components/python/setuptools/patches/03-no-pytest-perf.patch",
          "components/python/setuptools/patches/01-unixccompiler.patch",
          "components/python/setuptools/.gitignore",
          "components/python/setuptools/patches/04-test-disable-failing.patch",
          "components/python/setuptools/patches/05-test-no-cov.patch",
          "components/python/setuptools/Makefile"
        ],
        "commitId" : "e18bd64ed47142fd8e3dc6e4eeda12911250e9fc",
        "timestamp" : 1746097007000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/setuptools: update to 80.1.0\u000a\u000a",
        "date" : "2025-05-01 12:56:47 +0200",
        "id" : "e18bd64ed47142fd8e3dc6e4eeda12911250e9fc",
        "msg" : "python/setuptools: update to 80.1.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/patches/02-no-ruff.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/patches/05-test-no-cov.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/patches/03-no-pytest-perf.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/patches/01-unixccompiler.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/patches/04-test-disable-failing.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/termcolor/Makefile",
          "components/python/termcolor/.gitignore",
          "components/python/termcolor/test/results-all.master"
        ],
        "commitId" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
        "timestamp" : 1746097021000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/termcolor: update to 3.1.0\u000a\u000a",
        "date" : "2025-05-01 12:57:01 +0200",
        "id" : "5ffc9b8718596ad9125014e526f66be74355f0d6",
        "msg" : "python/termcolor: update to 3.1.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/termcolor/.gitignore"
          },
          {
            "editType" : "edit",
            "file" : "components/python/termcolor/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/python/termcolor/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}