>>> libmdbx: Building testing/libmdbx 0.11.8-r0 (using abuild 3.9.0-r2) started Sat, 02 Jul 2022 04:09:40 +0000 >>> libmdbx: Checking sanity of /home/buildozer/aports/testing/libmdbx/APKBUILD... >>> libmdbx: Analyzing dependencies... >>> libmdbx: Installing for build: build-base linux-headers cmake bash samurai (1/11) Installing linux-headers (5.16.7-r1) (2/11) Installing libbz2 (1.0.8-r1) (3/11) Installing xz-libs (5.2.5-r1) (4/11) Installing libarchive (3.6.1-r0) (5/11) Installing rhash-libs (1.4.3-r0) (6/11) Installing libuv (1.44.1-r0) (7/11) Installing cmake (3.23.2-r0) (8/11) Installing readline (8.1.2-r0) (9/11) Installing bash (5.1.16-r2) Executing bash-5.1.16-r2.post-install (10/11) Installing samurai (1.2-r2) (11/11) Installing .makedepends-libmdbx (20220702.040941) Executing busybox-1.35.0-r17.trigger OK: 425 MiB in 109 packages >>> libmdbx: Cleaning up srcdir >>> libmdbx: Cleaning up pkgdir >>> libmdbx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libmdbx-0.11.8.tar.gz >>> libmdbx: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libmdbx-0.11.8.tar.gz >>> libmdbx: Checking sha512sums... libmdbx-0.11.8.tar.gz: OK 0001-mdbx-Remove-all-checks-for-amalgated-or-git-source-i.patch: OK fix-example.patch: OK >>> libmdbx: Unpacking /var/cache/distfiles/edge/libmdbx-0.11.8.tar.gz... >>> libmdbx: 0001-mdbx-Remove-all-checks-for-amalgated-or-git-source-i.patch patching file CMakeLists.txt Hunk #1 succeeded at 66 with fuzz 1 (offset 11 lines). Hunk #2 succeeded at 698 (offset 51 lines). patching file GNUmakefile Hunk #1 succeeded at 490 (offset 93 lines). >>> libmdbx: fix-example.patch patching file example/example-mdbx.c -- The C compiler identification is GNU 11.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for a CXX compiler -- Looking for a CXX compiler - /usr/bin/g++ -- The CXX compiler identification is GNU 11.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Assume No any CI environment -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test CMAKE_HOST_CAN_RUN_EXECUTABLES_BUILT_FOR_TARGET -- Performing Test CMAKE_HOST_CAN_RUN_EXECUTABLES_BUILT_FOR_TARGET - Success -- Performing Test CC_HAS_WNO_UNKNOWN_PRAGMAS -- Performing Test CC_HAS_WNO_UNKNOWN_PRAGMAS - Success -- Performing Test CC_HAS_WEXTRA -- Performing Test CC_HAS_WEXTRA - Success -- Performing Test CC_HAS_WERROR -- Performing Test CC_HAS_WERROR - Success -- Performing Test CC_HAS_FEXCEPTIONS -- Performing Test CC_HAS_FEXCEPTIONS - Success -- Performing Test CC_HAS_FNO_SEMANTIC_INTERPOSITION -- Performing Test CC_HAS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test CC_HAS_FCXX_EXCEPTIONS -- Performing Test CC_HAS_FCXX_EXCEPTIONS - Failed -- Performing Test CC_HAS_FUNWIND_TABLES -- Performing Test CC_HAS_FUNWIND_TABLES - Success -- Performing Test CC_HAS_FNO_OMIT_FRAME_POINTER -- Performing Test CC_HAS_FNO_OMIT_FRAME_POINTER - Success -- Performing Test CC_HAS_FNO_COMMON -- Performing Test CC_HAS_FNO_COMMON - Success -- Performing Test CC_HAS_GGDB -- Performing Test CC_HAS_GGDB - Success -- Performing Test CC_HAS_VISIBILITY -- Performing Test CC_HAS_VISIBILITY - Success -- Performing Test CC_HAS_ARCH_NATIVE -- Performing Test CC_HAS_ARCH_NATIVE - Success -- Performing Test CC_HAS_DEBUG_FRIENDLY_OPTIMIZATION -- Performing Test CC_HAS_DEBUG_FRIENDLY_OPTIMIZATION - Success -- Performing Test CC_HAS_WALL -- Performing Test CC_HAS_WALL - Success -- Performing Test CC_HAS_OMINIMAL -- Performing Test CC_HAS_OMINIMAL - Failed -- Performing Test CC_HAS_SECTIONS -- Performing Test CC_HAS_SECTIONS - Success -- Performing Test CC_HAS_FASTMATH -- Performing Test CC_HAS_FASTMATH - Success -- Performing Test CC_HAS_WNO_ATTRIBUTES -- Performing Test CC_HAS_WNO_ATTRIBUTES - Success -- Performing Test HAVE_OPENMP -- Performing Test HAVE_OPENMP - Failed -- Found GCC's LTO toolset: /usr/libexec/gcc/aarch64-alpine-linux-musl/11.2.1/lto-wrapper, /usr/bin/gcc-ar, /usr/bin/gcc-ranlib -- Link-Time Optimization by GCC is available -- Looking for __gcov_flush in gcov -- Looking for __gcov_flush in gcov - not found -- Looking for C++ include valgrind/memcheck.h -- Looking for C++ include valgrind/memcheck.h - not found -- Performing Test CC_HAS_PTHREAD -- Performing Test CC_HAS_PTHREAD - Success -- Force add -pthread for linker flags to avoid troubles -- Looking for pow -- Looking for pow - found -- MDBX indulge Link-Time Optimization by GCC -- Performing Test LIBCXX_FILESYSTEM_none -- Performing Test LIBCXX_FILESYSTEM_none - Success -- No linking with additional library needed for std::filesystem -- libmdbx version is 0.11.8.0 -- Use C11 and C++23 for libmdbx -- MDBX Compile Flags: -Os -g -fexceptions -fno-semantic-interposition -fno-common -ggdb -Wno-unknown-pragmas -ffunction-sections -fdata-sections -Wall -Wextra -flto -fno-fat-lto-objects -fuse-linker-plugin -flto-odr-type-merging -Os -DNDEBUG LIBMDBX_EXPORTS MDBX_BUILD_SHARED_LIBRARY=1 -ffast-math -fvisibility=hidden -- MDBX_VERSION: 0.11.8.0 -- CMAKE_C_COMPILER: /usr/bin/gcc -- CMAKE_CXX_COMPILER: /usr/bin/g++ -- MDBX_BUILD_TARGET: ARM64-ELF-Linux -- MDBX_BUILD_TYPE: MinSizeRel -- ENABLE_UBSAN: OFF -- ENABLE_ASAN: OFF -- MDBX_USE_VALGRIND: OFF -- ENABLE_GPROF: OFF -- ENABLE_GCOV: OFF -- MDBX_INSTALL_STATIC: OFF -- MDBX_BUILD_SHARED_LIBRARY: ON -- MDBX_BUILD_TOOLS: ON -- MDBX_TXN_CHECKOWNER: ON -- MDBX_ENV_CHECKPID: AUTO (not pre-defined explicitly) -- MDBX_DISABLE_GNU_SOURCE: OFF -- MDBX_USE_OFDLOCKS: AUTO (not pre-defined explicitly) -- MDBX_LOCKING: AUTO (not pre-defined explicitly) -- MDBX_TRUST_RTC: AUTO (not pre-defined explicitly) -- MDBX_ALLOY_BUILD: ON -- MDBX_LINK_TOOLS_NONSTATIC: OFF -- Found GCC's LTO toolset: /usr/libexec/gcc/aarch64-alpine-linux-musl/11.2.1/lto-wrapper, /usr/bin/gcc-ar, /usr/bin/gcc-ranlib -- Link-Time Optimization by GCC is available -- The 090491266 will be used for seeding tests. Re-run cmake to re-seed it. -- libmdbx package version is 0.11.8.0 -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/testing/libmdbx/src/libmdbx-0.11.8/build [1/41] Building C object test/CMakeFiles/pcrf_test.dir/pcrf/pcrf_test.c.o [2/41] Building CXX object test/CMakeFiles/mdbx_test.dir/nested.cc.o [3/41] Building CXX object test/CMakeFiles/mdbx_test.dir/ttl.cc.o [4/41] Building CXX object test/CMakeFiles/mdbx_test.dir/append.cc.o [5/41] Building CXX object test/CMakeFiles/mdbx_test.dir/utils.cc.o [6/41] Building CXX object test/CMakeFiles/mdbx_test.dir/try.cc.o [7/41] Building CXX object test/CMakeFiles/mdbx_test.dir/test.cc.o [8/41] Building CXX object test/CMakeFiles/mdbx_test.dir/osal-windows.cc.o [9/41] Building CXX object test/CMakeFiles/mdbx_test.dir/osal-unix.cc.o [10/41] Building CXX object test/CMakeFiles/mdbx_test.dir/main.cc.o [11/41] Building CXX object test/CMakeFiles/mdbx_test.dir/log.cc.o [12/41] Building CXX object test/CMakeFiles/mdbx_test.dir/keygen.cc.o [13/41] Building CXX object test/CMakeFiles/mdbx_test.dir/jitter.cc.o [14/41] Building CXX object test/CMakeFiles/mdbx_test.dir/hill.cc.o [15/41] Building CXX object test/CMakeFiles/mdbx_test.dir/dead.cc.o [16/41] Building CXX object test/CMakeFiles/mdbx_test.dir/copy.cc.o [17/41] Building CXX object test/CMakeFiles/mdbx_test.dir/config.cc.o [18/41] Building CXX object test/CMakeFiles/mdbx_test.dir/chrono.cc.o [19/41] Building CXX object test/CMakeFiles/mdbx_test.dir/cases.cc.o [20/41] Building C object CMakeFiles/mdbx_example.dir/example/example-mdbx.c.o [21/41] Building C object CMakeFiles/mdbx_drop.dir/src/mdbx_drop.c.o [22/41] Building C object CMakeFiles/mdbx_load.dir/src/mdbx_load.c.o [23/41] Building C object CMakeFiles/mdbx_dump.dir/src/mdbx_dump.c.o [24/41] Building C object CMakeFiles/mdbx_stat.dir/src/mdbx_stat.c.o [25/41] Building C object CMakeFiles/mdbx_copy.dir/src/mdbx_copy.c.o [26/41] Building CXX object CMakeFiles/mdbx-static.dir/src/mdbx.c++.o [27/41] Building C object CMakeFiles/mdbx-static.dir/src/alloy.c.o [28/41] Building C object CMakeFiles/mdbx_chk.dir/src/mdbx_chk.c.o [29/41] Building CXX object CMakeFiles/mdbx.dir/src/mdbx.c++.o [30/41] Building C object CMakeFiles/mdbx.dir/src/alloy.c.o [31/41] Linking CXX shared library libmdbx.so [32/41] Linking CXX static library libmdbx-static.a [33/41] Linking CXX executable pcrf_test [34/41] Linking CXX executable mdbx_test [35/41] Linking CXX executable mdbx_drop [36/41] Linking CXX executable mdbx_load [37/41] Linking CXX executable mdbx_dump [38/41] Linking CXX executable mdbx_stat [39/41] Linking CXX executable mdbx_copy [40/41] Linking CXX executable mdbx_chk [41/41] Linking C executable mdbx_example ninja: entering directory 'build' [1/2] cd /home/buildozer/aports/testing/libmdbx/src/libmdbx-0.11.8/build && rm -f /tmp/mdbx-test.db /tmp/mdbx-test.log.gz && ./mdbx_test --table=+data.integer --keygen.split=29 --datalen.min=min --datalen.max=max --progress --console=no --repeat=42 --pathname=/tmp/mdbx-test.db --dont-cleanup-after --hill| gzip >> /tmp/mdbx-test.log.gz && ./mdbx_test --progress --console=no --repeat=2 --pathname=/tmp/mdbx-test.db --dont-cleanup-before --dont-cleanup-after --copy | gzip >> /tmp/mdbx-test.log.gz && ./mdbx_test --mode=-writemap,-nosync-safe,-lifo --progress --console=no --repeat=42 --pathname=/tmp/mdbx-test.db --dont-cleanup-after --nested| gzip >> /tmp/mdbx-test.log.gz && ./mdbx_chk -vvn /tmp/mdbx-test.db && ./mdbx_chk -vvn /tmp/mdbx-test.db-copy [2/2] cd /home/buildozer/aports/testing/libmdbx/src/libmdbx-0.11.8/build && rm -f /tmp/mdbx-test.db /tmp/mdbx-test.log.gz && ./mdbx_test --table=+data.integer --keygen.split=29 --datalen.min=min --datalen.max=max --progress --console=no --repeat=12 --pathname=/tmp/mdbx-test.db --dont-cleanup-after basic | gzip >> /tmp/mdbx-test.log.gz && ./mdbx_test --mode=-writemap,-nosync-safe,-lifo --progress --console=no --repeat=12 --pathname=/tmp/mdbx-test.db --dont-cleanup-after basic | gzip >> /tmp/mdbx-test.log.gz && ./mdbx_chk -vvn /tmp/mdbx-test.db && ./mdbx_chk -vvn /tmp/mdbx-test.db-copy >[ 57346 single_hill fail ] downhill: update-a failed: error -1 (-1) >...........mdbx_chk (, T-) Running for /tmp/mdbx-test.db in 'read-only' mode... open-MADV_DONTNEED 1840..1840 readahead ON 0..1829 - cooperative mode fallback to pthreads' tsd, key 0, count 0 - current boot-id 911a0d2bbbb421a0-2aa13b0af90a40e1 - pagesize 4096 (4096 system), max keysize 1980..2022, max readers 118 - mapsize 536870912 (512.00 Mb) - dynamic datafile: 12288 (12.00 Kb) .. 536870912 (512.00 Mb), +65536 (64.00 Kb), -131072 (128.00 Kb) - current datafile: 7536640 (7.19 Mb), 1840 pages - meta-0: steady txn#6595, head - meta-1: steady txn#6594, stay - meta-2: steady txn#6593, tail - performs check for meta-pages clashes - skip check recent-txn-id with meta-pages (monopolistic or read-write mode only) - transactions: recent 6595, latter reader 6595, lag 0 Traversal b-tree by txn#6595... - found 'TBL0003' area - found 'TBL0005' area - found 'TBL0006' area - found 'TBL0008' area - pages: walked 1117, left/unused 712 @GC: subtotal 1, leaf 1 @MAIN: subtotal 1, leaf 1 @META: subtotal 3 TBL0003: subtotal 614, branch 125, leaf 489 TBL0005: subtotal 496, branch 198, leaf 298 TBL0006: subtotal 1, leaf 1 TBL0008: subtotal 1, leaf 1 - usage: total 4575232 bytes, payload 2679979 (58.6%), unused 1895253 (41.4%) - summary: average fill 58.6%, 0 problems Processing '@MAIN'... - key-value kind: usual-key => single-value, flags: none - last modification txn#6595 - page size 4096, entries 6 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 6 records, 0 dups, 42 key's bytes, 288 data's bytes, 0 problems Processing '@GC'... - key-value kind: ordinal-key => single-value, flags: integerkey - last modification txn#6595 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - fixed key-size 8 - summary: 2 records, 0 dups, 16 key's bytes, 2856 data's bytes, 0 problems - space: 131072 total pages, backed 1840 (1.4%), allocated 1829 (1.4%), remained 129243 (98.6%), used 1117 (0.9%), gc 712 (0.5%), detained 443 (0.3%), reclaimable 269 (0.2%), available 129512 (98.8%) - skip check used and gc pages (btree-traversal with monopolistic or read-write mode only) Processing 'TBL0001'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#6595 - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems Processing 'TBL0002'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#3233 - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems Processing 'TBL0003'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#6593 - page size 4096, entries 472 - b-tree depth 6, pages: branch 125, leaf 489, overflow 0 - summary: 472 records, 0 dups, 469721 key's bytes, 472593 data's bytes, 0 problems Processing 'TBL0005'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1095 - page size 4096, entries 1000 - b-tree depth 1, pages: branch 198, leaf 298, overflow 0 - summary: 1000 records, 999 dups, 2000 key's bytes, 1004798 data's bytes, 0 problems Processing 'TBL0006'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#31 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems Processing 'TBL0008'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#34 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems No error is detected, elapsed 0.002 seconds mdbx_chk (, T-) Running for /tmp/mdbx-test.db-copy in 'read-only' mode... open-MADV_DONTNEED 2145..2160 readahead ON 0..2145 - monopolistic mode fallback to pthreads' tsd, key 0, count 0 - current boot-id 911a0d2bbbb421a0-2aa13b0af90a40e1 - pagesize 4096 (4096 system), max keysize 1980..2022, max readers 118 - mapsize 536870912 (512.00 Mb) - dynamic datafile: 12288 (12.00 Kb) .. 536870912 (512.00 Mb), +65536 (64.00 Kb), -131072 (128.00 Kb) - current datafile: 8847360 (8.44 Mb), 2160 pages - meta-0: steady txn#1, tail - meta-1: steady txn#2, stay - meta-2: steady txn#1635, head - performs check for meta-pages clashes - performs full check recent-txn-id with meta-pages - transactions: recent 1635, latter reader 1635, lag 0 Traversal b-tree by txn#1635... - found 'TBL0001' area - found 'TBL0002' area - found 'TBL0003' area - found 'TBL0005' area - found 'TBL0006' area - found 'TBL0008' area - pages: walked 2145, left/unused 0 @GC: subtotal 0 @MAIN: subtotal 1, leaf 1 @META: subtotal 3 TBL0001: subtotal 107, branch 21, leaf 86 TBL0002: subtotal 1385, branch 303, leaf 1082 TBL0003: subtotal 151, branch 29, leaf 122 TBL0005: subtotal 496, branch 198, leaf 298 TBL0006: subtotal 1, leaf 1 TBL0008: subtotal 1, leaf 1 - usage: total 8785920 bytes, payload 4557894 (51.9%), unused 4228026 (48.1%) - summary: average fill 51.9%, 0 problems Processing '@MAIN'... - key-value kind: usual-key => single-value, flags: none - last modification txn#1635 - page size 4096, entries 6 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 6 records, 0 dups, 42 key's bytes, 288 data's bytes, 0 problems Processing '@GC'... - key-value kind: ordinal-key => single-value, flags: integerkey - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems - space: 131072 total pages, backed 2160 (1.6%), allocated 2145 (1.6%), remained 128927 (98.4%), used 2145 (1.6%), gc 0 (0.0%), detained 0 (0.0%), reclaimable 0 (0.0%), available 128927 (98.4%) Processing 'TBL0001'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1633 - page size 4096, entries 81 - b-tree depth 5, pages: branch 21, leaf 86, overflow 0 - summary: 81 records, 0 dups, 74987 key's bytes, 93443 data's bytes, 0 problems Processing 'TBL0002'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1635 - page size 4096, entries 945 - b-tree depth 7, pages: branch 303, leaf 1082, overflow 0 - summary: 945 records, 6 dups, 929859 key's bytes, 954832 data's bytes, 0 problems Processing 'TBL0003'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1634 - page size 4096, entries 117 - b-tree depth 5, pages: branch 29, leaf 122, overflow 0 - summary: 117 records, 0 dups, 112363 key's bytes, 124153 data's bytes, 0 problems Processing 'TBL0005'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1095 - page size 4096, entries 1000 - b-tree depth 1, pages: branch 198, leaf 298, overflow 0 - summary: 1000 records, 999 dups, 2000 key's bytes, 1004798 data's bytes, 0 problems Processing 'TBL0006'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#31 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems Processing 'TBL0008'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#34 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems No error is detected, elapsed 0.071 seconds >[ 57355 child_6.6 fail ] fetch_canary: 0(canary-now.v) < 836(canary-last.v)>..................mdbx_chk (, T-) Running for /tmp/mdbx-test.db in 'read-only' mode... open-MADV_DONTNEED 1442..1456 readahead ON 0..1442 - monopolistic mode fallback to pthreads' tsd, key 0, count 0 - current boot-id 911a0d2bbbb421a0-2aa13b0af90a40e1 - pagesize 4096 (4096 system), max keysize 1980..2022, max readers 118 - mapsize 536870912 (512.00 Mb) - dynamic datafile: 12288 (12.00 Kb) .. 536870912 (512.00 Mb), +65536 (64.00 Kb), -131072 (128.00 Kb) - current datafile: 5963776 (5.69 Mb), 1456 pages - meta-0: steady txn#7141, stay - meta-1: steady txn#7140, tail - meta-2: steady txn#7142, head - performs check for meta-pages clashes - performs full check recent-txn-id with meta-pages - transactions: recent 7142, latter reader 7142, lag 0 Traversal b-tree by txn#7142... - found 'TBL0005' area - found 'TBL0006' area - found 'TBL0008' area - pages: walked 504, left/unused 938 @GC: subtotal 2, large 1, leaf 1 @MAIN: subtotal 1, leaf 1 @META: subtotal 3 TBL0005: subtotal 496, branch 198, leaf 298 TBL0006: subtotal 1, leaf 1 TBL0008: subtotal 1, leaf 1 - usage: total 2064384 bytes, payload 1428100 (69.2%), unused 636284 (30.8%) - summary: average fill 69.2%, 0 problems Processing '@MAIN'... - key-value kind: usual-key => single-value, flags: none - last modification txn#6751 - page size 4096, entries 6 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 6 records, 0 dups, 42 key's bytes, 288 data's bytes, 0 problems Processing '@GC'... - key-value kind: ordinal-key => single-value, flags: integerkey - last modification txn#6751 - page size 4096, entries 3 - b-tree depth 1, pages: branch 0, leaf 1, overflow 1 - fixed key-size 8 - summary: 3 records, 0 dups, 24 key's bytes, 3764 data's bytes, 0 problems - space: 131072 total pages, backed 1456 (1.1%), allocated 1442 (1.1%), remained 129630 (98.9%), used 504 (0.4%), gc 938 (0.7%), detained 0 (0.0%), reclaimable 938 (0.7%), available 130568 (99.6%) Processing 'TBL0001'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#6595 - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems Processing 'TBL0002'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#3233 - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems Processing 'TBL0003'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#6751 - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems Processing 'TBL0005'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1095 - page size 4096, entries 1000 - b-tree depth 1, pages: branch 198, leaf 298, overflow 0 - summary: 1000 records, 999 dups, 2000 key's bytes, 1004798 data's bytes, 0 problems Processing 'TBL0006'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#31 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems Processing 'TBL0008'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#34 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems No error is detected, elapsed 0.002 seconds mdbx_chk (, T-) Running for /tmp/mdbx-test.db-copy in 'read-only' mode... open-MADV_DONTNEED 2145..2160 readahead ON 0..2145 - monopolistic mode fallback to pthreads' tsd, key 0, count 0 - current boot-id 911a0d2bbbb421a0-2aa13b0af90a40e1 - pagesize 4096 (4096 system), max keysize 1980..2022, max readers 118 - mapsize 536870912 (512.00 Mb) - dynamic datafile: 12288 (12.00 Kb) .. 536870912 (512.00 Mb), +65536 (64.00 Kb), -131072 (128.00 Kb) - current datafile: 8847360 (8.44 Mb), 2160 pages - meta-0: steady txn#1, tail - meta-1: steady txn#2, stay - meta-2: steady txn#1635, head - performs check for meta-pages clashes - performs full check recent-txn-id with meta-pages - transactions: recent 1635, latter reader 1635, lag 0 Traversal b-tree by txn#1635... - found 'TBL0001' area - found 'TBL0002' area - found 'TBL0003' area - found 'TBL0005' area - found 'TBL0006' area - found 'TBL0008' area - pages: walked 2145, left/unused 0 @GC: subtotal 0 @MAIN: subtotal 1, leaf 1 @META: subtotal 3 TBL0001: subtotal 107, branch 21, leaf 86 TBL0002: subtotal 1385, branch 303, leaf 1082 TBL0003: subtotal 151, branch 29, leaf 122 TBL0005: subtotal 496, branch 198, leaf 298 TBL0006: subtotal 1, leaf 1 TBL0008: subtotal 1, leaf 1 - usage: total 8785920 bytes, payload 4557894 (51.9%), unused 4228026 (48.1%) - summary: average fill 51.9%, 0 problems Processing '@MAIN'... - key-value kind: usual-key => single-value, flags: none - last modification txn#1635 - page size 4096, entries 6 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 6 records, 0 dups, 42 key's bytes, 288 data's bytes, 0 problems Processing '@GC'... - key-value kind: ordinal-key => single-value, flags: integerkey - page size 4096, entries 0 - b-tree depth 0, pages: branch 0, leaf 0, overflow 0 - summary: 0 records, 0 dups, 0 key's bytes, 0 data's bytes, 0 problems - space: 131072 total pages, backed 2160 (1.6%), allocated 2145 (1.6%), remained 128927 (98.4%), used 2145 (1.6%), gc 0 (0.0%), detained 0 (0.0%), reclaimable 0 (0.0%), available 128927 (98.4%) Processing 'TBL0001'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1633 - page size 4096, entries 81 - b-tree depth 5, pages: branch 21, leaf 86, overflow 0 - summary: 81 records, 0 dups, 74987 key's bytes, 93443 data's bytes, 0 problems Processing 'TBL0002'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1635 - page size 4096, entries 945 - b-tree depth 7, pages: branch 303, leaf 1082, overflow 0 - summary: 945 records, 6 dups, 929859 key's bytes, 954832 data's bytes, 0 problems Processing 'TBL0003'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1634 - page size 4096, entries 117 - b-tree depth 5, pages: branch 29, leaf 122, overflow 0 - summary: 117 records, 0 dups, 112363 key's bytes, 124153 data's bytes, 0 problems Processing 'TBL0005'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#1095 - page size 4096, entries 1000 - b-tree depth 1, pages: branch 198, leaf 298, overflow 0 - summary: 1000 records, 999 dups, 2000 key's bytes, 1004798 data's bytes, 0 problems Processing 'TBL0006'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#31 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems Processing 'TBL0008'... - key-value kind: usual-key => multi-value, flags: dupsort - last modification txn#34 - page size 4096, entries 2 - b-tree depth 1, pages: branch 0, leaf 1, overflow 0 - summary: 2 records, 1 dups, 8 key's bytes, 8 data's bytes, 0 problems No error is detected, elapsed 0.004 seconds >>> libmdbx: Entering fakeroot... [1/1] Install the project... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/lib/libmdbx.so -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/include/mdbx.h -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/include/mdbx.h++ -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/bin/mdbx_chk -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/bin/mdbx_stat -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/bin/mdbx_copy -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/bin/mdbx_dump -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/bin/mdbx_load -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/bin/mdbx_drop -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/share/man/man1/mdbx_chk.1 -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/share/man/man1/mdbx_stat.1 -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/share/man/man1/mdbx_copy.1 -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/share/man/man1/mdbx_dump.1 -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/share/man/man1/mdbx_load.1 -- Installing: /home/buildozer/aports/testing/libmdbx/pkg/libmdbx/usr/share/man/man1/mdbx_drop.1 >>> libmdbx-dbg*: Running split function dbg... >>> libmdbx-dbg*: Preparing subpackage libmdbx-dbg... >>> libmdbx-dbg*: Running postcheck for libmdbx-dbg >>> libmdbx-dev*: Running split function dev... >>> libmdbx-dev*: Preparing subpackage libmdbx-dev... >>> libmdbx-dev*: Running postcheck for libmdbx-dev >>> libmdbx-doc*: Running split function doc... >>> libmdbx-doc*: Preparing subpackage libmdbx-doc... >>> libmdbx-doc*: Running postcheck for libmdbx-doc >>> libmdbx*: Running postcheck for libmdbx >>> libmdbx*: Preparing package libmdbx... >>> libmdbx-dbg*: Scanning shared objects >>> libmdbx-dev*: Scanning shared objects >>> libmdbx-doc*: Scanning shared objects >>> libmdbx*: Scanning shared objects >>> libmdbx-dbg*: Tracing dependencies... >>> libmdbx-dbg*: Package size: 6.5 MB >>> libmdbx-dbg*: Compressing data... >>> libmdbx-dbg*: Create checksum... >>> libmdbx-dbg*: Create libmdbx-dbg-0.11.8-r0.apk >>> libmdbx-dev*: Tracing dependencies... >>> libmdbx-dev*: Package size: 488.0 KB >>> libmdbx-dev*: Compressing data... >>> libmdbx-dev*: Create checksum... >>> libmdbx-dev*: Create libmdbx-dev-0.11.8-r0.apk >>> libmdbx-doc*: Tracing dependencies... >>> libmdbx-doc*: Package size: 44.0 KB >>> libmdbx-doc*: Compressing data... >>> libmdbx-doc*: Create checksum... >>> libmdbx-doc*: Create libmdbx-doc-0.11.8-r0.apk >>> libmdbx*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> libmdbx*: Package size: 1.3 MB >>> libmdbx*: Compressing data... >>> libmdbx*: Create checksum... >>> libmdbx*: Create libmdbx-0.11.8-r0.apk >>> libmdbx: Build complete at Sat, 02 Jul 2022 04:10:26 +0000 elapsed time 0h 0m 46s >>> libmdbx: Cleaning up srcdir >>> libmdbx: Cleaning up pkgdir >>> libmdbx: Uninstalling dependencies... (1/11) Purging .makedepends-libmdbx (20220702.040941) (2/11) Purging linux-headers (5.16.7-r1) (3/11) Purging cmake (3.23.2-r0) (4/11) Purging bash (5.1.16-r2) Executing bash-5.1.16-r2.pre-deinstall (5/11) Purging samurai (1.2-r2) (6/11) Purging libarchive (3.6.1-r0) (7/11) Purging libbz2 (1.0.8-r1) (8/11) Purging xz-libs (5.2.5-r1) (9/11) Purging rhash-libs (1.4.3-r0) (10/11) Purging libuv (1.44.1-r0) (11/11) Purging readline (8.1.2-r0) Executing busybox-1.35.0-r17.trigger OK: 368 MiB in 98 packages >>> libmdbx: Updating the testing/aarch64 repository index... >>> libmdbx: Signing the index...