gmake[2]: Entering directory '/jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. cd /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate; git pull git://github.com/illumos/illumos-gate.git; \ [ "$(git log -1 --format=%H)" == "$(cat .downloaded)" ] || \ git log -1 --format=%H > .downloaded From git://github.com/illumos/illumos-gate * branch HEAD -> FETCH_HEAD Already up to date. cd /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate && \ cat usr/src/tools/env/illumos.sh | \ (sed \ -e 's|^export NIGHTLY_OPTIONS=.*|export NIGHTLY_OPTIONS=\"-nCDmpt\"|' \ -e 's|^export VERSION=.*|export VERSION=\"$(git log -1 --format=illumos-%h)\"|' \ -e 's|^export CODEMGR_WS=.*|export CODEMGR_WS=\"$PWD\"|' \ -e 's|^export ON_CLOSED_BINS=.*|export ON_CLOSED_BINS=\"/opt/onbld/closed\"|' \ -e 's|^export MULTI_PROTO=.*|export MULTI_PROTO=\"yes\"|'; \ echo export PERL_VERSION=\"5.22\"; \ echo export PERL_PKGVERS=\"-522\"; \ echo export BLD_JAVA_8=; \ echo export CW_NO_SHADOW=1; \ echo export __GNUC=\"\"; \ echo export ONLY_LINT_DEFS=-I\$SPRO_ROOT/sunstudio12.1/prod/include/lint; \ echo export ONNV_BUILDNUM=2018.0.0.17431; \ echo export PKGVERS_BRANCH=2018.0.0.17431) > \ illumos.sh && \ time /usr/bin/env -i /opt/onbld/bin/nightly illumos.sh real 39m0.759s user 237m18.424s sys 119m4.753s gmake[2]: *** [Makefile:85: /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/build/i386/.built] Error 1 gmake[2]: Target 'publish' not remade because of errors. gmake[2]: Leaving directory '/jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate'