=> Building databases/mdcached Started : Wednesday, 24 JUL 2019 at 21:36:22 UTC Platform: 5.7-DEVELOPMENT DragonFly v5.7.0.83.g49866-DEVELOPMENT #40: Sun Jun 30 03:00:04 PDT 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.6-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.6-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- ===> The following configuration options are available for mdcached-1.0.9_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/databases/mdcached XDG_CONFIG_HOME=/construction/databases/mdcached HOME=/construction/databases/mdcached TMPDIR="/tmp" PATH=/construction/databases/mdcached/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/databases/mdcached XDG_CONFIG_HOME=/construction/databases/mdcached HOME=/construction/databases/mdcached TMPDIR="/tmp" PATH=/construction/databases/mdcached/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/databases/mdcached/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- PORTDOCS="" OSREL=5.6 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/mdcached" EXAMPLESDIR="share/examples/mdcached" DATADIR="share/mdcached" WWWDIR="www/mdcached" ETCDIR="etc/mdcached" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mdcached DOCSDIR=/usr/local/share/doc/mdcached EXAMPLESDIR=/usr/local/share/examples/mdcached WWWDIR=/usr/local/www/mdcached ETCDIR=/usr/local/etc/mdcached -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-5.6 USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.28.1 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500601 OSVERSION=9999999 OSREL=5.6 _OSRELEASE=5.6-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> mdcached-1.0.9_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.11.1.txz Installing pkg-1.11.1... Extracting pkg-1.11.1: .......... done ===> mdcached-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mdcached-1.0.9_1 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by mdcached-1.0.9_1 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by mdcached-1.0.9_1 for building => SHA256 Checksum OK for mdcached-1.0.9.tgz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> License BSD2CLAUSE accepted by the user ===> Fetching all distfiles required by mdcached-1.0.9_1 for building ===> Extracting for mdcached-1.0.9_1 => SHA256 Checksum OK for mdcached-1.0.9.tgz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for mdcached-1.0.9_1 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for mdcached-1.0.9_1 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for mdcached-1.0.9_1 --- libmdcached.so.1 --- --- DataStore.o --- --- LockPool.o --- --- logger.o --- --- common_utils.o --- --- libmdcached.so.1 --- cc -shared -fPIC -o libmdcached.so.1 client.c common_utils.c --- DataStore.o --- c++ -Wall -g -O3 -DDEEP_STATS -o DataStore.o -c DataStore.cpp --- LockPool.o --- c++ -Wall -g -O3 -DDEEP_STATS -o LockPool.o -c LockPool.cpp --- logger.o --- cc -Wall -g -O3 -DDEEP_STATS -o logger.o -c logger.c --- common_utils.o --- cc -Wall -g -O3 -DDEEP_STATS -o common_utils.o -c common_utils.c --- LockPool.o --- In file included from LockPool.cpp:9: LockPool.h:66:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool() throw(LockException); ^~~~~ LockPool.h:101:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool::LockPool() throw (LockException) { ^~~~~ --- MurmurHash3.o --- c++ -Wall -g -O3 -DDEEP_STATS -o MurmurHash3.o -c MurmurHash3.cpp MurmurHash3.cpp:81:30: warning: always_inline function might not be inlinable [-Wattributes] static FORCE_INLINE uint64_t fmix ( uint64_t k ) ^~~~ MurmurHash3.cpp:68:30: warning: always_inline function might not be inlinable [-Wattributes] static FORCE_INLINE uint32_t fmix ( uint32_t h ) ^~~~ MurmurHash3.cpp:60:30: warning: always_inline function might not be inlinable [-Wattributes] static FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) ^~~~~~~~ MurmurHash3.cpp:55:30: warning: always_inline function might not be inlinable [-Wattributes] static FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) ^~~~~~~~ --- BackendMesh.o --- c++ -Wall -g -O3 -DDEEP_STATS -o BackendMesh.o -c BackendMesh.cpp --- ServerClientConnection.o --- c++ -Wall -g -O3 -DDEEP_STATS -o ServerClientConnection.o -c ServerClientConnection.cpp --- ServerWorkerThread.o --- c++ -Wall -g -O3 -DDEEP_STATS -o ServerWorkerThread.o -c ServerWorkerThread.cpp --- ServerNetworkThread.o --- c++ -Wall -g -O3 -DDEEP_STATS -o ServerNetworkThread.o -c ServerNetworkThread.cpp --- BackendMesh.o --- In file included from BackendMesh.h:18, from BackendMesh.cpp:23: LockPool.h:66:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool() throw(LockException); ^~~~~ LockPool.h:101:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool::LockPool() throw (LockException) { ^~~~~ --- DataStore.o --- In file included from DataStore.h:20, from DataStore.cpp:30: LockPool.h:66:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool() throw(LockException); ^~~~~ LockPool.h:101:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool::LockPool() throw (LockException) { ^~~~~ In file included from DataStore.cpp:30: DataStore.h:289:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore() throw(MDCacheException); ^~~~~ DataStore.cpp:72:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore::DataStore() throw (MDCacheException) ^~~~~ --- BackendMesh.o --- In file included from BackendMesh.h:19, from BackendMesh.cpp:23: DataStore.h:289:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore() throw(MDCacheException); ^~~~~ --- ServerClientConnection.o --- In file included from DataStore.h:20, from ServerClientConnection.cpp:44: LockPool.h:66:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool() throw(LockException); ^~~~~ LockPool.h:101:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool::LockPool() throw (LockException) { ^~~~~ In file included from ServerClientConnection.cpp:44: DataStore.h:289:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore() throw(MDCacheException); ^~~~~ --- BackendMesh.o --- In file included from BackendMesh.h:29, from BackendMesh.cpp:23: Mutex.h:27:10: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Mutex() throw (MutexException) { ^~~~~ --- ServerWorkerThread.o --- In file included from ServerClientConnection.h:11, from ServerWorkerThread.cpp:41: minilibevent.h:389:18: warning: 'ev_result ev_get_new_events(ev_queue, ev_list, unsigned int, const timespec*)' defined but not used [-Wunused-function] static ev_result ev_get_new_events(const ev_queue q, const ev_list l, const unsigned int max_elements, const struct timespec *wait) ^~~~~~~~~~~~~~~~~ minilibevent.h:306:18: warning: 'ev_result ev_enqueue_list(ev_queue, ev_list, unsigned int)' defined but not used [-Wunused-function] static ev_result ev_enqueue_list(const ev_queue q, const ev_list l, const unsigned int n_elements) ^~~~~~~~~~~~~~~ --- ServerClientConnection.o --- In file included from ServerClientConnection.cpp:41: minilibevent.h:389:18: warning: 'ev_result ev_get_new_events(ev_queue, ev_list, unsigned int, const timespec*)' defined but not used [-Wunused-function] static ev_result ev_get_new_events(const ev_queue q, const ev_list l, const unsigned int max_elements, const struct timespec *wait) ^~~~~~~~~~~~~~~~~ --- BackendMesh.o --- In file included from BackendMesh.cpp:23: BackendMesh.h:110:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void sendCommand(struct mc_header *hcmd) throw (ConnectionException); ^~~~~ BackendMesh.cpp:97:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] BackendConnection::sendCommand(struct mc_header *hcmd) throw (ConnectionException) { ^~~~~ --- ServerReaperThread.o --- c++ -Wall -g -O3 -DDEEP_STATS -o ServerReaperThread.o -c ServerReaperThread.cpp --- ServerMonitorThread.o --- c++ -Wall -g -O3 -DDEEP_STATS -o ServerMonitorThread.o -c ServerMonitorThread.cpp --- ServerReaperThread.o --- In file included from DataStore.h:20, from ServerReaperThread.cpp:20: LockPool.h:66:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool() throw(LockException); ^~~~~ LockPool.h:101:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool::LockPool() throw (LockException) { ^~~~~ In file included from ServerReaperThread.cpp:20: DataStore.h:289:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore() throw(MDCacheException); ^~~~~ --- server.o --- c++ -Wall -g -O3 -DDEEP_STATS -DCLIENT_SLOTS= -o server.o -c server.cpp --- test_mdcached.o --- cc -Wall -g -O3 -DDEEP_STATS -o test_mdcached.o -c test_mdcached.c --- client.o --- cc -Wall -g -O3 -DDEEP_STATS -o client.o -c client.c --- bench_utils.o --- cc -Wall -g -O3 -DDEEP_STATS -o bench_utils.o -c bench_utils.c --- libmdcached.so --- ln -s libmdcached.so.1 libmdcached.so --- client.o --- client.c: In function 'mc_connect_local': client.c:133:2: warning: 'strncpy' specified bound 104 equals destination size [-Wstringop-truncation] strncpy(sux.sun_path, unix_socket, sizeof sux.sun_path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- server.o --- In file included from DataStore.h:20, from server.cpp:58: LockPool.h:66:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool() throw(LockException); ^~~~~ LockPool.h:101:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] LockPool::LockPool() throw (LockException) { ^~~~~ In file included from server.cpp:58: DataStore.h:289:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore() throw(MDCacheException); ^~~~~ In file included from BackendMesh.h:29, from server.cpp:59: Mutex.h:27:10: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] Mutex() throw (MutexException) { ^~~~~ In file included from server.cpp:59: BackendMesh.h:110:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void sendCommand(struct mc_header *hcmd) throw (ConnectionException); ^~~~~ --- test_mdcached --- --- libmdcached.a --- --- bench_mdcached --- --- test_mdcached --- cc -Wall -g -O3 -DDEEP_STATS -o test_mdcached test_mdcached.o client.o common_utils.o --- libmdcached.a --- ar rcs libmdcached.a client.o common_utils.o --- bench_mdcached --- cc -Wall -g -O3 -DDEEP_STATS -pthread -o bench_mdcached bench_mdcached.c client.o bench_utils.o common_utils.o -lm --- bench_mdcached_async --- cc -Wall -g -O3 -DDEEP_STATS -pthread -o bench_mdcached_async bench_mdcached_async.c client.o bench_utils.o common_utils.o -lm --- bench_mdcached --- bench_mdcached.c: In function 'main': bench_mdcached.c:178:19: warning: passing argument 1 to restrict-qualified parameter aliases with argument 4 [-Wrestrict] pthread_create(&thrs[i], NULL, client_thread, &thrs[i]); ^~~~~~~~ ~~~~~~~~ --- mdcached --- c++ -o mdcached -pthread server.o ServerClientConnection.o ServerWorkerThread.o ServerNetworkThread.o ServerReaperThread.o ServerMonitorThread.o DataStore.o BackendMesh.o logger.o common_utils.o MurmurHash3.o -lm -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for mdcached-1.0.9_1 ===> Generating temporary packing list install -s -m 555 /construction/databases/mdcached/mdcached-1.0.9/mdcached/mdcached /construction/databases/mdcached/stage/usr/local/bin install -s -m 0644 /construction/databases/mdcached/mdcached-1.0.9/mdcached/libmdcached.so.1 /construction/databases/mdcached/stage/usr/local/lib ln -sf libmdcached.so.1 /construction/databases/mdcached/stage/usr/local/lib/libmdcached.so install -m 0644 /construction/databases/mdcached/mdcached-1.0.9/mdcached/libmdcached.a /construction/databases/mdcached/stage/usr/local/lib install -m 0644 /construction/databases/mdcached/mdcached-1.0.9/mdcached/mc_protocol.h /construction/databases/mdcached/stage/usr/local/include install -m 0644 /construction/databases/mdcached/mdcached-1.0.9/mdcached/mc_client.h /construction/databases/mdcached/stage/usr/local/include install -m 444 /construction/databases/mdcached/mdcached-1.0.9/mdcached/doc/mdcached.1 /construction/databases/mdcached/stage/usr/local/man/man1 install -m 555 /construction/databases/mdcached/mdcached-1.0.9/mdcached/FreeBSD/mdcached /construction/databases/mdcached/stage/usr/local/etc/rc.d install -m 0644 /construction/databases/mdcached/mdcached-1.0.9/mdcached/doc/UserGuide.txt /construction/databases/mdcached/mdcached-1.0.9/mdcached/doc/mdcached.txt /construction/databases/mdcached/stage/usr/local/share/doc/mdcached ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for mdcached-1.0.9_1 file sizes/checksums [13]: . done packing files [13]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Wednesday, 24 JUL 2019 at 21:36:33 UTC Duration: 00:00:11