{
  "_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" : 7002,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "92d68d08d439b7290199cc133ddb890c19f088a8",
            "branch" : [
              {
                "SHA1" : "92d68d08d439b7290199cc133ddb890c19f088a8",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "92d68d08d439b7290199cc133ddb890c19f088a8",
            "branch" : [
              {
                "SHA1" : "92d68d08d439b7290199cc133ddb890c19f088a8",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "92d68d08d439b7290199cc133ddb890c19f088a8",
        "branch" : [
          {
            "SHA1" : "92d68d08d439b7290199cc133ddb890c19f088a8",
            "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" : "#7002",
  "duration" : 8524380,
  "estimatedDuration" : 4575817,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #7002",
  "id" : "7002",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 7002,
  "queueId" : 333,
  "result" : "SUCCESS",
  "timestamp" : 1676073910443,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/7002/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/setuptools/Makefile"
        ],
        "commitId" : "c04bf939db0c663c082bdf4136417292fe56383c",
        "timestamp" : 1676015129000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/setuptools: update to 67.2.0\u000a\u000a",
        "date" : "2023-02-10 08:45:29 +0100",
        "id" : "c04bf939db0c663c082bdf4136417292fe56383c",
        "msg" : "python/setuptools: update to 67.2.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/setuptools/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tools/licenses/license.HPND.filter",
          "tools/licenses/license.HPND"
        ],
        "commitId" : "89423630b4c8ad52345695310d73bb2e750f8283",
        "timestamp" : 1676015138000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "tools/license-detector: add HPND\u000a\u000a",
        "date" : "2023-02-10 08:45:38 +0100",
        "id" : "89423630b4c8ad52345695310d73bb2e750f8283",
        "msg" : "tools/license-detector: add HPND",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tools/licenses/license.HPND"
          },
          {
            "editType" : "add",
            "file" : "tools/licenses/license.HPND.filter"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/markdown2/patches/01-no-shebang.patch",
          "components/python/markdown2/pkg5",
          "components/python/markdown2/markdown2-PYVER.p5m",
          "components/python/markdown2/Makefile",
          "components/python/markdown2/manifests/sample-manifest.p5m",
          "components/python/markdown2/python-integrate-project.conf",
          "components/python/markdown2/test/results-all.master"
        ],
        "commitId" : "0d2238852fe4c52d3ae61be9da0b9b60efdea0f3",
        "timestamp" : 1676015147000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add markdown2 python project\u000a\u000a",
        "date" : "2023-02-10 08:45:47 +0100",
        "id" : "0d2238852fe4c52d3ae61be9da0b9b60efdea0f3",
        "msg" : "Add markdown2 python project",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/python/markdown2/markdown2-PYVER.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/markdown2/pkg5"
          },
          {
            "editType" : "add",
            "file" : "components/python/markdown2/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/markdown2/patches/01-no-shebang.patch"
          },
          {
            "editType" : "add",
            "file" : "components/python/markdown2/test/results-all.master"
          },
          {
            "editType" : "add",
            "file" : "components/python/markdown2/python-integrate-project.conf"
          },
          {
            "editType" : "add",
            "file" : "components/python/markdown2/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/pyroma/pkg5",
          "components/python/pyroma/manifests/sample-manifest.p5m",
          "components/python/pyroma/test/results-all.master",
          "components/python/pyroma/pyroma-PYVER.p5m",
          "components/python/pyroma/python-integrate-project.conf",
          "components/python/pyroma/Makefile",
          "components/python/pyroma/patches/01-test-skip-failing.patch"
        ],
        "commitId" : "e7bec207c82b62d28ebe52caa216aece8fd148b5",
        "timestamp" : 1676015157000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add pyroma python project\u000a\u000a",
        "date" : "2023-02-10 08:45:57 +0100",
        "id" : "e7bec207c82b62d28ebe52caa216aece8fd148b5",
        "msg" : "Add pyroma python project",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/python/pyroma/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/python/pyroma/python-integrate-project.conf"
          },
          {
            "editType" : "add",
            "file" : "components/python/pyroma/patches/01-test-skip-failing.patch"
          },
          {
            "editType" : "add",
            "file" : "components/python/pyroma/pkg5"
          },
          {
            "editType" : "add",
            "file" : "components/python/pyroma/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/pyroma/pyroma-PYVER.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/pyroma/test/results-all.master"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/olefile/manifests/sample-manifest.p5m",
          "components/python/olefile/python-integrate-project.conf",
          "components/python/olefile/olefile-PYVER.p5m",
          "components/python/olefile/Makefile",
          "components/python/olefile/pkg5",
          "components/python/olefile/test/results-all.master"
        ],
        "commitId" : "c061e741b5d7d82a1d556435c06f5f981252fe7e",
        "timestamp" : 1676015168000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add olefile python project\u000a\u000a",
        "date" : "2023-02-10 08:46:08 +0100",
        "id" : "c061e741b5d7d82a1d556435c06f5f981252fe7e",
        "msg" : "Add olefile python project",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/python/olefile/python-integrate-project.conf"
          },
          {
            "editType" : "add",
            "file" : "components/python/olefile/olefile-PYVER.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/olefile/pkg5"
          },
          {
            "editType" : "add",
            "file" : "components/python/olefile/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/python/olefile/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/olefile/test/results-all.master"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/pillow-legacy/Makefile",
          "components/python/pillow/Makefile",
          "components/python/pillow-legacy/manifests/sample-manifest.p5m",
          "components/python/pillow/manifests/generic-manifest.p5m",
          "components/python/pillow-legacy/pkg5",
          "components/python/Pillow/history",
          "components/python/Pillow/python-integrate-project.conf",
          "components/python/pillow/manifests/sample-manifest.p5m",
          "components/python/pillow/pkg5",
          "components/python/Pillow/manifests/sample-manifest.p5m",
          "components/python/pillow/pillow-PYVER.p5m",
          "components/python/Pillow/Makefile",
          "components/python/pillow-legacy/test/results-all.master",
          "components/python/pillow-legacy/manifests/generic-manifest.p5m",
          "components/python/pillow/test/results-all.master",
          "components/python/Pillow/patches/01-no-pip-install.patch",
          "components/python/Pillow/Pillow-PYVER.p5m",
          "components/python/pillow-legacy/pillow-PYVER.p5m",
          "components/python/Pillow/pkg5"
        ],
        "commitId" : "4188c4bd7c1fecf92328f656613e4c603d879778",
        "timestamp" : 1676015180000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/Pillow: move from pillow; update to 9.4.0; rebuild to get packages for python 2.7 and 3.5 obsoleted\u000a\u000a",
        "date" : "2023-02-10 08:46:20 +0100",
        "id" : "4188c4bd7c1fecf92328f656613e4c603d879778",
        "msg" : "python/Pillow: move from pillow; update to 9.4.0; rebuild to get packages for python 2.7 and 3.5 obsoleted",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/python/Pillow/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow/pillow-PYVER.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/Pillow/python-integrate-project.conf"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow-legacy/manifests/generic-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow/pkg5"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow-legacy/test/results-all.master"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow/manifests/generic-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow/test/results-all.master"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow-legacy/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/Pillow/pkg5"
          },
          {
            "editType" : "add",
            "file" : "components/python/Pillow/patches/01-no-pip-install.patch"
          },
          {
            "editType" : "add",
            "file" : "components/python/Pillow/Pillow-PYVER.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/python/Pillow/history"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow-legacy/Makefile"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow-legacy/pillow-PYVER.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/python/Pillow/Makefile"
          },
          {
            "editType" : "delete",
            "file" : "components/python/pillow-legacy/pkg5"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/text/hunspell/manifests/sample-manifest.p5m",
          "components/text/hunspell/Makefile",
          "components/text/hunspell/hunspell.p5m",
          "components/text/hunspell/pkg5",
          "components/text/hunspell/test/results-all.master"
        ],
        "commitId" : "14c49cbdd61730057139750c9448e72e94beda14",
        "timestamp" : 1676035746000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update hunspell version: 1.6.2 to 1.7.2\u000a\u000a",
        "date" : "2023-02-10 14:29:06 +0100",
        "id" : "14c49cbdd61730057139750c9448e72e94beda14",
        "msg" : "Update hunspell version: 1.6.2 to 1.7.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/text/hunspell/hunspell.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/text/hunspell/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/text/hunspell/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/text/hunspell/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/text/hunspell/manifests/sample-manifest.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/compizconfig-python/Makefile",
          "components/python/compizconfig-python/python-compizconfig-GENFRAG.p5m",
          "components/python/compizconfig-python/pkg5",
          "components/python/compizconfig-python/python-compizconfig-PYVER.p5m",
          "components/python/compizconfig-python/compizconfig-python.license",
          "components/python/compizconfig-python/manifests/sample-manifest.p5m",
          "components/python/compizconfig-python/history"
        ],
        "commitId" : "3b81c626be9b871d3d2b3715d44dab68dc845a7a",
        "timestamp" : 1676051243000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "python/compizconfig-python: rebuild for python 3.7 and 3.9 and to get packages for python 2.7 and 3.5 obsoleted\u000a\u000a",
        "date" : "2023-02-10 18:47:23 +0100",
        "id" : "3b81c626be9b871d3d2b3715d44dab68dc845a7a",
        "msg" : "python/compizconfig-python: rebuild for python 3.7 and 3.9 and to get packages for python 2.7 and 3.5 obsoleted",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "components/python/compizconfig-python/compizconfig-python.license"
          },
          {
            "editType" : "delete",
            "file" : "components/python/compizconfig-python/python-compizconfig-GENFRAG.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/compizconfig-python/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/python/compizconfig-python/python-compizconfig-PYVER.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/compizconfig-python/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/python/compizconfig-python/history"
          },
          {
            "editType" : "edit",
            "file" : "components/python/compizconfig-python/manifests/sample-manifest.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/database/mariadb-106/Makefile"
        ],
        "commitId" : "78e83b72764a02cf72ad1fa02ff4a40175be0b76",
        "timestamp" : 1676051253000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add initial support for SPARC to mariadb-106\u000a\u000a",
        "date" : "2023-02-10 18:47:33 +0100",
        "id" : "78e83b72764a02cf72ad1fa02ff4a40175be0b76",
        "msg" : "Add initial support for SPARC to mariadb-106",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/database/mariadb-106/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/mail/thunderbird/Makefile"
        ],
        "commitId" : "83c3973c77ffa8ffb527e4f3ce63ea185d7fc2e0",
        "timestamp" : 1676056372000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "thunderbird: update to 102.7.2\u000a\u000a",
        "date" : "2023-02-10 20:12:52 +0100",
        "id" : "83c3973c77ffa8ffb527e4f3ce63ea185d7fc2e0",
        "msg" : "thunderbird: update to 102.7.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/mail/thunderbird/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/developer/pkgconf/Makefile"
        ],
        "commitId" : "e02c0e5d712c12335aee6f1970e0ec47042e9b1c",
        "timestamp" : 1676056385000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "pkgconf: update to 1.9.4\u000a\u000a",
        "date" : "2023-02-10 20:13:05 +0100",
        "id" : "e02c0e5d712c12335aee6f1970e0ec47042e9b1c",
        "msg" : "pkgconf: update to 1.9.4",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/developer/pkgconf/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/text/hunspell/patches/04-gettext.patch",
          "components/text/hunspell/pkg5",
          "components/text/hunspell/patches/01-ncurses.patch"
        ],
        "commitId" : "78b3f64e2e56d4161cb75868a280e28efb751b5d",
        "timestamp" : 1676057120000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "hunspell: remove outdated patches (#10959)\u000a\u000a",
        "date" : "2023-02-10 20:25:20 +0100",
        "id" : "78b3f64e2e56d4161cb75868a280e28efb751b5d",
        "msg" : "hunspell: remove outdated patches (#10959)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/text/hunspell/pkg5"
          },
          {
            "editType" : "delete",
            "file" : "components/text/hunspell/patches/01-ncurses.patch"
          },
          {
            "editType" : "delete",
            "file" : "components/text/hunspell/patches/04-gettext.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/libcompizconfig/Makefile",
          "components/desktop/libcompizconfig/manifests/sample-manifest.p5m",
          "components/desktop/libcompizconfig/pkg5",
          "components/desktop/libcompizconfig/libcompizconfig.p5m"
        ],
        "commitId" : "9582ff1949c0c62fc052b78c2a0d2d040a8da1c2",
        "timestamp" : 1676061280000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "libcompizconfig: fix build and metadata\u000a\u000a",
        "date" : "2023-02-10 21:34:40 +0100",
        "id" : "9582ff1949c0c62fc052b78c2a0d2d040a8da1c2",
        "msg" : "libcompizconfig: fix build and metadata",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/libcompizconfig/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/libcompizconfig/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/libcompizconfig/libcompizconfig.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/libcompizconfig/manifests/sample-manifest.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/network/autossh/autossh.p5m",
          "components/network/autossh/manifests/sample-manifest.p5m",
          "components/network/autossh/Makefile"
        ],
        "commitId" : "7f565aca9aa25cc8b16db4447f4d0e9411459211",
        "timestamp" : 1676063241000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "autossh: switch to 64 bit and update meta data\u000a\u000a",
        "date" : "2023-02-10 22:07:21 +0100",
        "id" : "7f565aca9aa25cc8b16db4447f4d0e9411459211",
        "msg" : "autossh: switch to 64 bit and update meta data",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/network/autossh/autossh.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/network/autossh/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/network/autossh/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/libpugixml/manifests/sample-manifest.p5m",
          "components/library/libpugixml/pugixml.p5m",
          "components/library/libpugixml/patches/01-pkgconfig64.patch",
          "components/library/libpugixml/Makefile",
          "components/library/libpugixml/pkg5"
        ],
        "commitId" : "f55b231c4c5b1ad9fad892b8d6cdbfaababd9bf3",
        "timestamp" : 1676064122000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "pugixml: update to 1.13\u000a\u000a",
        "date" : "2023-02-10 22:22:02 +0100",
        "id" : "f55b231c4c5b1ad9fad892b8d6cdbfaababd9bf3",
        "msg" : "pugixml: update to 1.13",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/library/libpugixml/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libpugixml/pkg5"
          },
          {
            "editType" : "delete",
            "file" : "components/library/libpugixml/patches/01-pkgconfig64.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libpugixml/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libpugixml/pugixml.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/pystring/Makefile",
          "components/library/pystring/patches/01-Makefile.patch",
          "components/library/pystring/test/results-all.master",
          "components/library/pystring/pkg5"
        ],
        "commitId" : "acc946c17ecda5e0678a84d1bde74fa5d02d9a21",
        "timestamp" : 1676066007000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "pystring: update to 1.1.4, fix CLASSIFICATION, and provide test results\u000a\u000a",
        "date" : "2023-02-10 22:53:27 +0100",
        "id" : "acc946c17ecda5e0678a84d1bde74fa5d02d9a21",
        "msg" : "pystring: update to 1.1.4, fix CLASSIFICATION, and provide test results",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/library/pystring/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/library/pystring/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/library/pystring/patches/01-Makefile.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/library/pystring/pkg5"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/netpbm/netpbm.license",
          "components/library/netpbm/manifests/sample-manifest.p5m",
          "components/library/netpbm/Makefile",
          "components/library/netpbm/netpbm-bins.p5m",
          "components/library/netpbm/netpbm-libs.p5m",
          "components/library/netpbm/pkg5",
          "components/library/netpbm/test/results-all.master",
          "components/library/netpbm/files/config.mk",
          "components/library/netpbm/netpbm.p5m"
        ],
        "commitId" : "92d68d08d439b7290199cc133ddb890c19f088a8",
        "timestamp" : 1676066200000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "netpbm - new package version 10.73.42\u000a\u000a",
        "date" : "2023-02-10 22:56:40 +0100",
        "id" : "92d68d08d439b7290199cc133ddb890c19f088a8",
        "msg" : "netpbm - new package version 10.73.42",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/library/netpbm/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/netpbm.license"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/netpbm-libs.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/pkg5"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/test/results-all.master"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/netpbm.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/files/config.mk"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/library/netpbm/netpbm-bins.p5m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}