<86>Apr 21 01:27:32 userdel[85868]: delete user 'rooter' <86>Apr 21 01:27:32 groupadd[85885]: group added to /etc/group: name=rooter, GID=615 <86>Apr 21 01:27:32 groupadd[85885]: group added to /etc/gshadow: name=rooter <86>Apr 21 01:27:32 groupadd[85885]: new group: name=rooter, GID=615 <86>Apr 21 01:27:32 useradd[85905]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Apr 21 01:27:32 userdel[85933]: delete user 'builder' <86>Apr 21 01:27:32 userdel[85933]: removed group 'builder' owned by 'builder' <86>Apr 21 01:27:32 userdel[85933]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 01:27:32 groupadd[85954]: group added to /etc/group: name=builder, GID=616 <86>Apr 21 01:27:32 groupadd[85954]: group added to /etc/gshadow: name=builder <86>Apr 21 01:27:32 groupadd[85954]: new group: name=builder, GID=616 <86>Apr 21 01:27:32 useradd[85973]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash <13>Apr 21 01:27:34 rpmi: xml-utils-1:2.9.4.0.12.e905-alt1 1488560683 installed <13>Apr 21 01:27:34 rpmi: sgml-common-0.6.3-alt15 1423664786 installed <13>Apr 21 01:27:34 rpmi: docbook-dtds-4.5-alt1 1223476557 installed <13>Apr 21 01:27:34 rpmi: libgpg-error-1.31-alt1.M80P.1 1529024730 installed <13>Apr 21 01:27:35 rpmi: libgcrypt20-1.8.3-alt4 p8+219793.200.6.1 1551112986 installed <13>Apr 21 01:27:35 rpmi: libxslt-1.1.28-alt4 1448210404 installed <13>Apr 21 01:27:35 rpmi: xsltproc-1.1.28-alt4 1448210404 installed <13>Apr 21 01:27:35 rpmi: docbook-style-xsl-1.79.1-alt2 p8.213672.100 1537975322 installed Installing libjemalloc-3.6.0-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.50805 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf jemalloc-3.6.0 + echo 'Source #0 (jemalloc-3.6.0.tar.bz2):' Source #0 (jemalloc-3.6.0.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/jemalloc-3.6.0.tar.bz2 + /bin/tar -xf - + cd jemalloc-3.6.0 + /bin/chmod -c -Rf u+rwX,go-w . ++ fgrep -rl '*restrict ' . + for f in '`fgrep -rl '\''*restrict '\'' .`' + sed -i 's/\*restrict /\*/g' ./src/util.c + for f in '`fgrep -rl '\''*restrict '\'' .`' + sed -i 's/\*restrict /\*/g' ./include/jemalloc/internal/util.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.50805 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jemalloc-3.6.0 + CONF='--enable-swap --enable-xmalloc --enable-dss --enable-sysv --enable-prof --with-xslroot=/usr/share/xml/docbook/xsl-stylesheets' + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext --enable-swap --enable-xmalloc --enable-dss --enable-sysv --enable-prof --with-xslroot=/usr/share/xml/docbook/xsl-stylesheets --enable-debug configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext, --enable-swap, --enable-sysv checking for xsltproc... /usr/bin/xsltproc checking for x86_64-alt-linux-gcc... x86_64-alt-linux-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of intmax_t... 8 checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking whether pause instruction is compilable... yes checking whether SSE2 intrinsics is compilable... yes checking for x86_64-alt-linux-ar... no checking for ar... ar checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether tls_model attribute is compilable... no checking for a BSD-compatible install... /bin/install -c checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking for valloc... yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... yes checking configured backtracing method... libgcc checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking STATIC_PAGE_SHIFT... 12 checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether a program using ffsl is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... no checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking whether Darwin OSSpin*() is compilable... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc.sh config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext, --enable-swap, --enable-sysv =============================================================================== jemalloc version : 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340 library revision : 1 CC : x86_64-alt-linux-gcc CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT CFLAGS : -pipe -Wall -g -O2 -fvisibility=hidden LDFLAGS : EXTRA_LDFLAGS : LIBS : -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : /usr/bin/xsltproc XSLROOT : /usr/share/xml/docbook/xsl-stylesheets PREFIX : /usr BINDIR : /usr/bin INCLUDEDIR : /usr/include LIBDIR : /usr/lib64 DATADIR : /usr/share MANDIR : /usr/share/man srcroot : abs_srcroot : /usr/src/RPM/BUILD/jemalloc-3.6.0/ objroot : abs_objroot : /usr/src/RPM/BUILD/jemalloc-3.6.0/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : autogen : 0 experimental : 1 cc-silence : 0 debug : 1 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 1 mremap : 0 munmap : 0 dss : 1 lazy_lock : 0 tls : 1 =============================================================================== + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c In file included from include/jemalloc/internal/jemalloc_internal.h:210:0, from src/arena.c:2: src/arena.c:69:23: warning: 'arena_run_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:69:23: warning: 'arena_run_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:313:1: note: in definition of macro 'rb_gen' a_prefix##first(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/jemalloc.c: In function 'ifree': src/jemalloc.c:1219:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'realloc': src/jemalloc.c:1243:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'rallocx': src/jemalloc.c:1550:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'xallocx': src/jemalloc.c:1686:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'dallocx': src/jemalloc.c:1763:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c src/ctl.c: In function 'epoch_ctl': src/ctl.c:1122:18: warning: variable 'newval' set but not used [-Wunused-but-set-variable] UNUSED uint64_t newval; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c src/util.c: In function 'wrtmessage': src/util.c:53:13: warning: unused variable 'result' [-Wunused-variable] UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c src/jemalloc.c: In function 'ifree': src/jemalloc.c:1219:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'realloc': src/jemalloc.c:1243:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'rallocx': src/jemalloc.c:1550:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'xallocx': src/jemalloc.c:1686:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'dallocx': src/jemalloc.c:1763:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c In file included from include/jemalloc/internal/jemalloc_internal.h:210:0, from src/arena.c:2: src/arena.c:69:23: warning: 'arena_run_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:69:23: warning: 'arena_run_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:313:1: note: in definition of macro 'rb_gen' a_prefix##first(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c src/ctl.c: In function 'epoch_ctl': src/ctl.c:1122:18: warning: variable 'newval' set but not used [-Wunused-but-set-variable] UNUSED uint64_t newval; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c src/util.c: In function 'wrtmessage': src/util.c:53:13: warning: unused variable 'result' [-Wunused-variable] UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); ^ ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o x86_64-alt-linux-gcc -shared -Wl,-soname,libjemalloc.so.1 -o lib/libjemalloc.so.1 src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o -lgcc -lm -lpthread ln -sf libjemalloc.so.1 lib/libjemalloc.so ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o make: Leaving directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' + make doc make: Entering directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Nothing to be done for `doc'. make: Leaving directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' + mkdir -p debug + cp -p lib/libjemalloc.a lib/libjemalloc.so lib/libjemalloc.so.1 lib/libjemalloc_pic.a debug + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext --enable-swap --enable-xmalloc --enable-dss --enable-sysv --enable-prof --with-xslroot=/usr/share/xml/docbook/xsl-stylesheets --enable-prof --enable-stats configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext, --enable-swap, --enable-sysv checking for xsltproc... /usr/bin/xsltproc checking for x86_64-alt-linux-gcc... x86_64-alt-linux-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of intmax_t... 8 checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking whether pause instruction is compilable... yes checking whether SSE2 intrinsics is compilable... yes checking for x86_64-alt-linux-ar... no checking for ar... ar checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether tls_model attribute is compilable... no checking for a BSD-compatible install... /bin/install -c checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking for valloc... yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... yes checking configured backtracing method... libgcc checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking STATIC_PAGE_SHIFT... 12 checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether a program using ffsl is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... no checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking whether Darwin OSSpin*() is compilable... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc.sh config.status: creating include/jemalloc/jemalloc_defs.h config.status: include/jemalloc/jemalloc_defs.h is unchanged config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: test/include/test/jemalloc_test_defs.h is unchanged config.status: executing include/jemalloc/internal/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext, --enable-swap, --enable-sysv =============================================================================== jemalloc version : 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340 library revision : 1 CC : x86_64-alt-linux-gcc CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT CFLAGS : -pipe -Wall -g -O2 -fvisibility=hidden LDFLAGS : EXTRA_LDFLAGS : LIBS : -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : /usr/bin/xsltproc XSLROOT : /usr/share/xml/docbook/xsl-stylesheets PREFIX : /usr BINDIR : /usr/bin INCLUDEDIR : /usr/include LIBDIR : /usr/lib64 DATADIR : /usr/share MANDIR : /usr/share/man srcroot : abs_srcroot : /usr/src/RPM/BUILD/jemalloc-3.6.0/ objroot : abs_objroot : /usr/src/RPM/BUILD/jemalloc-3.6.0/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : autogen : 0 experimental : 1 cc-silence : 0 debug : 0 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 1 mremap : 0 munmap : 0 dss : 1 lazy_lock : 0 tls : 1 =============================================================================== + '[' -n 8 ']' + make -j8 make: Entering directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c src/jemalloc.c: In function 'ifree': src/jemalloc.c:1219:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'realloc': src/jemalloc.c:1243:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'rallocx': src/jemalloc.c:1550:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'xallocx': src/jemalloc.c:1686:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'dallocx': src/jemalloc.c:1763:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c In file included from include/jemalloc/internal/jemalloc_internal.h:210:0, from src/arena.c:2: src/arena.c:69:23: warning: 'arena_run_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:69:23: warning: 'arena_run_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:313:1: note: in definition of macro 'rb_gen' a_prefix##first(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c src/ctl.c: In function 'epoch_ctl': src/ctl.c:1122:18: warning: variable 'newval' set but not used [-Wunused-but-set-variable] UNUSED uint64_t newval; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c src/util.c: In function 'wrtmessage': src/util.c:53:13: warning: unused variable 'result' [-Wunused-variable] UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:7: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] s = x2s(val, alt_form, *f == 'X', buf, &slen); ^ src/util.c:226:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)10; ^ src/util.c:518:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:249:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)base; ^ src/util.c:509:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:499:14: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] intmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c In file included from include/jemalloc/internal/jemalloc_internal.h:210:0, from src/arena.c:2: src/arena.c:69:23: warning: 'arena_run_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:69:23: warning: 'arena_run_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:313:1: note: in definition of macro 'rb_gen' a_prefix##first(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c src/jemalloc.c: In function 'ifree': src/jemalloc.c:1219:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'realloc': src/jemalloc.c:1243:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'rallocx': src/jemalloc.c:1550:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'xallocx': src/jemalloc.c:1686:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'dallocx': src/jemalloc.c:1763:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c src/ctl.c: In function 'epoch_ctl': src/ctl.c:1122:18: warning: variable 'newval' set but not used [-Wunused-but-set-variable] UNUSED uint64_t newval; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c src/util.c: In function 'wrtmessage': src/util.c:53:13: warning: unused variable 'result' [-Wunused-variable] UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:7: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] s = x2s(val, alt_form, *f == 'X', buf, &slen); ^ src/util.c:226:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)10; ^ src/util.c:518:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:249:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)base; ^ src/util.c:509:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:499:14: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] intmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -shared -Wl,-soname,libjemalloc.so.1 -o lib/libjemalloc.so.1 src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o -lgcc -lm -lpthread ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o ln -sf libjemalloc.so.1 lib/libjemalloc.so ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o make: Leaving directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' + mkdir -p prof + cp -p lib/libjemalloc.a lib/libjemalloc.so lib/libjemalloc.so.1 lib/libjemalloc_pic.a prof + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext --enable-swap --enable-xmalloc --enable-dss --enable-sysv --enable-prof --with-xslroot=/usr/share/xml/docbook/xsl-stylesheets configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext, --enable-swap, --enable-sysv checking for xsltproc... /usr/bin/xsltproc checking for x86_64-alt-linux-gcc... x86_64-alt-linux-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of intmax_t... 8 checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking whether pause instruction is compilable... yes checking whether SSE2 intrinsics is compilable... yes checking for x86_64-alt-linux-ar... no checking for ar... ar checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether tls_model attribute is compilable... no checking for a BSD-compatible install... /bin/install -c checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking for valloc... yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... yes checking configured backtracing method... libgcc checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking STATIC_PAGE_SHIFT... 12 checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether a program using ffsl is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... no checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking whether Darwin OSSpin*() is compilable... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc.sh config.status: creating include/jemalloc/jemalloc_defs.h config.status: include/jemalloc/jemalloc_defs.h is unchanged config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: include/jemalloc/internal/jemalloc_internal_defs.h is unchanged config.status: creating test/include/test/jemalloc_test_defs.h config.status: test/include/test/jemalloc_test_defs.h is unchanged config.status: executing include/jemalloc/internal/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext, --enable-swap, --enable-sysv =============================================================================== jemalloc version : 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340 library revision : 1 CC : x86_64-alt-linux-gcc CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT CFLAGS : -pipe -Wall -g -O2 -fvisibility=hidden LDFLAGS : EXTRA_LDFLAGS : LIBS : -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : /usr/bin/xsltproc XSLROOT : /usr/share/xml/docbook/xsl-stylesheets PREFIX : /usr BINDIR : /usr/bin INCLUDEDIR : /usr/include LIBDIR : /usr/lib64 DATADIR : /usr/share MANDIR : /usr/share/man srcroot : abs_srcroot : /usr/src/RPM/BUILD/jemalloc-3.6.0/ objroot : abs_objroot : /usr/src/RPM/BUILD/jemalloc-3.6.0/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : autogen : 0 experimental : 1 cc-silence : 0 debug : 0 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 1 mremap : 0 munmap : 0 dss : 1 lazy_lock : 0 tls : 1 =============================================================================== + '[' -n 8 ']' + make -j8 make: Entering directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c src/jemalloc.c: In function 'ifree': src/jemalloc.c:1219:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'realloc': src/jemalloc.c:1243:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'rallocx': src/jemalloc.c:1550:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'xallocx': src/jemalloc.c:1686:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'dallocx': src/jemalloc.c:1763:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c src/ctl.c: In function 'epoch_ctl': src/ctl.c:1122:18: warning: variable 'newval' set but not used [-Wunused-but-set-variable] UNUSED uint64_t newval; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c In file included from include/jemalloc/internal/jemalloc_internal.h:210:0, from src/arena.c:2: src/arena.c:69:23: warning: 'arena_run_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:69:23: warning: 'arena_run_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:313:1: note: in definition of macro 'rb_gen' a_prefix##first(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c src/util.c: In function 'wrtmessage': src/util.c:53:13: warning: unused variable 'result' [-Wunused-variable] UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); ^ src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:7: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] s = x2s(val, alt_form, *f == 'X', buf, &slen); ^ src/util.c:226:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)10; ^ src/util.c:518:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:249:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)base; ^ src/util.c:509:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:499:14: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] intmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c In file included from include/jemalloc/internal/jemalloc_internal.h:210:0, from src/arena.c:2: src/arena.c:69:23: warning: 'arena_run_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:69:23: warning: 'arena_run_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:69:23: warning: 'arena_run_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_first' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:313:1: note: in definition of macro 'rb_gen' a_prefix##first(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:896:1: note: in definition of macro 'rb_gen' a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ ^ src/arena.c:101:23: warning: 'arena_avail_tree_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_last' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:322:1: note: in definition of macro 'rb_gen' a_prefix##last(a_rbt_type *rbtree) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_next' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:331:1: note: in definition of macro 'rb_gen' a_prefix##next(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_prev' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:359:1: note: in definition of macro 'rb_gen' a_prefix##prev(a_rbt_type *rbtree, a_type *node) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_search' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:387:1: note: in definition of macro 'rb_gen' a_prefix##search(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_nsearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:405:1: note: in definition of macro 'rb_gen' a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_psearch' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:427:1: note: in definition of macro 'rb_gen' a_prefix##psearch(a_rbt_type *rbtree, a_type *key) { \ ^ src/arena.c:171:23: warning: 'arena_chunk_dirty_reverse_iter' defined but not used [-Wunused-function] rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t, ^ include/jemalloc/internal/rb.h:953:1: note: in definition of macro 'rb_gen' a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start, \ ^ src/jemalloc.c: In function 'ifree': src/jemalloc.c:1219:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'realloc': src/jemalloc.c:1243:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'rallocx': src/jemalloc.c:1550:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'xallocx': src/jemalloc.c:1686:16: warning: variable 'old_rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ src/jemalloc.c: In function 'dallocx': src/jemalloc.c:1763:16: warning: variable 'rzsize' set but not used [-Wunused-but-set-variable] UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c src/ctl.c: In function 'epoch_ctl': src/ctl.c:1122:18: warning: variable 'newval' set but not used [-Wunused-but-set-variable] UNUSED uint64_t newval; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c src/util.c: In function 'wrtmessage': src/util.c:53:13: warning: unused variable 'result' [-Wunused-variable] UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c x86_64-alt-linux-gcc -shared -Wl,-soname,libjemalloc.so.1 -o lib/libjemalloc.so.1 src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o -lgcc -lm -lpthread ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o ln -sf libjemalloc.so.1 lib/libjemalloc.so src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:7: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] s = x2s(val, alt_form, *f == 'X', buf, &slen); ^ src/util.c:226:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)10; ^ src/util.c:518:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:249:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] x /= (uint64_t)base; ^ src/util.c:509:15: note: 'val' was declared here uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ src/util.c:499:14: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] intmax_t val JEMALLOC_CC_SILENCE_INIT(0); ^ ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o make: Leaving directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.68514 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libjemalloc-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libjemalloc-buildroot + cd jemalloc-3.6.0 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/libjemalloc-buildroot/usr exec_prefix=/usr/src/tmp/libjemalloc-buildroot/usr bindir=/usr/src/tmp/libjemalloc-buildroot/usr/bin sbindir=/usr/src/tmp/libjemalloc-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libjemalloc-buildroot/etc datadir=/usr/src/tmp/libjemalloc-buildroot/usr/share includedir=/usr/src/tmp/libjemalloc-buildroot/usr/include libdir=/usr/src/tmp/libjemalloc-buildroot/usr/lib64 libexecdir=/usr/src/tmp/libjemalloc-buildroot/usr/lib localstatedir=/usr/src/tmp/libjemalloc-buildroot/var/lib sharedstatedir=/usr/src/tmp/libjemalloc-buildroot/var/lib mandir=/usr/src/tmp/libjemalloc-buildroot/usr/share/man infodir=/usr/src/tmp/libjemalloc-buildroot/usr/share/info install DESTDIR=/usr/src/tmp/libjemalloc-buildroot make: Entering directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' install -d /usr/src/tmp/libjemalloc-buildroot/usr/bin install -m 755 bin/pprof /usr/src/tmp/libjemalloc-buildroot/usr/bin install -m 755 bin/jemalloc.sh /usr/src/tmp/libjemalloc-buildroot/usr/bin install -d /usr/src/tmp/libjemalloc-buildroot/usr/include/jemalloc install -m 644 include/jemalloc/jemalloc.h /usr/src/tmp/libjemalloc-buildroot/usr/include/jemalloc install -d /usr/src/tmp/libjemalloc-buildroot/usr/lib64 install -m 755 lib/libjemalloc.so.1 /usr/src/tmp/libjemalloc-buildroot/usr/lib64 ln -sf libjemalloc.so.1 /usr/src/tmp/libjemalloc-buildroot/usr/lib64/libjemalloc.so install -d /usr/src/tmp/libjemalloc-buildroot/usr/lib64 install -m 755 lib/libjemalloc.a /usr/src/tmp/libjemalloc-buildroot/usr/lib64 install -m 755 lib/libjemalloc_pic.a /usr/src/tmp/libjemalloc-buildroot/usr/lib64 install -d /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/jemalloc install -m 644 doc/jemalloc.html /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/jemalloc install -d /usr/src/tmp/libjemalloc-buildroot/usr/share/man/man3 install -m 644 doc/jemalloc.3 /usr/src/tmp/libjemalloc-buildroot/usr/share/man/man3 make: Leaving directory `/usr/src/RPM/BUILD/jemalloc-3.6.0' + mkdir -p /usr/src/tmp/libjemalloc-buildroot/usr/lib64/debug /usr/src/tmp/libjemalloc-buildroot/usr/lib64/prof + install debug/libjemalloc.a debug/libjemalloc.so debug/libjemalloc.so.1 debug/libjemalloc_pic.a /usr/src/tmp/libjemalloc-buildroot/usr/lib64/debug + cd prof + for N in '*' + install libjemalloc.a /usr/src/tmp/libjemalloc-buildroot/usr/lib64/libjemalloc_profiler.a + for N in '*' + install libjemalloc.so /usr/src/tmp/libjemalloc-buildroot/usr/lib64/libjemalloc_profiler.so + for N in '*' + install libjemalloc.so.1 /usr/src/tmp/libjemalloc-buildroot/usr/lib64/libjemalloc.so_profiler.1 + for N in '*' + install libjemalloc_pic.a /usr/src/tmp/libjemalloc-buildroot/usr/lib64/libjemalloc_pic_profiler.a + mv /usr/src/tmp/libjemalloc-buildroot/usr/bin/pprof /usr/src/tmp/libjemalloc-buildroot/usr/bin/pprof.jemalloc + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libjemalloc-buildroot (auto) mode of './usr/lib64/libjemalloc_pic_profiler.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libjemalloc.so_profiler.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libjemalloc_profiler.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libjemalloc_profiler.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/debug/libjemalloc_pic.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/debug/libjemalloc.so.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/debug/libjemalloc.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/debug/libjemalloc.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libjemalloc_pic.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libjemalloc.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libjemalloc.so.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libjemalloc-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/libjemalloc-buildroot (auto) Adjusting library links in /usr/src/tmp/libjemalloc-buildroot ./usr/lib64: /sbin/ldconfig: ./usr/lib64/libjemalloc.so.1 is not a symbolic link libjemalloc.so.1 -> libjemalloc_profiler.so Verifying ELF objects in /usr/src/tmp/libjemalloc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: libjemalloc-3.6.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38595 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jemalloc-3.6.0 + DOCDIR=/usr/src/tmp/libjemalloc-buildroot/usr/share/doc/libjemalloc-3.6.0 + export DOCDIR + rm -rf /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/libjemalloc-3.6.0 + /bin/mkdir -p /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/libjemalloc-3.6.0 + cp -prL COPYING README INSTALL VERSION /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/libjemalloc-3.6.0 + chmod -R go-w /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/libjemalloc-3.6.0 + chmod -R a+rX /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/libjemalloc-3.6.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DgBs1s find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libjemalloc-buildroot/usr/lib64/libjemalloc.so.1: 30 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dz6Pmt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) # perl(Term/ReadLine.pm) at line 788 (depth 9) inside eval SKIP /usr/src/tmp/libjemalloc-buildroot/usr/bin/pprof.jemalloc syntax OK find-requires: FINDPACKAGE-COMMANDS: perl Provides: libjemalloc.so.1()(64bit) = set:idQkS3lhhtCbuEYBRaGlKyhK3a66TBLT6QCGkEiZKWeD0GilaGLCPa6pS3NX5 Requires: /bin/sh, /usr/bin/env, ld-linux-x86-64.so.2()(64bit) >= set:ihidc, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.2)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libgcc_s.so.1(GCC_3.3)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), perl(Getopt/Long.pm), perl-base, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3Tkxdz Creating libjemalloc-debuginfo package Processing files: libjemalloc-devel-3.6.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3vF49H find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JvljVT find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: google-perftools, /usr/lib64/libjemalloc.so.1, ld-linux-x86-64.so.2()(64bit) >= set:ihidc, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.2)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libgcc_s.so.1(GCC_3.3)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Nnd13a Creating libjemalloc-devel-debuginfo package Processing files: libjemalloc-debuginfo-3.6.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DuENXu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T26EDR find-requires: running scripts (debuginfo) Provides: debug64(libjemalloc.so.1) Requires: libjemalloc = 3.6.0-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libpthread.so.0) Processing files: libjemalloc-devel-debuginfo-3.6.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zs0Y7g find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1UG6lJ find-requires: running scripts (debuginfo) Requires: libjemalloc-devel = 3.6.0-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libpthread.so.0) Adding to libjemalloc-devel a strict dependency on libjemalloc Adding to libjemalloc-devel-debuginfo a strict dependency on libjemalloc-debuginfo Removing from libjemalloc-devel-debuginfo 42 sources provided by libjemalloc-debuginfo also prunning dir /usr/src/debug/jemalloc-3.6.0/include/jemalloc/internal also prunning dir /usr/src/debug/jemalloc-3.6.0/src also prunning dir /usr/src/debug/jemalloc-3.6.0/include/jemalloc also prunning dir /usr/src/debug/jemalloc-3.6.0/include also prunning dir /usr/src/debug/jemalloc-3.6.0 Removing 1 extra deps from libjemalloc-devel due to dependency on libjemalloc Removing 13 extra deps from libjemalloc-devel due to repentancy on libjemalloc Removing 5 extra deps from libjemalloc-devel-debuginfo due to repentancy on libjemalloc-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/libjemalloc-3.6.0-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libjemalloc-devel-3.6.0-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libjemalloc-debuginfo-3.6.0-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libjemalloc-devel-debuginfo-3.6.0-alt1.x86_64.rpm 55.13user 6.45system 0:41.84elapsed 147%CPU (0avgtext+0avgdata 108020maxresident)k 0inputs+0outputs (0major+3010627minor)pagefaults 0swaps 57.88user 8.28system 0:48.65elapsed 136%CPU (0avgtext+0avgdata 121860maxresident)k 0inputs+0outputs (0major+3273022minor)pagefaults 0swaps --- libjemalloc-devel-3.6.0-alt1.x86_64.rpm.repo 2014-04-10 16:21:48.000000000 +0000 +++ libjemalloc-devel-3.6.0-alt1.x86_64.rpm.hasher 2019-04-21 01:28:21.330207464 +0000 @@ -13,3 +13,3 @@ /usr/lib64/libjemalloc_profiler.so 100644 -/usr/share/man/man3/jemalloc.3.bz2 100644 +/usr/share/man/man3/jemalloc.3.xz 100644 Requires: google-perftools