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 Updating bf5d9f18ed..c1e9c6963a Fast-forward usr/src/cmd/dlutil/Makefile | 4 +- usr/src/cmd/dlutil/dlled.c | 285 ++++++++++++++++++++++++++ usr/src/man/man9e/Makefile | 4 + usr/src/man/man9e/mac_capab_led.9e | 228 +++++++++++++++++++++ usr/src/pkg/manifests/system-kernel.man9e.inc | 2 + usr/src/pkg/manifests/system-network.mf | 1 + usr/src/uts/common/io/dld/dld_drv.c | 99 ++++++++- usr/src/uts/common/io/e1000g/e1000g_main.c | 154 +++++++++++++- usr/src/uts/common/io/e1000g/e1000g_sw.h | 11 +- usr/src/uts/common/io/i40e/i40e_gld.c | 54 +++++ usr/src/uts/common/io/i40e/i40e_sw.h | 7 + usr/src/uts/common/io/igb/igb_gld.c | 70 +++++++ usr/src/uts/common/io/igb/igb_sw.h | 6 + usr/src/uts/common/io/mac/mac.c | 108 ++++++++++ usr/src/uts/common/io/mac/mac_provider.c | 2 + usr/src/uts/common/sys/dld.h | 10 + usr/src/uts/common/sys/mac.h | 13 +- usr/src/uts/common/sys/mac_impl.h | 15 ++ usr/src/uts/common/sys/mac_provider.h | 14 +- 19 files changed, 1080 insertions(+), 7 deletions(-) create mode 100644 usr/src/cmd/dlutil/dlled.c create mode 100644 usr/src/man/man9e/mac_capab_led.9e /bin/mkdir -p /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate cd /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate && \ git checkout -f && \ git clean -f Your branch is ahead of 'origin/master' by 253 commits. (use "git push" to publish your local commits) Removing .downloaded Removing .patched Removing illumos.sh for p in patches/0001-XXX-Add-nlipkg-zone-brand.patch patches/0002-7648-useradd-mod-commands-operate-on-home-special-fi.patch patches/0003-5709-Add-binary-compatibility-with-Solaris-10-update.patch ; do \ /usr/gnu/bin/patch -d /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate -p1 --backup --version-control=numbered < $p; \ done patching file usr/src/lib/libbe/common/libbe_priv.h Hunk #1 succeeded at 74 (offset 1 line). patching file usr/src/cmd/passwd/passwd.c patching file usr/src/head/userdefs.h Hunk #1 succeeded at 49 (offset -2 lines). patching file usr/src/man/man1m/roleadd.1m Hunk #1 succeeded at 134 (offset -2 lines). Hunk #2 succeeded at 154 (offset -2 lines). patching file usr/src/man/man1m/useradd.1m patching file usr/src/lib/libc/port/mapfile-vers Hunk #1 succeeded at 581 (offset 5 lines). /usr/bin/touch /jenkins/jobs/illumos-gate/workspace/components/openindiana/illumos-gate/illumos-gate/.patched 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=\"-nCDmprt\"|' \ -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.17035; \ echo export PKGVERS_BRANCH=2018.0.0.17035) > \ illumos.sh && \ time /usr/bin/env -i /opt/onbld/bin/nightly illumos.sh real 40m56.290s user 242m29.843s sys 112m12.799s 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'