{
  "_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" : {
        "origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 168,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cbf712155c3d8f427fb6ee48cd7e32fc600371a1",
            "branch" : [
              {
                "SHA1" : "cbf712155c3d8f427fb6ee48cd7e32fc600371a1",
                "name" : "origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cbf712155c3d8f427fb6ee48cd7e32fc600371a1",
            "branch" : [
              {
                "SHA1" : "cbf712155c3d8f427fb6ee48cd7e32fc600371a1",
                "name" : "origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cbf712155c3d8f427fb6ee48cd7e32fc600371a1",
        "branch" : [
          {
            "SHA1" : "cbf712155c3d8f427fb6ee48cd7e32fc600371a1",
            "name" : "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" : "#168",
  "duration" : 547639,
  "estimatedDuration" : 4575817,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #168",
  "id" : "2013-07-03_22-06-43",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 168,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1372889203000,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/168/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/aspell/Makefile",
          "components/aspell/aspell.p5m",
          "components/aspell/aspell.license"
        ],
        "commitId" : "8d43760d44c1f80d38268a21673f5c6f802023c0",
        "timestamp" : 1369497720000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Added aspell component from ec-userland with some customization to make it build.\u000aPlease note, just for now to build aspell with GCC >= 4.6 you should modify your system headers.\u000a\u000aThe following lines should be changed:\u000a/usr/include/stdlib.h:43:#if __cplusplus >= 199711L && !defined(_GNUG)\u000a/usr/include/iso/stdlib_iso.h:62:#if __cplusplus >= 199711L && !defined(__GNUG__)\u000a/usr/include/iso/stdlib_iso.h:76:#if !defined(_SIZE_T) || ( __cplusplus >= 199711L && !defined(__GNUG__))\u000a/usr/include/iso/stdlib_iso.h:131:#if __cplusplus >= 199711L && !defined(__GNUG__)\u000a/usr/include/iso/stdlib_iso.h:151:#if __cplusplus >= 199711L && !defined(__GNUG__)\u000a/usr/include/iso/stdlib_iso.h:168:#if __cplusplus >= 199711L && !defined(__GNUG__)\u000a/usr/include/iso/stdlib_iso.h:208:#if __cplusplus >= 199711L && !defined(__GNUG__)\u000a\u000ait is related to the fix of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773  introduced in GCC 4.6\u000a",
        "date" : "2013-05-25T20:02:00+0400",
        "id" : "8d43760d44c1f80d38268a21673f5c6f802023c0",
        "msg" : "Added aspell component from ec-userland with some customization to make",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/aspell/aspell.license"
          },
          {
            "editType" : "add",
            "file" : "components/aspell/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/aspell/aspell.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/aspell/Makefile",
          "components/aspell/aspell.p5m"
        ],
        "commitId" : "da0cba1a8603f3ff7d326b0d9c9c36a0e07e2d8b",
        "timestamp" : 1370513422000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Modified aspell component to work with UTF-8 in curses.\u000aIt needs fixes from https://www.illumos.org/issues/3787\u000aand https://www.illumos.org/issues/3801 .\u000a",
        "date" : "2013-06-06T14:10:22+0400",
        "id" : "da0cba1a8603f3ff7d326b0d9c9c36a0e07e2d8b",
        "msg" : "Modified aspell component to work with UTF-8 in curses.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/aspell/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/aspell/aspell.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/aspell/Makefile",
          "components/aspell/patches/remove_xose.patch"
        ],
        "commitId" : "c48faeace5bfc19d6fdaa71af385f886c1f68624",
        "timestamp" : 1372870534000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Modified aspell to avoid dependency on _XOPEN_SOURCE_EXTENDED\u000a",
        "date" : "2013-07-03T20:55:34+0400",
        "id" : "c48faeace5bfc19d6fdaa71af385f886c1f68624",
        "msg" : "Modified aspell to avoid dependency on _XOPEN_SOURCE_EXTENDED",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/aspell/patches/remove_xose.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/aspell/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
      "fullName" : "apyhalov"
    }
  ]
}