<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginoihipster _class='hudson.plugins.git.util.Build'><buildNumber>4877</buildNumber><marked><SHA1>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</SHA1><branch><SHA1>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></marked><revision><SHA1>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</SHA1><branch><SHA1>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></revision></refsremotesoriginoihipster><originoihipster _class='hudson.plugins.git.util.Build'><buildNumber>3897</buildNumber><marked><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><branch><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><name>origin/oi/hipster</name></branch></marked><revision><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><branch><SHA1>5751b2ff5ccd4825400f4a37a10c38da4a0f23f3</SHA1><name>origin/oi/hipster</name></branch></revision></originoihipster></buildsByBranchName><lastBuiltRevision><SHA1>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</SHA1><branch><SHA1>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</SHA1><name>refs/remotes/origin/oi/hipster</name></branch></lastBuiltRevision><remoteUrl>git://github.com/OpenIndiana/oi-userland.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'><artifactsUrl>https://hipster.openindiana.org/jenkins/job/illumos-gate/4877/artifact</artifactsUrl><changesUrl>https://hipster.openindiana.org/jenkins/job/illumos-gate/changes</changesUrl><displayUrl>https://hipster.openindiana.org/jenkins/job/illumos-gate/4877/</displayUrl><testsUrl>https://hipster.openindiana.org/jenkins/job/illumos-gate/4877/testReport</testsUrl></action><building>false</building><displayName>#4877</displayName><duration>4193498</duration><estimatedDuration>3132375</estimatedDuration><fullDisplayName>illumos-gate #4877</fullDisplayName><id>4877</id><inProgress>false</inProgress><keepLog>false</keepLog><number>4877</number><queueId>791</queueId><result>SUCCESS</result><timestamp>1495757100516</timestamp><url>https://hipster.openindiana.org/jenkins/job/illumos-gate/4877/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/library/openssl/openssl-1.0.2/Makefile</affectedPath><affectedPath>components/library/openssl/openssl-1.0.2/patches/Configure.gcc.patch</affectedPath><affectedPath>components/library/openssl/openssl-1.0.2/engines/pkcs11/e_pk11.c</affectedPath><commitId>d4b6699c32b130bcc11fa37303012ce52a2ff89b</commitId><timestamp>1495717542000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/apyhalov</absoluteUrl><fullName>apyhalov</fullName></author><authorEmail>apyhalov@gmail.com</authorEmail><comment>8261 library/openssl/openssl-1.0.2 build uses cc options with gcc
</comment><date>2017-05-25 16:05:42 +0300</date><id>d4b6699c32b130bcc11fa37303012ce52a2ff89b</id><msg>8261 library/openssl/openssl-1.0.2 build uses cc options with gcc</msg><path><editType>edit</editType><file>components/library/openssl/openssl-1.0.2/Makefile</file></path><path><editType>edit</editType><file>components/library/openssl/openssl-1.0.2/patches/Configure.gcc.patch</file></path><path><editType>edit</editType><file>components/library/openssl/openssl-1.0.2/engines/pkcs11/e_pk11.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/shell/shmux/Makefile</affectedPath><commitId>34b43ac97d2bffc1ac9215d97bb52947708f8bd7</commitId><timestamp>1495724543000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/apyhalov</absoluteUrl><fullName>apyhalov</fullName></author><authorEmail>apyhalov@gmail.com</authorEmail><comment>Fix shmux download link
</comment><date>2017-05-25 18:02:23 +0300</date><id>34b43ac97d2bffc1ac9215d97bb52947708f8bd7</id><msg>Fix shmux download link</msg><path><editType>edit</editType><file>components/shell/shmux/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>doc/vagrant.md</affectedPath><affectedPath>Vagrantfile</affectedPath><commitId>75c55337697026d3bc6c5a1291f34b99cf3b1b94</commitId><timestamp>1495739320000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Fix `--memory` attribute on Linux &amp; other stuff
Changes:
* Fixed memory assignment otherwise, Vagrant would be assigning 
VirtualBox memory in giga bytes, not mega bytes:
```
==&gt; default: Running 'pre-boot' VM customizations... A customization
command failed:
["modifyvm", :id, "--memory", 2]
```
* Use long form of `rsync` option `-z`.
* Fix vCPU assignment on Windows.
* Added requirements for Windows (`ssh`, `rsync`) to documentation.
* Typos.
Tested on openSUSE Leap 42.2 and Windows 10 Pro with latest Vagrant and 
VirtualBox.
</comment><date>2017-05-25 21:08:40 +0200</date><id>75c55337697026d3bc6c5a1291f34b99cf3b1b94</id><msg>Fix `--memory` attribute on Linux &amp; other stuff</msg><path><editType>edit</editType><file>Vagrantfile</file></path><path><editType>edit</editType><file>doc/vagrant.md</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/library/apr-util/Makefile</affectedPath><affectedPath>components/library/apr-util/apr-util-doc.p5m</affectedPath><affectedPath>components/library/apr-util/apr-util-dbd-freetds.p5m</affectedPath><affectedPath>components/library/apr-util/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/library/apr-util/apr-util.p5m</affectedPath><commitId>393c7aa4dcc069a55b4417fa392e52c96904505b</commitId><timestamp>1495750262000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump apr-util to 1.5.4
</comment><date>2017-05-26 00:11:02 +0200</date><id>393c7aa4dcc069a55b4417fa392e52c96904505b</id><msg>Bump apr-util to 1.5.4</msg><path><editType>edit</editType><file>components/library/apr-util/manifests/sample-manifest.p5m</file></path><path><editType>add</editType><file>components/library/apr-util/apr-util-dbd-freetds.p5m</file></path><path><editType>edit</editType><file>components/library/apr-util/Makefile</file></path><path><editType>edit</editType><file>components/library/apr-util/apr-util.p5m</file></path><path><editType>edit</editType><file>components/library/apr-util/apr-util-doc.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/shell/dash/Makefile</affectedPath><affectedPath>components/shell/dash/patches/01-configure-stat64.patch</affectedPath><commitId>b6ca80a20fb2f5e4e777be54f0bdf34372fde345</commitId><timestamp>1495750294000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Fix dash download link and build as 64-bit
</comment><date>2017-05-26 00:11:34 +0200</date><id>b6ca80a20fb2f5e4e777be54f0bdf34372fde345</id><msg>Fix dash download link and build as 64-bit</msg><path><editType>edit</editType><file>components/shell/dash/Makefile</file></path><path><editType>add</editType><file>components/shell/dash/patches/01-configure-stat64.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/python/numpy/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/python/numpy/patches/01-broken-math-functions.patch</affectedPath><affectedPath>components/python/numpy/numpy-PYVER.p5m</affectedPath><affectedPath>components/python/numpy/Makefile</affectedPath><commitId>7b5e70efd59696debf5910894dc243523dffc296</commitId><timestamp>1495750395000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump numpy to 1.12.1
</comment><date>2017-05-26 00:13:15 +0200</date><id>7b5e70efd59696debf5910894dc243523dffc296</id><msg>Bump numpy to 1.12.1</msg><path><editType>edit</editType><file>components/python/numpy/manifests/sample-manifest.p5m</file></path><path><editType>add</editType><file>components/python/numpy/patches/01-broken-math-functions.patch</file></path><path><editType>edit</editType><file>components/python/numpy/numpy-PYVER.p5m</file></path><path><editType>edit</editType><file>components/python/numpy/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/scientific/openblas/openblas.p5m</affectedPath><affectedPath>components/scientific/openblas/patches/openblas-05-gcc-attribute.patch</affectedPath><affectedPath>components/scientific/openblas/patches/openblas-03-link-flag.patch</affectedPath><affectedPath>components/scientific/openblas/Makefile</affectedPath><affectedPath>components/scientific/openblas/patches/openblas-01-shared-lib.patch</affectedPath><affectedPath>components/scientific/openblas/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/scientific/openblas/patches/openblas-07-missing-num-procs.patch</affectedPath><affectedPath>components/scientific/openblas/patches/openblas-06-rlimit_nproc.patch</affectedPath><commitId>c602d3982914f689edde2e59811aed7d2fe0ba37</commitId><timestamp>1495750975000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump OpenBLAS to 0.2.19
</comment><date>2017-05-26 00:22:55 +0200</date><id>c602d3982914f689edde2e59811aed7d2fe0ba37</id><msg>Bump OpenBLAS to 0.2.19</msg><path><editType>edit</editType><file>components/scientific/openblas/patches/openblas-01-shared-lib.patch</file></path><path><editType>delete</editType><file>components/scientific/openblas/patches/openblas-05-gcc-attribute.patch</file></path><path><editType>delete</editType><file>components/scientific/openblas/patches/openblas-06-rlimit_nproc.patch</file></path><path><editType>edit</editType><file>components/scientific/openblas/openblas.p5m</file></path><path><editType>edit</editType><file>components/scientific/openblas/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/scientific/openblas/Makefile</file></path><path><editType>edit</editType><file>components/scientific/openblas/patches/openblas-03-link-flag.patch</file></path><path><editType>delete</editType><file>components/scientific/openblas/patches/openblas-07-missing-num-procs.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/efl/efl.p5m</affectedPath><affectedPath>components/desktop/e/evas_generic_loaders/evas_generic_loaders.license</affectedPath><affectedPath>components/desktop/e/efl/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/desktop/e/elementary/patches/elementary-01-elementary_run.patch</affectedPath><affectedPath>components/desktop/e/evas_generic_loaders/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/meta-packages/history/history</affectedPath><affectedPath>components/desktop/e/elementary/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/desktop/e/elementary/elementary.license</affectedPath><affectedPath>components/desktop/e/evas_generic_loaders/patches/01-poppler.patch</affectedPath><affectedPath>components/desktop/e/evas_generic_loaders/evas_generic_loaders.p5m</affectedPath><affectedPath>components/desktop/e/evas_generic_loaders/Makefile</affectedPath><affectedPath>components/desktop/e/efl/patches/01-no-epoll.patch</affectedPath><affectedPath>components/desktop/e/efl/Makefile</affectedPath><affectedPath>components/desktop/e/elementary/Makefile</affectedPath><affectedPath>components/desktop/e/elementary/elementary.p5m</affectedPath><commitId>40dff389913abfae557363dcb04a58337d5766de</commitId><timestamp>1495751384000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump efl to 1.18.5
</comment><date>2017-05-26 00:29:44 +0200</date><id>40dff389913abfae557363dcb04a58337d5766de</id><msg>Bump efl to 1.18.5</msg><path><editType>delete</editType><file>components/desktop/e/elementary/patches/elementary-01-elementary_run.patch</file></path><path><editType>delete</editType><file>components/desktop/e/evas_generic_loaders/evas_generic_loaders.license</file></path><path><editType>edit</editType><file>components/desktop/e/efl/Makefile</file></path><path><editType>edit</editType><file>components/desktop/e/efl/efl.p5m</file></path><path><editType>delete</editType><file>components/desktop/e/evas_generic_loaders/Makefile</file></path><path><editType>delete</editType><file>components/desktop/e/elementary/Makefile</file></path><path><editType>delete</editType><file>components/desktop/e/evas_generic_loaders/manifests/sample-manifest.p5m</file></path><path><editType>delete</editType><file>components/desktop/e/elementary/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/desktop/e/efl/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/meta-packages/history/history</file></path><path><editType>delete</editType><file>components/desktop/e/elementary/elementary.license</file></path><path><editType>delete</editType><file>components/desktop/e/elementary/elementary.p5m</file></path><path><editType>delete</editType><file>components/desktop/e/evas_generic_loaders/patches/01-poppler.patch</file></path><path><editType>delete</editType><file>components/desktop/e/evas_generic_loaders/evas_generic_loaders.p5m</file></path><path><editType>edit</editType><file>components/desktop/e/efl/patches/01-no-epoll.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/efl/Makefile</affectedPath><commitId>b72fc51352374d669987911426ca8d7d2e4a3409</commitId><timestamp>1495753994000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Fix missing dependencies in efl
</comment><date>2017-05-26 01:13:14 +0200</date><id>b72fc51352374d669987911426ca8d7d2e4a3409</id><msg>Fix missing dependencies in efl</msg><path><editType>edit</editType><file>components/desktop/e/efl/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/enlightenment/patches/enlightenment-01-configure-eldbus.patch</affectedPath><affectedPath>components/desktop/e/enlightenment/enlightenment.p5m</affectedPath><affectedPath>components/desktop/e/enlightenment/patches/enlightenment-03-check-pie.patch</affectedPath><affectedPath>components/desktop/e/enlightenment/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/desktop/e/enlightenment/Makefile</affectedPath><affectedPath>components/desktop/e/enlightenment/patches/enlightenment-02-e.h.patch</affectedPath><commitId>55cb9516e97584fceea253d112792763a74b4a6b</commitId><timestamp>1495755965000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump enlightenment to 0.21.7
</comment><date>2017-05-26 01:46:05 +0200</date><id>55cb9516e97584fceea253d112792763a74b4a6b</id><msg>Bump enlightenment to 0.21.7</msg><path><editType>edit</editType><file>components/desktop/e/enlightenment/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/desktop/e/enlightenment/enlightenment.p5m</file></path><path><editType>edit</editType><file>components/desktop/e/enlightenment/Makefile</file></path><path><editType>delete</editType><file>components/desktop/e/enlightenment/patches/enlightenment-01-configure-eldbus.patch</file></path><path><editType>delete</editType><file>components/desktop/e/enlightenment/patches/enlightenment-02-e.h.patch</file></path><path><editType>delete</editType><file>components/desktop/e/enlightenment/patches/enlightenment-03-check-pie.patch</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/terminology/terminology.p5m</affectedPath><affectedPath>components/desktop/e/terminology/Makefile</affectedPath><affectedPath>components/desktop/e/terminology/patches/terminology-01-min-max.patch</affectedPath><affectedPath>components/desktop/e/terminology/manifests/sample-manifest.p5m</affectedPath><commitId>67e0ddd498a519efb94b2de0e3fa966c415fc785</commitId><timestamp>1495755965000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump terminology to 1.0
</comment><date>2017-05-26 01:46:05 +0200</date><id>67e0ddd498a519efb94b2de0e3fa966c415fc785</id><msg>Bump terminology to 1.0</msg><path><editType>edit</editType><file>components/desktop/e/terminology/manifests/sample-manifest.p5m</file></path><path><editType>edit</editType><file>components/desktop/e/terminology/terminology.p5m</file></path><path><editType>delete</editType><file>components/desktop/e/terminology/patches/terminology-01-min-max.patch</file></path><path><editType>edit</editType><file>components/desktop/e/terminology/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/rage/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/desktop/e/rage/rage.p5m</affectedPath><affectedPath>components/desktop/e/rage/rage.license</affectedPath><affectedPath>components/desktop/e/rage/Makefile</affectedPath><commitId>6a138157d4144fc9787ff7b13ca8eb1a2ee7d1f5</commitId><timestamp>1495755965000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Add rage 0.2.1
</comment><date>2017-05-26 01:46:05 +0200</date><id>6a138157d4144fc9787ff7b13ca8eb1a2ee7d1f5</id><msg>Add rage 0.2.1</msg><path><editType>add</editType><file>components/desktop/e/rage/rage.license</file></path><path><editType>add</editType><file>components/desktop/e/rage/rage.p5m</file></path><path><editType>add</editType><file>components/desktop/e/rage/Makefile</file></path><path><editType>add</editType><file>components/desktop/e/rage/manifests/sample-manifest.p5m</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/expedite/Makefile</affectedPath><commitId>a6fec50c92ee19f913cb1a3524cd9752471f80b0</commitId><timestamp>1495755965000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Bump expedite to 1.7.10
</comment><date>2017-05-26 01:46:05 +0200</date><id>a6fec50c92ee19f913cb1a3524cd9752471f80b0</id><msg>Bump expedite to 1.7.10</msg><path><editType>edit</editType><file>components/desktop/e/expedite/Makefile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>components/desktop/e/ephoto/manifests/sample-manifest.p5m</affectedPath><affectedPath>components/desktop/e/ephoto/ephoto.license</affectedPath><affectedPath>components/desktop/e/ephoto/Makefile</affectedPath><affectedPath>components/desktop/e/ephoto/ephoto.p5m</affectedPath><commitId>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</commitId><timestamp>1495755965000</timestamp><author><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xen0l</absoluteUrl><fullName>xen0l</fullName></author><authorEmail>xen0l@users.noreply.github.com</authorEmail><comment>Add ephoto
</comment><date>2017-05-26 01:46:05 +0200</date><id>5d5ae3dcc6f5b5e272b8a84a862a89796ced2c5c</id><msg>Add ephoto</msg><path><editType>add</editType><file>components/desktop/e/ephoto/ephoto.p5m</file></path><path><editType>add</editType><file>components/desktop/e/ephoto/Makefile</file></path><path><editType>add</editType><file>components/desktop/e/ephoto/ephoto.license</file></path><path><editType>add</editType><file>components/desktop/e/ephoto/manifests/sample-manifest.p5m</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://hipster.openindiana.org/jenkins/user/apyhalov</absoluteUrl><fullName>apyhalov</fullName><id>apyhalov</id></culprit><culprit><absoluteUrl>https://hipster.openindiana.org/jenkins/user/xenol</absoluteUrl><fullName>xenol</fullName><id>xenol</id></culprit></freeStyleBuild>