{
  "_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" : 6894,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
            "branch" : [
              {
                "SHA1" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
            "branch" : [
              {
                "SHA1" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
        "branch" : [
          {
            "SHA1" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
            "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" : "#6894",
  "duration" : 5198545,
  "estimatedDuration" : 4572218,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #6894",
  "id" : "6894",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 6894,
  "queueId" : 1403,
  "result" : "SUCCESS",
  "timestamp" : 1666483548513,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/6894/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/setup.py.mk"
        ],
        "commitId" : "6aefa37c31232291c87d0fb94ac023408ed286a4",
        "timestamp" : 1666418269000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "setup.py.mk: add back installation ordering for Python versions\u000a\u000a",
        "date" : "2022-10-22 07:57:49 +0200",
        "id" : "6aefa37c31232291c87d0fb94ac023408ed286a4",
        "msg" : "setup.py.mk: add back installation ordering for Python versions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/setup.py.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/text/hunspell-pl/Makefile"
        ],
        "commitId" : "cdbf14c4a7df3257f565255c0d90ba5a3d7d1bec",
        "timestamp" : 1666418279000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "hunspell-pl: update to 20220801\u000a\u000a",
        "date" : "2022-10-22 07:57:59 +0200",
        "id" : "cdbf14c4a7df3257f565255c0d90ba5a3d7d1bec",
        "msg" : "hunspell-pl: update to 20220801",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/text/hunspell-pl/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tools/userland-fetch",
          "doc/userland-tools.md"
        ],
        "commitId" : "222cf2ba62b42cdf4cf076b7939d0df7768f44f8",
        "timestamp" : 1666423774000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "userland-fetch: improvements for downloading and hashing\u000a\u000aHASH_DIR support: search for an envvar HASH_DIR, a hashes/ directory in\u000athe directory of --file, or a hashes/ the current directory. If found, look\u000ainside the files in that directory for checksums in the format outputted by\u000asha256sum. Checksum files will be used if --hash is not provided.\u000a\u000apartial downloads: any cancelled download leaves a .part file, which can\u000abe continued later if the server supports it, or will be overwritten if not.\u000a\u000aretrying: if there is a retryable network error, userland-fetch will try\u000ato continue the download once or twice before quitting.\u000a\u000asecurity tests: fail on unsecured, unhashed download with no signature.\u000a\u000aRemoved deprecated splithost and splittype commands.\u000a\u000aAdded -n/--need-hash option: userland-fetch will exit if a hash cannot be found\u000afor the file.\u000aAdded -N/--need-sig option: userland-fetch will exit if a signature cannot be\u000afound for the file, cannot be checked, or fails validation.\u000a\u000aAdded -g/--get-hashes option: userland-fetch will look for remote hash\u000afiles, and download them if there aren't any local copies.\u000aAdded -G/--get-sigs option: userland-fetch will look for remote\u000asignatures and download them, overwriting local copies.\u000aAdded -c/--clobber-hash option: userland-fetch will replace files in\u000aHASH_DIR with new files, if found (the same way as -g/--get-hashes).\u000a\u000aIf things get too strict, set the envvar ALLOW_UNVERIFIED_DOWNLOADS=yes\u000ato skip some validation steps.\u000a",
        "date" : "2022-10-22 09:29:34 +0200",
        "id" : "222cf2ba62b42cdf4cf076b7939d0df7768f44f8",
        "msg" : "userland-fetch: improvements for downloading and hashing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tools/userland-fetch"
          },
          {
            "editType" : "edit",
            "file" : "doc/userland-tools.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/perl/Log-Log4perl/Makefile"
        ],
        "commitId" : "f5f899d04bcab0d90aa303e733ea2da4f43bc185",
        "timestamp" : 1666423787000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "perl/Log-Log4perl: update to 1.57\u000a\u000a",
        "date" : "2022-10-22 09:29:47 +0200",
        "id" : "f5f899d04bcab0d90aa303e733ea2da4f43bc185",
        "msg" : "perl/Log-Log4perl: update to 1.57",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/perl/Log-Log4perl/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/barman/manifests/sample-manifest.p5m",
          "components/python/barman/patches/01-O_DIRECTORY.patch",
          "components/python/barman/barman.p5m",
          "components/python/barman/Makefile"
        ],
        "commitId" : "427b9fb039ba963399dc88326fb34a33109a9bc4",
        "timestamp" : 1666423805000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "barman: update to 3.2.0 and drop O_DIRECTORY patch\u000a\u000a",
        "date" : "2022-10-22 09:30:05 +0200",
        "id" : "427b9fb039ba963399dc88326fb34a33109a9bc4",
        "msg" : "barman: update to 3.2.0 and drop O_DIRECTORY patch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/barman/barman.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/python/barman/patches/01-O_DIRECTORY.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/python/barman/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/python/barman/manifests/sample-manifest.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/mail/claws-mail/Makefile",
          "components/mail/claws-mail/pkg5",
          "components/mail/claws-mail/claws-mail.p5m",
          "components/mail/claws-mail/patches/02-git_version.patch",
          "components/mail/claws-mail/manifests/sample-manifest.p5m"
        ],
        "commitId" : "eaea6593537a548e3db4bc635af78f4da6d93b86",
        "timestamp" : 1666431425000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "claws-mail: update to 4.1.1\u000a\u000a",
        "date" : "2022-10-22 11:37:05 +0200",
        "id" : "eaea6593537a548e3db4bc635af78f4da6d93b86",
        "msg" : "claws-mail: update to 4.1.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/mail/claws-mail/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/mail/claws-mail/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/mail/claws-mail/patches/02-git_version.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/mail/claws-mail/claws-mail.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/mail/claws-mail/manifests/sample-manifest.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/psycopg2/manifests/sample-manifest.p5m",
          "components/python/psycopg2/pkg5",
          "components/python/psycopg2/Makefile",
          "components/python/psycopg2/psycopg2-PYVER.p5m"
        ],
        "commitId" : "477bff521ab61e7060f40934fe0ca5c77161f997",
        "timestamp" : 1666432452000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "psycopg2: update to 2.9.4 and drop 32 bit\u000a\u000a",
        "date" : "2022-10-22 11:54:12 +0200",
        "id" : "477bff521ab61e7060f40934fe0ca5c77161f997",
        "msg" : "psycopg2: update to 2.9.4 and drop 32 bit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/psycopg2/psycopg2-PYVER.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/psycopg2/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/psycopg2/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/python/psycopg2/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/makemaker.mk",
          "make-rules/setup.py.mk"
        ],
        "commitId" : "5d7921def96ff17eb82de892b2c264dcc5955b6d",
        "timestamp" : 1666444898000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "make-rules: use versioned test dir for perl and python\u000a\u000a",
        "date" : "2022-10-22 15:21:38 +0200",
        "id" : "5d7921def96ff17eb82de892b2c264dcc5955b6d",
        "msg" : "make-rules: use versioned test dir for perl and python",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/setup.py.mk"
          },
          {
            "editType" : "edit",
            "file" : "make-rules/makemaker.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/setup.py.mk",
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "792915898df78ad6f978c4029705eefb7658bbc0",
        "timestamp" : 1666444907000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "setup.py.mk: support for tox testing\u000a\u000a",
        "date" : "2022-10-22 15:21:47 +0200",
        "id" : "792915898df78ad6f978c4029705eefb7658bbc0",
        "msg" : "setup.py.mk: support for tox testing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          },
          {
            "editType" : "edit",
            "file" : "make-rules/setup.py.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/text/diffstat/diffstat.p5m",
          "components/text/diffstat/manifests/sample-manifest.p5m",
          "components/text/diffstat/test/results-64.master",
          "components/text/diffstat/test/results-all.master",
          "components/text/diffstat/Makefile"
        ],
        "commitId" : "9a4c82f815409aa12d6a38c3a68e59f2f1944c2d",
        "timestamp" : 1666446693000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "diffstat: update to 1.65\u000a\u000a",
        "date" : "2022-10-22 15:51:33 +0200",
        "id" : "9a4c82f815409aa12d6a38c3a68e59f2f1944c2d",
        "msg" : "diffstat: update to 1.65",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/text/diffstat/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/text/diffstat/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/text/diffstat/diffstat.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/text/diffstat/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/text/diffstat/test/results-64.master"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/dmenu/pkg5",
          "components/desktop/dmenu/manifests/sample-manifest.p5m",
          "components/desktop/dmenu/Makefile",
          "components/desktop/dmenu/dmenu.p5m"
        ],
        "commitId" : "9fbeac14367634202d50235708e16c83376a3d7c",
        "timestamp" : 1666446708000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "dmenu: update to 5.2\u000a\u000a",
        "date" : "2022-10-22 15:51:48 +0200",
        "id" : "9fbeac14367634202d50235708e16c83376a3d7c",
        "msg" : "dmenu: update to 5.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/dmenu/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/dmenu/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/dmenu/dmenu.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/dmenu/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/text/datamash/test/results-all.master",
          "components/text/datamash/Makefile",
          "components/text/datamash/manifests/sample-manifest.p5m",
          "components/text/datamash/pkg5",
          "components/text/datamash/datamash.p5m"
        ],
        "commitId" : "253a512897ceeea3e78f627da4ff68dfcb006b59",
        "timestamp" : 1666449485000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "datamash: update to 1.8 and provide test results\u000a\u000a",
        "date" : "2022-10-22 16:38:05 +0200",
        "id" : "253a512897ceeea3e78f627da4ff68dfcb006b59",
        "msg" : "datamash: update to 1.8 and provide test results",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/text/datamash/datamash.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/text/datamash/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/text/datamash/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/text/datamash/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/text/datamash/test/results-all.master"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/x11/xterm/Makefile"
        ],
        "commitId" : "895c15ee09218a570a45177bd761039e7c68717e",
        "timestamp" : 1666458951000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "xterm: update to 374\u000a\u000a",
        "date" : "2022-10-22 19:15:51 +0200",
        "id" : "895c15ee09218a570a45177bd761039e7c68717e",
        "msg" : "xterm: update to 374",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/x11/xterm/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/database/postgresql-14-citus/Makefile"
        ],
        "commitId" : "6ba9a5da09e5ce3299189cf7ac4b59559ddbbf2f",
        "timestamp" : 1666458967000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "citus: update to 11.1.3\u000a\u000a",
        "date" : "2022-10-22 19:16:07 +0200",
        "id" : "6ba9a5da09e5ce3299189cf7ac4b59559ddbbf2f",
        "msg" : "citus: update to 11.1.3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/database/postgresql-14-citus/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/web/firefox/Makefile"
        ],
        "commitId" : "d0b55748c12e7f3239755f1f3424ffcc7ca0d6ff",
        "timestamp" : 1666470626000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "firefox: update to 102.4.0\u000a\u000a",
        "date" : "2022-10-22 22:30:26 +0200",
        "id" : "d0b55748c12e7f3239755f1f3424ffcc7ca0d6ff",
        "msg" : "firefox: update to 102.4.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/web/firefox/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/mail/thunderbird/thunderbird.p5m",
          "components/mail/thunderbird/manifests/sample-manifest.p5m",
          "components/mail/thunderbird/Makefile"
        ],
        "commitId" : "777ebb9bbe948ec87a5b6084b6bbd89610161bcd",
        "timestamp" : 1666472478000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "thunderbird: update to 102.4.0\u000a\u000a",
        "date" : "2022-10-22 23:01:18 +0200",
        "id" : "777ebb9bbe948ec87a5b6084b6bbd89610161bcd",
        "msg" : "thunderbird: update to 102.4.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/mail/thunderbird/thunderbird.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/mail/thunderbird/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/mail/thunderbird/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/x11/viewres/manifests/sample-manifest.p5m",
          "components/x11/viewres/viewres.p5m",
          "components/x11/viewres/pkg5",
          "components/x11/viewres/Makefile"
        ],
        "commitId" : "6319d4bba3b830928b5880c2c13affd5b4ae77cc",
        "timestamp" : 1666472490000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "viewres: update to 1.0.7\u000a\u000a",
        "date" : "2022-10-22 23:01:30 +0200",
        "id" : "6319d4bba3b830928b5880c2c13affd5b4ae77cc",
        "msg" : "viewres: update to 1.0.7",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/x11/viewres/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/viewres/viewres.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/viewres/pkg5"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/viewres/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/network/weechat/pkg5",
          "components/network/weechat/Makefile"
        ],
        "commitId" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
        "timestamp" : 1666472578000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "weechat: update to 3.7.1\u000a\u000a",
        "date" : "2022-10-22 23:02:58 +0200",
        "id" : "d3dcbed03a22aaa5d4270703bbd0ab239e5551d5",
        "msg" : "weechat: update to 3.7.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/network/weechat/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/network/weechat/pkg5"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}