gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /jenkins/jobs/oi-userland/workspace/tools/userland-fetch --file /data/userland-archives/dnscrypt-proxy-1.9.5.tar.bz2 --url https://github.com/jedisct1/dnscrypt-proxy/releases/download/1.9.5/dnscrypt-proxy-1.9.5.tar.bz2 --hash sha256:e89f5b9039979ab392302faf369ef7593155d5ea21580402a75bbc46329d1bb6 Source /data/userland-archives/dnscrypt-proxy-1.9.5.tar.bz2... not found, skipping file copy Source https://github.com/jedisct1/dnscrypt-proxy/releases/download/1.9.5/dnscrypt-proxy-1.9.5.tar.bz2... downloading... validating signature... skipping (no signature URL) validating hash... ok /usr/bin/touch /data/userland-archives/dnscrypt-proxy-1.9.5.tar.bz2 /bin/rm -f -r /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5 /usr/bin/env RUBY_VERSION=2.3 /jenkins/jobs/oi-userland/workspace/tools/userland-unpack /data/userland-archives/dnscrypt-proxy-1.9.5.tar.bz2 /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/.unpacked /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/.prep (/bin/rm -f -rf /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64 ; /bin/mkdir -p /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64) (/jenkins/jobs/oi-userland/workspace/tools/cloney /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5 /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64) symlink cloning /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5 to /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64 (cd /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/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/dnscrypt-proxy/dnscrypt-proxy-1.9.5/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 --sysconfdir=/etc) checking build system type... i386-pc-solaris2.11 checking host 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 whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for style of include used by make... GNU 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 dependency style of /usr/gcc/4.9/bin/gcc... gcc3 checking for /usr/gcc/4.9/bin/gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... /usr/gcc/4.9/bin/gcc -std=gnu99 -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes checking whether C compiler accepts -fPIC... yes checking whether C compiler accepts -fPIE... yes checking whether the linker accepts -pie... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -fno-strict-overflow... yes checking whether C compiler accepts -fstack-protector-strong... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wdiv-by-zero... yes checking whether C compiler accepts -Wsometimes-uninitialized... no checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wall -Wextra... yes checking for clang... no checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat=2 -Wimplicit -Wmissing-declarations -Wmissing-prototypes -Wnormalized=id -Woverride-init -Wparentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no checking whether the linker accepts -Wl,-z,relro... no checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... no checking how to print strings... print -r checking for a sed that does not truncate output... /usr/bin/gsed checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/4.9/bin/gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/gcc/4.9/bin/gcc -std=gnu99 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/4.9/bin/gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if /usr/gcc/4.9/bin/gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/4.9/bin/gcc -std=gnu99 static flag -static works... no checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -c -o file.o... yes checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /usr/gcc/4.9/bin/gcc -std=gnu99 linker (/usr/bin/ld -64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ronn... # checking for ar... (cached) ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking sys/cdefs.h usability... no checking sys/cdefs.h presence... no checking for sys/cdefs.h... no checking sys/feature_tests.h usability... yes checking sys/feature_tests.h presence... yes checking for sys/feature_tests.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking sandbox.h usability... no checking sandbox.h presence... no checking for sandbox.h... no checking linux/filter.h usability... no checking linux/filter.h presence... no checking for linux/filter.h... no checking linux/random.h usability... no checking linux/random.h presence... no checking for linux/random.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking for inline... inline checking whether byte ordering is bigendian... no checking for C/C++ restrict keyword... __restrict checking for in_port_t... yes checking whether sin_len is defined... no checking whether __ss_family is defined... no checking whether ss_len is defined... no checking whether __ss_len is defined... no checking for library containing pow... -lm checking for library containing dlopen... none required checking for library containing clock_gettime... none required checking for library containing backtrace... none required checking for library containing gethostbyname... -lnsl checking for library containing recvfrom... -lsocket checking for library containing kvm_open... -lkvm checking for library containing sodium_hex2bin... -lsodium checking for ldns/ldns.h... yes checking for ldns_wire2pkt in -lldns... no checking for getpwnam... yes checking for sandbox_init... no checking for setrlimit... yes checking for putc_unlocked... yes checking for gmtime_r... yes checking for initgroups... yes checking for crypto_box_easy_afternm... yes checking for crypto_core_hchacha20... yes checking for crypto_box_curve25519xchacha20poly1305_open_easy_afternm... yes checking what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... (cached) none required checking for dlerror... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... no checking for error_t... no checking for argz_add... no checking for argz_append... no checking for argz_count... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking whether libtool supports -dlopen/-dlpreopen... yes checking for ltdl.h... yes checking whether lt_dlinterface_register is declared... yes checking for lt_dladvise_preload in -lltdl... yes checking where to find libltdl headers... checking where to find libltdl library... -lltdl checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... yes checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating dist-build/Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating src/hostip/Makefile config.status: creating src/proxy/Makefile config.status: creating src/ext/Makefile config.status: creating src/include/Makefile config.status: creating src/include/dnscrypt/version.h config.status: creating src/plugins/Makefile config.status: creating src/plugins/example/Makefile config.status: creating src/plugins/example-cache/Makefile config.status: creating src/plugins/example-logging/Makefile config.status: creating src/plugins/example-ldns-aaaa-blocking/Makefile config.status: creating src/plugins/example-ldns-blocking/Makefile config.status: creating src/plugins/example-ldns-forwarding/Makefile config.status: creating src/plugins/vendor-specific/example-ldns-opendns-deviceid/Makefile config.status: creating src/plugins/vendor-specific/example-ldns-opendns-set-client-ip/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in src/libevent-modified (/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified) configure: running /bin/bash /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/src/libevent-modified/configure --disable-option-checking '--prefix=/usr' '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' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/lib/amd64' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--disable-thread-support' '--disable-dependency-tracking' '--disable-libevent-install' '--disable-openssl' '--disable-shared' '--enable-function-sections' 'CC=/usr/gcc/4.9/bin/gcc -std=gnu99' 'CFLAGS=-m64 -O3 -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector-strong -Winit-self -Wwrite-strings -Wdiv-by-zero' 'CPP=/usr/gcc/4.9/bin/gcc -std=gnu99 -E' 'CPPFLAGS= -DPLUGINS=1 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-m64 -pie -Wl,-z,now' 'LIBS=-lsodium -lkvm -lsocket -lnsl -lm ' --cache-file=/dev/null --srcdir=/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/src/libevent-modified 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 build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking for gcc... /usr/gcc/4.9/bin/gcc -std=gnu99 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 -std=gnu99 accepts -g... yes checking for /usr/gcc/4.9/bin/gcc -std=gnu99 option to accept ISO C89... none needed checking whether /usr/gcc/4.9/bin/gcc -std=gnu99 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 -std=gnu99... none checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/gsed checking how to run the C preprocessor... /usr/gcc/4.9/bin/gcc -std=gnu99 -E checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking whether /usr/gcc/4.9/bin/gcc -std=gnu99 needs -traditional... no checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/gsed checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/4.9/bin/gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/gcc/4.9/bin/gcc -std=gnu99 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/4.9/bin/gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if /usr/gcc/4.9/bin/gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/4.9/bin/gcc -std=gnu99 static flag -static works... no checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -c -o file.o... yes checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /usr/gcc/4.9/bin/gcc -std=gnu99 linker (/usr/bin/ld -64) supports shared libraries... yes checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for library containing inet_ntoa... none required checking for library containing socket... none required checking for library containing inet_aton... none required checking for library containing clock_gettime... none required checking for library containing sendfile... -lsendfile checking for WIN32... no checking for CYGWIN... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing inflateEnd... -lz checking openssl/bio.h usability... yes checking openssl/bio.h presence... yes checking for openssl/bio.h... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking for unistd.h... (cached) yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/queue.h usability... yes checking sys/queue.h presence... yes checking for sys/queue.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/devpoll.h usability... yes checking sys/devpoll.h presence... yes checking for sys/devpoll.h... yes checking port.h usability... yes checking port.h presence... yes checking for port.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in6.h usability... no checking netinet/in6.h presence... no checking for netinet/in6.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for sys/stat.h... (cached) yes checking for sys/sysctl.h... no checking for TAILQ_FOREACH in sys/queue.h... yes checking for timeradd in sys/time.h... yes checking for timercmp in sys/time.h... yes checking for timerclear in sys/time.h... yes checking for timerisset in sys/time.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether time.h and sys/time.h may both be included... yes checking for gettimeofday... yes checking for vasprintf... yes checking for fcntl... yes checking for strtok_r... yes checking for strsep... yes checking for getnameinfo... yes checking for strlcpy... yes checking for inet_ntop... yes checking for inet_pton... yes checking for signal... yes checking for sigaction... yes checking for strtoll... yes checking for inet_aton... yes checking for pipe... yes checking for eventfd... yes checking for sendfile... yes checking for mmap... yes checking for splice... no checking for arc4random... yes checking for arc4random_buf... yes checking for arc4random_addrandom... no checking for issetugid... yes checking for geteuid... yes checking for getegid... yes checking for getprotobynumber... yes checking for setenv... yes checking for unsetenv... yes checking for putenv... yes checking for sysctl... no checking for umask... yes checking for getaddrinfo... yes checking size of long... 8 checking for F_SETFD in fcntl.h... yes checking for select... yes checking for poll... yes checking for epoll_ctl... yes checking for port_create... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint64_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking for fd_mask... yes checking size of long long... 8 checking size of long... (cached) 8 checking size of int... 4 checking size of short... 2 checking size of size_t... 8 checking size of void *... 8 checking size of off_t... 8 checking for struct in6_addr... yes checking for struct sockaddr_in6... yes checking for sa_family_t... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking for struct in6_addr.s6_addr32... no checking for struct in6_addr.s6_addr16... no checking for struct sockaddr_in.sin_len... no checking for struct sockaddr_in6.sin6_len... no checking for struct sockaddr_storage.ss_family... yes checking for struct sockaddr_storage.__ss_family... no checking for socklen_t... yes checking whether our compiler supports __func__... yes checking if linker supports omitting unused code and data... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libevent.pc config.status: creating libevent_openssl.pc config.status: creating libevent_pthreads.pc config.status: creating libevent_core.pc config.status: creating libevent_extra.pc config.status: creating Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libltdl (/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl) configure: running /bin/bash /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/libltdl/configure --disable-option-checking '--prefix=/usr' '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' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/lib/amd64' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--disable-thread-support' '--disable-dependency-tracking' '--disable-libevent-install' '--disable-openssl' '--disable-shared' '--enable-function-sections' 'CC=/usr/gcc/4.9/bin/gcc -std=gnu99' 'CFLAGS=-m64 -O3 -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector-strong -Winit-self -Wwrite-strings -Wdiv-by-zero' 'CPP=/usr/gcc/4.9/bin/gcc -std=gnu99 -E' 'CPPFLAGS= -DPLUGINS=1 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-m64 -pie -Wl,-z,now' 'LIBS=-lsodium -lkvm -lsocket -lnsl -lm ' --cache-file=/dev/null --srcdir=/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/libltdl 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 build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking how to print strings... print -r checking for style of include used by make... GNU checking for gcc... /usr/gcc/4.9/bin/gcc -std=gnu99 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 -std=gnu99 accepts -g... yes checking for /usr/gcc/4.9/bin/gcc -std=gnu99 option to accept ISO C89... none needed checking whether /usr/gcc/4.9/bin/gcc -std=gnu99 understands -c and -o together... yes checking dependency style of /usr/gcc/4.9/bin/gcc -std=gnu99... none checking for a sed that does not truncate output... /usr/bin/gsed checking for grep that handles long lines and -e... /usr/bin/ggrep checking for egrep... /usr/bin/ggrep -E checking for fgrep... /usr/bin/ggrep -F checking for ld used by /usr/gcc/4.9/bin/gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/gcc/4.9/bin/gcc -std=gnu99 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/gcc/4.9/bin/gcc -std=gnu99 -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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for /usr/gcc/4.9/bin/gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if /usr/gcc/4.9/bin/gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if /usr/gcc/4.9/bin/gcc -std=gnu99 static flag -static works... no checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -c -o file.o... yes checking if /usr/gcc/4.9/bin/gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /usr/gcc/4.9/bin/gcc -std=gnu99 linker (/usr/bin/ld -64) supports shared libraries... yes checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... none required checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... no checking for error_t... no checking for argz_add... no checking for argz_append... no checking for argz_count... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking whether libtool supports -dlopen/-dlpreopen... yes checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... yes checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes 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 config.status: executing libtool commands /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/.configured (cd /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/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/dnscrypt-proxy/build/amd64' /usr/gnu/bin/make all-recursive make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' Making all in dist-build make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/dist-build' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/dist-build' Making all in man make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/man' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/man' Making all in libltdl make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' GEN libltdl/lt__argz.h /usr/gnu/bin/make all-am make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' CC libltdlc_la-lt__alloc.lo CC libltdlc_la-lt_dlloader.lo CC libltdlc_la-lt_error.lo CC libltdlc_la-ltdl.lo CC libltdlc_la-slist.lo CC lt__argz.lo CC loaders/dlopen.lo CC loaders/libltdlc_la-preopen.lo CCLD dlopen.la CCLD libltdlc.la make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' Making all in contrib make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/contrib' /usr/bin/gsed \ -e 's|[@]datadir@|/usr/share|g' \ -e 's|[@]PACKAGE@|dnscrypt-proxy|g' \ < dnscrypt-update-resolvers.sh.in > dnscrypt-update-resolvers.sh chmod u+rwx,go+rx dnscrypt-update-resolvers.sh make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/contrib' Making all in src make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' Making all in ext make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/ext' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/ext' Making all in libevent-modified make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' test -d include/event2 || /usr/bin/gmkdir -p include/event2 /usr/bin/gsed -f /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/dnscrypt-proxy-1.9.5/src/libevent-modified/make-event-config.sed < config.h > include/event2/event-config.hT mv -f include/event2/event-config.hT include/event2/event-config.h /usr/gnu/bin/make all-recursive make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' Making all in . make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' CC buffer.lo CC event.lo CC bufferevent.lo CC evthread.lo buffer.c: In function ‘evbuffer_chain_free’: buffer.c:217:15: warning: pointer targets in passing argument 1 of ‘munmap’ differ in signedness [-Wpointer-sign] if (munmap(chain->buffer, chain->buffer_len) == -1) ^ In file included from buffer.c:62:0: /usr/include/sys/mman.h:245:12: note: expected ‘caddr_t’ but argument is of type ‘unsigned char *’ extern int munmap(caddr_t, size_t); ^ buffer.c: In function ‘evbuffer_reserve_space’: buffer.c:628:19: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] vec[0].iov_base = CHAIN_SPACE_PTR(chain); ^ buffer.c: In function ‘_evbuffer_read_setup_vecs’: buffer.c:2052:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] vecs[i].iov_base = CHAIN_SPACE_PTR(chain); ^ buffer.c: In function ‘evbuffer_peek’: buffer.c:2619:20: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] vec[0].iov_base = chain->buffer + chain->misalign ^ buffer.c:2641:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] vec[idx].iov_base = chain->buffer + chain->misalign; ^ CC bufferevent_sock.lo CC bufferevent_filter.lo CC bufferevent_pair.lo CC listener.lo CC bufferevent_ratelim.lo CC evmap.lo CC log.lo CC evutil_rand.lo CC evutil.lo CC strlcpy.lo CC select.lo CC poll.lo CC devpoll.lo CC epoll.lo CC evport.lo CC signal.lo evport.c: In function ‘evport_dispatch’: evport.c:329:19: warning: variable ‘fdi’ set but not used [-Wunused-but-set-variable] struct fd_info *fdi; ^ CC event_tagging.lo CC http.lo CC evdns.lo CC evrpc.lo CCLD libevent_core.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries libtool: warning: '-release' is ignored for convenience libraries CCLD libevent_extra.la CCLD libevent.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries libtool: warning: '-release' is ignored for convenience libraries libtool: warning: '-version-info/-version-number' is ignored for convenience libraries libtool: warning: '-release' is ignored for convenience libraries make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' Making all in include make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/include' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/include' Making all in test make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' /usr/gnu/bin/make all-am make[9]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' CC test-init.o CC test-eof.o CC test-weof.o CC test-time.o CC bench.o CC bench_cascade.o CC bench_http.o CC bench_httpclient.o CC test-ratelim.o CC test-changelist.o CCLD test-init CCLD test-eof CCLD test-weof CCLD test-time CCLD bench CCLD bench_cascade CCLD bench_http CCLD bench_httpclient CCLD test-ratelim CCLD test-changelist make[9]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' Making all in proxy make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' cat probes_no_dtrace.h > probes.h /usr/gnu/bin/make all-am make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' CC dnscrypt_proxy-app.o CC dnscrypt_proxy-cert.o CC dnscrypt_proxy-dnscrypt_client.o CC dnscrypt_proxy-dnscrypt.o CC dnscrypt_proxy-edns.o CC dnscrypt_proxy-logger.o CC dnscrypt_proxy-minicsv.o CC dnscrypt_proxy-options.o CC dnscrypt_proxy-pid_file.o CC dnscrypt_proxy-safe_rw.o options.c:39:5: warning: initialization discards ‘const’ qualifier from pointer target type { "resolver-name", 1, NULL, 'R' }, ^ options.c:40:5: warning: initialization discards ‘const’ qualifier from pointer target type { "local-address", 1, NULL, 'a' }, ^ options.c:42:5: warning: initialization discards ‘const’ qualifier from pointer target type { "daemonize", 0, NULL, 'd' }, ^ options.c:44:5: warning: initialization discards ‘const’ qualifier from pointer target type { "ephemeral-keys", 0, NULL, 'E' }, ^ options.c:45:5: warning: initialization discards ‘const’ qualifier from pointer target type { "client-key", 1, NULL, 'K' }, ^ options.c:46:5: warning: initialization discards ‘const’ qualifier from pointer target type { "resolvers-list", 1, NULL, 'L' }, ^ options.c:47:5: warning: initialization discards ‘const’ qualifier from pointer target type { "logfile", 1, NULL, 'l' }, ^ options.c:48:5: warning: initialization discards ‘const’ qualifier from pointer target type { "loglevel", 1, NULL, 'm' }, ^ options.c:50:5: warning: initialization discards ‘const’ qualifier from pointer target type { "pidfile", 1, NULL, 'p' }, ^ options.c:52:5: warning: initialization discards ‘const’ qualifier from pointer target type { "plugin", 1, NULL, 'X' }, ^ options.c:53:5: warning: initialization discards ‘const’ qualifier from pointer target type { "provider-name", 1, NULL, 'N' }, ^ options.c:54:5: warning: initialization discards ‘const’ qualifier from pointer target type { "provider-key", 1, NULL, 'k' }, ^ options.c:55:5: warning: initialization discards ‘const’ qualifier from pointer target type { "resolver-address", 1, NULL, 'r' }, ^ options.c:57:5: warning: initialization discards ‘const’ qualifier from pointer target type { "syslog", 0, NULL, 'S' }, ^ options.c:58:5: warning: initialization discards ‘const’ qualifier from pointer target type { "syslog-prefix", 1, NULL, 'Z' }, ^ options.c:60:5: warning: initialization discards ‘const’ qualifier from pointer target type { "max-active-requests", 1, NULL, 'n' }, ^ options.c:61:5: warning: initialization discards ‘const’ qualifier from pointer target type { "user", 1, NULL, 'u' }, ^ options.c:62:5: warning: initialization discards ‘const’ qualifier from pointer target type { "test", 1, NULL, 't' }, ^ options.c:63:5: warning: initialization discards ‘const’ qualifier from pointer target type { "tcp-only", 0, NULL, 'T' }, ^ options.c:64:5: warning: initialization discards ‘const’ qualifier from pointer target type { "edns-payload-size", 1, NULL, 'e' }, ^ options.c:65:5: warning: initialization discards ‘const’ qualifier from pointer target type { "ignore-timestamps", 0, NULL, 'I' }, ^ options.c:66:5: warning: initialization discards ‘const’ qualifier from pointer target type { "version", 0, NULL, 'V' }, ^ options.c:67:5: warning: initialization discards ‘const’ qualifier from pointer target type { "help", 0, NULL, 'h' }, ^ CC dnscrypt_proxy-sandboxes.o CC dnscrypt_proxy-simpleconf.o CC dnscrypt_proxy-stack_trace.o CC dnscrypt_proxy-tcp_request.o CC dnscrypt_proxy-udp_request.o CC dnscrypt_proxy-utils.o CC dnscrypt_proxy-windows_service.o CC dnscrypt_proxy-plugin_options.o CC dnscrypt_proxy-plugin_support.o CCLD dnscrypt-proxy make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' Making all in hostip make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/hostip' CC app.o CC options.o options.c:18:5: warning: initialization discards ‘const’ qualifier from pointer target type { "ipv6", 0, NULL, '6' }, ^ options.c:19:5: warning: initialization discards ‘const’ qualifier from pointer target type { "help", 0, NULL, 'h' }, ^ options.c:20:5: warning: initialization discards ‘const’ qualifier from pointer target type { "resolver-address", 1, NULL, 'r' }, ^ options.c:21:5: warning: initialization discards ‘const’ qualifier from pointer target type { "version", 0, NULL, 'V' }, ^ CCLD hostip make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/hostip' Making all in include make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/include' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/include' Making all in plugins make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' Making all in example make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example' CC libdcplugin_example_la-example.lo CCLD libdcplugin_example.la make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example' Making all in example-cache make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-cache' CC libdcplugin_example_cache_la-example-cache.lo example-cache.c:15:5: warning: initialization discards ‘const’ qualifier from pointer target type { "min-ttl", 1, NULL, 't' }, ^ CCLD libdcplugin_example_cache.la make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-cache' Making all in example-logging make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-logging' CC libdcplugin_example_logging_la-example-logging.lo CCLD libdcplugin_example_logging.la make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-logging' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' Making all in test make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/test' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/test' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' /usr/bin/gsed \ -e 's|[@]sbindir@|/usr/sbin|g' \ -e 's|[@]sysconfdir@|/etc|g' \ < org.dnscrypt.osx.DNSCryptProxy.plist.in > org.dnscrypt.osx.DNSCryptProxy.plist make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/.built (cd /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/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/dnscrypt-proxy/build/prototype/i386 install) make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' Making install in dist-build make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/dist-build' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/dist-build' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/dist-build' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/dist-build' Making install in man make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/man' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/man' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/share/man/man8' /usr/bin/ginstall -c -m 644 dnscrypt-proxy.8 hostip.8 '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/share/man/man8' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/man' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/man' Making install in libltdl make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' /usr/gnu/bin/make install-am make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/libltdl' Making install in contrib make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/contrib' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/contrib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/contrib' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/contrib' Making install in src make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' Making install in ext make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/ext' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/ext' 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/network/dnscrypt-proxy/build/amd64/src/ext' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/ext' Making install in libevent-modified make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' /usr/gnu/bin/make install-recursive make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' Making install in . make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' Making install in include make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/include' make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/include' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/include' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/include' Making install in test make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' /usr/gnu/bin/make install-am make[8]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[9]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[9]: Nothing to be done for 'install-exec-am'. make[9]: Nothing to be done for 'install-data-am'. make[9]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[8]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified/test' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/libevent-modified' Making install in proxy make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' /usr/gnu/bin/make install-am make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/ginstall -c dnscrypt-proxy '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/sbin' libtool: install: /usr/bin/ginstall -c dnscrypt-proxy /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/sbin/dnscrypt-proxy make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/proxy' Making install in hostip make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/hostip' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/hostip' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/ginstall -c hostip '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/bin' libtool: install: /usr/bin/ginstall -c hostip /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/bin/hostip make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/hostip' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/hostip' Making install in include make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/include' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/include' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/include' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/include/dnscrypt' /usr/bin/ginstall -c -m 644 dnscrypt/plugin.h dnscrypt/private.h dnscrypt/version.h '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/include/dnscrypt' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/include' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/include' Making install in plugins make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' Making install in example make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy' /bin/bash ../../../libtool --mode=install /usr/bin/ginstall -c libdcplugin_example.la '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy' libtool: install: /usr/bin/ginstall -c .libs/libdcplugin_example.so /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example.so libtool: install: /usr/bin/ginstall -c .libs/libdcplugin_example.lai /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example.la libtool: warning: remember to run 'libtool --finish /usr/lib/amd64/dnscrypt-proxy' make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example' Making install in example-cache make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-cache' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-cache' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy' /bin/bash ../../../libtool --mode=install /usr/bin/ginstall -c libdcplugin_example_cache.la '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy' libtool: install: /usr/bin/ginstall -c .libs/libdcplugin_example_cache.so /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example_cache.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example_cache.so libtool: install: /usr/bin/ginstall -c .libs/libdcplugin_example_cache.lai /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example_cache.la libtool: warning: remember to run 'libtool --finish /usr/lib/amd64/dnscrypt-proxy' make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-cache' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-cache' Making install in example-logging make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-logging' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-logging' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy' /bin/bash ../../../libtool --mode=install /usr/bin/ginstall -c libdcplugin_example_logging.la '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy' libtool: install: /usr/bin/ginstall -c .libs/libdcplugin_example_logging.so /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example_logging.so libtool: install: chmod +x /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example_logging.so libtool: install: /usr/bin/ginstall -c .libs/libdcplugin_example_logging.lai /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/lib/amd64/dnscrypt-proxy/libdcplugin_example_logging.la libtool: warning: remember to run 'libtool --finish /usr/lib/amd64/dnscrypt-proxy' make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-logging' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins/example-logging' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' 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/network/dnscrypt-proxy/build/amd64/src/plugins' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src/plugins' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' 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/network/dnscrypt-proxy/build/amd64/src' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/src' Making install in test make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/test' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64/test' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/share/dnscrypt-proxy' /usr/bin/ginstall -c -m 644 dnscrypt-resolvers.csv minisign.pub '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/share/dnscrypt-proxy' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/share/doc/dnscrypt-proxy' /usr/bin/ginstall -c -m 644 README.markdown COPYING DNSCRYPT-V2-PROTOCOL.txt dnscrypt-proxy.conf README-PLUGINS.markdown '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/usr/share/doc/dnscrypt-proxy' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/amd64' /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/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.9.5 -D COMPONENT_VERSION=1.9.5 -D COMPONENT_PROJECT_URL=https://dnscrypt.org/ -D COMPONENT_ARCHIVE_URL=https://github.com/jedisct1/dnscrypt-proxy/releases/download/1.9.5/dnscrypt-proxy-1.9.5.tar.bz2 -D COMPONENT_HG_URL= -D COMPONENT_HG_REV= -D COMPONENT_NAME=dnscrypt-proxy -D COMPONENT_FMRI=service/network/dns/dnscrypt-proxy -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=0c0f23db166ee3aff9dd5e9d73ab435c45bd0238 -D PYTHON_2.7_ONLY=# -D PYTHON_3.4_ONLY=# -D COMPONENT_SUMMARY="DNSCrypt client" -D COMPONENT_CLASSIFICATION="org.opensolaris.category.2008:System/Services" -D COMPONENT_DESCRIPTION="" -D COMPONENT_LICENSE="ISC" dnscrypt-proxy.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/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.mogrified /jenkins/jobs/oi-userland/workspace/tools/userland-mangler -D /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy -d dnscrypt-proxy-1.9.5 -m /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.mogrified >/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.mangled /usr/bin/pkgdepend generate -m -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy -d dnscrypt-proxy-1.9.5 /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.mangled >/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.depend /usr/bin/pkgdepend resolve -m /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.depend /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/.resolved-i386 VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.depend.res /usr/bin/env PYTHONPATH=/jenkins/jobs/oi-userland/workspace/tools/python PROTO_PATH="/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386/mangled /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386 /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy dnscrypt-proxy-1.9.5" \ /bin/true \ -f /jenkins/jobs/oi-userland/workspace/tools/pkglintrc /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.depend.res /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/.linted-i386 /bin/cp -f /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.depend.res /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.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/dnscrypt-proxy/build/prototype/i386/mangled -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/prototype/i386 -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build -d /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy -d dnscrypt-proxy-1.9.5 -T \*.py /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.pre-published pkg://openindiana.org/service/network/dns/dnscrypt-proxy@1.9.5,5.11-2017.0.0.0:20170819T103316Z PUBLISHED /usr/bin/pkgfmt /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/manifest-i386-dnscrypt-proxy.published /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/.published-i386 /usr/bin/touch /jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy/build/.pre-published-i386 gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/network/dnscrypt-proxy'