<86>Feb 16 02:21:25 userdel[116943]: delete user 'rooter' <86>Feb 16 02:21:25 groupadd[117003]: group added to /etc/group: name=rooter, GID=621 <86>Feb 16 02:21:25 groupadd[117003]: group added to /etc/gshadow: name=rooter <86>Feb 16 02:21:25 groupadd[117003]: new group: name=rooter, GID=621 <86>Feb 16 02:21:25 useradd[117051]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash <86>Feb 16 02:21:25 userdel[117191]: delete user 'builder' <86>Feb 16 02:21:25 userdel[117191]: removed group 'builder' owned by 'builder' <86>Feb 16 02:21:25 userdel[117191]: removed shadow group 'builder' owned by 'builder' <86>Feb 16 02:21:25 groupadd[117227]: group added to /etc/group: name=builder, GID=622 <86>Feb 16 02:21:25 groupadd[117227]: group added to /etc/gshadow: name=builder <86>Feb 16 02:21:25 groupadd[117227]: new group: name=builder, GID=622 <86>Feb 16 02:21:26 useradd[117278]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash <13>Feb 16 02:21:30 rpmi: xml-utils-1:2.9.4.0.12.e905-alt1.1 1525115736 installed <13>Feb 16 02:21:30 rpmi: sgml-common-0.6.3-alt15 1423664786 installed <13>Feb 16 02:21:30 rpmi: docbook-dtds-4.5-alt1 1223476557 installed <13>Feb 16 02:21:31 rpmi: libgpg-error-1.31-alt1.S1 1529015796 installed <13>Feb 16 02:21:31 rpmi: libgcrypt20-1.8.3-alt4 sisyphus.218050.200 1545223148 installed <13>Feb 16 02:21:31 rpmi: libxslt-1.1.32-alt2 1517429962 installed <13>Feb 16 02:21:31 rpmi: xsltproc-1.1.32-alt2 1517429962 installed <13>Feb 16 02:21:31 rpmi: docbook-style-xsl-1.79.1-alt2 sisyphus.213665.100 1537949315 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libjemalloc-3.6.0-alt3.nosrc.rpm Installing libjemalloc-3.6.0-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79874 + 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/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/jemalloc-3.6.0.tar.bz2 + 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.79874 + 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 -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -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 + sort -u + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + 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 -frecord-gcc-switches -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 =============================================================================== + make -j8 make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.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); ^~~~~~ In file included from include/jemalloc/internal/jemalloc_internal.h:441, from src/jemalloc.c:2: src/jemalloc.c: In function 'allocm': include/jemalloc/internal/util.h:36:5: warning: nonnull argument 'ptr' compared to NULL [-Wnonnull-compare] if (config_debug && !(e)) { \ ^ src/jemalloc.c:1880:2: note: in expansion of macro 'assert' assert(ptr != NULL); ^~~~~~ src/jemalloc.c: In function 'rallocm': include/jemalloc/internal/util.h:36:5: warning: nonnull argument 'ptr' compared to NULL [-Wnonnull-compare] if (config_debug && !(e)) { \ ^ src/jemalloc.c:1897:2: note: in expansion of macro 'assert' assert(ptr != NULL); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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)); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c In file included from include/jemalloc/internal/jemalloc_internal.h:210, from src/arena.c:2: 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/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_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_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_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_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_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: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: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_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_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_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_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_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_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: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: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_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_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_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_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_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) { \ ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.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); ^~~~~~ In file included from include/jemalloc/internal/jemalloc_internal.h:441, from src/jemalloc.c:2: src/jemalloc.c: In function 'allocm': include/jemalloc/internal/util.h:36:5: warning: nonnull argument 'ptr' compared to NULL [-Wnonnull-compare] if (config_debug && !(e)) { \ ^ src/jemalloc.c:1880:2: note: in expansion of macro 'assert' assert(ptr != NULL); ^~~~~~ src/jemalloc.c: In function 'rallocm': include/jemalloc/internal/util.h:36:5: warning: nonnull argument 'ptr' compared to NULL [-Wnonnull-compare] if (config_debug && !(e)) { \ ^ src/jemalloc.c:1897:2: note: in expansion of macro 'assert' assert(ptr != NULL); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' 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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' ln -sf libjemalloc.so.1 lib/libjemalloc.so make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c In file included from include/jemalloc/internal/jemalloc_internal.h:210, from src/arena.c:2: 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/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_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_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_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_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_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: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: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_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_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_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_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_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_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: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: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_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_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_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_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_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) { \ ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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)); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.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; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.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' + 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 -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -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 --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 -frecord-gcc-switches -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 =============================================================================== + make -j8 make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c In file included from include/jemalloc/internal/jemalloc_internal.h:210, from src/arena.c:2: 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/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_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_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_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_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_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: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: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_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_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_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_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_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_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: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: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_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_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_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_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_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) { \ ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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)); ^~~~~~ src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:9: 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); ^~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c In file included from include/jemalloc/internal/jemalloc_internal.h:210, from src/arena.c:2: 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/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_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_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_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_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_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: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: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_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_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_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_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_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_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: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: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_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_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_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_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_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) { \ ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.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; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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)); ^~~~~~ src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:9: 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); ^~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.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); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' 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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' ln -sf libjemalloc.so.1 lib/libjemalloc.so make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.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); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.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' + mkdir -p prof + cp -p lib/libjemalloc.a lib/libjemalloc.so lib/libjemalloc.so.1 lib/libjemalloc_pic.a prof + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -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 + xargs -ri dirname -- '{}' + readlink -e -- ./configure + 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 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 -frecord-gcc-switches -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 =============================================================================== + make -j8 make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c In file included from include/jemalloc/internal/jemalloc_internal.h:210, from src/arena.c:2: 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/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_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_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_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_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_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: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: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_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_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_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_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_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_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: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: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_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_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_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_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_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) { \ ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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)); ^~~~~~ src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:9: 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); ^~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c In file included from include/jemalloc/internal/jemalloc_internal.h:210, from src/arena.c:2: 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/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_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_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_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_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_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: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: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_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_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_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_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_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_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: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: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_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_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_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_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_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) { \ ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -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)); ^~~~~~ src/util.c: In function 'je_malloc_vsnprintf': src/util.c:531:9: 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); ^~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.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; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.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); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' 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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.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 make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' ln -sf libjemalloc.so.1 lib/libjemalloc.so make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -fvisibility=hidden -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.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); ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jemalloc-3.6.0' make: Entering directory '/usr/src/RPM/BUILD/jemalloc-3.6.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.86814 + 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.jemalloc1 + mv /usr/src/tmp/libjemalloc-buildroot/usr/bin/jemalloc.sh /usr/src/tmp/libjemalloc-buildroot/usr/bin/jemalloc1.sh + rm -rf /usr/src/tmp/libjemalloc-buildroot/usr/share/doc/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) Checking contents of files in /usr/src/tmp/libjemalloc-buildroot/ (default) 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-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38192 + 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.HhbrNa find-provides: running scripts (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.knPNrf 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.jemalloc1 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.J3zyuq Creating libjemalloc-debuginfo package Processing files: libjemalloc-debuginfo-3.6.0-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gYJ0gF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tstCLX find-requires: running scripts (debuginfo) Provides: debug64(libjemalloc.so.1) Requires: libjemalloc = 3.6.0-alt3, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libpthread.so.0) warning: Installed (but unpackaged) file(s) found: /usr/include/jemalloc/jemalloc.h /usr/lib64/debug/libjemalloc.a /usr/lib64/debug/libjemalloc.so /usr/lib64/debug/libjemalloc.so.1 /usr/lib64/debug/libjemalloc_pic.a /usr/lib64/libjemalloc.a /usr/lib64/libjemalloc.so /usr/lib64/libjemalloc.so_profiler.1 /usr/lib64/libjemalloc_pic.a /usr/lib64/libjemalloc_pic_profiler.a /usr/lib64/libjemalloc_profiler.a /usr/lib64/libjemalloc_profiler.so /usr/share/man/man3/jemalloc.3.xz Wrote: /usr/src/RPM/RPMS/x86_64/libjemalloc-3.6.0-alt3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libjemalloc-debuginfo-3.6.0-alt3.x86_64.rpm 67.06user 7.12system 1:01.45elapsed 120%CPU (0avgtext+0avgdata 128900maxresident)k 0inputs+0outputs (0major+3252674minor)pagefaults 0swaps 76.49user 9.77system 1:20.12elapsed 107%CPU (0avgtext+0avgdata 128900maxresident)k 0inputs+0outputs (0major+3694305minor)pagefaults 0swaps