==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: blosc 1.21.6-1 (Wed Jul 24 09:07:03 2024)
==> Retrieving sources...
  -> Found blosc-1.21.6.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    blosc-1.21.6.tar.gz ... Passed
==> Validating source files with b2sums...
    blosc-1.21.6.tar.gz ... Passed
==> Making package: blosc 1.21.6-1 (Wed Jul 24 09:07:23 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) snappy-1.1.10-1

Total Installed Size:  0.07 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing snappy...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (6) cppdap-1.58.0-2  hicolor-icon-theme-0.18-1  jsoncpp-1.9.5-3
             libuv-1.48.0-2  rhash-1.4.4-1  cmake-3.30.1-1

Total Installed Size:  88.23 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator
    qt6-base: cmake-gui
[?25h==> Retrieving sources...
  -> Found blosc-1.21.6.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting blosc-1.21.6.tar.gz with bsdtar
==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:75 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


Configuring for Blosc version: 1.21.6
-- The C compiler identification is GNU 14.1.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/lib/distcc/bin/cc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/distcc/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found LZ4 library: /usr/lib/liblz4.so
-- Found SNAPPY library: /usr/lib/libsnappy.so
-- Activating support for SNAPPY.
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
-- Found Zstd library: /usr/lib/libzstd.so
-- No build type specified. Defaulting to 'Release'.
-- Building for system processor armv7l
CMake Warning at CMakeLists.txt:258 (message):
  Unrecognized system processor armv7l.  Cannot determine which hardware
  features (GNU 14.1.1) supports, so hardware-accelerated implementations
  will not be available.


-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (1.8s)
-- Generating done (0.2s)
-- Build files have been written to: /build/blosc/src/build
[  4%] Building C object blosc/CMakeFiles/blosc_shared_testing.dir/blosclz.c.o
[  4%] Building C object blosc/CMakeFiles/blosc_shared_testing.dir/blosc.c.o
[  6%] Building C object blosc/CMakeFiles/blosc_shared_testing.dir/fastcopy.c.o
[  9%] Building C object blosc/CMakeFiles/blosc_shared.dir/blosclz.c.o
[ 11%] Building C object blosc/CMakeFiles/blosc_shared.dir/blosc.c.o
[ 13%] Building C object blosc/CMakeFiles/blosc_shared_testing.dir/shuffle-generic.c.o
[ 15%] Building C object blosc/CMakeFiles/blosc_shared_testing.dir/bitshuffle-generic.c.o
[ 18%] Building C object blosc/CMakeFiles/blosc_shared_testing.dir/shuffle.c.o
[ 20%] Building C object blosc/CMakeFiles/blosc_shared.dir/fastcopy.c.o
/build/blosc/src/c-blosc-1.21.6/blosc/shuffle.c:302:4: warning: #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
  302 |   #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available.
      |    ^~~~~~~
/build/blosc/src/c-blosc-1.21.6/blosc/shuffle.c: In function 'get_shuffle_implementation':
/build/blosc/src/c-blosc-1.21.6/blosc/shuffle.c:312:22: warning: unused variable 'cpu_features' [-Wunused-variable]
[ 22%] Building C object blosc/CMakeFiles/blosc_shared.dir/shuffle-generic.c.o
[ 25%] Building C object blosc/CMakeFiles/blosc_shared.dir/bitshuffle-generic.c.o
[ 27%] Linking C shared library libblosc_testing.so
[ 29%] Building C object blosc/CMakeFiles/blosc_shared.dir/shuffle.c.o
/build/blosc/src/c-blosc-1.21.6/blosc/shuffle.c:302:4: warning: #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available. []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
  302 |   #warning Hardware-acceleration detection not implemented for the target architecture. Only the generic shuffle/unshuffle routines will be available.
      |    ^~~~~~~
/build/blosc/src/c-blosc-1.21.6/blosc/shuffle.c: In function 'get_shuffle_implementation':
/build/blosc/src/c-blosc-1.21.6/blosc/shuffle.c:312:22: warning: unused variable 'cpu_features' [-Wunused-variable]
[ 29%] Built target blosc_shared_testing
[ 31%] Linking C shared library libblosc.so
[ 36%] Building C object tests/CMakeFiles/test_compress_roundtrip.dir/test_compress_roundtrip.c.o
[ 36%] Building C object tests/CMakeFiles/test_bitshuffle_leftovers.dir/test_bitshuffle_leftovers.c.o
[ 38%] Building C object tests/CMakeFiles/test_api.dir/test_api.c.o
[ 40%] Building C object tests/CMakeFiles/test_compressor.dir/test_compressor.c.o
[ 40%] Built target blosc_shared
[ 43%] Linking C executable test_bitshuffle_leftovers
[ 45%] Linking C executable test_compress_roundtrip
[ 47%] Building C object tests/CMakeFiles/test_forksafe.dir/test_forksafe.c.o
[ 52%] Linking C executable test_compressor
[ 52%] Linking C executable test_api
[ 54%] Linking C executable test_forksafe
[ 54%] Built target test_compress_roundtrip
[ 54%] Built target test_bitshuffle_leftovers
[ 54%] Built target test_api
[ 56%] Building C object tests/CMakeFiles/test_getitem.dir/test_getitem.c.o
[ 59%] Building C object tests/CMakeFiles/test_maxout.dir/test_maxout.c.o
[ 61%] Building C object tests/CMakeFiles/test_noinit.dir/test_noinit.c.o
[ 63%] Linking C executable test_getitem
[ 63%] Built target test_forksafe
[ 65%] Linking C executable test_maxout
[ 68%] Linking C executable test_noinit
[ 70%] Building C object tests/CMakeFiles/test_nolock.dir/test_nolock.c.o
[ 72%] Linking C executable test_nolock
[ 72%] Built target test_getitem
[ 72%] Built target test_maxout
[ 72%] Built target test_noinit
[ 75%] Building C object tests/CMakeFiles/test_nthreads.dir/test_nthreads.c.o
[ 77%] Building C object tests/CMakeFiles/test_shuffle_roundtrip_avx2.dir/test_shuffle_roundtrip_avx2.c.o
[ 79%] Building C object tests/CMakeFiles/test_shuffle_roundtrip_generic.dir/test_shuffle_roundtrip_generic.c.o
[ 81%] Linking C executable test_nthreads
[ 81%] Built target test_nolock
[ 84%] Linking C executable test_shuffle_roundtrip_avx2
[ 86%] Linking C executable test_shuffle_roundtrip_generic
[ 88%] Building C object tests/CMakeFiles/test_shuffle_roundtrip_sse2.dir/test_shuffle_roundtrip_sse2.c.o
[ 88%] Built target test_shuffle_roundtrip_avx2
/build/blosc/src/c-blosc-1.21.6/tests/test_shuffle_roundtrip_sse2.c:25:4: warning: #warning SSE2 shuffle tests not enabled. []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;]
   25 |   #warning SSE2 shuffle tests not enabled.
      |    ^~~~~~~
[ 90%] Building C object compat/CMakeFiles/filegen.dir/filegen.c.o
[ 93%] Linking C executable test_shuffle_roundtrip_sse2
[ 93%] Built target test_shuffle_roundtrip_generic
[ 93%] Built target test_nthreads
[ 95%] Building C object bench/CMakeFiles/bench.dir/bench.c.o
[ 97%] Linking C executable filegen
[ 97%] Built target test_shuffle_roundtrip_sse2
[ 97%] Built target test_compressor
[ 97%] Built target filegen
[100%] Linking C executable bench
[100%] Built target bench
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "Release"
-- Installing: /build/blosc/pkg/blosc/usr/lib/pkgconfig/blosc.pc
-- Installing: /build/blosc/pkg/blosc/usr/include/blosc.h
-- Installing: /build/blosc/pkg/blosc/usr/include/blosc-export.h
-- Installing: /build/blosc/pkg/blosc/usr/lib/libblosc.so.1.21.6
-- Installing: /build/blosc/pkg/blosc/usr/lib/libblosc.so.1
-- Installing: /build/blosc/pkg/blosc/usr/lib/libblosc.so
install: creating directory '/build/blosc/pkg/blosc/usr/share'
install: creating directory '/build/blosc/pkg/blosc/usr/share/licenses'
install: creating directory '/build/blosc/pkg/blosc/usr/share/licenses/blosc'
'c-blosc-1.21.6/LICENSE.txt' -> '/build/blosc/pkg/blosc/usr/share/licenses/blosc/LICENSE'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "blosc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: blosc 1.21.6-1 (Wed Jul 24 09:07:45 2024)
==> Cleaning up...