<86>Nov 9 09:37:02 userdel[147672]: delete user 'rooter' <86>Nov 9 09:37:02 userdel[147672]: removed group 'rooter' owned by 'rooter' <86>Nov 9 09:37:02 userdel[147672]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 09:37:02 groupadd[147719]: group added to /etc/group: name=rooter, GID=1796 <86>Nov 9 09:37:02 groupadd[147719]: group added to /etc/gshadow: name=rooter <86>Nov 9 09:37:02 groupadd[147719]: new group: name=rooter, GID=1796 <86>Nov 9 09:37:02 useradd[147744]: new user: name=rooter, UID=1796, GID=1796, home=/root, shell=/bin/bash, from=none <86>Nov 9 09:37:02 userdel[147783]: delete user 'builder' <86>Nov 9 09:37:02 userdel[147783]: removed group 'builder' owned by 'builder' <86>Nov 9 09:37:02 userdel[147783]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 09:37:02 groupadd[147819]: group added to /etc/group: name=builder, GID=1797 <86>Nov 9 09:37:02 groupadd[147819]: group added to /etc/gshadow: name=builder <86>Nov 9 09:37:02 groupadd[147819]: new group: name=builder, GID=1797 <86>Nov 9 09:37:02 useradd[147864]: new user: name=builder, UID=1797, GID=1797, home=/usr/src, shell=/bin/bash, from=none <13>Nov 9 09:37:05 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Nov 9 09:37:06 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Nov 9 09:37:06 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Nov 9 09:37:06 rpmi: gcc-c++-14-alt1 sisyphus+360995.300.1.1 1730139881 installed <13>Nov 9 09:37:06 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.50043 + 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.50043 + 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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-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 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 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 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-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 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 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 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.80334 + 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.62297 + 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=273232859 rnum=10000 thnum=4 iv=-1.000 mutex: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.087 slotted mutex: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.014 spin lock: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.083 slotted spin lock: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.013 reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.082 reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.013 slotted reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.014 slotted reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.014 spin reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.082 spin reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.014 spin reader-writer lock wicked: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.051 slotted spin reader-writer lock writer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.013 slotted spin reader-writer lock reader: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.015 atomic increment: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.046 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest cond -th 4 -iv -1 10000 seed=273233403 rnum=10000 thnum=4 iv=-1.000 conditon variable: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.223 conditon map: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.125 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest para -th 4 10000 seed=273233754 rnum=10000 thnum=4 iv=0.000 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 done: 10000 time: 0.018 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest para -th 4 -iv -1 10000 seed=273233774 rnum=10000 thnum=4 iv=-1.000 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 done: 10000 time: 0.042 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest file -th 4 casket 10000 seed=273233819 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.052 reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.013 fast writing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.042 fast reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.011 committing transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.071 aborting transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2000000 time: 0.094 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=273234105 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: 2476870 time: 0.041 reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2476870 time: 0.009 fast writing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2476870 time: 0.019 fast reading: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 2476870 time: 0.007 committing transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 1999850 time: 0.026 aborting transaction: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) size: 1999850 time: 0.030 closing the file: time: 0.000 testing file utility functions: time: 0.000 testing directory utility functions: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest lhmap -bnum 1000 10000 seed=273234242 rnum=10000 rnd=0 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 10000 memory: 1048576 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 10000 memory: 1048576 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.000 count: 10000 memory: 1048576 migrating records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 0,10000 memory: 1048576 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 count: 0,0 memory: 1048576 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest lhmap -rnd -bnum 1000 10000 seed=273234256 rnum=10000 rnd=1 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 6320 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 6320 memory: 0 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ........ (end) time: 0.000 count: 6320 memory: 0 migrating records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 2279,4041 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 count: 2279,1444 memory: 0 wicked testing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) .................... (end) ......................... (00001000) ......................... (00002000) .................... (end) time: 0.003 count: 2818 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest thmap -bnum 1000 10000 seed=273234272 rnum=10000 rnd=0 bnum=1000 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.003 count: 10000 memory: 0 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 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.003 count: 10000 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 count: 0 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest thmap -rnd -bnum 1000 10000 seed=273234291 rnum=10000 rnd=1 bnum=1000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 6303 memory: 0 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 count: 6303 memory: 0 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.004 count: 8632 memory: 0 traversing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ............... (end) time: 0.001 count: 8632 memory: 0 sorting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ............... (end) time: 0.002 count: 8632 memory: 0 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.003 count: 3165 memory: 0 wicked testing: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.005 count: 7172 memory: 2097152 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest talist 10000 seed=273234313 rnum=10000 rnd=0 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 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 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest talist -rnd 10000 seed=273234318 rnum=10000 rnd=1 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.002 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.001 count: 261 memory: 0 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcutiltest misc 10000 seed=273234324 rnum=10000 ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) time: 0.796 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=273235126 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 opening the database: count: 0 size: 0 memory: 5242880 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 5242880 time: 0.004 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 5242880 time: 0.002 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 6291456 time: 0.003 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 6291456 time: 0.003 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 6291456 time: 0.002 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 224246 memory: 6291456 time: 0.001 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 205441 memory: 6291456 time: 0.001 synchronizing the database: count: 7346 size: 205441 memory: 6291456 time: 0.000 dumping records into snapshot: count: 7346 size: 205441 memory: 6291456 time: 0.001 loading records from snapshot: count: 7346 size: 205441 memory: 6291456 time: 0.002 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: 6291456 time: 0.003 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -th 4 10000 seed=273235153 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 opening the database: count: 0 size: 0 memory: 5242880 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 5242880 time: 0.024 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 5242880 time: 0.006 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.029 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -th 4 -rnd -etc 10000 seed=273235219 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: 24849 size: 400464 memory: 5242880 time: 0.042 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34345 size: 552400 memory: 5242880 time: 0.027 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37900 size: 900840 memory: 5242880 time: 0.038 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37379 size: 887832 memory: 5242880 time: 0.032 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37379 size: 887832 memory: 5242880 time: 0.007 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: 32091 size: 845025 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: 14402 size: 432772 memory: 5242880 time: 0.026 synchronizing the database: count: 14402 size: 432772 memory: 5242880 time: 0.000 dumping records into snapshot: count: 14402 size: 432772 memory: 5242880 time: 0.002 loading records from snapshot: count: 14402 size: 432772 memory: 6291456 time: 0.004 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: 6175 (6.175 thousand) size: 174486 (170.396 KiB) memory: 6291456 time: 0.026 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -th 4 -rnd -etc -tran 10000 seed=273235437 rnum=10000 thnum=4 rnd=1 etc=1 tran=1 opening the database: count: 0 size: 0 memory: 5242880 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24831 size: 400240 memory: 5242880 time: 0.087 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34408 size: 553472 memory: 5242880 time: 0.035 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37999 size: 902200 memory: 5242880 time: 0.094 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37516 size: 890240 memory: 5242880 time: 0.089 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37516 size: 890240 memory: 5242880 time: 0.064 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: 32134 size: 844130 memory: 5242880 time: 0.005 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: 14509 size: 432566 memory: 6291456 time: 0.024 synchronizing the database: count: 14509 size: 432566 memory: 6291456 time: 0.000 dumping records into snapshot: count: 14509 size: 432566 memory: 6291456 time: 0.002 loading records from snapshot: count: 14509 size: 865132 memory: 7340032 time: 0.006 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 6036 (6.036 thousand) size: 602778 (588.650 KiB) memory: 7340032 time: 0.061 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked 10000 seed=273235912 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: 1518 (1.518 thousand) size: 89157 (87.067 KiB) memory: 4194304 time: 0.004 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked -th 4 -it 4 10000 seed=273235922 rnum=10000 thnum=4 itnum=4 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9427 size: 327399 memory: 5242880 time: 0.041 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 5918 size: 695941 memory: 5242880 time: 0.039 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 6023 size: 1075656 memory: 5242880 time: 0.031 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 9459 (9.459 thousand) size: 1410998 (1.346 MiB) memory: 5242880 time: 0.040 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran 10000 seed=273236078 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: 1094 (1.094 thousand) size: 37510 (36.631 KiB) memory: 9437184 time: 0.005 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran -th 2 -it 4 10000 seed=273236092 rnum=10000 thnum=2 itnum=4 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ......................... (00002000) ..... (end) ......................... (00001000) ......................... (00002000) ..... (end) count: 2216 size: 72954 memory: 8388608 time: 0.020 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ....................... (end) ......................... (00001000) ....................... (end) count: 1938 size: 136031 memory: 8388608 time: 0.020 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ........... (end) ......................... (00001000) ........... (end) count: 1457 size: 176477 memory: 8388608 time: 0.013 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) ....... (end) ......................... (00001000) ......................... (00002000) ....... (end) type: ProtoHashDB (prototype hash database) (type=0x10) path: - opaque: 0 count: 2318 (2.318 thousand) size: 247424 (241.625 KiB) memory: 8388608 time: 0.020 ok rm -rf casket* LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -etc 10000 seed=273236175 rnum=10000 thnum=1 rnd=0 etc=1 tran=0 opening the database: count: 0 size: 0 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 1048576 time: 0.010 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 160000 memory: 1048576 time: 0.005 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 2097152 time: 0.005 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 2097152 time: 0.005 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 240000 memory: 2097152 time: 0.005 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 224246 memory: 2097152 time: 0.001 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 205441 memory: 2097152 time: 0.001 synchronizing the database: count: 7346 size: 205441 memory: 2097152 time: 0.000 dumping records into snapshot: count: 7346 size: 205441 memory: 2097152 time: 0.001 loading records from snapshot: count: 7346 size: 205441 memory: 3145728 time: 0.003 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: 3145728 time: 0.004 closing the database: time: -0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -th 4 10000 seed=273236217 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.075 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 640000 memory: 0 time: 0.009 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.050 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -th 4 -rnd -etc 10000 seed=273236354 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: 24776 size: 399656 memory: 0 time: 0.083 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34387 size: 553432 memory: 0 time: 0.055 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37960 size: 902016 memory: 0 time: 0.062 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37430 size: 888896 memory: 0 time: 0.047 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37430 size: 888896 memory: 0 time: 0.009 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: 32060 size: 843809 memory: 0 time: 0.005 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: 14575 size: 435604 memory: 0 time: 0.030 synchronizing the database: count: 14575 size: 435604 memory: 0 time: 0.000 dumping records into snapshot: count: 14575 size: 435604 memory: 0 time: 0.002 loading records from snapshot: count: 14575 size: 871208 memory: 3145728 time: 0.017 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 6147 (6.147 thousand) size: 607579 (593.339 KiB) memory: 3145728 time: 0.055 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest order -tree -th 4 -rnd -etc -tran 10000 seed=273236725 rnum=10000 thnum=4 rnd=1 etc=1 tran=1 opening the database: count: 0 size: 0 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24884 size: 401216 memory: 1048576 time: 0.105 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34427 size: 553904 memory: 1048576 time: 0.093 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37992 size: 902424 memory: 1048576 time: 0.114 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37464 size: 889680 memory: 1048576 time: 0.238 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37464 size: 889680 memory: 1048576 time: 0.171 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: 842885 memory: 1048576 time: 0.005 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: 14495 size: 434116 memory: 3145728 time: 0.034 synchronizing the database: count: 14495 size: 434116 memory: 3145728 time: 0.000 dumping records into snapshot: count: 14495 size: 434116 memory: 3145728 time: 0.003 loading records from snapshot: count: 14495 size: 868232 memory: 4194304 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: 6132 (6.132 thousand) size: 606945 (592.720 KiB) memory: 4194304 time: 0.100 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked -tree 10000 seed=273237607 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: 2229 (2.229 thousand) size: 95074 (92.846 KiB) memory: 1048576 time: 0.006 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest wicked -tree -th 4 -it 4 10000 seed=273237616 rnum=10000 thnum=4 itnum=4 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9146 size: 411491 memory: 0 time: 0.071 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9174 size: 814604 memory: 0 time: 0.071 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9180 size: 1219486 memory: 0 time: 0.064 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 9196 (9.196 thousand) size: 1610342 (1.536 MiB) memory: 0 time: 0.063 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran -tree 10000 seed=273237887 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: 1059 (1.059 thousand) size: 32855 (32.085 KiB) memory: 1048576 time: 0.008 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcprototest tran -tree -th 2 -it 4 10000 seed=273237898 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: 1378 size: 41272 memory: 0 time: 0.020 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ....... (end) ......................... (00001000) ......................... (00002000) ....... (end) count: 2289 size: 114900 memory: 0 time: 0.032 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ..... (end) ......................... (00001000) ......................... (00002000) ..... (end) count: 2231 size: 186593 memory: 0 time: 0.033 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) ...... (end) ......................... (00001000) ......................... (00002000) ...... (end) type: ProtoTreeDB (prototype tree database) (type=0x11) path: - opaque: 0 count: 2274 (2.274 thousand) size: 252672 (246.750 KiB) memory: 0 time: 0.034 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=273238023 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.003 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 260000 memory: 0 time: 0.002 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 340000 memory: 0 time: 0.004 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 340000 memory: 0 time: 0.003 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 340000 memory: 0 time: 0.003 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.001 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 284209 memory: 0 time: 0.001 synchronizing the database: count: 7346 size: 284209 memory: 0 time: 0.000 dumping records into snapshot: count: 7346 size: 284209 memory: 1048576 time: 0.001 loading records from snapshot: count: 7346 size: 284209 memory: 1048576 time: 0.002 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.003 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -bnum 5000 10000 seed=273238047 rnum=10000 thnum=4 rnd=0 etc=0 tran=0 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 980000 memory: 1048576 time: 0.011 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 980000 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=0) (load=0.00) count: 0 (0) size: 20000 (19.531 KiB) memory: 1048576 time: 0.009 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -rnd -etc -bnum 5000 10000 seed=273238078 rnum=10000 thnum=4 rnd=1 etc=1 tran=0 bnum=5000 lv=0 opening the database: count: 0 size: 20000 memory: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24526 size: 611680 memory: 1048576 time: 0.038 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 33901 size: 836680 memory: 1048576 time: 0.011 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37697 size: 1217416 memory: 1048576 time: 0.015 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37200 size: 1201712 memory: 1048576 time: 0.033 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37200 size: 1201712 memory: 1048576 time: 0.005 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: 31893 size: 1116748 memory: 1048576 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: 14268 size: 559874 memory: 1048576 time: 0.022 synchronizing the database: count: 14268 size: 559874 memory: 1048576 time: 0.000 dumping records into snapshot: count: 14268 size: 559874 memory: 1048576 time: 0.002 loading records from snapshot: count: 14268 size: 559874 memory: 3145728 time: 0.004 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=3528) (load=1.73) count: 6101 (6.101 thousand) size: 239226 (233.619 KiB) memory: 3145728 time: 0.026 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -rnd -etc -bnum 5000 10000 seed=273238244 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: 24809 size: 618504 memory: 0 time: 0.099 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34260 size: 845328 memory: 0 time: 0.027 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37861 size: 1222944 memory: 0 time: 0.022 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37290 size: 1204528 memory: 0 time: 0.032 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37290 size: 1204528 memory: 0 time: 0.007 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: 31876 size: 1117630 memory: 0 time: 0.016 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: 14341 size: 562648 memory: 0 time: 0.054 synchronizing the database: count: 14341 size: 562648 memory: 0 time: 0.000 dumping records into snapshot: count: 14341 size: 562648 memory: 0 time: 0.002 loading records from snapshot: count: 14341 size: 562648 memory: 1048576 time: 0.004 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=3519) (load=1.73) count: 6085 (6.085 thousand) size: 240129 (234.501 KiB) memory: 1048576 time: 0.052 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest order -th 4 -rnd -etc -tran \ -bnum 5000 10000 seed=273238562 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: 24877 size: 620032 memory: 0 time: 0.573 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34367 size: 847792 memory: 0 time: 0.377 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37907 size: 1224432 memory: 0 time: 0.624 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37334 size: 1205672 memory: 0 time: 0.294 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37334 size: 1205672 memory: 0 time: 0.275 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: 32052 size: 1123345 memory: 0 time: 0.019 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: 14494 size: 572881 memory: 2097152 time: 0.055 synchronizing the database: count: 14494 size: 572881 memory: 2097152 time: 0.000 dumping records into snapshot: count: 14494 size: 572881 memory: 2097152 time: 0.003 loading records from snapshot: count: 14494 size: 572881 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=3561) (load=1.73) count: 6154 (6.154 thousand) size: 244106 (238.385 KiB) memory: 3145728 time: 0.366 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest wicked -bnum 5000 10000 seed=273241157 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=1951) (load=1.27) count: 2470 (2.470 thousand) size: 135601 (132.423 KiB) memory: 0 time: 0.004 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest wicked -th 4 -it 4 -bnum 5000 10000 seed=273241164 rnum=10000 thnum=4 itnum=4 bnum=5000 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9986 size: 463266 memory: 0 time: 0.061 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 19983 size: 922406 memory: 0 time: 0.059 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 29930 size: 1364324 memory: 0 time: 0.060 iteration 4: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=3450) (load=1.72) count: 5948 (5.948 thousand) size: 260527 (254.421 KiB) memory: 0 time: 0.056 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest tran -bnum 5000 10000 seed=273241403 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: ......................... (00001000) .... (end) ......................... (00001000) .... (end) type: StashDB (stash database) (type=0x18) opaque: 0 buckets: 0 (used=967) (load=1.20) count: 1160 (1.160 thousand) size: 61998 (60.545 KiB) memory: 3145728 time: 0.016 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcstashtest tran -th 2 -it 4 -bnum 5000 10000 seed=273241422 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: 1332 size: 72302 memory: 3145728 time: 0.125 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ..................... (end) ......................... (00001000) ..................... (end) count: 3205 size: 148011 memory: 3145728 time: 0.117 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) .................. (end) ......................... (00001000) .................. (end) count: 4950 size: 219023 memory: 3145728 time: 0.118 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=1466) (load=4.79) count: 7016 (7.016 thousand) size: 303569 (296.454 KiB) memory: 3145728 time: 0.135 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=273241923 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.005 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 504444 memory: 0 time: 0.004 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 504444 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: 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.001 loading records from snapshot: count: 7346 size: 406189 memory: 1048576 time: 0.001 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.004 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest order -th 4 -bnum 5000 10000 seed=273241956 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.012 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1624444 memory: 0 time: 0.010 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.009 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=273241990 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: 10016 size: 426508 memory: 1048576 time: 0.045 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 425084 memory: 1048576 time: 0.013 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 455628 memory: 1048576 time: 0.016 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10013 size: 453684 memory: 1048576 time: 0.033 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10013 size: 453684 memory: 1048576 time: 0.008 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) (end) count: 8557 size: 421275 memory: 1048576 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: 5209 size: 289273 memory: 1048576 time: 0.005 synchronizing the database: count: 5209 size: 289273 memory: 1048576 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=2174) (load=1.18) count: 2761 (2.761 thousand) (capcnt=10000) size: 155933 (152.278 KiB) (capsiz=-1) memory: 1048576 time: 0.024 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=273242140 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: 220 size: 33276 memory: 1048576 time: 0.043 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 224 size: 33404 memory: 1048576 time: 0.012 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 223 size: 33372 memory: 1048576 time: 0.014 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 223 size: 33372 memory: 1048576 time: 0.023 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 223 size: 33372 memory: 1048576 time: 0.007 traversing the database by the inner iterator: ..... (end) count: 177 size: 32376 memory: 1048576 time: 0.000 traversing the database by the outer cursor: ......... (end) count: 116 size: 30227 memory: 1048576 time: 0.000 synchronizing the database: count: 116 size: 30227 memory: 1048576 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=217) (load=1.01) count: 220 (220) (capcnt=-1) size: 33244 (32.465 KiB) (capsiz=10000) memory: 1048576 time: 0.023 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=273242264 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: 454864 memory: 0 time: 2.053 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 454457 memory: 0 time: 1.550 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10016 size: 459688 memory: 0 time: 1.671 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10011 size: 459127 memory: 0 time: 0.173 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10011 size: 459127 memory: 0 time: 0.085 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) (end) count: 8675 size: 393525 memory: 0 time: 0.020 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: 5274 size: 242769 memory: 0 time: 0.071 synchronizing the database: count: 5274 size: 242769 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=2149) (load=1.17) count: 2696 (2.696 thousand) (capcnt=10000) size: 137335 (134.116 KiB) (capsiz=-1) memory: 0 time: 0.154 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest wicked -bnum 5000 10000 seed=273248044 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=1422) (load=1.09) count: 1615 (1.615 thousand) (capcnt=-1) size: 120429 (117.606 KiB) (capsiz=-1) memory: 1048576 time: 0.004 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest wicked -th 4 -it 4 -tc -bnum 5000 -capcnt 10000 10000 seed=273248051 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: 6662 size: 271554 memory: 0 time: 0.479 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9792 size: 387718 memory: 0 time: 0.319 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9811 size: 387838 memory: 0 time: 0.194 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=3966) (load=1.41) count: 6599 (6.599 thousand) (capcnt=10000) size: 269042 (262.736 KiB) (capsiz=-1) memory: 0 time: 0.187 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest tran -bnum 5000 10000 seed=273249233 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=1070) (load=1.09) count: 1210 (1.210 thousand) (capcnt=-1) size: 87218 (85.174 KiB) (capsiz=-1) memory: 4194304 time: 0.008 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kccachetest tran -th 2 -it 4 -tc -bnum 5000 10000 seed=273249243 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: 1628 size: 82869 memory: 4194304 time: 0.284 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ..................... (end) ......................... (00001000) ..................... (end) count: 1840 size: 90526 memory: 4599808 time: 0.202 iteration 3 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 3 checking: ......................... (00001000) ......................... (00002000) ...... (end) ......................... (00001000) ......................... (00002000) ...... (end) count: 2247 size: 105058 memory: 4599808 time: 0.195 iteration 4 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 4 checking: ......................... (00001000) ......................... (00002000) .......... (end) ......................... (00001000) ......................... (00002000) .......... (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=1881) (load=1.19) count: 2416 (2.416 thousand) (capcnt=-1) size: 111146 (108.541 KiB) (capsiz=-1) memory: 4599808 time: 0.156 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=273250086 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: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 1048576 time: 0.007 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 1048576 time: 0.006 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 1048576 time: 0.008 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 1048576 time: 0.007 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 24577 memory: 1048576 time: 0.006 traversing the database by the inner iterator: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 8571 size: 24577 memory: 1048576 time: 0.003 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 246349 memory: 2097152 time: 0.015 synchronizing the database: count: 7346 size: 246946 memory: 2097152 time: 0.000 dumping records into snapshot: count: 7346 size: 246946 memory: 2097152 time: 0.002 loading records from snapshot: count: 7346 size: 246946 memory: 2097152 time: 0.002 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: 2097152 time: 0.006 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -bnum 5000 10000 seed=273250152 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: 1048576 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 24577 memory: 1048576 time: 0.017 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 24577 memory: 1048576 time: 0.012 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 24577 memory: 1048576 time: 0.013 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -rnd -etc -bnum 5000 10000 seed=273250197 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: 24849 size: 412649 memory: 1048576 time: 0.043 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34302 size: 412649 memory: 1048576 time: 0.019 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37861 size: 412649 memory: 1048576 time: 0.027 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37374 size: 934212 memory: 1048576 time: 0.035 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37374 size: 934212 memory: 1048576 time: 0.016 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: 32071 size: 934212 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: 14290 size: 596110 memory: 1048576 time: 0.096 synchronizing the database: count: 14290 size: 490767 memory: 1048576 time: 0.001 dumping records into snapshot: count: 14290 size: 490767 memory: 2097152 time: 0.005 loading records from snapshot: count: 14290 size: 490767 memory: 3145728 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: 229740 (cap=67108864) (ratio=0.00) (leaf=224852:245) (inner=4888:1) count: 6119 (6.119 thousand) size: 308143 (300.921 KiB) memory: 3145728 time: 0.033 closing the database: time: 0.001 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest order -th 4 -rnd -etc -bnum 5000 10000 seed=273250496 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: 24675 size: 427716 memory: 0 time: 0.049 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34106 size: 427716 memory: 0 time: 0.019 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37817 size: 427716 memory: 0 time: 0.025 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37255 size: 948770 memory: 0 time: 0.034 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37255 size: 948770 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: 31867 size: 948770 memory: 0 time: 0.009 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: 14293 size: 598490 memory: 0 time: 0.086 synchronizing the database: count: 14293 size: 489445 memory: 0 time: 0.001 dumping records into snapshot: count: 14293 size: 489445 memory: 1048576 time: 0.005 loading records from snapshot: count: 14293 size: 24577 memory: 2097152 time: 0.006 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=126) (load=1.02) pages: 129 (leaf=132) (inner=1) (level=2) (psiz=8192) cache: 224896 (cap=67108864) (ratio=0.00) (leaf=222268:132) (inner=2628:1) count: 6117 (6.117 thousand) size: 251188 (245.301 KiB) memory: 3145728 time: 0.036 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=273250787 rnum=500 thnum=4 rnd=1 etc=1 tran=1 opts=4 bnum=5000 psiz=-1 pccap=10240 rcomp=0xf7f1ead0 lv=0 opening the database: count: 0 size: 24524 memory: 0 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1236 size: 28938 memory: 0 time: 0.621 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1728 size: 30161 memory: 0 time: 0.231 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1900 size: 31770 memory: 0 time: 0.564 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1877 size: 31687 memory: 0 time: 0.129 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1877 size: 31687 memory: 0 time: 0.088 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: 1609 size: 31751 memory: 0 time: 0.005 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: 728 size: 28692 memory: 0 time: 0.430 synchronizing the database: count: 728 size: 28692 memory: 0 time: 0.000 dumping records into snapshot: count: 728 size: 28692 memory: 0 time: 0.000 loading records from snapshot: count: 728 size: 28692 memory: 0 time: 0.091 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: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=10) (load=1.00) pages: 10 (leaf=8) (inner=1) (level=2) (psiz=8192) cache: 9713 (cap=10240) (ratio=0.95) (leaf=9565:7) (inner=148:1) count: 295 (295) size: 26530 (25.908 KiB) memory: 0 time: 0.145 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest wicked -bnum 5000 10000 seed=273253096 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=24) (load=1.00) pages: 24 (leaf=22) (inner=1) (level=2) (psiz=8192) cache: 123850 (cap=67108864) (ratio=0.00) (leaf=123512:22) (inner=338:1) count: 2401 (2.401 thousand) size: 133180 (130.059 KiB) memory: 1048576 time: 0.014 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest wicked -th 4 -it 4 -tc -bnum 5000 -pccap 10k -rcd 1000 seed=273253112 rnum=1000 thnum=4 itnum=4 opts=4 bnum=5000 psiz=-1 pccap=10240 rcomp=0xf7f4cad0 lv=0 iteration 1: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 953 size: 30183 memory: 0 time: 0.504 iteration 2: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 963 size: 30439 memory: 0 time: 0.451 iteration 3: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 722 size: 28884 memory: 0 time: 0.331 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: 10495 (cap=10240) (ratio=1.02) (leaf=10378:2) (inner=117:1) count: 983 (983) size: 30656 (29.938 KiB) memory: 0 time: 0.443 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest tran -bnum 500 10000 seed=273254844 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=12) (load=1.00) pages: 12 (leaf=10) (inner=1) (level=2) (psiz=8192) cache: 60345 (cap=67108864) (ratio=0.00) (leaf=60194:10) (inner=151:1) count: 1581 (1.581 thousand) size: 54126 (52.857 KiB) memory: 2097152 time: 0.015 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcgrasstest tran -th 2 -it 4 -tc -bnum 5000 -pccap 10k -rcd 5000 seed=273254862 rnum=5000 thnum=2 itnum=4 opts=4 bnum=5000 psiz=-1 pccap=10240 rcomp=0xf7f6fad0 lv=0 iteration 1 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 1 checking: ......................... (00000500) ......................... (00001000) ............ (end) ......................... (00000500) ......................... (00001000) ............ (end) count: 1256 size: 29927 memory: 2097152 time: 0.640 iteration 2 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 2 checking: ......................... (00000500) ......................... (00001000) (end) ......................... (00000500) ......................... (00001000) (end) count: 1013 size: 29010 memory: 2097152 time: 0.604 iteration 3 updating: ......................... (00000500) ......................... (00001000) ......................... (00001500) ......................... (00002000) ......................... (00002500) ......................... (00003000) ......................... (00003500) ......................... (00004000) ......................... (00004500) ......................... (00005000) iteration 3 checking: ......................... (00000500) ......................... (00001000) ....... (end) ......................... (00000500) ......................... (00001000) ....... (end) count: 1144 size: 29589 memory: 2097152 time: 0.749 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=14) (load=1.00) pages: 14 (leaf=12) (inner=1) (level=2) (psiz=8192) cache: 7962 (cap=10240) (ratio=0.78) (leaf=7779:2) (inner=183:1) count: 1413 (1.413 thousand) size: 30690 (29.971 KiB) memory: 2097152 time: 0.625 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=273257629 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: 1048576 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.024 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -get -msiz 50000 casket 10000 seed=273257657 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.021 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -getw -msiz 5000 casket 10000 seed=273257680 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.029 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -rem -msiz 50000 casket 10000 seed=273257717 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.034 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest order -bnum 5000 -msiz 50000 casket 10000 seed=273257754 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.041 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 356224 memory: 1048576 time: 0.021 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 356224 memory: 1048576 time: 0.051 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=273257869 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.024 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 356224 memory: 1048576 time: 0.020 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 756104 memory: 1048576 time: 0.068 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 756104 memory: 1048576 time: 0.021 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 756104 memory: 1048576 time: 0.021 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.030 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 855128 memory: 1048576 time: 0.052 synchronizing the database: count: 7346 size: 855128 memory: 1048576 time: 0.000 dumping records into snapshot: count: 7346 size: 855128 memory: 1048576 time: 0.013 loading records from snapshot: count: 7346 size: 855128 memory: 2097152 time: 0.023 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: 2097152 time: 0.060 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=273258204 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.082 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1316224 memory: 0 time: 0.055 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 36960 memory: 0 time: 0.111 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=273258455 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: 24934 size: 838816 memory: 1048576 time: 0.145 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34483 size: 1144352 memory: 1048576 time: 0.062 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37968 size: 1594832 memory: 1048576 time: 0.506 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37445 size: 1594832 memory: 1048576 time: 0.152 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37445 size: 1594832 memory: 1048576 time: 0.057 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: 32048 size: 1854208 memory: 1048576 time: 0.102 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: 1883136 memory: 1048576 time: 0.540 synchronizing the database: count: 16009 size: 1883136 memory: 1048576 time: 0.000 dumping records into snapshot: count: 16009 size: 1883136 memory: 2097152 time: 0.024 loading records from snapshot: count: 16009 size: 814688 memory: 2097152 time: 0.047 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=1023) (frg=1) options: (opts=0) opaque: 0 buckets: 5000 (used=3646) (load=1.48) count: 6551 (6.551 thousand) size: 568240 (554.922 KiB) (map=50000) memory: 2097152 time: 0.157 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6551 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=273260258 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: 0 time: 0.000 setting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 24796 size: 834776 memory: 0 time: 1.148 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34430 size: 1143064 memory: 0 time: 0.992 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37975 size: 1641864 memory: 0 time: 1.764 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37426 size: 1641912 memory: 0 time: 1.099 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37426 size: 1641912 memory: 0 time: 0.952 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: 32048 size: 1902752 memory: 0 time: 0.268 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: 16136 size: 1899752 memory: 0 time: 1.201 synchronizing the database: count: 16136 size: 1899752 memory: 0 time: 0.000 dumping records into snapshot: count: 16136 size: 1899752 memory: 1048576 time: 0.036 loading records from snapshot: count: 16136 size: 820584 memory: 1048576 time: 0.062 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=1023) (frg=3) options: (opts=0) opaque: 0 buckets: 5000 (used=3662) (load=1.49) count: 6653 (6.653 thousand) size: 611128 (596.805 KiB) (map=50000) memory: 1048576 time: 1.306 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6653 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=273269100 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: 24877 size: 837144 memory: 1048576 time: 0.461 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34446 size: 1143352 memory: 1048576 time: 0.131 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37949 size: 1583560 memory: 1048576 time: 1.289 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37431 size: 1583560 memory: 1048576 time: 0.361 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37431 size: 1583560 memory: 1048576 time: 0.116 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: 32108 size: 1845264 memory: 1048576 time: 0.282 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: 15997 size: 1891264 memory: 1048576 time: 1.057 synchronizing the database: count: 15997 size: 1891264 memory: 1048576 time: 0.000 dumping records into snapshot: count: 15997 size: 1891264 memory: 2097152 time: 0.024 loading records from snapshot: count: 15997 size: 812232 memory: 2097152 time: 0.119 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=1023) (frg=3) options: (opts=0) opaque: 0 buckets: 5000 (used=3702) (load=1.48) count: 6623 (6.623 thousand) size: 589976 (576.148 KiB) (map=50000) memory: 2097152 time: 0.342 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6623 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=273273296 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: 24849 size: 717964 memory: 1048576 time: 0.314 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34460 size: 986964 memory: 1048576 time: 0.321 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37930 size: 1691436 memory: 1048576 time: 1.473 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37367 size: 1691436 memory: 1048576 time: 0.236 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37367 size: 1691436 memory: 1048576 time: 0.064 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: 32019 size: 1691436 memory: 1048576 time: 0.123 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: 14270 size: 1167472 memory: 1048576 time: 0.589 synchronizing the database: count: 14270 size: 1167472 memory: 1048576 time: 0.000 dumping records into snapshot: count: 14270 size: 1167472 memory: 1048576 time: 0.027 loading records from snapshot: count: 14270 size: 1167472 memory: 2097152 time: 0.150 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=0) options: small linear compress (opts=7) opaque: 31 32 33 34 35 36 37 38 39 30 31 32 33 34 35 36 buckets: 5000 (used=3509) (load=1.74) count: 6095 (6.095 thousand) size: 770088 (752.039 KiB) (map=50000) memory: 2097152 time: 0.121 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ...... (end) 6095 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest queue \ -bnum 5000 -msiz 50000 casket 10000 seed=273276727 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=273276746 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) 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=663) options: (opts=0) opaque: 0 buckets: 5000 (used=4238) (load=1.68) count: 9338 (9.338 thousand) size: 409752 (400.148 KiB) (map=50000) memory: 1048576 time: 0.043 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ......... (end) 9338 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest queue -th 4 -it 4 \ -bnum 5000 -msiz 50000 casket 10000 seed=273276800 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.194 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 196384 memory: 1048576 time: 0.181 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 196384 memory: 1048576 time: 0.194 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: 196384 (191.781 KiB) (map=50000) memory: 1048576 time: 0.208 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=273277581 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: 37406 size: 1532504 memory: 1048576 time: 0.478 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 36911 size: 1561056 memory: 1048576 time: 0.458 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 36686 size: 1565888 memory: 1048576 time: 0.524 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=40181) options: (opts=0) opaque: 0 buckets: 5000 (used=0) (load=0.00) count: 0 (0) size: 1585536 (1.512 MiB) (map=50000) memory: 1048576 time: 0.727 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=273279775 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=17) options: (opts=0) opaque: 0 buckets: 5000 (used=1304) (load=1.11) count: 1512 (1.512 thousand) size: 108984 (106.430 KiB) (map=50000) memory: 1048576 time: 0.015 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket . (end) 1512 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=273279796 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: 9393 size: 558368 memory: 1048576 time: 0.184 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12491 size: 859952 memory: 1048576 time: 0.231 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 13369 size: 1031360 memory: 1048576 time: 0.259 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=54) (frg=2) options: (opts=0) opaque: 0 buckets: 5000 (used=4666) (load=1.98) count: 13752 (13.752 thousand) size: 1165232 (1.111 MiB) (map=50000) memory: 1048576 time: 0.246 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ............. (end) 13752 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=273280730 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: 9435 size: 585048 memory: 1048576 time: 0.281 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12347 size: 876232 memory: 1048576 time: 0.333 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 13347 size: 1028656 memory: 1048576 time: 0.391 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=46) (frg=0) options: (opts=0) opaque: 0 buckets: 5000 (used=4698) (load=1.96) count: 13616 (13.616 thousand) size: 1185072 (1.130 MiB) (map=50000) memory: 1048576 time: 0.434 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ............. (end) 13616 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=273282183 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: 9501 size: 264868 memory: 1048576 time: 0.236 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12464 size: 345724 memory: 1048576 time: 0.267 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 13530 size: 387036 memory: 1048576 time: 0.272 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=7423) (load=1.84) count: 13677 (13.677 thousand) size: 410956 (401.324 KiB) (map=50000) memory: 1048576 time: 0.295 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashmgr check -onr casket ............. (end) 13677 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest tran casket 10000 seed=273283277 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=8) (frg=1333) options: (opts=0) opaque: 0 buckets: 1048583 (used=1108) (load=1.00) count: 1108 (1.108 thousand) size: 6374280 (6.079 MiB) (map=67108864) memory: 12582912 time: 0.066 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest tran -th 2 -it 4 casket 10000 seed=273283345 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) ......................... (00002000) (end) ......................... (00001000) ......................... (00002000) (end) count: 2001 size: 6451536 memory: 12582912 time: 0.146 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ...................... (end) ......................... (00001000) ......................... (00002000) ...................... (end) count: 2902 size: 6530464 memory: 12582912 time: 0.105 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: 3552 size: 6597696 memory: 12582912 time: 0.110 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=60) (frg=1671) options: (opts=0) opaque: 0 buckets: 1048583 (used=4111) (load=1.00) count: 4114 (4.114 thousand) size: 6636952 (6.329 MiB) (map=67108864) memory: 12582912 time: 0.129 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=273283839 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: ......................... (00001000) ......................... (00002000) .. (end) ......................... (00001000) ......................... (00002000) .. (end) count: 2105 size: 91028 memory: 6291456 time: 0.208 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ..................... (end) ......................... (00001000) ......................... (00002000) ..................... (end) count: 2861 size: 112716 memory: 6561792 time: 0.245 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: 3985 size: 139844 memory: 6561792 time: 0.207 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=0xB4) path: casket status flags: open (flags=1) alignment: 4 (apow=2) free block pool: 8 (fpow=3) (used=7) (frg=1) options: small linear compress (opts=7) opaque: 0 buckets: 10000 (used=3453) (load=1.23) count: 4262 (4.262 thousand) size: 150756 (147.223 KiB) (map=50000) memory: 6561792 time: 0.280 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=273284902 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.101 closing the database: time: 0.012 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -get \ -msiz 50000 -pccap 100k casket 10000 seed=273285018 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.041 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -getw \ -msiz 5000 -pccap 100k casket 10000 seed=273285062 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.045 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -rem \ -msiz 50000 -pccap 100k casket 10000 seed=273285115 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.036 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=273285181 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.018 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 1636096 memory: 2097152 time: 0.034 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 1636096 memory: 2097152 time: 0.044 closing the database: time: 0.009 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -etc \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k casket 10000 seed=273285290 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.009 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 280576 memory: 1048576 time: 0.010 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 537856 memory: 1048576 time: 0.013 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 641024 memory: 1048576 time: 0.009 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 10000 size: 641024 memory: 1048576 time: 0.006 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.006 traversing the database by the outer cursor: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) .............. (end) count: 7346 size: 641024 memory: 1048576 time: 0.018 synchronizing the database: count: 7346 size: 641024 memory: 1048576 time: 0.000 dumping records into snapshot: count: 7346 size: 641024 memory: 1048576 time: 0.004 loading records from snapshot: count: 7346 size: 641024 memory: 2097152 time: 0.007 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: 2097152 time: 0.005 closing the database: time: 0.005 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest order -th 4 \ -bnum 5000 -psiz 1000 -msiz 50000 -dfunit 4 -pccap 100k casket 10000 seed=273285385 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: 950016 memory: 1048576 time: 0.048 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 40000 size: 1029376 memory: 1048576 time: 0.044 removing records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 0 size: 1029376 memory: 1048576 time: 0.047 closing the database: time: 0.030 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=273285558 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=0xf7f28ad0 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: 24873 size: 678144 memory: 1048576 time: 0.626 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34452 size: 903936 memory: 1048576 time: 0.740 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37916 size: 1412864 memory: 1048576 time: 1.070 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37401 size: 1412864 memory: 1048576 time: 0.686 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37401 size: 1412864 memory: 1048576 time: 0.568 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: 32000 size: 1444864 memory: 1048576 time: 0.037 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: 14373 size: 1452800 memory: 1048576 time: 0.663 synchronizing the database: count: 14373 size: 1452800 memory: 1048576 time: 0.000 dumping records into snapshot: count: 14373 size: 1452800 memory: 1048576 time: 0.014 loading records from snapshot: count: 14373 size: 1452800 memory: 2097152 time: 0.032 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=2) 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=1503) (load=1.12) pages: 1772 (leaf=1785) (inner=57) (level=4) (psiz=1000) cache: 102214 (cap=102400) (ratio=1.00) (leaf=66078:497) (inner=36136:57) count: 6063 (6.063 thousand) size: 1452800 (1.385 MiB) (map=50000) memory: 2097152 time: 0.549 closing the database: time: 0.002 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ...... (end) 6063 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=273290601 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: 2486 size: 99328 memory: 1048576 time: 0.080 adding records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3449 size: 122880 memory: 1048576 time: 0.070 appending records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3793 size: 193536 memory: 1048576 time: 0.092 getting records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3741 size: 193536 memory: 1048576 time: 0.136 getting records with a buffer: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3741 size: 193536 memory: 1048576 time: 0.105 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: 3192 size: 194560 memory: 1048576 time: 0.004 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: 1398 size: 194560 memory: 1048576 time: 0.018 synchronizing the database: count: 1398 size: 194560 memory: 1048576 time: 0.000 dumping records into snapshot: count: 1398 size: 194560 memory: 1048576 time: 0.001 loading records from snapshot: count: 1398 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=104) (frg=2) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=112) (load=1.01) pages: 113 (leaf=107) (inner=5) (level=3) (psiz=1000) cache: 8198 (cap=102400) (ratio=0.08) (leaf=6038:30) (inner=2160:5) count: 612 (612) size: 97024 (94.750 KiB) (map=50000) memory: 1048576 time: 0.076 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 612 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=273291192 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: 2514 size: 100096 memory: 1048576 time: 0.047 adding records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3439 size: 127744 memory: 1048576 time: 0.017 appending records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3798 size: 181248 memory: 1048576 time: 0.052 getting records: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3741 size: 181248 memory: 1048576 time: 0.013 getting records with a buffer: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 3741 size: 181248 memory: 1048576 time: 0.012 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: 3212 size: 182784 memory: 1048576 time: 0.004 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) ...................... (end) count: 1464 size: 182784 memory: 1048576 time: 0.030 synchronizing the database: count: 1464 size: 182784 memory: 1048576 time: 0.000 dumping records into snapshot: count: 1464 size: 182784 memory: 1048576 time: 0.001 loading records from snapshot: count: 1464 size: 182784 memory: 1048576 time: 0.013 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=330) (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=176) (load=1.01) pages: 178 (leaf=178) (inner=5) (level=3) (psiz=1000) cache: 27945 (cap=102400) (ratio=0.27) (leaf=24365:178) (inner=3580:5) count: 621 (621) size: 182784 (178.500 KiB) (map=50000) memory: 1048576 time: 0.018 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket (end) 621 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=273291406 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: 24686 size: 62628 memory: 1048576 time: 0.074 adding records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 34237 size: 62628 memory: 1048576 time: 0.026 appending records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37856 size: 62628 memory: 1048576 time: 0.036 getting records: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37305 size: 111632 memory: 1048576 time: 0.048 getting records with a buffer: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 37305 size: 111632 memory: 1048576 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: 32099 size: 111632 memory: 1048576 time: 0.009 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: 14356 size: 229800 memory: 1048576 time: 0.423 synchronizing the database: count: 14356 size: 240160 memory: 1048576 time: 0.026 dumping records into snapshot: count: 14356 size: 240160 memory: 2097152 time: 0.009 loading records from snapshot: count: 14356 size: 20176 memory: 3145728 time: 0.007 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=2) (frg=1) options: small linear compress (opts=7) comparator: lexical opaque: 0 buckets: 5000 (used=417) (load=1.05) pages: 438 (leaf=1098) (inner=43) (level=3) (psiz=1000) cache: 250553 (cap=67108864) (ratio=0.00) (leaf=228269:1098) (inner=22284:43) count: 6100 (6.100 thousand) size: 56536 (55.211 KiB) (map=50000) memory: 3145728 time: 0.034 closing the database: time: 0.016 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ...... (end) 6100 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest queue \ -bnum 5000 -psiz 500 -msiz 50000 casket 10000 seed=273292150 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.044 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=273292199 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=97) (level=1) (psiz=500) cache: 33694 (cap=67108864) (ratio=0.00) (leaf=8784:1098) (inner=24910:97) count: 0 (0) size: 317952 (310.500 KiB) (map=50000) memory: 1048576 time: 0.129 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=273292333 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: 413952 memory: 1048576 time: 0.513 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 543488 memory: 1048576 time: 0.551 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 4000 size: 657408 memory: 1048576 time: 0.430 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=1638) (load=1.16) pages: 2017 (leaf=6360) (inner=553) (level=1) (psiz=500) cache: 59688 (cap=67108864) (ratio=0.00) (leaf=15560:1945) (inner=44128:170) count: 0 (0) size: 779776 (761.500 KiB) (map=50000) memory: 1048576 time: 0.447 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=273294281 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) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) . (end) count: 0 size: 1164032 memory: 1048576 time: 0.402 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 7692 size: 1811968 memory: 1048576 time: 0.351 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ... (end) count: 0 size: 2672384 memory: 1048576 time: 0.433 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=11) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=2645) (load=1.26) pages: 3697 (leaf=17519) (inner=1461) (level=4) (psiz=500) cache: 324866 (cap=67108864) (ratio=0.00) (leaf=224856:4412) (inner=100010:371) count: 6770 (6.770 thousand) size: 3346688 (3.192 MiB) (map=50000) memory: 1048576 time: 0.350 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ...... (end) 6770 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest wicked \ -bnum 5000 -psiz 1000 -msiz 50000 -pccap 100k casket 10000 seed=273295829 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: (flags=0) alignment: 256 (apow=8) free block pool: 1024 (fpow=10) (used=38) (frg=28) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=221) (load=1.01) pages: 225 (leaf=227) (inner=6) (level=3) (psiz=1000) cache: 97123 (cap=102400) (ratio=0.95) (leaf=93523:190) (inner=3600:6) count: 2292 (2.292 thousand) size: 212992 (208.000 KiB) (map=50000) memory: 1048576 time: 0.026 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket .. (end) 2292 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=273295862 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=0xf7f69ad0 lv=0 iteration 1: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 9259 size: 547328 memory: 1048576 time: 0.687 iteration 2: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12191 size: 758016 memory: 1048576 time: 0.975 iteration 3: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) count: 12970 size: 858112 memory: 1048576 time: 1.084 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=11) (frg=0) options: (opts=0) comparator: decimal opaque: 0 buckets: 5000 (used=157) (load=1.00) pages: 158 (leaf=156) (inner=1) (level=2) (psiz=8192) cache: 104282 (cap=102400) (ratio=1.02) (leaf=101724:20) (inner=2558:1) count: 13265 (13.265 thousand) size: 860416 (840.250 KiB) (map=50000) memory: 1048576 time: 0.961 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket ............. (end) 13265 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=273299595 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: 918 size: 100096 memory: 1048576 time: 0.038 iteration 2: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 1216 size: 133376 memory: 1048576 time: 0.042 iteration 3: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 1292 size: 154112 memory: 1048576 time: 0.041 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=5) (frg=1) options: (opts=0) comparator: lexical opaque: 0 buckets: 5000 (used=20) (load=1.00) pages: 20 (leaf=18) (inner=1) (level=2) (psiz=8192) cache: 80204 (cap=102400) (ratio=0.78) (leaf=79935:18) (inner=269:1) count: 1331 (1.331 thousand) size: 151040 (147.500 KiB) (map=50000) memory: 1048576 time: 0.042 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket . (end) 1331 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=273299771 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: 930 size: 49024 memory: 1048576 time: 0.122 iteration 2: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 1174 size: 52460 memory: 1048576 time: 0.135 iteration 3: ......................... (00000100) ......................... (00000200) ......................... (00000300) ......................... (00000400) ......................... (00000500) ......................... (00000600) ......................... (00000700) ......................... (00000800) ......................... (00000900) ......................... (00001000) count: 1303 size: 54964 memory: 1048576 time: 0.088 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=2) options: small linear compress (opts=7) comparator: lexical opaque: 0 buckets: 10000 (used=17) (load=1.00) pages: 17 (leaf=15) (inner=1) (level=2) (psiz=8192) cache: 64332 (cap=67108864) (ratio=0.00) (leaf=64109:15) (inner=223:1) count: 1300 (1.300 thousand) size: 51736 (50.523 KiB) (map=50000) memory: 1048576 time: 0.115 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreemgr check -onr casket . (end) 1300 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest tran casket 10000 seed=273300237 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=27) (frg=86) options: (opts=0) comparator: lexical opaque: 0 buckets: 65536 (used=15) (load=1.00) pages: 15 (leaf=13) (inner=1) (level=2) (psiz=8192) cache: 54448 (cap=67108864) (ratio=0.00) (leaf=54250:13) (inner=198:1) count: 1292 (1.292 thousand) size: 555520 (542.500 KiB) (map=67108864) memory: 2097152 time: 0.058 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kctreetest tran -th 2 -it 4 -pccap 100k casket 10000 seed=273300297 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: 2287 size: 636672 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: 3997 size: 829952 memory: 2097152 time: 0.176 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: 4341 size: 930304 memory: 3145728 time: 0.206 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=79) (frg=194) options: (opts=0) comparator: lexical opaque: 0 buckets: 65536 (used=46) (load=1.00) pages: 46 (leaf=45) (inner=1) (level=2) (psiz=8192) cache: 101469 (cap=102400) (ratio=0.99) (leaf=100736:27) (inner=733:1) count: 4507 (4.507 thousand) size: 968192 (945.500 KiB) (map=67108864) memory: 3145728 time: 0.235 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=273301027 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=0xf7f03ad0 lv=0 iteration 1 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 1 checking: ......................... (00001000) ....................... (end) ......................... (00001000) ....................... (end) count: 1937 size: 51792 memory: 2097152 time: 0.630 iteration 2 updating: ......................... (00001000) ......................... (00002000) ......................... (00003000) ......................... (00004000) ......................... (00005000) ......................... (00006000) ......................... (00007000) ......................... (00008000) ......................... (00009000) ......................... (00010000) iteration 2 checking: ......................... (00001000) ......................... (00002000) ........................ (end) ......................... (00001000) ......................... (00002000) ........................ (end) count: 2967 size: 57444 memory: 2097152 time: 0.294 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: 4022 size: 60756 memory: 2097152 time: 0.965 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=1) 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: 178993 (cap=67108864) (ratio=0.00) (leaf=178281:43) (inner=712:1) count: 4233 (4.233 thousand) size: 66312 (64.758 KiB) (map=50000) memory: 2097152 time: 0.670 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=273303714 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.010 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -get casket 500 seed=273303726 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: 0 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: 0 time: 0.004 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -getw casket 500 seed=273303733 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: 1048576 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: 1048576 time: 0.004 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -rem casket 500 seed=273303740 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.007 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order casket 500 seed=273303749 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.010 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 0 time: 0.005 removing records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 0 size: 0 memory: 0 time: 0.008 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -etc casket 500 seed=273303775 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: 1048576 time: 0.000 setting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 1048576 time: 0.007 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 26000 memory: 1048576 time: 0.004 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 30000 memory: 1048576 time: 0.008 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 30000 memory: 1048576 time: 0.004 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 500 size: 30000 memory: 1048576 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: 1048576 time: 0.005 traversing the database by the outer cursor: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) .............. (end) count: 366 size: 23400 memory: 1048576 time: 0.004 synchronizing the database: count: 366 size: 23400 memory: 1048576 time: 0.000 dumping records into snapshot: count: 366 size: 23400 memory: 1048576 time: 0.002 loading records from snapshot: count: 366 size: 23400 memory: 1048576 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: 1048576 time: 0.006 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -th 4 casket 500 seed=273303827 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.015 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.008 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -th 4 -rnd -etc casket 500 seed=273303859 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: 1224 size: 63864 memory: 0 time: 0.132 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1704 size: 88824 memory: 0 time: 0.006 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1885 size: 112788 memory: 0 time: 0.009 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1860 size: 111376 memory: 0 time: 0.240 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1860 size: 111376 memory: 0 time: 0.006 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: 1591 size: 99512 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) ................... (end) count: 723 size: 47651 memory: 0 time: 4.599 synchronizing the database: count: 723 size: 47651 memory: 0 time: 0.000 dumping records into snapshot: count: 723 size: 47651 memory: 0 time: 0.005 loading records from snapshot: count: 723 size: 47651 memory: 0 time: 0.013 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: 298 (298) size: 19269 (18.817 KiB) memory: 0 time: 0.091 closing the database: time: 0.000 ok LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirmgr check -onr casket (end) 298 records were checked successfully LD_LIBRARY_PATH=.:/usr/local/lib: ./kcdirtest order -th 4 -rnd -etc -tran casket 500 seed=273308988 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: 1248 size: 65064 memory: 0 time: 0.309 adding records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1728 size: 90024 memory: 0 time: 0.103 appending records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1904 size: 113768 memory: 1048576 time: 0.158 getting records: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1880 size: 112344 memory: 1048576 time: 0.283 getting records with a buffer: ......................... (00000050) ......................... (00000100) ......................... (00000150) ......................... (00000200) ......................... (00000250) ......................... (00000300) ......................... (00000350) ......................... (00000400) ......................... (00000450) ......................... (00000500) count: 1880 size: 112344 memory: 1048576 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) ......................... (00001900) ......................... (00001950) ......................... (00002000) ......................... (00002050) ......................... (00002100) ... (end) ./kcdirtest: 1068: DB::iterate: casket: 0: success: no error count: 1594 size: 99429 memory: 1048576 time: 0.033 traversing the database by the outer cursor: ./kcdirtest: 1156: Cursor::accept: casket: 0: success: no error (end) count: 1594 size: 99429 memory: 1048576 time: 0.000 synchronizing the database: count: 1594 size: 99429 memory: 1048576 time: 0.000 dumping records into snapshot: count: 1594 size: 99429 memory: 1048576 time: 0.010 loading records from snapshot: count: 1594 size: 99429 memory: 1048576 time: 0.032 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: 629 (629) size: 38667 (37.761 KiB) memory: 1048576 time: 0.334 closing the database: time: 0.000 error FAILED: KCRNDSEED=273308988 PID=424318 ./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.62297 (%check) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.62297 (%check) Command exited with non-zero status 1 272.40user 82.16system 1:42.53elapsed 345%CPU (0avgtext+0avgdata 265792maxresident)k 0inputs+0outputs (0major+7751319minor)pagefaults 0swaps hsh-rebuild: rebuild of `kyotocabinet-1.2.76-alt3.src.rpm' failed. Command exited with non-zero status 1 3.39user 2.75system 1:52.83elapsed 5%CPU (0avgtext+0avgdata 132240maxresident)k 0inputs+0outputs (0major+196225minor)pagefaults 0swaps