gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /jenkins/jobs/oi-userland/workspace/tools/userland-fetch --file /data/userland-archives/mosh-1.3.2.tar.gz --url https://mosh.mit.edu/mosh-1.3.2.tar.gz --hash sha256:da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216 Source /data/userland-archives/mosh-1.3.2.tar.gz... not found, skipping file copy Source https://mosh.mit.edu/mosh-1.3.2.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok /usr/bin/touch /data/userland-archives/mosh-1.3.2.tar.gz /bin/rm -f -r /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2 /usr/bin/env RUBY_VERSION=2.3 /jenkins/jobs/oi-userland/workspace/tools/userland-unpack /data/userland-archives/mosh-1.3.2.tar.gz /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/.unpacked /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/.prep (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64) (cd /jenkins/jobs/oi-userland/workspace/components/shell/mosh/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/shell/mosh/mosh-1.3.2/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 --libdir=/usr/lib/amd64 --sbindir=/usr/sbin/amd64 --sysconfdir=/etc --enable-examples --enable-completion) 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 whether make supports nested variables... (cached) yes 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 whether we are using the GNU C++ compiler... yes checking whether /usr/gcc/4.9/bin/g++ accepts -g... yes checking dependency style of /usr/gcc/4.9/bin/g++... gcc3 checking for ranlib... ranlib checking for protoc... /usr/bin/protoc checking for ar... ar checking the archiver (ar) interface... ar checking whether C compiler accepts -fno-strict-overflow... yes checking whether C++ compiler accepts -fno-strict-overflow... yes checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes checking whether C++ compiler accepts -D_FORTIFY_SOURCE=2... yes checking whether the linker accepts -fstack-protector-all... yes checking whether C compiler accepts -Wstack-protector... yes checking whether C++ compiler accepts -Wstack-protector... yes checking whether C compiler accepts --param ssp-buffer-size=1... yes checking whether C++ compiler accepts --param ssp-buffer-size=1... yes checking whether C compiler accepts -fPIE... yes checking whether C++ compiler accepts -fPIE... yes checking whether the linker accepts -fPIE -pie... yes checking whether the linker accepts -Wl,-z,relro... no checking whether C++ compiler accepts -fno-default-inline... yes checking whether C++ compiler accepts -pipe... yes checking for library containing utempter_remove_record... no configure: WARNING: Unable to find libutempter; utmp entries will not be made. checking for library containing compress... -lz checking for library containing socket... -lsocket checking for library containing inet_addr... -lnsl checking for library containing clock_gettime... none required checking how to run the C preprocessor... /usr/gcc/4.9/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking pty.h usability... no checking pty.h presence... no checking for pty.h... no checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking how to run the C++ preprocessor... /usr/gcc/4.9/bin/g++ -E checking memory usability... yes checking memory presence... yes checking for memory... yes checking tr1/memory usability... yes checking tr1/memory presence... yes checking for tr1/memory... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for int64_t... yes checking for pid_t... yes checking for C/C++ restrict keyword... __restrict checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for gettimeofday... yes checking for setrlimit... yes checking for iswprint... yes checking for memchr... yes checking for memset... yes checking for nl_langinfo... yes checking for posix_memalign... yes checking for setenv... yes checking for setlocale... yes checking for sigaction... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strtok... yes checking for strerror... yes checking for strtol... yes checking for wcwidth... yes checking for cfmakeraw... no checking for pselect... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for pledge... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for TINFO... no checking for TINFO... yes checking CommonCrypto/CommonCrypto.h usability... no checking CommonCrypto/CommonCrypto.h presence... no checking for CommonCrypto/CommonCrypto.h... no checking for CRYPTO... yes checking whether forkpty is declared... no checking for library containing forkpty... no checking whether pipe2(..., O_CLOEXEC) is supported... yes checking whether FD_ISSET() argument is const... yes checking whether std::shared_ptr is available... no checking whether std::tr1::shared_ptr is available... yes checking whether clock_gettime() is supported... yes checking whether mach_absolute_time is declared... no checking whether __builtin_ctz is declared... yes checking whether ffs is declared... yes checking whether be64toh is declared... yes checking whether betoh64 is declared... yes checking whether bswap64 is declared... no checking whether __builtin_bswap64 is declared... yes checking whether IP_MTU_DISCOVER is declared... no checking whether IP_RECVTOS is declared... no checking whether __STDC_ISO_10646__ is declared... no configure: WARNING: C library doesn't advertise wchar_t is Unicode (OS X works anyway with workaround). checking whether IUTF8 is declared... no configure: WARNING: No IUTF8 termios mode; character-erase of multibyte character sequence probably does not work properly in canonical mode on this platform. checking for protobuf... yes checking for BASH_COMPLETION... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/crypto/Makefile config.status: creating src/frontend/Makefile config.status: creating src/network/Makefile config.status: creating src/protobufs/Makefile config.status: creating src/statesync/Makefile config.status: creating src/terminal/Makefile config.status: creating src/util/Makefile config.status: creating scripts/Makefile config.status: creating src/examples/Makefile config.status: creating src/tests/Makefile config.status: creating man/Makefile config.status: creating conf/Makefile config.status: creating config.h config.status: executing depfiles commands configure: === Configuration results === configure: Version: 1.3.2 configure: c++ compiler: /usr/gcc/4.9/bin/g++ configure: Warning CXXFLAGS: -Wall configure: Picky CXXFLAGS: configure: Harden CFLAGS: -fno-strict-overflow -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector --param ssp-buffer-size=1 -fPIE configure: ============================= /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/shell/mosh/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/shell/mosh/build/amd64' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' Making all in scripts make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/scripts' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/scripts' Making all in src make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' Making all in protobufs make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' GEN userinput.pb.cc GEN transportinstruction.pb.cc GEN hostinput.pb.cc /usr/gnu/bin/make all-am make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' CXX userinput.pb.o CXX transportinstruction.pb.o CXX hostinput.pb.o AR libmoshprotos.a make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' Making all in util make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/util' CXX timestamp.o CXX locale_utils.o CXX swrite.o CXX select.o CXX pty_compat.o AR libmoshutil.a make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/util' Making all in crypto make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/crypto' CXX base64.o CXX ocb.o CXX crypto.o AR libmoshcrypto.a make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/crypto' Making all in terminal make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/terminal' CXX parseraction.o CXX parser.o CXX terminal.o CXX parserstate.o CXX terminaldispatcher.o CXX terminaldisplay.o CXX terminaldisplayinit.o CXX terminalframebuffer.o CXX terminalfunctions.o CXX terminaluserinput.o AR libmoshterminal.a make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/terminal' Making all in network make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/network' CXX transportfragment.o CXX network.o CXX compressor.o AR libmoshnetwork.a make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/network' Making all in statesync make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/statesync' CXX completeterminal.o CXX user.o AR libmoshstatesync.a make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/statesync' Making all in frontend make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/frontend' CXX mosh-client.o CXX terminaloverlay.o CXX mosh-server.o CXX stmclient.o CXXLD mosh-client /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/src/frontend/mosh-server.cc:894:13: warning: ‘bool print_motd(const char*)’ defined but not used [-Wunused-function] static bool print_motd( const char *filename ) ^ CXXLD mosh-server make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/frontend' Making all in examples make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/examples' CXX ntester-ntester.o CXX encrypt-encrypt.o CXX decrypt-decrypt.o CXX parse-parse.o CXX termemu-termemu.o CXX benchmark-benchmark.o CXXLD encrypt CXXLD decrypt CXXLD parse CXXLD termemu CXXLD benchmark CXXLD ntester make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/examples' Making all in tests make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/tests' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/tests' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' Making all in man make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/man' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/man' Making all in conf make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/conf' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/conf' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/.built (cd /jenkins/jobs/oi-userland/workspace/components/shell/mosh/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/shell/mosh/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' /usr/gnu/bin/make install-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' Making install in scripts make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/scripts' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/scripts' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/bin' /usr/bin/ginstall -c mosh '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/bin' make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/scripts' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/scripts' Making install in src make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' Making install in protobufs make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' /usr/gnu/bin/make install-am make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/protobufs' Making install in util make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/util' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/util' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/util' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/util' Making install in crypto make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/crypto' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/crypto' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/crypto' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/crypto' Making install in terminal make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/terminal' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/terminal' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/terminal' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/terminal' Making install in network make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/network' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/network' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/network' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/network' Making install in statesync make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/statesync' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/statesync' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/statesync' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/statesync' Making install in frontend make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/frontend' CXX mosh-client.o CXXLD mosh-client CXX mosh-server.o /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/src/frontend/mosh-server.cc:894:13: warning: ‘bool print_motd(const char*)’ defined but not used [-Wunused-function] static bool print_motd( const char *filename ) ^ CXXLD mosh-server make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/frontend' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/bin' /usr/bin/ginstall -c mosh-client mosh-server '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/bin' make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/frontend' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/frontend' Making install in examples make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/examples' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/examples' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/examples' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/examples' Making install in tests make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/tests' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/tests' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/tests' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src/tests' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/src' Making install in man make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/man' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/man' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/man/mosh.1 /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/man/mosh-client.1 /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/man/mosh-server.1 '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/share/man/man1' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/man' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/man' Making install in conf make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/conf' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/conf' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/share/bash-completion/completions' /usr/bin/ginstall -c -m 644 /jenkins/jobs/oi-userland/workspace/components/shell/mosh/mosh-1.3.2/conf/bash-completion/completions/mosh '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/usr/share/bash-completion/completions' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/conf' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/conf' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/amd64/.installed /usr/bin/pkgmogrify -D PERL_ARCH=i86pc-solaris-64int -D PERL_VERSION=5.22 -D PG_VERSION=9.3 -D PG_VERNUM=93 -D PG_BASEPKG=database/postgres-93 -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=1.3.2 -D COMPONENT_VERSION=1.3.2 -D COMPONENT_PROJECT_URL=https://mosh.mit.edu/ -D COMPONENT_ARCHIVE_URL=https://mosh.mit.edu/mosh-1.3.2.tar.gz -D COMPONENT_HG_URL= -D COMPONENT_HG_REV= -D COMPONENT_NAME=mosh -D COMPONENT_FMRI=service/network/mosh -D COMPONENT_LICENSE_FILE=mosh.license -D TPNO= -D USERLAND_GIT_REMOTE=git://github.com/OpenIndiana/oi-userland.git -D USERLAND_GIT_BRANCH=HEAD -D USERLAND_GIT_REV=16fa4171c4e296ff381cddc06e2b16a62d9d7165 -D PYTHON_2.7_ONLY=# -D PYTHON_3.4_ONLY=# -D COMPONENT_SUMMARY="Mosh (mobile shell) - Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes (replacement for SSH)." -D COMPONENT_CLASSIFICATION="org.opensolaris.category.2008:System/Security" -D COMPONENT_DESCRIPTION="" -D COMPONENT_LICENSE="GPLv3+" mosh.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/shell/mosh/build/manifest-i386-mosh.mogrified /jenkins/jobs/oi-userland/workspace/tools/userland-mangler -D /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh -d mosh-1.3.2 -m /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.mogrified >/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.mangled /usr/bin/pkgdepend generate -m -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh -d mosh-1.3.2 /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.mangled >/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.depend /usr/bin/pkgdepend resolve -m /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.depend /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/.resolved-i386 VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.depend.res /usr/bin/env PYTHONPATH=/jenkins/jobs/oi-userland/workspace/tools/python PROTO_PATH="/jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386/mangled /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386 /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build /jenkins/jobs/oi-userland/workspace/components/shell/mosh mosh-1.3.2" \ /bin/true \ -f /jenkins/jobs/oi-userland/workspace/tools/pkglintrc /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.depend.res /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/.linted-i386 /bin/cp -f /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.depend.res /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.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/shell/mosh/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build -d /jenkins/jobs/oi-userland/workspace/components/shell/mosh -d mosh-1.3.2 -T \*.py /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.pre-published pkg://openindiana.org/service/network/mosh@1.3.2,5.11-2017.0.0.0:20170728T210227Z PUBLISHED /usr/bin/pkgfmt /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/manifest-i386-mosh.published /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/.published-i386 /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/shell/mosh/build/.pre-published-i386 gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/shell/mosh'