<86>Dec 21 09:45:07 userdel[722524]: delete user 'rooter' <86>Dec 21 09:45:07 userdel[722524]: removed group 'rooter' owned by 'rooter' <86>Dec 21 09:45:07 userdel[722524]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 21 09:45:07 groupadd[722566]: group added to /etc/group: name=rooter, GID=1841 <86>Dec 21 09:45:07 groupadd[722566]: group added to /etc/gshadow: name=rooter <86>Dec 21 09:45:07 groupadd[722566]: new group: name=rooter, GID=1841 <86>Dec 21 09:45:07 useradd[722594]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>Dec 21 09:45:07 userdel[722643]: delete user 'builder' <86>Dec 21 09:45:07 userdel[722643]: removed group 'builder' owned by 'builder' <86>Dec 21 09:45:07 userdel[722643]: removed shadow group 'builder' owned by 'builder' <86>Dec 21 09:45:07 groupadd[722679]: group added to /etc/group: name=builder, GID=1842 <86>Dec 21 09:45:07 groupadd[722679]: group added to /etc/gshadow: name=builder <86>Dec 21 09:45:07 groupadd[722679]: new group: name=builder, GID=1842 <86>Dec 21 09:45:07 useradd[722708]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none <13>Dec 21 09:45:11 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Dec 21 09:45:11 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Dec 21 09:45:12 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Dec 21 09:45:12 rpmi: gcc-c++-14-alt1 sisyphus+360995.300.1.1 1730139881 installed <13>Dec 21 09:45:12 rpmi: zlib-devel-1.3.1-alt1 sisyphus+342532.100.1.1 1710232285 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/kyotocabinet-1.2.76-alt3.nosrc.rpm (w1.gzdio) Installing kyotocabinet-1.2.76-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.13609 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf kyotocabinet-1.2.76 + echo 'Source #0 (kyotocabinet-1.2.76.tar):' Source #0 (kyotocabinet-1.2.76.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/kyotocabinet-1.2.76.tar + cd kyotocabinet-1.2.76 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (kyotocabinet-1.2.76-alt-gcc6.patch):' Patch #1 (kyotocabinet-1.2.76-alt-gcc6.patch): + /usr/bin/patch -p2 patching file kcdbext.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.13609 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd kyotocabinet-1.2.76 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + configure_runstatedir_flags= + grep -qF runstatedir=DIR ./configure + echo 'rpm-build: warning: ./configure script does not support --runstatedir' rpm-build: warning: ./configure script does not support --runstatedir + ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext #================================================================ # Configuring Kyoto Cabinet version 1.2.76. #================================================================ checking for i586-alt-linux-gcc... i586-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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking for i586-alt-linux-g++... i586-alt-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether i586-alt-linux-g++ accepts -g... yes checking how to run the C++ preprocessor... i586-alt-linux-g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 for 64-bit availability... no checking for CPU optimization availability... no checking for useless warnings... no checking for atomic operations... yes checking for main in -lc... yes checking for main in -lm... yes checking for main in -lpthread... yes checking for main in -lrt... yes checking for main in -lstdc++... yes checking for main in -lregex... no checking for main in -lz... yes checking for main in -lkyotocabinet... no checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating kyotocabinet.pc configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext #================================================================ # Ready to make. #================================================================ + make -j16 make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kccompare.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcregex.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kccompress.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcmap.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcthread.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcutil.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcplantdb.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcdb.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcprotodb.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kctextdb.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcfile.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kccachedb.cc In file included from kccachedb.cc:16: kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcstashdb.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcdirdb.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kchashdb.cc In file included from kchashdb.cc:16: kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcpolydb.cc In file included from kcpolydb.h:31, from kcpolydb.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ In file included from kcpolydb.h:32: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcutilmgr.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcstashtest.cc kcstashtest.cc: In member function 'virtual void proctran(int64_t, int32_t, int32_t, int64_t, bool)::ThreadTran::run()': kcstashtest.cc:1979:66: warning: enum constant in boolean context [-Wint-in-bool-context] 1979 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcutiltest.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kccachetest.cc In file included from kccachetest.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ kccachetest.cc: In member function 'virtual void proctran(int64_t, int32_t, int32_t, int32_t, int64_t, int64_t, int64_t, bool)::ThreadTran::run()': kccachetest.cc:2073:66: warning: enum constant in boolean context [-Wint-in-bool-context] 2073 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcdirmgr.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-gcc -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2 kclangctest.c kclangctest.c: In function 'runorder': kclangctest.c:229:27: warning: variable 'mode' set but not used [-Wunused-but-set-variable] 229 | int32_t rnd, etc, tran, mode, oflags, i; | ^~~~ kclangctest.c: In function 'runindex': kclangctest.c:281:21: warning: variable 'mode' set but not used [-Wunused-but-set-variable] 281 | int32_t rnd, etc, mode, oflags, i; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcdbext.cc In file included from kcdbext.h:31, from kcdbext.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ In file included from kcdbext.h:32: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcdirtest.cc kcdirtest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, bool)::ThreadTran::run()': kcdirtest.cc:2081:66: warning: enum constant in boolean context [-Wint-in-bool-context] 2081 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kchashmgr.cc In file included from kchashmgr.cc:16: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcprototest.cc kcprototest.cc: In instantiation of 'void proctran(const char*, int64_t, int32_t, int32_t)::ThreadTran::run() [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 17>]': kcprototest.cc:2056:5: required from 'int32_t proctran(const char*, int64_t, int32_t, int32_t) [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 17>; int32_t = int; int64_t = long long int]' 2056 | }; | ^ kcprototest.cc:315:35: required from here 315 | rv = proctran("Tree", rnum, thnum, itnum); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ kcprototest.cc:1975:43: warning: enum constant in boolean context [-Wint-in-bool-context] 1975 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ kcprototest.cc: In instantiation of 'void proctran(const char*, int64_t, int32_t, int32_t)::ThreadTran::run() [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 16>]': kcprototest.cc:2056:5: required from 'int32_t proctran(const char*, int64_t, int32_t, int32_t) [with PROTODB = kyotocabinet::ProtoDB, std::__cxx11::basic_string >, 16>; int32_t = int; int64_t = long long int]' 2056 | }; | ^ kcprototest.cc:317:35: required from here 317 | rv = proctran("Hash", rnum, thnum, itnum); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ kcprototest.cc:1975:43: warning: enum constant in boolean context [-Wint-in-bool-context] 1975 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kchashtest.cc In file included from kchashtest.cc:16: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ kchashtest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, int32_t, int32_t, int64_t, int64_t, int64_t, bool)::ThreadTran::run()': kchashtest.cc:2250:66: warning: enum constant in boolean context [-Wint-in-bool-context] 2250 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kctreemgr.cc In file included from kctreemgr.cc:16: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcgrasstest.cc In file included from kcgrasstest.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ kcgrasstest.cc: In member function 'virtual void proctran(int64_t, int32_t, int32_t, int32_t, int64_t, int32_t, int64_t, kyotocabinet::Comparator*, bool)::ThreadTran::run()': kcgrasstest.cc:2086:66: warning: enum constant in boolean context [-Wint-in-bool-context] 2086 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kctreetest.cc In file included from kctreetest.cc:16: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ kctreetest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, int32_t, int32_t, int64_t, int32_t, int64_t, int64_t, int64_t, kyotocabinet::Comparator*, bool)::ThreadTran::run()': kctreetest.cc:2370:66: warning: enum constant in boolean context [-Wint-in-bool-context] 2370 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcforesttest.cc kcforesttest.cc: In member function 'virtual void proctran(const char*, int64_t, int32_t, int32_t, bool, int32_t, int32_t, int64_t, int32_t, int64_t, kyotocabinet::Comparator*, bool)::ThreadTran::run()': kcforesttest.cc:2230:66: warning: enum constant in boolean context [-Wint-in-bool-context] 2230 | if (!cur->get_value(&key) && kc::BasicDB::Error::NOREC) { | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcforestmgr.cc make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kclangc.cc In file included from kcpolydb.h:31, from kclangc.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ In file included from kcpolydb.h:32: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' ar -rv libkyotocabinet.a kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o ar: creating libkyotocabinet.a a - kcutil.o a - kcthread.o a - kcfile.o a - kccompress.o a - kccompare.o a - kcmap.o a - kcregex.o a - kcdb.o a - kcplantdb.o a - kcprotodb.o a - kcstashdb.o a - kccachedb.o a - kchashdb.o a - kcdirdb.o a - kctextdb.o a - kcpolydb.o a - kcdbext.o a - kclangc.o make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcpolymgr.cc In file included from ./kcpolydb.h:31, from kcpolymgr.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ In file included from ./kcpolydb.h:32: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -c -I. -I/usr/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_MYGCCATOMIC -D_KC_PREFIX="\"/usr\"" -D_KC_INCLUDEDIR="\"/usr/include\"" -D_KC_LIBDIR="\"/usr/lib\"" -D_KC_BINDIR="\"/usr/bin\"" -D_KC_LIBEXECDIR="\"/usr/lib\"" -D_KC_APPINC="\"-I/usr/include\"" -D_KC_APPLIBS="\"-L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 kcpolytest.cc In file included from ./kcpolydb.h:31, from kcpolytest.cc:16: ./kccachedb.h: In member function 'virtual bool kyotocabinet::CacheDB::Cursor::jump(const char*, size_t)': ./kccachedb.h:199:16: warning: variable 'entp' set but not used [-Wunused-but-set-variable] 199 | Record** entp = slot->buckets + bidx; | ^~~~ In file included from ./kcpolydb.h:32: ./kchashdb.h: In member function 'virtual bool kyotocabinet::HashDB::clear()': ./kchashdb.h:1125:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] 1125 | bool err = false; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' if uname -a | egrep -i 'SunOS' > /dev/null ; \ then \ i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -shared -Wl,-G,-h,libkyotocabinet.so.16 -o libkyotocabinet.so.16.13.0 \ kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lz -lstdc++ -lrt -lpthread -lm -lc ; \ else \ i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -shared -Wl,-soname,libkyotocabinet.so.16 -o libkyotocabinet.so.16.13.0 \ kcutil.o kcthread.o kcfile.o kccompress.o kccompare.o kcmap.o kcregex.o kcdb.o kcplantdb.o kcprotodb.o kcstashdb.o kccachedb.o kchashdb.o kcdirdb.o kctextdb.o kcpolydb.o kcdbext.o kclangc.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lz -lstdc++ -lrt -lpthread -lm -lc ; \ fi egrep: warning: egrep is obsolescent; using grep -E ./kctextdb.h: In member function 'scan_parallel_impl': ./kctextdb.h:1118:48: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1118 | ThreadImpl* threads = new ThreadImpl[onum]; | ^ /usr/include/c++/14/new:133:26: note: in a call to allocation function 'operator new []' declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' ln -f -s libkyotocabinet.so.16.13.0 libkyotocabinet.so.16 make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' ln -f -s libkyotocabinet.so.16.13.0 libkyotocabinet.so make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcutilmgr kcutilmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcdirmgr kcdirmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kccachetest kccachetest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcdirtest kcdirtest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2 -o kclangctest kclangctest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcstashtest kcstashtest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kchashtest kchashtest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcutiltest kcutiltest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kchashmgr kchashmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcgrasstest kcgrasstest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kctreetest kctreetest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcforesttest kcforesttest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kctreemgr kctreemgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcprototest kcprototest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcforestmgr kcforestmgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcpolymgr kcpolymgr.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet ./kctextdb.h: In member function 'scan_parallel_impl': ./kctextdb.h:1118:48: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1118 | ThreadImpl* threads = new ThreadImpl[onum]; | ^ /usr/include/c++/14/new:133:26: note: in a call to allocation function 'operator new []' declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' i586-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -fPIC -fsigned-char -g0 -O2 -o kcpolytest kcpolytest.o -L. -L/usr/lib -L/usr/local/lib -Wl,-rpath-link,.:/usr/local/lib:.:/usr/local/lib: -Wl,--as-needed -lkyotocabinet In member function 'start', inlined from 'execute_reduce' at ./kcdbext.h:706:36, inlined from 'visit_after' at ./kcdbext.h:597:40: ./kcthread.h:1156:36: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1156 | thary_ = new WorkerThread[thnum]; | ^ /usr/include/c++/14/new: In member function 'visit_after': /usr/include/c++/14/new:133:26: note: in a call to allocation function 'operator new []' declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ ./kctextdb.h: In member function 'scan_parallel_impl': ./kctextdb.h:1118:48: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1118 | ThreadImpl* threads = new ThreadImpl[onum]; | ^ /usr/include/c++/14/new:133:26: note: in a call to allocation function 'operator new []' declared here 133 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' #================================================================ # Ready to install. #================================================================ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.45703 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/kyotocabinet-buildroot + : + /bin/rm -rf -- /usr/src/tmp/kyotocabinet-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd kyotocabinet-1.2.76 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/kyotocabinet-buildroot make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' mkdir -p /usr/src/tmp/kyotocabinet-buildroot/usr/include cp -Rf kccommon.h kcutil.h kcthread.h kcfile.h kccompress.h kccompare.h kcmap.h kcregex.h kcdb.h kcplantdb.h kcprotodb.h kcstashdb.h kccachedb.h kchashdb.h kcdirdb.h kctextdb.h kcpolydb.h kcdbext.h kclangc.h /usr/src/tmp/kyotocabinet-buildroot/usr/include mkdir -p /usr/src/tmp/kyotocabinet-buildroot/usr/lib cp -Rf libkyotocabinet.a libkyotocabinet.so.16.13.0 libkyotocabinet.so.16 libkyotocabinet.so /usr/src/tmp/kyotocabinet-buildroot/usr/lib mkdir -p /usr/src/tmp/kyotocabinet-buildroot/usr/bin cp -Rf kcutiltest kcutilmgr kcprototest kcstashtest kccachetest kcgrasstest kchashtest kchashmgr kctreetest kctreemgr kcdirtest kcdirmgr kcforesttest kcforestmgr kcpolytest kcpolymgr kclangctest /usr/src/tmp/kyotocabinet-buildroot/usr/bin mkdir -p /usr/src/tmp/kyotocabinet-buildroot/usr/share/man/man1 cd man && cp -Rf kcutiltest.1 kcutilmgr.1 kcprototest.1 kcstashtest.1 kccachetest.1 kcgrasstest.1 kchashtest.1 kchashmgr.1 kctreetest.1 kctreemgr.1 kcdirtest.1 kcdirmgr.1 kcforesttest.1 kcforestmgr.1 kcpolytest.1 kcpolymgr.1 kclangctest.1 /usr/src/tmp/kyotocabinet-buildroot/usr/share/man/man1 mkdir -p /usr/src/tmp/kyotocabinet-buildroot/usr/share/doc/kyotocabinet cp -Rf COPYING FOSSEXCEPTION ChangeLog doc kyotocabinet.idl /usr/src/tmp/kyotocabinet-buildroot/usr/share/doc/kyotocabinet mkdir -p /usr/src/tmp/kyotocabinet-buildroot/usr/lib/pkgconfig cp -Rf kyotocabinet.pc /usr/src/tmp/kyotocabinet-buildroot/usr/lib/pkgconfig #================================================================ # Thanks for using Kyoto Cabinet. #================================================================ make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' + mv /usr/src/tmp/kyotocabinet-buildroot/usr/share/doc/kyotocabinet /usr/src/tmp/kyotocabinet-buildroot/usr/share/doc/kyotocabinet-1.2.76 + rm /usr/src/tmp/kyotocabinet-buildroot/usr/lib/libkyotocabinet.a + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/kyotocabinet-buildroot (auto) mode of './usr/lib/libkyotocabinet.so.16.13.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/kyotocabinet-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/lib/pkgconfig/kyotocabinet.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/kyotocabinet.pc: Libs: '-L${libdir} -lkyotocabinet' --> '-lkyotocabinet' Checking contents of files in /usr/src/tmp/kyotocabinet-buildroot/ (default) Compressing files in /usr/src/tmp/kyotocabinet-buildroot (auto) Adjusting library links in /usr/src/tmp/kyotocabinet-buildroot ./usr/lib: (from :0) libkyotocabinet.so.16 -> libkyotocabinet.so.16.13.0 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/kyotocabinet-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/kyotocabinet-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.76268 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd kyotocabinet-1.2.76 + make check make: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-util make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr version Kyoto Cabinet 1.2.76 (16.13:5) on Linux LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr hex Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr hex -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -hex Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -hex -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -url Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -url -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -quote Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr enc -quote -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr ciph -key "hoge" Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr ciph -key "hoge" check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr comp -gz Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr comp -gz -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr comp -lzo Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr comp -lzo -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr comp -lzma Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr comp -lzma -d check.in > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr hash Makefile > check.in LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr hash -fnv Makefile > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr hash -path Makefile > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr regex mikio Makefile > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr regex -alt "hirarin" mikio Makefile > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutilmgr conf VERSION: 1.2.76 LIBVER: 16 LIBREV: 13 FMTVER: 5 OSNAME: Linux BIGEND: 0 CLOCKTICK: 100 PAGESIZ: 4096 FEATURES: (atomic)(zlib) TYPES: void*=4 short=2 int=4 long=4 long_long=8 size_t=4 float=4 double=8 long_double=12 prefix: /usr includedir: /usr/include libdir: /usr/lib bindir: /usr/bin libexecdir: /usr/lib appinc: -I/usr/include applibs: -L/usr/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest mutex -th 4 -iv -1 10000 seed=3902528955 rnum=10000 thnum=4 iv=-1.000 mutex: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.181 slotted mutex: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.087 spin lock: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.168 slotted spin lock: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.045 reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.198 reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.043 slotted reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.074 slotted reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.026 spin reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.065 spin reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.025 spin reader-writer lock wicked: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.082 slotted spin reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.044 slotted spin reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.031 atomic increment: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.079 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest cond -th 4 -iv -1 10000 seed=3902530112 rnum=10000 thnum=4 iv=-1.000 conditon variable: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.837 conditon map: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.595 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest para -th 4 10000 seed=3902531549 rnum=10000 thnum=4 iv=0.000 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 840 done: 9159 time: 0.026 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest para -th 4 -iv -1 10000 seed=3902531578 rnum=10000 thnum=4 iv=-1.000 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 185 done: 9827 time: 0.053 memory: 1048576 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest file -th 4 casket 10000 seed=3902531636 path=casket rnum=10000 thnum=4 rnd=0 msiz=0 opening the file: size: 0 time: 0.000 writing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.048 reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.024 fast writing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.038 fast reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.026 committing transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.103 aborting transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.140 closing the file: time: 0.000 testing file utility functions: time: 0.000 testing directory utility functions: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest file -th 4 -rnd -msiz 1m casket 10000 seed=3902532021 path=casket rnum=10000 thnum=4 rnd=1 msiz=1048576 opening the file: size: 0 time: 0.000 writing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2489210 time: 0.036 reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2489210 time: 0.012 fast writing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2489210 time: 0.021 fast reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2489210 time: 0.013 committing transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.039 aborting transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.099 closing the file: time: 0.000 testing file utility functions: time: 0.000 testing directory utility functions: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest lhmap -bnum 1000 10000 seed=3902532248 rnum=10000 rnd=0 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.008 count: 10000 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.005 count: 10000 memory: 0 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.001 count: 10000 memory: 0 migrating records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 0,10000 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 0,0 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest lhmap -rnd -bnum 1000 10000 seed=3902532273 rnum=10000 rnd=1 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.005 count: 6323 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 6323 memory: 0 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ........ (end) time: 0.003 count: 6323 memory: 0 migrating records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 2325,3998 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 2325,1459 memory: 0 wicked testing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) .................... (end) ......................... (00001000) ......................... (00002000) .................... (end) time: 0.007 count: 2806 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest thmap -bnum 1000 10000 seed=3902532303 rnum=10000 rnd=0 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.010 count: 10000 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 10000 memory: 0 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.007 count: 10000 memory: 0 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.001 count: 10000 memory: 0 sorting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.005 count: 10000 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 0 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest thmap -rnd -bnum 1000 10000 seed=3902532338 rnum=10000 rnd=1 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.008 count: 6375 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 6375 memory: 0 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.006 count: 8723 memory: 0 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .................. (end) time: 0.001 count: 8723 memory: 0 sorting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .................. (end) time: 0.004 count: 8723 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.008 count: 3237 memory: 0 wicked testing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.009 count: 7256 memory: 2097152 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest talist 10000 seed=3902532383 rnum=10000 rnd=0 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 10000 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 10000 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 0 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest talist -rnd 10000 seed=3902532399 rnum=10000 rnd=1 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 10000 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.000 count: 10000 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.001 count: 0 memory: 0 wicked testing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 count: 94 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest misc 10000 seed=3902532412 rnum=10000 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 1.184 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-proto make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -etc 10000 seed=3902533604 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 opening the database: count: 0 size: 0 memory: 4194304 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 4194304 time: 0.014 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 4194304 time: 0.010 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 5242880 time: 0.013 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 5242880 time: 0.006 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 5242880 time: 0.004 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 224246 memory: 5242880 time: 0.001 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 205441 memory: 5242880 time: 0.001 synchronizing the database: count: 7346 size: 205441 memory: 5242880 time: 0.000 dumping records into snapshot: count: 7346 size: 205441 memory: 5242880 time: 0.002 loading records from snapshot: count: 7346 size: 205441 memory: 5242880 time: 0.003 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 0 (0) size: 0 (0 B) memory: 5242880 time: 0.014 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -th 4 10000 seed=3902533683 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 opening the database: count: 0 size: 0 memory: 4194304 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 5242880 time: 0.026 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 5242880 time: 0.009 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 0 (0) size: 0 (0 B) memory: 5242880 time: 0.031 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -th 4 -rnd -etc 10000 seed=3902533761 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 opening the database: count: 0 size: 0 memory: 4194304 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24815 size: 400352 memory: 5242880 time: 0.032 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34428 size: 554160 memory: 5242880 time: 0.026 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37951 size: 902344 memory: 5242880 time: 0.032 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37439 size: 889472 memory: 5242880 time: 0.033 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37439 size: 889472 memory: 5242880 time: 0.008 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) .......... (end) count: 32177 size: 847907 memory: 5242880 time: 0.006 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) .................. (end) count: 14524 size: 436323 memory: 5242880 time: 0.039 synchronizing the database: count: 14524 size: 436323 memory: 5242880 time: 0.000 dumping records into snapshot: count: 14524 size: 436323 memory: 6291456 time: 0.004 loading records from snapshot: count: 14524 size: 436323 memory: 6291456 time: 0.007 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 6172 (6.172 thousand) size: 174016 (169.938 KiB) memory: 6291456 time: 0.027 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -th 4 -rnd -etc -tran 10000 seed=3902533987 rnum=10000 thnum=4 rnd=1 etc=1 tran=1 opening the database: count: 0 size: 0 memory: 4194304 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24764 size: 399256 memory: 4194304 time: 0.062 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34423 size: 553800 memory: 4194304 time: 0.033 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37926 size: 901824 memory: 4194304 time: 0.080 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37438 size: 889808 memory: 4194304 time: 0.087 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37438 size: 889808 memory: 4194304 time: 0.049 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) .......... (end) count: 32088 size: 846886 memory: 4194304 time: 0.006 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) .............. (end) count: 14394 size: 431795 memory: 4194304 time: 0.069 synchronizing the database: count: 14394 size: 431795 memory: 4194304 time: 0.000 dumping records into snapshot: count: 14394 size: 431795 memory: 4194304 time: 0.004 loading records from snapshot: count: 14394 size: 863590 memory: 5242880 time: 0.009 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 6110 (6.110 thousand) size: 604151 (589.991 KiB) memory: 5242880 time: 0.051 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked 10000 seed=3902534450 rnum=10000 thnum=1 itnum=1 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 1517 (1.517 thousand) size: 90137 (88.024 KiB) memory: 5242880 time: 0.010 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked -th 4 -it 4 10000 seed=3902534472 rnum=10000 thnum=4 itnum=4 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9296 size: 368094 memory: 5242880 time: 0.069 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9345 size: 697286 memory: 5242880 time: 0.089 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9465 size: 1050136 memory: 5242880 time: 0.067 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 9296 (9.296 thousand) size: 1389869 (1.325 MiB) memory: 5242880 time: 0.073 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran 10000 seed=3902534780 rnum=10000 thnum=1 itnum=1 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ...... (end) ......................... (00001000) ...... (end) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 1260 (1.260 thousand) size: 42474 (41.479 KiB) memory: 9437184 time: 0.015 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran -th 2 -it 4 10000 seed=3902534809 rnum=10000 thnum=2 itnum=4 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) .................. (end) ......................... (00001000) .................. (end) count: 1729 size: 53229 memory: 8388608 time: 0.031 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ................. (end) ......................... (00001000) ................. (end) count: 1702 size: 109286 memory: 8388608 time: 0.028 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ...... (end) ......................... (00001000) ......................... (00002000) ...... (end) count: 2252 size: 176424 memory: 8388608 time: 0.032 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ........................ (end) ......................... (00001000) ........................ (end) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 1999 (1.999 thousand) size: 238508 (232.918 KiB) memory: 8388608 time: 0.031 ok rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -etc 10000 seed=3902534953 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 0 time: 0.023 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 0 time: 0.019 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 0 time: 0.019 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 0 time: 0.015 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 0 time: 0.008 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 224246 memory: 0 time: 0.001 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 205441 memory: 0 time: 0.001 synchronizing the database: count: 7346 size: 205441 memory: 0 time: 0.000 dumping records into snapshot: count: 7346 size: 205441 memory: 0 time: 0.002 loading records from snapshot: count: 7346 size: 205441 memory: 1048576 time: 0.005 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 0 (0) size: 0 (0 B) memory: 1048576 time: 0.019 closing the database: time: -0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -th 4 10000 seed=3902535071 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 0 time: 0.087 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 0 time: 0.015 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 0 (0) size: 0 (0 B) memory: 0 time: 0.038 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -th 4 -rnd -etc 10000 seed=3902535216 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24912 size: 401664 memory: 0 time: 0.074 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34411 size: 553648 memory: 1048576 time: 0.045 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37912 size: 901656 memory: 1048576 time: 0.058 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37358 size: 888128 memory: 1048576 time: 0.051 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37358 size: 888128 memory: 1048576 time: 0.021 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ........ (end) count: 31939 size: 843197 memory: 1048576 time: 0.024 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ...... (end) count: 14175 size: 422417 memory: 1048576 time: 0.076 synchronizing the database: count: 14175 size: 422417 memory: 1048576 time: 0.000 dumping records into snapshot: count: 14175 size: 422417 memory: 1048576 time: 0.004 loading records from snapshot: count: 14175 size: 422417 memory: 2097152 time: 0.011 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 5928 (5.928 thousand) size: 165446 (161.568 KiB) memory: 2097152 time: 0.041 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -th 4 -rnd -etc -tran 10000 seed=3902535630 rnum=10000 thnum=4 rnd=1 etc=1 tran=1 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24971 size: 402576 memory: 1048576 time: 0.119 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34449 size: 554224 memory: 1048576 time: 0.092 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37967 size: 902368 memory: 1048576 time: 0.113 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37444 size: 889768 memory: 1048576 time: 0.124 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37444 size: 889768 memory: 1048576 time: 0.132 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ........... (end) count: 32165 size: 849452 memory: 1048576 time: 0.013 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ................... (end) count: 14332 size: 429986 memory: 2097152 time: 0.100 synchronizing the database: count: 14332 size: 429986 memory: 2097152 time: 0.000 dumping records into snapshot: count: 14332 size: 429986 memory: 3145728 time: 0.005 loading records from snapshot: count: 14332 size: 429986 memory: 4194304 time: 0.011 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 6041 (6.041 thousand) size: 170004 (166.020 KiB) memory: 4194304 time: 0.094 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked -tree 10000 seed=3902536442 rnum=10000 thnum=1 itnum=1 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 2238 (2.238 thousand) size: 95382 (93.146 KiB) memory: 1048576 time: 0.014 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked -tree -th 4 -it 4 10000 seed=3902536460 rnum=10000 thnum=4 itnum=4 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9054 size: 423314 memory: 1048576 time: 0.114 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8989 size: 807442 memory: 1048576 time: 0.119 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9093 size: 1208297 memory: 1048576 time: 0.098 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 8921 (8.921 thousand) size: 1598065 (1.524 MiB) memory: 1048576 time: 0.097 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran -tree 10000 seed=3902536892 rnum=10000 thnum=1 itnum=1 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ... (end) ......................... (00001000) ... (end) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 1137 (1.137 thousand) size: 37803 (36.917 KiB) memory: 1048576 time: 0.027 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran -tree -th 2 -it 4 10000 seed=3902536928 rnum=10000 thnum=2 itnum=4 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) .................... (end) ......................... (00001000) .................... (end) count: 1838 size: 61792 memory: 1048576 time: 0.038 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) .......... (end) ......................... (00001000) ......................... (00002000) .......... (end) count: 2400 size: 136556 memory: 1048576 time: 0.055 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ............ (end) ......................... (00001000) ......................... (00002000) ............ (end) count: 2516 size: 219677 memory: 1048576 time: 0.034 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) .......... (end) ......................... (00001000) .......... (end) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 1406 (1.406 thousand) size: 263801 (257.618 KiB) memory: 1048576 time: 0.030 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-stash make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -etc -bnum 5000 10000 seed=3902537099 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 260000 memory: 0 time: 0.023 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 260000 memory: 0 time: 0.006 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 340000 memory: 0 time: 0.007 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 340000 memory: 0 time: 0.005 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 340000 memory: 0 time: 0.004 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 312814 memory: 0 time: 0.004 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 284209 memory: 0 time: 0.004 synchronizing the database: count: 7346 size: 284209 memory: 0 time: 0.000 dumping records into snapshot: count: 7346 size: 284209 memory: 1048576 time: 0.002 loading records from snapshot: count: 7346 size: 284209 memory: 1048576 time: 0.003 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 0 (used=0) (load=0.00) count: 0 (0) size: 20000 (19.531 KiB) memory: 1048576 time: 0.019 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -bnum 5000 10000 seed=3902537180 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 980000 memory: 0 time: 0.024 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 980000 memory: 0 time: 0.014 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=0) (load=0.00) count: 0 (0) size: 20000 (19.531 KiB) memory: 0 time: 0.014 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -rnd -etc -bnum 5000 10000 seed=3902537236 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24788 size: 618104 memory: 0 time: 0.071 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34389 size: 848528 memory: 0 time: 0.026 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37940 size: 1225344 memory: 0 time: 0.022 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37404 size: 1208088 memory: 0 time: 0.031 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37404 size: 1208088 memory: 0 time: 0.015 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) .......... (end) count: 32116 size: 1127731 memory: 0 time: 0.026 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) .................. (end) count: 14383 size: 566984 memory: 0 time: 0.103 synchronizing the database: count: 14383 size: 566984 memory: 0 time: 0.000 dumping records into snapshot: count: 14383 size: 566984 memory: 0 time: 0.004 loading records from snapshot: count: 14383 size: 566984 memory: 2097152 time: 0.031 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=3513) (load=1.72) count: 6055 (6.055 thousand) size: 238082 (232.502 KiB) memory: 2097152 time: 0.047 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -rnd -etc -bnum 5000 10000 seed=3902537618 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24866 size: 620224 memory: 0 time: 0.029 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34266 size: 845824 memory: 0 time: 0.013 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37858 size: 1223296 memory: 0 time: 0.014 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37335 size: 1205848 memory: 0 time: 0.029 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37335 size: 1205848 memory: 0 time: 0.017 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ........ (end) count: 32016 size: 1120610 memory: 0 time: 0.029 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ...................... (end) count: 14337 size: 568716 memory: 0 time: 0.038 synchronizing the database: count: 14337 size: 568716 memory: 0 time: 0.000 dumping records into snapshot: count: 14337 size: 568716 memory: 0 time: 0.003 loading records from snapshot: count: 14337 size: 568716 memory: 1048576 time: 0.007 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=3485) (load=1.71) count: 5950 (5.950 thousand) size: 236392 (230.852 KiB) memory: 1048576 time: 0.024 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -rnd -etc -tran \ -bnum 5000 10000 seed=3902537828 rnum=10000 thnum=4 rnd=1 etc=1 tran=1 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24943 size: 621800 memory: 0 time: 0.082 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34473 size: 850520 memory: 0 time: 0.091 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37935 size: 1225912 memory: 0 time: 0.258 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37416 size: 1209248 memory: 0 time: 0.091 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37416 size: 1209248 memory: 0 time: 0.058 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) .......... (end) count: 32022 size: 1120787 memory: 1048576 time: 0.026 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ....... (end) count: 14405 size: 564668 memory: 2097152 time: 0.061 synchronizing the database: count: 14405 size: 564668 memory: 2097152 time: 0.000 dumping records into snapshot: count: 14405 size: 564668 memory: 2097152 time: 0.005 loading records from snapshot: count: 14405 size: 564668 memory: 3145728 time: 0.006 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 0 (used=3539) (load=1.74) count: 6144 (6.144 thousand) size: 241810 (236.143 KiB) memory: 3145728 time: 0.053 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest wicked -bnum 5000 10000 seed=3902538567 rnum=10000 thnum=1 itnum=1 bnum=5000 lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=1427) (load=1.18) count: 1688 (1.688 thousand) size: 84272 (82.297 KiB) memory: 0 time: 0.020 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest wicked -th 4 -it 4 -bnum 5000 10000 seed=3902538590 rnum=10000 thnum=4 itnum=4 bnum=5000 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9737 size: 463125 memory: 1048576 time: 0.080 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 19416 size: 892314 memory: 1048576 time: 0.065 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 29316 size: 1347037 memory: 1048576 time: 0.071 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=4333) (load=9.05) count: 39201 (39.201 thousand) size: 1783348 (1.701 MiB) memory: 1048576 time: 0.061 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest tran -bnum 5000 10000 seed=3902538871 rnum=10000 thnum=1 itnum=1 bnum=5000 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ........................ (end) ........................ (end) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=830) (load=1.16) count: 962 (962) size: 56559 (55.233 KiB) memory: 3145728 time: 0.031 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest tran -th 2 -it 4 -bnum 5000 10000 seed=3902538906 rnum=10000 thnum=2 itnum=4 bnum=5000 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ..................... (end) ......................... (00001000) ..................... (end) count: 1850 size: 94557 memory: 4194304 time: 0.049 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ................. (end) ......................... (00001000) ................. (end) count: 3550 size: 165551 memory: 4194304 time: 0.053 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ..................... (end) ......................... (00001000) ..................... (end) count: 5396 size: 236223 memory: 4194304 time: 0.055 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) .... (end) ......................... (00001000) ......................... (00002000) .... (end) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=1675) (load=4.53) count: 7587 (7.587 thousand) size: 324802 (317.189 KiB) memory: 4194304 time: 0.051 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-cache make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest order -etc -bnum 5000 10000 seed=3902539129 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 opts=0 bnum=5000 capcnt=-1 capsiz=-1 lv=0 opening the database: count: 0 size: 24444 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 424444 memory: 0 time: 0.004 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 424444 memory: 0 time: 0.004 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 504444 memory: 0 time: 0.008 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 504444 memory: 0 time: 0.008 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 504444 memory: 0 time: 0.007 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 454394 memory: 0 time: 0.001 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 406189 memory: 0 time: 0.001 synchronizing the database: count: 7346 size: 406189 memory: 0 time: 0.000 dumping records into snapshot: count: 7346 size: 406189 memory: 1048576 time: 0.002 loading records from snapshot: count: 7346 size: 406189 memory: 1048576 time: 0.002 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=0) (load=0.00) count: 0 (0) (capcnt=-1) size: 24444 (23.871 KiB) (capsiz=-1) memory: 1048576 time: 0.007 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest order -th 4 -bnum 5000 10000 seed=3902539183 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 opts=0 bnum=5000 capcnt=-1 capsiz=-1 lv=0 opening the database: count: 0 size: 24444 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1624444 memory: 0 time: 0.018 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1624444 memory: 0 time: 0.017 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) (capcnt=-1) size: 24444 (23.871 KiB) (capsiz=-1) memory: 0 time: 0.011 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest order -th 4 -rnd -etc -bnum 5000 -capcnt 10000 10000 seed=3902539234 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 opts=0 bnum=5000 capcnt=10000 capsiz=-1 lv=0 opening the database: count: 0 size: 24444 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10015 size: 426228 memory: 0 time: 0.032 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 425084 memory: 0 time: 0.027 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 452244 memory: 0 time: 0.024 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10011 size: 450020 memory: 0 time: 0.025 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10011 size: 450020 memory: 0 time: 0.010 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) (end) count: 8608 size: 421376 memory: 0 time: 0.002 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) .................. (end) count: 5207 size: 289500 memory: 0 time: 0.013 synchronizing the database: count: 5207 size: 289500 memory: 0 time: 0.000 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=2224) (load=1.16) count: 2753 (2.753 thousand) (capcnt=10000) size: 155655 (152.007 KiB) (capsiz=-1) memory: 0 time: 0.017 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest order -th 4 -rnd -etc -bnum 5000 -capsiz 10000 10000 seed=3902539388 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 opts=0 bnum=5000 capcnt=-1 capsiz=10000 lv=0 opening the database: count: 0 size: 24444 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 221 size: 33308 memory: 0 time: 0.035 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 224 size: 33404 memory: 0 time: 0.014 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 224 size: 33404 memory: 0 time: 0.014 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 223 size: 33372 memory: 0 time: 0.022 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 223 size: 33372 memory: 0 time: 0.008 traversing the database by the inner iterator: ..... (end) count: 176 size: 32129 memory: 0 time: 0.000 traversing the database by the outer cursor: ......... (end) count: 126 size: 30584 memory: 0 time: 0.000 synchronizing the database: count: 126 size: 30584 memory: 0 time: 0.000 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=221) (load=1.00) count: 222 (222) (capcnt=-1) size: 33324 (32.543 KiB) (capsiz=10000) memory: 0 time: 0.021 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest order -th 4 -rnd -etc -tran \ -tc -bnum 5000 -capcnt 10000 10000 seed=3902539505 rnum=10000 thnum=4 rnd=1 etc=1 tran=1 opts=4 bnum=5000 capcnt=10000 capsiz=-1 lv=0 opening the database: count: 0 size: 24444 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 454828 memory: 0 time: 3.070 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 454447 memory: 0 time: 2.286 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 459834 memory: 0 time: 3.108 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 459542 memory: 0 time: 0.218 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 459542 memory: 0 time: 0.111 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) (end) count: 8616 size: 391325 memory: 0 time: 0.026 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ...................... (end) count: 5202 size: 240112 memory: 0 time: 0.041 synchronizing the database: count: 5202 size: 240112 memory: 0 time: 0.000 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: compress (opts=4) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=2210) (load=1.16) count: 2713 (2.713 thousand) (capcnt=10000) size: 138153 (134.915 KiB) (capsiz=-1) memory: 0 time: 0.187 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest wicked -bnum 5000 10000 seed=3902548556 rnum=10000 thnum=1 itnum=1 opts=0 bnum=5000 capcnt=-1 capsiz=-1 lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: (opts=0) opaque: 0 buckets: 5000 (used=2002) (load=1.17) count: 2495 (2.495 thousand) (capcnt=-1) size: 177063 (172.913 KiB) (capsiz=-1) memory: 1048576 time: 0.006 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest wicked -th 4 -it 4 -tc -bnum 5000 -capcnt 10000 10000 seed=3902548564 rnum=10000 thnum=4 itnum=4 opts=4 bnum=5000 capcnt=10000 capsiz=-1 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 6696 size: 272441 memory: 0 time: 0.346 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9785 size: 387621 memory: 0 time: 0.287 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9770 size: 386916 memory: 0 time: 0.285 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: compress (opts=4) opaque: 0 buckets: 5000 (used=3982) (load=1.40) count: 6556 (6.556 thousand) (capcnt=10000) size: 267391 (261.124 KiB) (capsiz=-1) memory: 0 time: 0.293 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest tran -bnum 5000 10000 seed=3902549780 rnum=10000 thnum=1 itnum=1 opts=0 bnum=5000 capcnt=-1 capsiz=-1 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ... (end) ......................... (00001000) ... (end) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: (opts=0) opaque: 0 buckets: 5000 (used=1017) (load=1.09) count: 1143 (1.143 thousand) (capcnt=-1) size: 87014 (84.975 KiB) (capsiz=-1) memory: 4194304 time: 0.018 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest tran -th 2 -it 4 -tc -bnum 5000 10000 seed=3902549802 rnum=10000 thnum=2 itnum=4 opts=4 bnum=5000 capcnt=-1 capsiz=-1 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ..... (end) ......................... (00001000) ..... (end) count: 1223 size: 68396 memory: 2097152 time: 0.324 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ........................ (end) ......................... (00001000) ........................ (end) count: 1979 size: 95505 memory: 2097152 time: 0.265 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) (end) ......................... (00001000) ......................... (00002000) (end) count: 2004 size: 96361 memory: 2097152 time: 0.385 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ................... (end) ......................... (00001000) ................... (end) type: CacheDB (cache hash database) (type=0x20) format version: 5 (libver=16.13) (chksum=0xFF) path: * status flags: (flags=0) options: compress (opts=4) opaque: 0 buckets: 5000 (used=1440) (load=1.16) count: 1776 (1.776 thousand) (capcnt=-1) size: 88207 (86.140 KiB) (capsiz=-1) memory: 2097152 time: 0.376 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-grass make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -etc -bnum 5000 10000 seed=3902551161 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 opts=0 bnum=5000 psiz=-1 pccap=0 rcomp=(nil) lv=0 opening the database: count: 0 size: 24577 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 0 time: 0.013 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 0 time: 0.013 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 0 time: 0.014 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 0 time: 0.016 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 0 time: 0.013 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 24577 memory: 0 time: 0.003 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 246349 memory: 1048576 time: 0.024 synchronizing the database: count: 7346 size: 246946 memory: 1048576 time: 0.000 dumping records into snapshot: count: 7346 size: 246946 memory: 1048576 time: 0.003 loading records from snapshot: count: 7346 size: 246946 memory: 1048576 time: 0.004 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: (opts=0) comparator: lexical opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=58) (load=1.02) pages: 60 (leaf=58) (inner=1) (level=1) (psiz=8192) cache: 1612 (cap=67108864) (ratio=0.00) (leaf=464:58) (inner=1148:1) count: 0 (0) size: 246946 (241.158 KiB) memory: 1048576 time: 0.012 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -bnum 5000 10000 seed=3902551283 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 opts=0 bnum=5000 psiz=-1 pccap=0 rcomp=(nil) lv=0 opening the database: count: 0 size: 24577 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 24577 memory: 0 time: 0.168 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 24577 memory: 0 time: 0.077 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 24577 memory: 0 time: 0.159 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -rnd -etc -bnum 5000 10000 seed=3902551692 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 opts=0 bnum=5000 psiz=-1 pccap=0 rcomp=(nil) lv=0 opening the database: count: 0 size: 24577 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24922 size: 419285 memory: 1048576 time: 0.065 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34347 size: 419285 memory: 1048576 time: 0.032 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37888 size: 419285 memory: 1048576 time: 0.045 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37424 size: 963362 memory: 1048576 time: 0.049 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37424 size: 963362 memory: 1048576 time: 0.030 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) .......... (end) count: 32062 size: 963362 memory: 1048576 time: 0.031 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ................. (end) count: 14453 size: 602778 memory: 1048576 time: 0.189 synchronizing the database: count: 14453 size: 495137 memory: 1048576 time: 0.001 dumping records into snapshot: count: 14453 size: 495137 memory: 2097152 time: 0.007 loading records from snapshot: count: 14453 size: 24577 memory: 3145728 time: 0.009 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=130) (load=1.02) pages: 133 (leaf=133) (inner=1) (level=2) (psiz=8192) cache: 227390 (cap=67108864) (ratio=0.00) (leaf=224742:133) (inner=2648:1) count: 6162 (6.162 thousand) size: 257510 (251.475 KiB) memory: 3145728 time: 0.047 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -rnd -etc -bnum 5000 10000 seed=3902552208 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 opts=0 bnum=5000 psiz=-1 pccap=0 rcomp=(nil) lv=0 opening the database: count: 0 size: 24577 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24916 size: 408861 memory: 1048576 time: 0.055 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34391 size: 408861 memory: 1048576 time: 0.033 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37954 size: 408861 memory: 1048576 time: 0.052 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37394 size: 940251 memory: 2097152 time: 0.047 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37394 size: 940251 memory: 2097152 time: 0.031 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......... (end) count: 32058 size: 940251 memory: 2097152 time: 0.035 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) .............. (end) count: 14408 size: 601354 memory: 2097152 time: 0.159 synchronizing the database: count: 14408 size: 493724 memory: 2097152 time: 0.001 dumping records into snapshot: count: 14408 size: 493724 memory: 3145728 time: 0.005 loading records from snapshot: count: 14408 size: 493724 memory: 4194304 time: 0.005 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: (opts=0) comparator: lexical opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=238) (load=1.03) pages: 247 (leaf=245) (inner=1) (level=2) (psiz=8192) cache: 224506 (cap=67108864) (ratio=0.00) (leaf=219618:245) (inner=4888:1) count: 6032 (6.032 thousand) size: 303361 (296.251 KiB) memory: 4194304 time: 0.039 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -rnd -etc -tran \ -tc -bnum 5000 -pccap 10k -rcd 500 seed=3902552683 rnum=500 thnum=4 rnd=1 etc=1 tran=1 opts=4 bnum=5000 psiz=-1 pccap=10240 rcomp=0xf7f3fad0 lv=0 opening the database: count: 0 size: 24524 memory: 1048576 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1235 size: 28994 memory: 2097152 time: 1.015 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1720 size: 30113 memory: 2097152 time: 0.321 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1901 size: 31803 memory: 2097152 time: 0.868 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1873 size: 31700 memory: 2097152 time: 0.184 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1873 size: 31700 memory: 2097152 time: 0.103 traversing the database by the inner iterator: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) ......................... (00000550) ......................... (00000600) ......................... (00000650) ......................... (00000700) ......................... (00000750) ......................... (00000800) ......................... (00000850) ......................... (00000900) ......................... (00000950) ......................... (00001000) ......................... (00001050) ......................... (00001100) ......................... (00001150) ......................... (00001200) ......................... (00001250) ......................... (00001300) ......................... (00001350) ......................... (00001400) ......................... (00001450) ......................... (00001500) ......................... (00001550) ......................... (00001600) ......................... (00001650) ......................... (00001700) ......................... (00001750) ......................... (00001800) ......................... (00001850) ........... (end) count: 1593 size: 31695 memory: 2097152 time: 0.019 traversing the database by the outer cursor: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) ......................... (00000550) ......................... (00000600) ......................... (00000650) ......................... (00000700) ......................... (00000750) ......................... (00000800) ......................... (00000850) ......................... (00000900) ......................... (00000950) ......................... (00001000) ......................... (00001050) ......................... (00001100) ......................... (00001150) ......................... (00001200) ......................... (00001250) ......................... (00001300) ......................... (00001350) ......................... (00001400) ......................... (00001450) ......................... (00001500) ......................... (00001550) ......................... (00001600) ......................... (00001650) ......................... (00001700) ......................... (00001750) ......................... (00001800) ......................... (00001850) ......................... (00001900) ......................... (00001950) ......................... (00002000) ......................... (00002050) ......................... (00002100) ......................... (00002150) ......................... (00002200) ......................... (00002250) ......................... (00002300) ......................... (00002350) ......................... (00002400) ......................... (00002450) ......................... (00002500) ......................... (00002550) ......................... (00002600) ..................... (end) count: 735 size: 28609 memory: 2097152 time: 0.584 synchronizing the database: count: 735 size: 28609 memory: 2097152 time: 0.000 dumping records into snapshot: count: 735 size: 28609 memory: 2097152 time: 0.001 loading records from snapshot: count: 735 size: 30144 memory: 2097152 time: 0.144 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: compress (opts=4) comparator: decimal opaque: 0 buckets: 5000 (used=8) (load=1.00) pages: 8 (leaf=6) (inner=1) (level=2) (psiz=8192) cache: 8409 (cap=10240) (ratio=0.82) (leaf=8301:5) (inner=108:1) count: 314 (314) size: 26451 (25.831 KiB) memory: 2097152 time: 0.208 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest wicked -bnum 5000 10000 seed=3902556137 rnum=10000 thnum=1 itnum=1 opts=0 bnum=5000 psiz=-1 pccap=0 rcomp=(nil) lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=15) (load=1.00) pages: 15 (leaf=13) (inner=1) (level=2) (psiz=8192) cache: 67316 (cap=67108864) (ratio=0.00) (leaf=67117:13) (inner=199:1) count: 1541 (1.541 thousand) size: 82462 (80.529 KiB) memory: 1048576 time: 0.022 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest wicked -th 4 -it 4 -tc -bnum 5000 -pccap 10k -rcd 1000 seed=3902556163 rnum=1000 thnum=4 itnum=4 opts=4 bnum=5000 psiz=-1 pccap=10240 rcomp=0xf7f8bad0 lv=0 iteration 1: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 849 size: 29670 memory: 1048576 time: 0.506 iteration 2: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 935 size: 30129 memory: 1048576 time: 0.557 iteration 3: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 599 size: 28255 memory: 1048576 time: 0.402 iteration 4: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: compress (opts=4) comparator: decimal opaque: 0 buckets: 5000 (used=10) (load=1.00) pages: 10 (leaf=8) (inner=1) (level=2) (psiz=8192) cache: 6913 (cap=10240) (ratio=0.68) (leaf=6797:2) (inner=116:1) count: 913 (913) size: 29920 (29.219 KiB) memory: 1048576 time: 0.474 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest tran -bnum 500 10000 seed=3902558106 rnum=10000 thnum=1 itnum=1 opts=0 bnum=500 psiz=-1 pccap=0 rcomp=(nil) lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ...... (end) ......................... (00001000) ...... (end) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 500 (used=13) (load=1.00) pages: 13 (leaf=11) (inner=1) (level=2) (psiz=8192) cache: 44991 (cap=67108864) (ratio=0.00) (leaf=44825:11) (inner=166:1) count: 1279 (1.279 thousand) size: 40567 (39.616 KiB) memory: 2097152 time: 0.032 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest tran -th 2 -it 4 -tc -bnum 5000 -pccap 10k -rcd 5000 seed=3902558143 rnum=5000 thnum=2 itnum=4 opts=4 bnum=5000 psiz=-1 pccap=10240 rcomp=0xf7fa5ad0 lv=0 iteration 1 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 1 checking: ......................... (00000500) ............... (end) ......................... (00000500) ............... (end) count: 811 size: 27994 memory: 2097152 time: 0.510 iteration 2 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 2 checking: ......................... (00000500) ......................... (00001000) .................. (end) ......................... (00000500) ......................... (00001000) .................. (end) count: 1367 size: 30481 memory: 2097152 time: 0.870 iteration 3 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 3 checking: ......................... (00000500) ......................... (00001000) ..................... (end) ......................... (00000500) ......................... (00001000) ..................... (end) count: 1436 size: 30832 memory: 2097152 time: 0.851 iteration 4 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 4 checking: ......................... (00000500) ......................... (00001000) .... (end) ......................... (00000500) ......................... (00001000) .... (end) type: GrassDB (cache tree database) (type=0x21) format version: 5 (libver=16.13) (chksum=0xFF) path: % status flags: (flags=0) options: compress (opts=4) comparator: decimal opaque: 0 buckets: 5000 (used=11) (load=1.00) pages: 11 (leaf=9) (inner=1) (level=2) (psiz=8192) cache: 9146 (cap=10240) (ratio=0.89) (leaf=9011:2) (inner=135:1) count: 1095 (1.095 thousand) size: 29225 (28.540 KiB) memory: 2097152 time: 0.996 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-hash make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr create -otr -apow 1 -fpow 2 -bnum 3 casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr inform -st casket type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 2 (apow=1) free block pool: 4 (fpow=2) (used=0) (frg=0) options: (opts=0) opaque: 0 buckets: 3 (used=0) (load=0.00) count: 0 (0) size: 120 (120 B) (map=67108864) LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -add casket duffy 1231 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -add casket micky 0101 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket fal 1007 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket mikio 0211 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket natsuki 0810 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket micky "" LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -app casket duffy kukuku LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr remove casket micky LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr list -pv casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket ryu 1 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket ken 2 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr remove casket duffy LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket ryu syo-ryu-ken LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket ken tatsumaki-senpu-kyaku LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -inci casket int 1234 1234 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -inci casket int 5678 6912 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -incd casket double 1234.5678 1234.567800 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -incd casket double 8765.4321 9999.999900 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr get casket mikio 0211 LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr get casket ryu syo-ryu-ken LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr import casket lab/numbers.tsv ..................... (21) LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr list -pv -px casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr copy casket casket-para (end) 1 blocks were copied successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr dump casket check.out (end) 0 records were dumped successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr load -otr casket check.out (end) 0 records were loaded successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr defrag -onl casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr setbulk casket aa aaa bb bbb cc ccc dd ddd LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr removebulk casket aa bb zz LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr getbulk casket aa bb cc dd cc ccc dd ddd LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket (end) 21 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr inform -st casket type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=2) (frg=0) options: (opts=0) opaque: 0 buckets: 1048583 (used=21) (load=1.00) count: 21 (21) size: 6298408 (6.007 MiB) (map=67108864) LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr create -otr -otl -onr -apow 1 -fpow 3 \ -ts -tl -tc -bnum 1 casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr import casket < lab/numbers.tsv ..................... (21) LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set casket mikio kyotocabinet LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -app casket tako ikaunini LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -app casket mikio kyototyrant LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr set -app casket mikio kyotodystopia LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr get -px casket mikio > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr list casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket (end) 14 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr clear casket rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -set -bnum 5000 -msiz 50000 casket 10000 seed=3902561570 path=casket rnum=10000 thnum=1 rnd=0 mode=115 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 opening the database: count: 0 size: 36224 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) opaque: 0 buckets: 5000 (used=4351) (load=1.72) count: 10000 (10.000 thousand) size: 356224 (347.875 KiB) (map=50000) memory: 1048576 time: 0.033 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -get -msiz 50000 casket 10000 seed=3902561607 path=casket rnum=10000 thnum=1 rnd=0 mode=103 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 msiz=50000 dfunit=-1 lv=0 opening the database: count: 10000 size: 356224 memory: 1048576 time: 0.000 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) opaque: 0 buckets: 5000 (used=4351) (load=1.72) count: 10000 (10.000 thousand) size: 356224 (347.875 KiB) (map=50000) memory: 1048576 time: 0.027 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -getw -msiz 5000 casket 10000 seed=3902561638 path=casket rnum=10000 thnum=1 rnd=0 mode=119 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 msiz=5000 dfunit=-1 lv=0 opening the database: count: 10000 size: 356224 memory: 1048576 time: 0.000 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) opaque: 0 buckets: 5000 (used=4351) (load=1.72) count: 10000 (10.000 thousand) size: 356224 (347.875 KiB) (map=5000) memory: 1048576 time: 0.038 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -rem -msiz 50000 casket 10000 seed=3902561684 path=casket rnum=10000 thnum=1 rnd=0 mode=114 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 msiz=50000 dfunit=-1 lv=0 opening the database: count: 10000 size: 356224 memory: 1048576 time: 0.000 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=10000) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 356224 (347.875 KiB) (map=50000) memory: 1048576 time: 0.060 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -bnum 5000 -msiz 50000 casket 10000 seed=3902561748 path=casket rnum=10000 thnum=1 rnd=0 mode=0 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 opening the database: count: 0 size: 36224 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 356224 memory: 1048576 time: 0.033 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 356224 memory: 1048576 time: 0.028 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 356224 memory: 1048576 time: 0.046 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -etc \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902561858 path=casket rnum=10000 thnum=1 rnd=0 mode=101 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 opening the database: count: 0 size: 36224 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 356224 memory: 1048576 time: 0.032 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 356224 memory: 1048576 time: 0.028 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 756104 memory: 1048576 time: 0.089 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 756104 memory: 1048576 time: 0.029 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 756104 memory: 1048576 time: 0.027 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 810928 memory: 1048576 time: 0.035 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 855128 memory: 1048576 time: 0.065 synchronizing the database: count: 7346 size: 855128 memory: 1048576 time: 0.000 dumping records into snapshot: count: 7346 size: 855128 memory: 1048576 time: 0.016 loading records from snapshot: count: 7346 size: 855128 memory: 1048576 time: 0.030 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=3) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 204832 (200.031 KiB) (map=50000) memory: 1048576 time: 0.080 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -th 4 \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902562294 path=casket rnum=10000 thnum=4 rnd=0 mode=0 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 opening the database: count: 0 size: 36224 memory: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1316224 memory: 0 time: 0.102 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1316224 memory: 0 time: 0.099 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 36256 memory: 0 time: 0.248 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -th 4 -rnd -etc \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902562748 path=casket rnum=10000 thnum=4 rnd=1 mode=101 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 opening the database: count: 0 size: 36224 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24949 size: 839792 memory: 1048576 time: 0.224 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34382 size: 1141616 memory: 1048576 time: 0.094 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37900 size: 1592272 memory: 1048576 time: 0.666 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37391 size: 1592272 memory: 1048576 time: 0.262 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37391 size: 1592272 memory: 1048576 time: 0.082 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......... (end) count: 32092 size: 1854448 memory: 1048576 time: 0.137 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ........... (end) count: 16147 size: 1879288 memory: 1048576 time: 0.749 synchronizing the database: count: 16147 size: 1879288 memory: 1048576 time: 0.000 dumping records into snapshot: count: 16147 size: 1879288 memory: 2097152 time: 0.032 loading records from snapshot: count: 16147 size: 821976 memory: 2097152 time: 0.064 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=1) options: (opts=0) opaque: 0 buckets: 5000 (used=3742) (load=1.50) count: 6867 (6.867 thousand) size: 608512 (594.250 KiB) (map=50000) memory: 2097152 time: 0.264 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6867 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -th 4 -rnd -etc -tran \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902565338 path=casket rnum=10000 thnum=4 rnd=1 mode=101 tran=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 opening the database: count: 0 size: 36224 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 25034 size: 842048 memory: 1048576 time: 1.276 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34477 size: 1144224 memory: 1048576 time: 1.015 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37946 size: 1775368 memory: 1048576 time: 2.577 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37431 size: 1775368 memory: 1048576 time: 1.214 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37431 size: 1775368 memory: 1048576 time: 1.038 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) .......... (end) count: 32067 size: 2037744 memory: 1048576 time: 0.171 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ........................ (end) count: 16034 size: 1874128 memory: 1048576 time: 0.883 synchronizing the database: count: 16034 size: 1874128 memory: 1048576 time: 0.000 dumping records into snapshot: count: 16034 size: 1874128 memory: 2097152 time: 0.033 loading records from snapshot: count: 16034 size: 815112 memory: 2097152 time: 0.059 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=3) options: (opts=0) opaque: 0 buckets: 5000 (used=3662) (load=1.49) count: 6593 (6.593 thousand) size: 612376 (598.023 KiB) (map=50000) memory: 2097152 time: 1.293 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6593 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -th 4 -rnd -etc -oat \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902574913 path=casket rnum=10000 thnum=4 rnd=1 mode=101 tran=0 oflags=16 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 opening the database: count: 0 size: 36224 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24818 size: 835480 memory: 1048576 time: 0.583 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34425 size: 1142872 memory: 1048576 time: 0.163 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37995 size: 2175280 memory: 1048576 time: 0.881 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37501 size: 1594832 memory: 1048576 time: 0.899 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37501 size: 1594832 memory: 1048576 time: 0.058 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ............ (end) count: 32065 size: 1855704 memory: 1048576 time: 0.209 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ........... (end) count: 16009 size: 1869008 memory: 1048576 time: 0.996 synchronizing the database: count: 16009 size: 1869008 memory: 1048576 time: 0.000 dumping records into snapshot: count: 16009 size: 1869008 memory: 2097152 time: 0.027 loading records from snapshot: count: 16009 size: 813640 memory: 2097152 time: 0.138 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=2) options: (opts=0) opaque: 0 buckets: 5000 (used=3628) (load=1.49) count: 6590 (6.590 thousand) size: 595608 (581.648 KiB) (map=50000) memory: 2097152 time: 0.398 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6590 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -th 4 -rnd -etc \ -apow 2 -fpow 3 -ts -tl -tc -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902579279 path=casket rnum=10000 thnum=4 rnd=1 mode=101 tran=0 oflags=0 apow=2 fpow=3 opts=7 bnum=5000 msiz=50000 dfunit=4 lv=0 opening the database: count: 0 size: 20124 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24961 size: 721044 memory: 1048576 time: 0.430 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34475 size: 987340 memory: 1048576 time: 0.371 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37952 size: 1672204 memory: 1048576 time: 1.944 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37398 size: 1672204 memory: 1048576 time: 0.212 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37398 size: 1672204 memory: 1048576 time: 0.082 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......... (end) count: 32070 size: 1672204 memory: 1048576 time: 0.156 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ..................... (end) count: 14283 size: 1180924 memory: 1048576 time: 0.655 synchronizing the database: count: 14283 size: 1180924 memory: 1048576 time: 0.000 dumping records into snapshot: count: 14283 size: 1180924 memory: 1048576 time: 0.029 loading records from snapshot: count: 14283 size: 417888 memory: 2097152 time: 0.165 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=8) (frg=2) options: small linear compress (opts=7) opaque: 0 buckets: 5000 (used=3521) (load=1.72) count: 6061 (6.061 thousand) size: 314812 (307.434 KiB) (map=50000) memory: 2097152 time: 0.156 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6061 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest queue \ -bnum 5000 -msiz 50000 casket 10000 seed=3902583492 path=casket rnum=10000 thnum=1 itnum=1 rnd=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1001) (frg=10000) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 76264 (74.477 KiB) (map=50000) memory: 1048576 time: 0.014 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest queue -rnd \ -bnum 5000 -msiz 50000 casket 10000 seed=3902583511 path=casket rnum=10000 thnum=1 itnum=1 rnd=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......... (end) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=10002) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 410920 (401.289 KiB) (map=50000) memory: 1048576 time: 0.097 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest queue -th 4 -it 4 \ -bnum 5000 -msiz 50000 casket 10000 seed=3902583614 path=casket rnum=10000 thnum=4 itnum=4 rnd=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 196384 memory: 1048576 time: 0.189 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 196824 memory: 1048576 time: 0.221 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 196824 memory: 1048576 time: 0.220 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=40000) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 196824 (192.211 KiB) (map=50000) memory: 1048576 time: 0.249 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest queue -th 4 -it 4 -rnd \ -bnum 5000 -msiz 50000 casket 10000 seed=3902584500 path=casket rnum=10000 thnum=4 itnum=4 rnd=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 36273 size: 1487176 memory: 1048576 time: 0.425 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ... (end) count: 0 size: 1536560 memory: 1048576 time: 0.651 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ... (end) count: 0 size: 2982384 memory: 1048576 time: 0.658 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ....................... (end) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=1024) (frg=40008) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 4418984 (4.214 MiB) (map=50000) memory: 1048576 time: 0.681 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest wicked -bnum 5000 -msiz 50000 casket 10000 seed=3902586926 path=casket rnum=10000 thnum=1 itnum=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=-1 lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=0) (frg=69) options: (opts=0) opaque: 0 buckets: 5000 (used=1897) (load=1.18) count: 2405 (2.405 thousand) size: 172632 (168.586 KiB) (map=50000) memory: 1048576 time: 0.024 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket .. (end) 2405 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest wicked -th 4 -it 4 \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902586956 path=casket rnum=10000 thnum=4 itnum=4 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9406 size: 571784 memory: 1048576 time: 0.144 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12415 size: 866384 memory: 1048576 time: 0.198 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 13439 size: 1029616 memory: 1048576 time: 0.233 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=39) (frg=0) options: (opts=0) opaque: 0 buckets: 5000 (used=4661) (load=1.97) count: 13624 (13.624 thousand) size: 1177096 (1.123 MiB) (map=50000) memory: 1048576 time: 0.231 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ............. (end) 13624 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest wicked -th 4 -it 4 -oat \ -bnum 5000 -msiz 50000 -dfunit 4 casket 10000 seed=3902587777 path=casket rnum=10000 thnum=4 itnum=4 oflags=16 apow=-1 fpow=-1 opts=0 bnum=5000 msiz=50000 dfunit=4 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9511 size: 584008 memory: 1048576 time: 0.288 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12424 size: 865520 memory: 1048576 time: 0.371 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 13343 size: 1005016 memory: 1048576 time: 0.406 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=96) (frg=0) options: (opts=0) opaque: 0 buckets: 5000 (used=4688) (load=1.97) count: 13699 (13.699 thousand) size: 1022344 (998.383 KiB) (map=50000) memory: 1048576 time: 0.557 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ............. (end) 13699 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest wicked -th 4 -it 4 \ -apow 2 -fpow 3 -ts -tl -tc -bnum 10000 -msiz 50000 -dfunit 4 casket 10000 seed=3902589414 path=casket rnum=10000 thnum=4 itnum=4 oflags=0 apow=2 fpow=3 opts=7 bnum=10000 msiz=50000 dfunit=4 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9460 size: 264344 memory: 1048576 time: 0.219 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12436 size: 345524 memory: 1048576 time: 0.262 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 13276 size: 383440 memory: 1048576 time: 0.268 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=8) (frg=0) options: small linear compress (opts=7) opaque: 0 buckets: 10000 (used=7455) (load=1.84) count: 13692 (13.692 thousand) size: 412580 (402.910 KiB) (map=50000) memory: 1048576 time: 0.305 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ............. (end) 13692 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest tran casket 10000 seed=3902590493 path=casket rnum=10000 thnum=1 itnum=1 hard=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 msiz=-1 dfunit=-1 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) (end) ......................... (00001000) (end) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=48) (frg=1440) options: (opts=0) opaque: 0 buckets: 1048583 (used=1003) (load=1.00) count: 1003 (1.003 thousand) size: 6363944 (6.069 MiB) (map=67108864) memory: 12582912 time: 0.065 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest tran -th 2 -it 4 casket 10000 seed=3902590561 path=casket rnum=10000 thnum=2 itnum=4 hard=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 msiz=-1 dfunit=-1 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ................ (end) ......................... (00001000) ................ (end) count: 1670 size: 6423496 memory: 10485760 time: 0.141 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ..... (end) ......................... (00001000) ......................... (00002000) ..... (end) count: 2232 size: 6490952 memory: 11001856 time: 0.114 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) .............. (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) .............. (end) count: 3564 size: 6588248 memory: 11001856 time: 0.161 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) .......... (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) .......... (end) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 8 (apow=3) free block pool: 1024 (fpow=10) (used=218) (frg=3461) options: (opts=0) opaque: 0 buckets: 1048583 (used=4408) (load=1.00) count: 4416 (4.416 thousand) size: 6673120 (6.364 MiB) (map=67108864) memory: 11001856 time: 0.178 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest tran -th 2 -it 4 \ -apow 2 -fpow 3 -ts -tl -tc -bnum 10000 -msiz 50000 -dfunit 4 casket 10000 seed=3902591159 path=casket rnum=10000 thnum=2 itnum=4 hard=0 oflags=0 apow=2 fpow=3 opts=7 bnum=10000 msiz=50000 dfunit=4 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ........................ (end) ........................ (end) count: 968 size: 61808 memory: 6291456 time: 0.164 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ...... (end) ......................... (00001000) ......................... (00002000) ...... (end) count: 2276 size: 101520 memory: 6881280 time: 0.235 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ................. (end) ......................... (00001000) ......................... (00002000) ................. (end) count: 2704 size: 112584 memory: 7286784 time: 0.205 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ....................... (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ....................... (end) type: HashDB (file hash database) (type=0x30) format version: 5 (libver=16.13) (chksum=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=5) (frg=0) options: small linear compress (opts=7) opaque: 0 buckets: 10000 (used=3265) (load=1.21) count: 3940 (3.940 thousand) size: 131824 (128.734 KiB) (map=50000) memory: 7286784 time: 0.251 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-tree make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr create -otr -apow 1 -fpow 2 -bnum 3 casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr inform -st casket type: 49 (type=0x31) (file tree database) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 2 (apow=1) free block pool: 4 (fpow=2) (used=0) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 3 (used=1) (load=1.58) pages: 2 (leaf=1) (inner=0) (level=1) (psiz=8192) cache: 0 (cap=67108864) (ratio=0.00) (leaf=0:0) (inner=0:0) count: 0 (0) size: 238 (238 B) (map=67108864) LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -add casket duffy 1231 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -add casket micky 0101 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket fal 1007 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket mikio 0211 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket natsuki 0810 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket micky "" LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -app casket duffy kukuku LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr remove casket micky LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr list -pv casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket ryu 1 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket ken 2 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr remove casket duffy LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket ryu syo-ryu-ken LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket ken tatsumaki-senpu-kyaku LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -inci casket int 1234 1234 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -inci casket int 5678 6912 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -incd casket double 1234.5678 1234.567800 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -incd casket double 8765.4321 9999.999900 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr get casket mikio 0211 LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr get casket ryu syo-ryu-ken LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr import casket lab/numbers.tsv ..................... (21) LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr list -des -pv -px casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr copy casket casket-para (end) 1 blocks were copied successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr dump casket check.out (end) 0 records were dumped successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr load -otr casket check.out (end) 0 records were loaded successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr defrag -onl casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr setbulk casket aa aaa bb bbb cc ccc dd ddd LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr removebulk casket aa bb zz LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr getbulk casket aa bb cc dd cc ccc dd ddd LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 21 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr inform -st casket type: 49 (type=0x31) (file tree database) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 65536 (used=2) (load=1.00) pages: 2 (leaf=1) (inner=0) (level=1) (psiz=8192) cache: 0 (cap=67108864) (ratio=0.00) (leaf=0:0) (inner=0:0) count: 21 (21) size: 400384 (391.000 KiB) (map=67108864) LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr create -otr -otl -onr -apow 1 -fpow 3 \ -ts -tl -tc -bnum 1 casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr import casket < lab/numbers.tsv ..................... (21) LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set casket mikio kyotocabinet LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -app casket tako ikaunini LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -app casket mikio kyototyrant LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr set -app casket mikio kyotodystopia LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr get -px casket mikio > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr list casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 14 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr clear casket rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -set \ -psiz 100 -bnum 5000 -msiz 50000 -pccap 100k casket 10000 seed=3902592137 path=casket rnum=10000 thnum=1 rnd=0 mode=115 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=100 msiz=50000 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=2642) (load=1.26) pages: 3704 (leaf=5000) (inner=1249) (level=6) (psiz=100) cache: 183500 (cap=102400) (ratio=1.79) (leaf=73528:1313) (inner=109972:1249) count: 10000 (10.000 thousand) size: 984576 (961.500 KiB) (map=50000) memory: 2097152 time: 0.081 closing the database: time: 0.012 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -get \ -msiz 50000 -pccap 100k casket 10000 seed=3902592233 path=casket rnum=10000 thnum=1 rnd=0 mode=103 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 psiz=-1 msiz=50000 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 10000 size: 1636352 memory: 1048576 time: 0.000 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=3551) (load=1.46) pages: 6250 (leaf=5000) (inner=1249) (level=6) (psiz=100) cache: 102372 (cap=102400) (ratio=1.00) (leaf=39480:705) (inner=62892:714) count: 10000 (10.000 thousand) size: 1636352 (1.561 MiB) (map=50000) memory: 1048576 time: 0.057 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -getw \ -msiz 5000 -pccap 100k casket 10000 seed=3902592294 path=casket rnum=10000 thnum=1 rnd=0 mode=119 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 psiz=-1 msiz=5000 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 10000 size: 1636352 memory: 1048576 time: 0.000 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=3551) (load=1.46) pages: 6250 (leaf=5000) (inner=1249) (level=6) (psiz=100) cache: 102372 (cap=102400) (ratio=1.00) (leaf=39480:705) (inner=62892:714) count: 10000 (10.000 thousand) size: 1636352 (1.561 MiB) (map=5000) memory: 1048576 time: 0.046 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -rem \ -msiz 50000 -pccap 100k casket 10000 seed=3902592347 path=casket rnum=10000 thnum=1 rnd=0 mode=114 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 psiz=-1 msiz=50000 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 10000 size: 1636352 memory: 1048576 time: 0.000 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=1024) (frg=1611) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=2979) (load=1.35) pages: 4639 (leaf=5000) (inner=1249) (level=1) (psiz=100) cache: 137212 (cap=102400) (ratio=1.34) (leaf=27240:3405) (inner=109972:1249) count: 0 (0) size: 1636352 (1.561 MiB) (map=50000) memory: 2097152 time: 0.052 closing the database: time: 0.026 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order \ -bnum 5000 -psiz 100 -msiz 50000 -pccap 100k casket 10000 seed=3902592428 path=casket rnum=10000 thnum=1 rnd=0 mode=0 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=100 msiz=50000 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 984576 memory: 2097152 time: 0.019 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 1636096 memory: 2097152 time: 0.032 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 1636096 memory: 2097152 time: 0.047 closing the database: time: 0.012 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -etc \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k casket 10000 seed=3902592542 path=casket rnum=10000 thnum=1 rnd=0 mode=101 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=1000 msiz=50000 dfunit=4 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 188416 memory: 1048576 time: 0.034 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 280576 memory: 1048576 time: 0.022 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 537856 memory: 1048576 time: 0.040 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 641024 memory: 1048576 time: 0.025 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 641024 memory: 1048576 time: 0.023 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 641024 memory: 1048576 time: 0.011 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 641024 memory: 1048576 time: 0.030 synchronizing the database: count: 7346 size: 641024 memory: 1048576 time: 0.001 dumping records into snapshot: count: 7346 size: 641024 memory: 1048576 time: 0.005 loading records from snapshot: count: 7346 size: 641024 memory: 1048576 time: 0.024 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=443) (frg=1) options: (opts=0) comparator: lexical opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=478) (load=1.03) pages: 496 (leaf=476) (inner=19) (level=1) (psiz=1000) cache: 13460 (cap=102400) (ratio=0.13) (leaf=3808:476) (inner=9652:19) count: 0 (0) size: 641024 (626.000 KiB) (map=50000) memory: 1048576 time: 0.031 closing the database: time: 0.004 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -th 4 \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k casket 10000 seed=3902592796 path=casket rnum=10000 thnum=4 rnd=0 mode=0 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=1000 msiz=50000 dfunit=4 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 952064 memory: 1048576 time: 0.046 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1031680 memory: 1048576 time: 0.036 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 1031680 memory: 1048576 time: 0.042 closing the database: time: 0.022 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -th 4 -pccap 100k -rnd -etc \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k -rcd casket 10000 seed=3902592946 path=casket rnum=10000 thnum=4 rnd=1 mode=101 tran=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=1000 msiz=50000 dfunit=4 pccap=102400 rcomp=0xf7f50ad0 lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24929 size: 704768 memory: 1048576 time: 0.499 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34396 size: 897024 memory: 1048576 time: 0.521 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37956 size: 1432064 memory: 1048576 time: 0.732 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37377 size: 1432064 memory: 1048576 time: 0.490 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37377 size: 1432064 memory: 1048576 time: 0.453 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......... (end) count: 32064 size: 1442048 memory: 1048576 time: 0.029 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ......................... (00053000) ............ (end) count: 14386 size: 1442048 memory: 1048576 time: 0.475 synchronizing the database: count: 14386 size: 1442048 memory: 1048576 time: 0.000 dumping records into snapshot: count: 14386 size: 1442048 memory: 1048576 time: 0.011 loading records from snapshot: count: 14386 size: 1442048 memory: 2097152 time: 0.025 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=1021) (frg=1) options: (opts=0) comparator: decimal opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=1488) (load=1.12) pages: 1754 (leaf=1754) (inner=60) (level=4) (psiz=1000) cache: 102352 (cap=102400) (ratio=1.00) (leaf=66812:484) (inner=35540:60) count: 6022 (6.022 thousand) size: 1442048 (1.375 MiB) (map=50000) memory: 2097152 time: 0.381 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ...... (end) 6022 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -th 4 -rnd -etc -tran \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k casket 1000 seed=3902596581 path=casket rnum=1000 thnum=4 rnd=1 mode=101 tran=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=1000 msiz=50000 dfunit=4 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 2492 size: 102144 memory: 1048576 time: 0.089 adding records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3432 size: 124672 memory: 1048576 time: 0.080 appending records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3806 size: 186624 memory: 1048576 time: 0.105 getting records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3752 size: 187648 memory: 1048576 time: 0.112 getting records with a buffer: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3752 size: 187648 memory: 1048576 time: 0.117 traversing the database by the inner iterator: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) ......................... (00001100) ......................... (00001200) ......................... (00001300) ......................... (00001400) ......................... (00001500) ......................... (00001600) ......................... (00001700) ......................... (00001800) ......................... (00001900) ......................... (00002000) ......................... (00002100) ......................... (00002200) ......................... (00002300) ......................... (00002400) ......................... (00002500) ......................... (00002600) ......................... (00002700) ......................... (00002800) ......................... (00002900) ......................... (00003000) ......................... (00003100) ......................... (00003200) ......................... (00003300) ......................... (00003400) ......................... (00003500) ......................... (00003600) ......................... (00003700) ............. (end) count: 3272 size: 187648 memory: 1048576 time: 0.005 traversing the database by the outer cursor: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) ......................... (00001100) ......................... (00001200) ......................... (00001300) ......................... (00001400) ......................... (00001500) ......................... (00001600) ......................... (00001700) ......................... (00001800) ......................... (00001900) ......................... (00002000) ......................... (00002100) ......................... (00002200) ......................... (00002300) ......................... (00002400) ......................... (00002500) ......................... (00002600) ......................... (00002700) ......................... (00002800) ......................... (00002900) ......................... (00003000) ......................... (00003100) ......................... (00003200) ......................... (00003300) ......................... (00003400) ......................... (00003500) ......................... (00003600) ......................... (00003700) ......................... (00003800) ......................... (00003900) ......................... (00004000) ......................... (00004100) ......................... (00004200) ......................... (00004300) ......................... (00004400) ......................... (00004500) ......................... (00004600) ......................... (00004700) ......................... (00004800) ......................... (00004900) ......................... (00005000) ......................... (00005100) ......................... (00005200) ......................... (00005300) ........ (end) count: 1484 size: 187648 memory: 1048576 time: 0.022 synchronizing the database: count: 1484 size: 187648 memory: 1048576 time: 0.000 dumping records into snapshot: count: 1484 size: 187648 memory: 1048576 time: 0.001 loading records from snapshot: count: 1484 size: 36864 memory: 1048576 time: 0.001 removing records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=110) (frg=3) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=118) (load=1.01) pages: 119 (leaf=113) (inner=5) (level=3) (psiz=1000) cache: 8376 (cap=102400) (ratio=0.08) (leaf=6096:30) (inner=2280:5) count: 618 (618) size: 100096 (97.750 KiB) (map=50000) memory: 1048576 time: 0.079 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 618 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -th 4 -rnd -etc -oat \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k casket 1000 seed=3902597201 path=casket rnum=1000 thnum=4 rnd=1 mode=101 tran=0 oflags=16 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=1000 msiz=50000 dfunit=4 pccap=102400 rcomp=(nil) lv=0 opening the database: count: 0 size: 36864 memory: 1048576 time: 0.000 setting records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 2498 size: 100608 memory: 1048576 time: 0.059 adding records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3451 size: 128256 memory: 1048576 time: 0.018 appending records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3789 size: 186880 memory: 1048576 time: 0.065 getting records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3736 size: 186880 memory: 1048576 time: 0.015 getting records with a buffer: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3736 size: 186880 memory: 1048576 time: 0.013 traversing the database by the inner iterator: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) ......................... (00001100) ......................... (00001200) ......................... (00001300) ......................... (00001400) ......................... (00001500) ......................... (00001600) ......................... (00001700) ......................... (00001800) ......................... (00001900) ......................... (00002000) ......................... (00002100) ......................... (00002200) ......................... (00002300) ......................... (00002400) ......................... (00002500) ......................... (00002600) ......................... (00002700) ......................... (00002800) ......................... (00002900) ......................... (00003000) ......................... (00003100) ......................... (00003200) ......................... (00003300) ......................... (00003400) ......................... (00003500) ......................... (00003600) ......................... (00003700) ......... (end) count: 3238 size: 190464 memory: 1048576 time: 0.005 traversing the database by the outer cursor: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) ......................... (00001100) ......................... (00001200) ......................... (00001300) ......................... (00001400) ......................... (00001500) ......................... (00001600) ......................... (00001700) ......................... (00001800) ......................... (00001900) ......................... (00002000) ......................... (00002100) ......................... (00002200) ......................... (00002300) ......................... (00002400) ......................... (00002500) ......................... (00002600) ......................... (00002700) ......................... (00002800) ......................... (00002900) ......................... (00003000) ......................... (00003100) ......................... (00003200) ......................... (00003300) ......................... (00003400) ......................... (00003500) ......................... (00003600) ......................... (00003700) ......................... (00003800) ......................... (00003900) ......................... (00004000) ......................... (00004100) ......................... (00004200) ......................... (00004300) ......................... (00004400) ......................... (00004500) ......................... (00004600) ......................... (00004700) ......................... (00004800) ......................... (00004900) ......................... (00005000) ......................... (00005100) ......................... (00005200) ......................... (00005300) ............. (end) count: 1474 size: 191488 memory: 1048576 time: 0.043 synchronizing the database: count: 1474 size: 191488 memory: 1048576 time: 0.000 dumping records into snapshot: count: 1474 size: 191488 memory: 1048576 time: 0.001 loading records from snapshot: count: 1474 size: 191488 memory: 1048576 time: 0.020 removing records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=341) (frg=2) options: (opts=0) comparator: lexical opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=172) (load=1.01) pages: 174 (leaf=182) (inner=5) (level=3) (psiz=1000) cache: 26730 (cap=102400) (ratio=0.26) (leaf=23070:182) (inner=3660:5) count: 597 (597) size: 191488 (187.000 KiB) (map=50000) memory: 1048576 time: 0.019 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 597 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -th 4 -rnd -etc \ -apow 2 -fpow 3 -ts -tl -tc -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 casket 10000 seed=3902597467 path=casket rnum=10000 thnum=4 rnd=1 mode=101 tran=0 oflags=0 apow=2 fpow=3 opts=7 bnum=5000 psiz=1000 msiz=50000 dfunit=4 pccap=0 rcomp=(nil) lv=0 opening the database: count: 0 size: 20176 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24823 size: 60396 memory: 2097152 time: 0.064 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34328 size: 60396 memory: 2097152 time: 0.019 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37846 size: 60396 memory: 2097152 time: 0.032 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37347 size: 111416 memory: 2097152 time: 0.041 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37347 size: 111416 memory: 2097152 time: 0.022 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ........ (end) count: 31919 size: 111416 memory: 2097152 time: 0.012 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00011000) ......................... (00012000) ......................... (00013000) ......................... (00014000) ......................... (00015000) ......................... (00016000) ......................... (00017000) ......................... (00018000) ......................... (00019000) ......................... (00020000) ......................... (00021000) ......................... (00022000) ......................... (00023000) ......................... (00024000) ......................... (00025000) ......................... (00026000) ......................... (00027000) ......................... (00028000) ......................... (00029000) ......................... (00030000) ......................... (00031000) ......................... (00032000) ......................... (00033000) ......................... (00034000) ......................... (00035000) ......................... (00036000) ......................... (00037000) ......................... (00038000) ......................... (00039000) ......................... (00040000) ......................... (00041000) ......................... (00042000) ......................... (00043000) ......................... (00044000) ......................... (00045000) ......................... (00046000) ......................... (00047000) ......................... (00048000) ......................... (00049000) ......................... (00050000) ......................... (00051000) ......................... (00052000) ..................... (end) count: 14421 size: 227240 memory: 2097152 time: 0.394 synchronizing the database: count: 14421 size: 237604 memory: 2097152 time: 0.026 dumping records into snapshot: count: 14421 size: 237604 memory: 2097152 time: 0.009 loading records from snapshot: count: 14421 size: 237604 memory: 3145728 time: 0.006 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=8) (frg=1) options: small linear compress (opts=7) comparator: lexical opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=1535) (load=1.18) pages: 1818 (leaf=1756) (inner=62) (level=4) (psiz=1000) cache: 270955 (cap=67108864) (ratio=0.00) (leaf=235379:1755) (inner=35576:62) count: 6154 (6.154 thousand) size: 237604 (232.035 KiB) (map=50000) memory: 3145728 time: 0.047 closing the database: time: 0.026 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ...... (end) 6154 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest queue \ -bnum 5000 -psiz 500 -msiz 50000 casket 10000 seed=3902598210 path=casket rnum=10000 thnum=1 itnum=1 rnd=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=500 msiz=50000 dfunit=-1 pccap=0 rcomp=(nil) lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=0) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=1002) (load=1.08) pages: 1112 (leaf=1111) (inner=98) (level=1) (psiz=500) cache: 34092 (cap=67108864) (ratio=0.00) (leaf=8888:1111) (inner=25204:98) count: 0 (0) size: 321024 (313.500 KiB) (map=50000) memory: 1048576 time: 0.098 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest queue -rnd \ -bnum 5000 -psiz 500 -msiz 50000 casket 10000 seed=3902598313 path=casket rnum=10000 thnum=1 itnum=1 rnd=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=500 msiz=50000 dfunit=-1 pccap=0 rcomp=(nil) lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ................ (end) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=1) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=992) (load=1.08) pages: 1099 (leaf=1098) (inner=98) (level=1) (psiz=500) cache: 33702 (cap=67108864) (ratio=0.00) (leaf=8784:1098) (inner=24918:98) count: 0 (0) size: 317952 (310.500 KiB) (map=50000) memory: 1048576 time: 0.053 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest queue -th 4 -it 4 \ -bnum 5000 -psiz 500 -msiz 50000 casket 10000 seed=3902598371 path=casket rnum=10000 thnum=4 itnum=4 rnd=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=500 msiz=50000 dfunit=-1 pccap=0 rcomp=(nil) lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 420608 memory: 1048576 time: 0.602 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 542720 memory: 1048576 time: 0.569 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 652800 memory: 1048576 time: 0.568 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=1) (frg=0) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=1647) (load=1.16) pages: 2036 (leaf=6333) (inner=554) (level=1) (psiz=500) cache: 59186 (cap=67108864) (ratio=0.00) (leaf=15424:1928) (inner=43762:171) count: 0 (0) size: 770816 (752.750 KiB) (map=50000) memory: 1048576 time: 0.642 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 0 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest queue -th 4 -it 4 -rnd \ -bnum 5000 -psiz 500 -msiz 50000 casket 10000 seed=3902600759 path=casket rnum=10000 thnum=4 itnum=4 rnd=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=500 msiz=50000 dfunit=-1 pccap=0 rcomp=(nil) lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ........... (end) count: 0 size: 1160192 memory: 1048576 time: 0.451 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) .................. (end) count: 0 size: 2024960 memory: 1048576 time: 0.462 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ........ (end) count: 0 size: 2888448 memory: 1048576 time: 0.409 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=0) (frg=14) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=2945) (load=1.31) pages: 4362 (leaf=17580) (inner=1450) (level=3) (psiz=500) cache: 152094 (cap=67108864) (ratio=0.00) (leaf=52568:4394) (inner=99526:360) count: 622 (622) size: 3733760 (3.561 MiB) (map=50000) memory: 1048576 time: 0.465 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 622 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest wicked \ -bnum 5000 -psiz 1000 -msiz 50000 -pccap 100k casket 10000 seed=3902602552 path=casket rnum=10000 thnum=1 itnum=1 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=1000 msiz=50000 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=22) (frg=1) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=200) (load=1.02) pages: 205 (leaf=209) (inner=5) (level=3) (psiz=1000) cache: 35093 (cap=102400) (ratio=0.34) (leaf=31918:62) (inner=3175:5) count: 2228 (2.228 thousand) size: 212736 (207.750 KiB) (map=50000) memory: 1048576 time: 0.025 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket .. (end) 2228 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest wicked -th 4 -it 4 \ -bnum 5000 -msiz 50000 -dfunit 4 -pccap 100k -rcd casket 10000 seed=3902602584 path=casket rnum=10000 thnum=4 itnum=4 oflags=0 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=-1 msiz=50000 dfunit=4 pccap=102400 rcomp=0xf7f0bad0 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9134 size: 492032 memory: 1048576 time: 0.696 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12125 size: 748800 memory: 1048576 time: 1.101 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12964 size: 833792 memory: 1048576 time: 1.064 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=23) (frg=0) options: (opts=0) comparator: decimal opaque: 0 buckets: 5000 (used=151) (load=1.00) pages: 152 (leaf=150) (inner=1) (level=2) (psiz=8192) cache: 102396 (cap=102400) (ratio=1.00) (leaf=99935:20) (inner=2461:1) count: 13282 (13.282 thousand) size: 991744 (968.500 KiB) (map=50000) memory: 1048576 time: 1.040 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ............. (end) 13282 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest wicked -th 4 -it 4 -oat \ -bnum 5000 -msiz 50000 -dfunit 4 -pccap 100k casket 1000 seed=3902606511 path=casket rnum=1000 thnum=4 itnum=4 oflags=16 apow=-1 fpow=-1 opts=0 bnum=5000 psiz=-1 msiz=50000 dfunit=4 pccap=102400 rcomp=(nil) lv=0 iteration 1: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 189 size: 50176 memory: 1048576 time: 0.036 iteration 2: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 428 size: 70400 memory: 1048576 time: 0.034 iteration 3: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 181 size: 51712 memory: 1048576 time: 0.037 iteration 4: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=4) (frg=2) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=6) (load=1.00) pages: 6 (leaf=4) (inner=1) (level=2) (psiz=8192) cache: 20832 (cap=102400) (ratio=0.20) (leaf=20777:4) (inner=55:1) count: 521 (521) size: 74240 (72.500 KiB) (map=50000) memory: 1048576 time: 0.038 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 521 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest wicked -th 4 -it 4 \ -apow 2 -fpow 3 -ts -tl -tc -bnum 10000 -msiz 50000 -dfunit 4 casket 1000 seed=3902606662 path=casket rnum=1000 thnum=4 itnum=4 oflags=0 apow=2 fpow=3 opts=7 bnum=10000 psiz=-1 msiz=50000 dfunit=4 pccap=0 rcomp=(nil) lv=0 iteration 1: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 938 size: 49988 memory: 1048576 time: 0.120 iteration 2: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 1181 size: 52620 memory: 1048576 time: 0.135 iteration 3: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 1318 size: 54904 memory: 1048576 time: 0.171 iteration 4: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=4) (frg=0) options: small linear compress (opts=7) comparator: lexical opaque: 0 buckets: 10000 (used=8) (load=1.00) pages: 8 (leaf=6) (inner=1) (level=2) (psiz=8192) cache: 29290 (cap=67108864) (ratio=0.00) (leaf=29204:6) (inner=86:1) count: 631 (631) size: 47824 (46.703 KiB) (map=50000) memory: 1048576 time: 0.121 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 631 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest tran casket 10000 seed=3902607219 path=casket rnum=10000 thnum=1 itnum=1 hard=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 psiz=-1 msiz=-1 dfunit=-1 pccap=0 rcomp=(nil) lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ............ (end) ......................... (00001000) ............ (end) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=26) (frg=78) options: (opts=0) comparator: lexical opaque: 0 buckets: 65536 (used=14) (load=1.00) pages: 14 (leaf=12) (inner=1) (level=2) (psiz=8192) cache: 59022 (cap=67108864) (ratio=0.00) (leaf=58839:12) (inner=183:1) count: 1518 (1.518 thousand) size: 551168 (538.250 KiB) (map=67108864) memory: 2097152 time: 0.039 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest tran -th 2 -it 4 -pccap 100k casket 10000 seed=3902607260 path=casket rnum=10000 thnum=2 itnum=4 hard=0 oflags=0 apow=-1 fpow=-1 opts=0 bnum=-1 psiz=-1 msiz=-1 dfunit=-1 pccap=102400 rcomp=(nil) lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ......................... (00002000) ........ (end) ......................... (00001000) ......................... (00002000) ........ (end) count: 2343 size: 617472 memory: 2097152 time: 0.110 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ........ (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ........ (end) count: 3339 size: 758784 memory: 2097152 time: 0.151 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ... (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ... (end) count: 4132 size: 924928 memory: 2097152 time: 0.189 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ................. (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ................. (end) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xBC) path: casket status flags: open (flags=1) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=195) (frg=197) options: (opts=0) comparator: lexical opaque: 0 buckets: 65536 (used=48) (load=1.00) pages: 48 (leaf=46) (inner=1) (level=2) (psiz=8192) cache: 101724 (cap=102400) (ratio=0.99) (leaf=100972:26) (inner=752:1) count: 4699 (4.699 thousand) size: 967424 (944.750 KiB) (map=67108864) memory: 2097152 time: 0.219 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest tran -th 2 -it 4 \ -apow 2 -fpow 3 -ts -tl -tc -bnum 10000 -msiz 50000 -dfunit 4 -rcd casket 10000 seed=3902607932 path=casket rnum=10000 thnum=2 itnum=4 hard=0 oflags=0 apow=2 fpow=3 opts=7 bnum=10000 psiz=-1 msiz=50000 dfunit=4 pccap=0 rcomp=0xf7f77ad0 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ...... (end) ......................... (00001000) ...... (end) count: 1265 size: 48252 memory: 2097152 time: 0.354 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) .... (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) .... (end) count: 3198 size: 60380 memory: 2097152 time: 0.919 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ............... (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ............... (end) count: 3602 size: 62632 memory: 2097152 time: 1.129 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......... (end) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......... (end) type: TreeDB (file tree database) (type=0x31) format version: 5 (libver=16.13) (chksum=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=7) (frg=3) options: small linear compress (opts=7) comparator: decimal opaque: 0 buckets: 10000 (used=45) (load=1.00) pages: 45 (leaf=44) (inner=1) (level=2) (psiz=8192) cache: 174171 (cap=67108864) (ratio=0.00) (leaf=173470:43) (inner=701:1) count: 4397 (4.397 thousand) size: 64920 (63.398 KiB) (map=50000) memory: 2097152 time: 0.908 ok make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make check-dir make[1]: Entering directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr create -otr casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr inform -st casket type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 0 count: 0 (0) size: 0 (0 B) LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -add casket duffy 1231 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -add casket micky 0101 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket fal 1007 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket mikio 0211 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket natsuki 0810 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket micky "" LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -app casket duffy kukuku LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr remove casket micky LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr list -pv casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket ryu 1 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket ken 2 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr remove casket duffy LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket ryu syo-ryu-ken LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket ken tatsumaki-senpu-kyaku LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -inci casket int 1234 1234 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -inci casket int 5678 6912 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -incd casket double 1234.5678 1234.567800 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -incd casket double 8765.4321 9999.999900 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr get casket mikio 0211 LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr get casket ryu syo-ryu-ken LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr import casket lab/numbers.tsv ..................... (21) LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr list -pv -px casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr copy casket casket-para (end) 22 blocks were copied successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr dump casket check.out (end) 0 records were dumped successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr load -otr casket check.out (end) 0 records were loaded successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr setbulk casket aa aaa bb bbb cc ccc dd ddd LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr removebulk casket aa bb zz LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr getbulk casket aa bb cc dd cc ccc dd ddd LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr check -onr casket (end) 21 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr inform -st casket type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 0 count: 21 (21) size: 985 (985 B) LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr create -otr -otl -onr -tc casket LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr import casket < lab/numbers.tsv ..................... (21) LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set casket mikio kyotocabinet LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -app casket tako ikaunini LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -app casket mikio kyototyrant LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr set -app casket mikio kyotodystopia LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr get -px casket mikio > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr list casket > check.out LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr check -onr casket (end) 14 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr clear casket rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -set casket 500 seed=3902611354 path=casket rnum=500 thnum=1 rnd=0 mode=115 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 0 count: 500 (500) size: 26000 (25.391 KiB) memory: 0 time: 0.009 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -get casket 500 seed=3902611365 path=casket rnum=500 thnum=1 rnd=0 mode=103 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 500 size: 26000 memory: 1048576 time: 0.000 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 0 count: 500 (500) size: 26000 (25.391 KiB) memory: 1048576 time: 0.004 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -getw casket 500 seed=3902611372 path=casket rnum=500 thnum=1 rnd=0 mode=119 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 500 size: 26000 memory: 0 time: 0.000 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 0 count: 500 (500) size: 26000 (25.391 KiB) memory: 0 time: 0.004 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -rem casket 500 seed=3902611378 path=casket rnum=500 thnum=1 rnd=0 mode=114 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 500 size: 26000 memory: 0 time: 0.000 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 0 count: 0 (0) size: 0 (0 B) memory: 0 time: 0.006 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order casket 500 seed=3902611386 path=casket rnum=500 thnum=1 rnd=0 mode=0 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 0 time: 0.008 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 0 time: 0.004 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 0 size: 0 memory: 0 time: 0.006 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -etc casket 500 seed=3902611407 path=casket rnum=500 thnum=1 rnd=0 mode=101 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 0 time: 0.007 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 0 time: 0.004 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 30000 memory: 0 time: 0.008 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 30000 memory: 0 time: 0.004 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 30000 memory: 0 time: 0.004 traversing the database by the inner iterator: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 428 size: 26595 memory: 0 time: 0.004 traversing the database by the outer cursor: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) .............. (end) count: 366 size: 23400 memory: 0 time: 0.004 synchronizing the database: count: 366 size: 23400 memory: 0 time: 0.000 dumping records into snapshot: count: 366 size: 23400 memory: 0 time: 0.002 loading records from snapshot: count: 366 size: 23400 memory: 0 time: 0.005 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 0 (0) size: 0 (0 B) memory: 0 time: 0.005 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -th 4 casket 500 seed=3902611456 path=casket rnum=500 thnum=4 rnd=0 mode=0 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 2000 size: 104000 memory: 0 time: 0.013 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 2000 size: 104000 memory: 0 time: 0.006 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 0 size: 0 memory: 0 time: 0.009 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -th 4 -rnd -etc casket 500 seed=3902611487 path=casket rnum=500 thnum=4 rnd=1 mode=101 tran=0 oflags=0 opts=0 lv=0 opening the database: count: 0 size: 0 memory: 0 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1235 size: 64420 memory: 0 time: 0.112 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1710 size: 89120 memory: 0 time: 0.006 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1898 size: 113392 memory: 0 time: 0.012 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1872 size: 111928 memory: 0 time: 0.204 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1872 size: 111928 memory: 0 time: 0.004 traversing the database by the inner iterator: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) ......................... (00000550) ......................... (00000600) ......................... (00000650) ......................... (00000700) ......................... (00000750) ......................... (00000800) ......................... (00000850) ......................... (00000900) ......................... (00000950) ......................... (00001000) ......................... (00001050) ......................... (00001100) ......................... (00001150) ......................... (00001200) ......................... (00001250) ......................... (00001300) ......................... (00001350) ......................... (00001400) ......................... (00001450) ......................... (00001500) ......................... (00001550) ......................... (00001600) ......................... (00001650) ......................... (00001700) ......................... (00001750) ......................... (00001800) ......................... (00001850) ........... (end) count: 1578 size: 98635 memory: 0 time: 0.018 traversing the database by the outer cursor: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) ......................... (00000550) ......................... (00000600) ......................... (00000650) ......................... (00000700) ......................... (00000750) ......................... (00000800) ......................... (00000850) ......................... (00000900) ......................... (00000950) ......................... (00001000) ......................... (00001050) ......................... (00001100) ......................... (00001150) ......................... (00001200) ......................... (00001250) ......................... (00001300) ......................... (00001350) ......................... (00001400) ......................... (00001450) ......................... (00001500) ......................... (00001550) ......................... (00001600) ......................... (00001650) ......................... (00001700) ......................... (00001750) ......................... (00001800) ......................... (00001850) ......................... (00001900) ......................... (00001950) ......................... (00002000) ......................... (00002050) ......................... (00002100) ......................... (00002150) ......................... (00002200) ......................... (00002250) ......................... (00002300) ......................... (00002350) ......................... (00002400) ......................... (00002450) ......................... (00002500) ......................... (00002550) ......................... (00002600) ......................... (00002650) .............. (end) count: 729 size: 48607 memory: 0 time: 4.329 synchronizing the database: count: 729 size: 48607 memory: 0 time: 0.000 dumping records into snapshot: count: 729 size: 48607 memory: 0 time: 0.004 loading records from snapshot: count: 729 size: 48607 memory: 0 time: 0.011 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 313 (313) size: 20099 (19.628 KiB) memory: 0 time: 0.104 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr check -onr casket (end) 313 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -th 4 -rnd -etc -tran casket 500 seed=3902616302 path=casket rnum=500 thnum=4 rnd=1 mode=101 tran=1 oflags=0 opts=0 lv=0 opening the database: count: 0 size: 0 memory: 0 time: 0.002 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1244 size: 64856 memory: 0 time: 0.263 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1726 size: 89920 memory: 0 time: 0.110 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1893 size: 113268 memory: 0 time: 0.153 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1874 size: 112016 memory: 0 time: 0.282 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1874 size: 112016 memory: 0 time: 0.099 traversing the database by the inner iterator: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) ......................... (00000550) ......................... (00000600) ......................... (00000650) ......................... (00000700) ......................... (00000750) ......................... (00000800) ......................... (00000850) ......................... (00000900) ......................... (00000950) ......................... (00001000) ......................... (00001050) ......................... (00001100) ......................... (00001150) ......................... (00001200) ......................... (00001250) ......................... (00001300) ......................... (00001350) ......................... (00001400) ......................... (00001450) ......................... (00001500) ......................... (00001550) ......................... (00001600) ......................... (00001650) ......................... (00001700) ......................... (00001750) ......................... (00001800) ......................... (00001850) ......................... (00001900) ......................... (00001950) ......................... (00002000) ......................... (00002050) ....................... (end) ./kcdirtest: 1068: DB::iterate: casket: 0: success: no error count: 1563 size: 96870 memory: 0 time: 0.031 traversing the database by the outer cursor: ./kcdirtest: 1156: Cursor::accept: casket: 0: success: no error (end) count: 1563 size: 96870 memory: 0 time: 0.000 synchronizing the database: count: 1563 size: 96870 memory: 0 time: 0.000 dumping records into snapshot: count: 1563 size: 96870 memory: 0 time: 0.010 loading records from snapshot: count: 1563 size: 96870 memory: 0 time: 0.024 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) type: DirDB (directory hash database) (type=0x40) format version: 5 (libver=16.13) (chksum=0xB8) path: casket status flags: (flags=0) options: (opts=0) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 count: 606 (606) size: 37371 (36.495 KiB) memory: 0 time: 0.314 closing the database: time: 0.000 error FAILED: KCRNDSEED=3902616302 PID=1323890 ./kcdirtest order -th 4 -rnd -etc -tran casket 500 make[1]: *** [Makefile:541: check-dir] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' make: *** [Makefile:170: check] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/kyotocabinet-1.2.76' error: Bad exit status from /usr/src/tmp/rpm-tmp.76268 (%check) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.76268 (%check) Command exited with non-zero status 1 284.82user 85.34system 2:04.31elapsed 297%CPU (0avgtext+0avgdata 263220maxresident)k 0inputs+0outputs (0major+8687999minor)pagefaults 0swaps hsh-rebuild: rebuild of `kyotocabinet-1.2.76-alt3.src.rpm' failed. Command exited with non-zero status 1 3.28user 3.20system 2:15.47elapsed 4%CPU (0avgtext+0avgdata 130304maxresident)k 0inputs+0outputs (0major+194509minor)pagefaults 0swaps