>>> Building on exopi-1 under benchmarks/blogbench DIST = [benchmarks/blogbench:blogbench-1.1.tar.gz] FULLPKGNAME = blogbench-1.1 distfiles size=137664 >>> Running build in benchmarks/blogbench at 1711651559.43 ===> benchmarks/blogbench ===> Building from scratch blogbench-1.1 ===> Verifying specs: c pthread ===> found c.99.0 pthread.27.1 ===> Checking files for blogbench-1.1 `/exopi-cvs/ports/distfiles/blogbench-1.1.tar.gz' is up to date. >> (SHA256) blogbench-1.1.tar.gz: OK ===> Extracting for blogbench-1.1 ===> Patching for blogbench-1.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for blogbench-1.1 ===> Configuring for blogbench-1.1 Using /exopi-obj/pobj/blogbench-1.1/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/blogbench-1.1/config.site checking for a BSD-compatible install... /exopi-obj/pobj/blogbench-1.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) 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 for library containing strerror... none required checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for locale.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/fcntl.h... (cached) yes checking for sys/param.h... (cached) yes checking ioctl.h usability... no checking ioctl.h presence... no checking for ioctl.h... no checking for sys/ioctl.h... (cached) yes checking return type of signal handlers... (cached) void checking for size_t... (cached) yes checking for dev_t... (cached) yes checking size of short... (cached) 2 checking size of int... 4 checking size of long... 8 checking size of long long... (cached) 8 checking for ssize_t... (cached) yes checking for sig_atomic_t... yes checking whether cc needs -traditional... no checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for working memcmp... (cached) yes checking for strftime... (cached) yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... (cached) no checking for vprintf... (cached) yes checking for _doprnt... no checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... cc checking for setrlimit... (cached) yes checking for setproctitle... (cached) yes checking for getopt_long... (cached) yes checking for strtoull... (cached) yes checking for strtoq... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vfprintf... (cached) yes checking for gethostname... (cached) yes checking for setlocale... (cached) yes checking for sync... (cached) yes checking whether snprintf is C99 conformant... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for blogbench-1.1 /usr/bin/make all-recursive Making all in src cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT blogbench.o -MD -MP -MF .deps/blogbench.Tpo -c -o blogbench.o blogbench.c mv -f .deps/blogbench.Tpo .deps/blogbench.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT process.o -MD -MP -MF .deps/process.Tpo -c -o process.o process.c mv -f .deps/process.Tpo .deps/process.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT writer.o -MD -MP -MF .deps/writer.Tpo -c -o writer.o writer.c mv -f .deps/writer.Tpo .deps/writer.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT rewriter.o -MD -MP -MF .deps/rewriter.Tpo -c -o rewriter.o rewriter.c mv -f .deps/rewriter.Tpo .deps/rewriter.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT reader.o -MD -MP -MF .deps/reader.Tpo -c -o reader.o reader.c mv -f .deps/reader.Tpo .deps/reader.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT commenter.o -MD -MP -MF .deps/commenter.Tpo -c -o commenter.o commenter.c mv -f .deps/commenter.Tpo .deps/commenter.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT helpers.o -MD -MP -MF .deps/helpers.Tpo -c -o helpers.o helpers.c mv -f .deps/helpers.Tpo .deps/helpers.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT bsd-getopt_long.o -MD -MP -MF .deps/bsd-getopt_long.Tpo -c -o bsd-getopt_long.o bsd-getopt_long.c mv -f .deps/bsd-getopt_long.Tpo .deps/bsd-getopt_long.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT fakesnprintf.o -MD -MP -MF .deps/fakesnprintf.Tpo -c -o fakesnprintf.o fakesnprintf.c mv -f .deps/fakesnprintf.Tpo .deps/fakesnprintf.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -pthread -MT mysnprintf.o -MD -MP -MF .deps/mysnprintf.Tpo -c -o mysnprintf.o mysnprintf.c mv -f .deps/mysnprintf.Tpo .deps/mysnprintf.Po cc -O2 -pipe -pthread -o blogbench blogbench.o process.o writer.o rewriter.o reader.o commenter.o helpers.o bsd-getopt_long.o fakesnprintf.o mysnprintf.o helpers.c(helpers.o:(get_random_blog_id)): warning: rand() may return deterministic values, is that what you want? Making all in man >>> Running package in benchmarks/blogbench at 1711651572.66 ===> benchmarks/blogbench ===> Faking installation for blogbench-1.1 Making install in src test -z "/usr/local/bin" || mkdir -p "/exopi-obj/pobj/blogbench-1.1/fake-amd64/usr/local/bin" /exopi-obj/pobj/blogbench-1.1/bin/install -c -s -m 755 blogbench '/exopi-obj/pobj/blogbench-1.1/fake-amd64/usr/local/bin' Making install in man test -z "/usr/local/man/man8" || mkdir -p "/exopi-obj/pobj/blogbench-1.1/fake-amd64/usr/local/man/man8" /exopi-obj/pobj/blogbench-1.1/bin/install -c -m 644 blogbench.8 '/exopi-obj/pobj/blogbench-1.1/fake-amd64/usr/local/man/man8' ===> Building package for blogbench-1.1 Create /exopi-cvs/ports/packages/amd64/all/blogbench-1.1.tgz Creating package blogbench-1.1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 2% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/blogbench-1.1.tgz >>> Running clean in benchmarks/blogbench at 1711651576.05 ===> benchmarks/blogbench ===> Cleaning for blogbench-1.1 >>> Ended at 1711651578.73 max_stuck=0.00/build=13.20/package=3.30/clean=2.85