------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mdcached-1.0.9_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mdcached-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mdcached-1.0.9_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mdcached-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mdcached-1.0.9_1 for building => SHA256 Checksum OK for mdcached-1.0.9.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mdcached-1.0.9_1 depends on file: /usr/local/sbin/pkg - found ===> 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. Extracted Memory Use: 1.04M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mdcached-1.0.9_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mdcached-1.0.9_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mdcached-1.0.9_1 --- libmdcached.so.1 --- --- DataStore.o --- --- LockPool.o --- --- logger.o --- --- common_utils.o --- --- MurmurHash3.o --- --- BackendMesh.o --- --- ServerClientConnection.o --- --- ServerWorkerThread.o --- --- ServerNetworkThread.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 --- MurmurHash3.o --- c++ -Wall -g -O3 -DDEEP_STATS -o MurmurHash3.o -c MurmurHash3.cpp --- 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 --- MurmurHash3.o --- 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 ) ^~~~~~~~ --- 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) { ^~~~~ --- 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 --- server.o --- c++ -Wall -g -O3 -DDEEP_STATS -DCLIENT_SLOTS= -o server.o -c server.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) { ^~~~~ --- 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 --- 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); ^~~~~ --- 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); ^~~~~ --- DataStore.o --- DataStore.cpp:72:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore::DataStore() throw (MDCacheException) ^~~~~ --- 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); ^~~~~ --- 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) { ^~~~~ 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); ^~~~~ --- bench_utils.o --- --- BackendMesh.o --- BackendMesh.cpp:97:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] BackendConnection::sendCommand(struct mc_header *hcmd) throw (ConnectionException) { ^~~~~ --- bench_utils.o --- cc -Wall -g -O3 -DDEEP_STATS -o bench_utils.o -c bench_utils.c --- 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- 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) { ^~~~~ --- libmdcached.so --- --- ServerClientConnection.o --- In file included from ServerClientConnection.cpp:44: DataStore.h:289:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] DataStore() throw(MDCacheException); ^~~~~ --- libmdcached.so --- ln -s libmdcached.so.1 libmdcached.so --- 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) ^~~~~~~~~~~~~~~~~ --- 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) ^~~~~~~~~~~~~~~ --- 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 --- --- bench_mdcached_async --- --- 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 SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- 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) ====> Running Q/A tests (stage-qa) Warning: /construction/databases/mdcached/stage/usr/local/lib/libmdcached.so.1 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is directly in /usr/local/lib, it is probably used by other ports. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: Makefile sed failed: file content unchanged from backup: FreeBSD/mdcached SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mdcached-1.0.9_1 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07