gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /jenkins/jobs/oi-userland/workspace/tools/userland-fetch --file /data/userland-archives/sshfs-2.9.tar.gz --url https://github.com/libfuse/sshfs/releases/download/sshfs-2.9/sshfs-2.9.tar.gz --hash sha256:7f689174d02e6b7e2631306fda4fb8e6b4483102d1bce82b3cdafba33369ad22 --sigurl https://github.com/libfuse/sshfs/releases/download/sshfs-2.9/sshfs-2.9.tar.gz.asc Source /data/userland-archives/sshfs-2.9.tar.gz... not found, skipping file copy Source https://github.com/libfuse/sshfs/releases/download/sshfs-2.9/sshfs-2.9.tar.gz... downloading... validating signature... ok validating hash... invalid hash! expected: sha256:7f689174d02e6b7e2631306fda4fb8e6b4483102d1bce82b3cdafba33369ad22 actual: sha256:46d1e1287ce97255fcb50010355184d8c5585329f73ab1e755217419a8e6e5de payload: sha256:de3471247e4642f1fdfd42af2a11cf20681ca7105ae8edd2b5200f239f67d95d /usr/bin/touch /data/userland-archives/sshfs-2.9.tar.gz /bin/rm -f -r /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9 /usr/bin/env RUBY_VERSION=2.3 /jenkins/jobs/oi-userland/workspace/tools/userland-unpack /data/userland-archives/sshfs-2.9.tar.gz /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/.unpacked /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/.prep (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86) (cd /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/4.9/bin/gcc" CXX="/usr/gcc/4.9/bin/g++" F77="/usr/gcc/4.9/bin/gfortran" FC="/usr/gcc/4.9/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32" FFLAGS=" -m32" FCFLAGS="-m32" LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/configure CC="/usr/gcc/4.9/bin/gcc" CXX="/usr/gcc/4.9/bin/g++" F77="/usr/gcc/4.9/bin/gfortran" FC="/usr/gcc/4.9/bin/gfortran" CFLAGS="-m32 -O3 " CXXFLAGS=" -m32" FFLAGS=" -m32" FCFLAGS="-m32" LDFLAGS="-m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/lib --sbindir=/usr/sbin ) checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking target system type... i386-pc-solaris2.11 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/gcc/4.9/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/gcc/4.9/bin/gcc accepts -g... yes checking for /usr/gcc/4.9/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/4.9/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/gcc/4.9/bin/gcc... gcc3 checking for library containing dlsym... none required checking OpenSSH version... 7.4 >= 4.4, disabling NODELAY workaround checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SSHFS... yes checking for fuse_opt_parse... yes checking for fusermount... fusermount -u checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86/.configured (cd /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' /usr/gnu/bin/make all-am make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' /usr/gcc/4.9/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9 -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/lib\" -DIDMAP_DEFAULT="\"none\"" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_PTHREADS -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -m32 -O3 -Wall -W -MT sshfs-sshfs.o -MD -MP -MF .deps/sshfs-sshfs.Tpo -c -o sshfs-sshfs.o `test -f 'sshfs.c' || echo '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/'`sshfs.c /usr/gcc/4.9/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9 -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/lib\" -DIDMAP_DEFAULT="\"none\"" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_PTHREADS -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -m32 -O3 -Wall -W -MT sshfs-cache.o -MD -MP -MF .deps/sshfs-cache.Tpo -c -o sshfs-cache.o `test -f 'cache.c' || echo '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/'`cache.c /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/cache.c: In function ‘cache_clean’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/cache.c:76:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (now > cache.last_cleaned + cache.min_clean_interval_secs && ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/cache.c:78:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] now > cache.last_cleaned + cache.clean_interval_secs)) { ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘do_write’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:1232:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((unsigned) res < iov->iov_len) { ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘buf_to_iov’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:1254:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] iov->iov_base = buf->p; ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘sshfs_fsync’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:2645:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sshfs_flush(path, fi)) ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘main’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:3955:2: warning: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations] g_thread_init(NULL); ^ mv -f .deps/sshfs-cache.Tpo .deps/sshfs-cache.Po mv -f .deps/sshfs-sshfs.Tpo .deps/sshfs-sshfs.Po /usr/gcc/4.9/bin/gcc -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_PTHREADS -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -m32 -O3 -Wall -W -m32 -o sshfs sshfs-sshfs.o sshfs-cache.o -lfuse -lxnet -lgthread-2.0 -lpthread -lglib-2.0 make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86/.built (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64) (cd /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64 ; /usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/4.9/bin/gcc" CXX="/usr/gcc/4.9/bin/g++" F77="/usr/gcc/4.9/bin/gfortran" FC="/usr/gcc/4.9/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64" FFLAGS=" -m64" FCFLAGS="-m64" LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" "ac_cv_func_realloc_0_nonnull=yes" /bin/bash \ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/configure CC="/usr/gcc/4.9/bin/gcc" CXX="/usr/gcc/4.9/bin/g++" F77="/usr/gcc/4.9/bin/gfortran" FC="/usr/gcc/4.9/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64" FFLAGS=" -m64" FCFLAGS="-m64" LDFLAGS="-m64" PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin/amd64 --libdir=/usr/lib/amd64 --sbindir=/usr/sbin/amd64 ) checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking target system type... i386-pc-solaris2.11 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/gcc/4.9/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/gcc/4.9/bin/gcc accepts -g... yes checking for /usr/gcc/4.9/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/4.9/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/gcc/4.9/bin/gcc... gcc3 checking for library containing dlsym... none required checking OpenSSH version... 7.4 >= 4.4, disabling NODELAY workaround checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SSHFS... yes checking for fuse_opt_parse... yes checking for fusermount... fusermount -u checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" "ac_cv_func_realloc_0_nonnull=yes" \ /usr/gnu/bin/make -j4 \ ) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' /usr/gnu/bin/make all-am make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' /usr/gcc/4.9/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9 -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/lib/amd64\" -DIDMAP_DEFAULT="\"none\"" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_PTHREADS -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/fuse -m64 -O3 -Wall -W -MT sshfs-sshfs.o -MD -MP -MF .deps/sshfs-sshfs.Tpo -c -o sshfs-sshfs.o `test -f 'sshfs.c' || echo '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/'`sshfs.c /usr/gcc/4.9/bin/gcc -DHAVE_CONFIG_H -I. -I/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9 -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/lib/amd64\" -DIDMAP_DEFAULT="\"none\"" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_PTHREADS -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/fuse -m64 -O3 -Wall -W -MT sshfs-cache.o -MD -MP -MF .deps/sshfs-cache.Tpo -c -o sshfs-cache.o `test -f 'cache.c' || echo '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/'`cache.c /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘buf_to_iov’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:1254:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] iov->iov_base = buf->p; ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘sshfs_fsync’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:2645:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sshfs_flush(path, fi)) ^ /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c: In function ‘main’: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.c:3955:2: warning: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations] g_thread_init(NULL); ^ mv -f .deps/sshfs-cache.Tpo .deps/sshfs-cache.Po mv -f .deps/sshfs-sshfs.Tpo .deps/sshfs-sshfs.Po /usr/gcc/4.9/bin/gcc -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_PTHREADS -I/usr/include/glib-2.0 -I/usr/lib/amd64/glib-2.0/include -I/usr/include/fuse -m64 -O3 -Wall -W -m64 -o sshfs sshfs-sshfs.o sshfs-cache.o -L/usr/lib/amd64 -lfuse -lxnet -lgthread-2.0 -lpthread -lglib-2.0 make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64/.built (cd /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/bin' /usr/bin/ginstall -c sshfs '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/bin' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.1 '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/share/man/man1' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/i86/.installed (cd /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" LD_EXEC_OPTIONS="-z aslr=disable" /usr/gnu/bin/make \ DESTDIR=/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/bin/amd64' /usr/bin/ginstall -c sshfs '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/bin/amd64' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/network/sshfs/sshfs-2.9/sshfs.1 '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/usr/share/man/man1' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/amd64/.installed /usr/bin/pkgmogrify -D PERL_ARCH=i86pc-solaris-64int -D PERL_VERSION=5.22 -D PG_VERSION=9.4 -D PG_VERNUM=94 -D PG_BASEPKG=database/postgres-94 -D MYSQL_VERSION=10.1 -D MYSQL_VERNUM=101 -D MYSQL_BASEPKG=database/mariadb-101 -D MACH=i386 -D MACH32=i86 -D MACH64=amd64 -D PUBLISHER=openindiana.org -D PUBLISHER_LOCALIZABLE=userland-localizable -D CONSOLIDATION=userland -D BUILD_VERSION=5.11-2017.0.0.0 -D SOLARIS_VERSION=2.11 -D OS_VERSION=5.11 -D PKG_SOLARIS_VERSION=5.11 -D HUMAN_VERSION= -D IPS_COMPONENT_VERSION=2.9 -D COMPONENT_VERSION=2.9 -D COMPONENT_PROJECT_URL=https://github.com/libfuse/sshfs -D COMPONENT_ARCHIVE_URL=https://github.com/libfuse/sshfs/releases/download/sshfs-2.9/sshfs-2.9.tar.gz -D COMPONENT_HG_URL= -D COMPONENT_HG_REV= -D COMPONENT_NAME=sshfs -D COMPONENT_FMRI=network/sshfs -D COMPONENT_LICENSE_FILE=COPYING -D TPNO= -D USERLAND_GIT_REMOTE=git://github.com/OpenIndiana/oi-userland.git -D USERLAND_GIT_BRANCH=HEAD -D USERLAND_GIT_REV=f66a154f66f79f61f37a4831863fa78ad8be8fa6 -D PYTHON_2.7_ONLY=# -D PYTHON_3.4_ONLY=# -D COMPONENT_SUMMARY="A network filesystem client to connect to SSH servers" -D COMPONENT_CLASSIFICATION="org.opensolaris.category.2008:System/Libraries" -D COMPONENT_DESCRIPTION="" -D COMPONENT_LICENSE="GPLv2" sshfs.p5m \ /jenkins/jobs/oi-userland/workspace/transforms/license-changes /jenkins/jobs/oi-userland/workspace/transforms/variant-cleanup /jenkins/jobs/oi-userland/workspace/transforms/autopyc /jenkins/jobs/oi-userland/workspace/transforms/defaults /jenkins/jobs/oi-userland/workspace/transforms/actuators /jenkins/jobs/oi-userland/workspace/transforms/devel /jenkins/jobs/oi-userland/workspace/transforms/docs /jenkins/jobs/oi-userland/workspace/transforms/locale /jenkins/jobs/oi-userland/workspace/transforms/python-3-soabi /jenkins/jobs/oi-userland/workspace/transforms/libtool-drop /jenkins/jobs/oi-userland/workspace/transforms/ignore-libs /jenkins/jobs/oi-userland/workspace/transforms/publish-cleanup | \ sed -e '/^$/d' -e '/^#.*$/d' | uniq >/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.mogrified /jenkins/jobs/oi-userland/workspace/tools/userland-mangler -D /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs -d sshfs-2.9 -m /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.mogrified >/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.mangled /usr/bin/pkgdepend generate -m -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs -d sshfs-2.9 /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.mangled >/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.depend /usr/bin/pkgdepend resolve -m /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.depend /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/.resolved-i386 VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.depend.res /usr/bin/env PYTHONPATH=/jenkins/jobs/oi-userland/workspace/tools/python PROTO_PATH="/jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/mangled /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386 /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build /jenkins/jobs/oi-userland/workspace/components/network/sshfs sshfs-2.9" \ /bin/true \ -f /jenkins/jobs/oi-userland/workspace/tools/pkglintrc /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.depend.res /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/.linted-i386 /bin/cp -f /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.depend.res /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.pre-published NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO /usr/bin/pkgsend -s /jenkins/jobs/oi-userland/workspace/i386/repo publish --fmri-in-manifest -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build -d /jenkins/jobs/oi-userland/workspace/components/network/sshfs -d sshfs-2.9 -T \*.py /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.pre-published pkg://openindiana.org/network/sshfs@2.9,5.11-2017.0.0.0:20171206T223127Z PUBLISHED /usr/bin/pkgfmt /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/manifest-i386-sshfs.published /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/.published-i386 /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/sshfs/build/.pre-published-i386 gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/sshfs'