Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21.1: test suite is failing #343

Open
kloczek opened this issue Aug 1, 2022 · 6 comments
Open

1.21.1: test suite is failing #343

kloczek opened this issue Aug 1, 2022 · 6 comments

Comments

@kloczek
Copy link

kloczek commented Aug 1, 2022

cmake serrings:

[tkloczko@pers-jacek x86_64-redhat-linux-gnu]$ cmake -L
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Error: The source directory "/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
-- Cache values
BUILD_BENCHMARKS:BOOL=ON
BUILD_FUZZERS:BOOL=OFF
BUILD_SHARED:BOOL=ON
BUILD_STATIC:BOOL=OFF
BUILD_TESTS:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=/usr
DEACTIVATE_AVX2:BOOL=OFF
DEACTIVATE_LZ4:BOOL=OFF
DEACTIVATE_SNAPPY:BOOL=OFF
DEACTIVATE_SSE2:BOOL=OFF
DEACTIVATE_SYMBOLS_CHECK:BOOL=ON
DEACTIVATE_ZLIB:BOOL=OFF
DEACTIVATE_ZSTD:BOOL=OFF
LZ4_INCLUDE_DIR:PATH=/usr/include
LZ4_LIBRARY:FILEPATH=/usr/lib64/liblz4.so
PREFER_EXTERNAL_LZ4:BOOL=ON
PREFER_EXTERNAL_ZLIB:BOOL=ON
PREFER_EXTERNAL_ZSTD:BOOL=ON
SNAPPY_INCLUDE_DIR:PATH=/usr/include
SNAPPY_LIBRARY:FILEPATH=/usr/lib64/libsnappy.so
TEST_INCLUDE_BENCH_BITSHUFFLE_1:BOOL=ON
TEST_INCLUDE_BENCH_BITSHUFFLE_N:BOOL=ON
TEST_INCLUDE_BENCH_DEBUGSUITE:BOOL=OFF
TEST_INCLUDE_BENCH_SHUFFLE_1:BOOL=ON
TEST_INCLUDE_BENCH_SHUFFLE_N:BOOL=ON
TEST_INCLUDE_BENCH_SUITE:BOOL=OFF
TEST_INCLUDE_COMPAT:BOOL=ON
ZSTD_INCLUDE_DIR:PATH=/usr/include
ZSTD_LIBRARY:FILEPATH=/usr/lib64/libzstd.so
@kloczek
Copy link
Author

kloczek commented Aug 1, 2022

And looks like somtehing is wrong with using project shared libraries produced during build

+ cd c-blosc-1.21.1
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure
Test project /home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu
          Start    1: test_api
   1/1649 Test    #1: test_api ............................................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_api: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    2: test_bitshuffle_leftovers
   2/1649 Test    #2: test_bitshuffle_leftovers ...........................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_bitshuffle_leftovers: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    3: test_compress_roundtrip_1_0_32_0_0_1
   3/1649 Test    #3: test_compress_roundtrip_1_0_32_0_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    4: test_compress_roundtrip_1_7_32_5_0_1
   4/1649 Test    #4: test_compress_roundtrip_1_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    5: test_compress_roundtrip_1_192_32_5_0_1
   5/1649 Test    #5: test_compress_roundtrip_1_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    6: test_compress_roundtrip_1_1792_32_5_0_1
   6/1649 Test    #6: test_compress_roundtrip_1_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    7: test_compress_roundtrip_1_500_32_5_0_1
   7/1649 Test    #7: test_compress_roundtrip_1_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    8: test_compress_roundtrip_1_8000_32_5_0_1
   8/1649 Test    #8: test_compress_roundtrip_1_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start    9: test_compress_roundtrip_1_100000_32_5_0_1
   9/1649 Test    #9: test_compress_roundtrip_1_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   10: test_compress_roundtrip_1_702713_32_5_0_1
  10/1649 Test   #10: test_compress_roundtrip_1_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   11: test_compress_roundtrip_2_7_32_5_0_1
  11/1649 Test   #11: test_compress_roundtrip_2_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   12: test_compress_roundtrip_2_192_32_5_0_1
  12/1649 Test   #12: test_compress_roundtrip_2_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   13: test_compress_roundtrip_2_1792_32_5_0_1
  13/1649 Test   #13: test_compress_roundtrip_2_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   14: test_compress_roundtrip_2_500_32_5_0_1
  14/1649 Test   #14: test_compress_roundtrip_2_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   15: test_compress_roundtrip_2_8000_32_5_0_1
  15/1649 Test   #15: test_compress_roundtrip_2_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   16: test_compress_roundtrip_2_100000_32_5_0_1
  16/1649 Test   #16: test_compress_roundtrip_2_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   17: test_compress_roundtrip_2_702713_32_5_0_1
  17/1649 Test   #17: test_compress_roundtrip_2_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   18: test_compress_roundtrip_3_7_32_5_0_1
  18/1649 Test   #18: test_compress_roundtrip_3_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   19: test_compress_roundtrip_3_192_32_5_0_1
  19/1649 Test   #19: test_compress_roundtrip_3_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   20: test_compress_roundtrip_3_1792_32_5_0_1
  20/1649 Test   #20: test_compress_roundtrip_3_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   21: test_compress_roundtrip_3_500_32_5_0_1
  21/1649 Test   #21: test_compress_roundtrip_3_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   22: test_compress_roundtrip_3_8000_32_5_0_1
  22/1649 Test   #22: test_compress_roundtrip_3_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   23: test_compress_roundtrip_3_100000_32_5_0_1
  23/1649 Test   #23: test_compress_roundtrip_3_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   24: test_compress_roundtrip_3_702713_32_5_0_1
  24/1649 Test   #24: test_compress_roundtrip_3_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   25: test_compress_roundtrip_4_7_32_5_0_1
  25/1649 Test   #25: test_compress_roundtrip_4_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   26: test_compress_roundtrip_4_192_32_5_0_1
  26/1649 Test   #26: test_compress_roundtrip_4_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   27: test_compress_roundtrip_4_1792_32_5_0_1
  27/1649 Test   #27: test_compress_roundtrip_4_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   28: test_compress_roundtrip_4_500_32_5_0_1
  28/1649 Test   #28: test_compress_roundtrip_4_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   29: test_compress_roundtrip_4_8000_32_5_0_1
  29/1649 Test   #29: test_compress_roundtrip_4_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   30: test_compress_roundtrip_4_100000_32_5_0_1
  30/1649 Test   #30: test_compress_roundtrip_4_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   31: test_compress_roundtrip_4_702713_32_5_0_1
  31/1649 Test   #31: test_compress_roundtrip_4_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   32: test_compress_roundtrip_5_7_32_5_0_1
  32/1649 Test   #32: test_compress_roundtrip_5_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   33: test_compress_roundtrip_5_192_32_5_0_1
  33/1649 Test   #33: test_compress_roundtrip_5_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   34: test_compress_roundtrip_5_1792_32_5_0_1
  34/1649 Test   #34: test_compress_roundtrip_5_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   35: test_compress_roundtrip_5_500_32_5_0_1
  35/1649 Test   #35: test_compress_roundtrip_5_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   36: test_compress_roundtrip_5_8000_32_5_0_1
  36/1649 Test   #36: test_compress_roundtrip_5_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   37: test_compress_roundtrip_5_100000_32_5_0_1
  37/1649 Test   #37: test_compress_roundtrip_5_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   38: test_compress_roundtrip_5_702713_32_5_0_1
  38/1649 Test   #38: test_compress_roundtrip_5_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   39: test_compress_roundtrip_6_7_32_5_0_1
  39/1649 Test   #39: test_compress_roundtrip_6_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   40: test_compress_roundtrip_6_192_32_5_0_1
  40/1649 Test   #40: test_compress_roundtrip_6_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   41: test_compress_roundtrip_6_1792_32_5_0_1
  41/1649 Test   #41: test_compress_roundtrip_6_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   42: test_compress_roundtrip_6_500_32_5_0_1
  42/1649 Test   #42: test_compress_roundtrip_6_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   43: test_compress_roundtrip_6_8000_32_5_0_1
  43/1649 Test   #43: test_compress_roundtrip_6_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   44: test_compress_roundtrip_6_100000_32_5_0_1
  44/1649 Test   #44: test_compress_roundtrip_6_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   45: test_compress_roundtrip_6_702713_32_5_0_1
  45/1649 Test   #45: test_compress_roundtrip_6_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   46: test_compress_roundtrip_7_7_32_5_0_1
  46/1649 Test   #46: test_compress_roundtrip_7_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   47: test_compress_roundtrip_7_192_32_5_0_1
  47/1649 Test   #47: test_compress_roundtrip_7_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   48: test_compress_roundtrip_7_1792_32_5_0_1
  48/1649 Test   #48: test_compress_roundtrip_7_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   49: test_compress_roundtrip_7_500_32_5_0_1
  49/1649 Test   #49: test_compress_roundtrip_7_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   50: test_compress_roundtrip_7_8000_32_5_0_1
  50/1649 Test   #50: test_compress_roundtrip_7_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   51: test_compress_roundtrip_7_100000_32_5_0_1
  51/1649 Test   #51: test_compress_roundtrip_7_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   52: test_compress_roundtrip_7_702713_32_5_0_1
  52/1649 Test   #52: test_compress_roundtrip_7_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   53: test_compress_roundtrip_8_7_32_5_0_1
  53/1649 Test   #53: test_compress_roundtrip_8_7_32_5_0_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   54: test_compress_roundtrip_8_192_32_5_0_1
  54/1649 Test   #54: test_compress_roundtrip_8_192_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   55: test_compress_roundtrip_8_1792_32_5_0_1
  55/1649 Test   #55: test_compress_roundtrip_8_1792_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   56: test_compress_roundtrip_8_500_32_5_0_1
  56/1649 Test   #56: test_compress_roundtrip_8_500_32_5_0_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   57: test_compress_roundtrip_8_8000_32_5_0_1
  57/1649 Test   #57: test_compress_roundtrip_8_8000_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   58: test_compress_roundtrip_8_100000_32_5_0_1
  58/1649 Test   #58: test_compress_roundtrip_8_100000_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   59: test_compress_roundtrip_8_702713_32_5_0_1
  59/1649 Test   #59: test_compress_roundtrip_8_702713_32_5_0_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   60: test_compress_roundtrip_11_7_32_5_0_1
  60/1649 Test   #60: test_compress_roundtrip_11_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   61: test_compress_roundtrip_11_192_32_5_0_1
  61/1649 Test   #61: test_compress_roundtrip_11_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   62: test_compress_roundtrip_11_1792_32_5_0_1
  62/1649 Test   #62: test_compress_roundtrip_11_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   63: test_compress_roundtrip_11_500_32_5_0_1
  63/1649 Test   #63: test_compress_roundtrip_11_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   64: test_compress_roundtrip_11_8000_32_5_0_1
  64/1649 Test   #64: test_compress_roundtrip_11_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   65: test_compress_roundtrip_11_100000_32_5_0_1
  65/1649 Test   #65: test_compress_roundtrip_11_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   66: test_compress_roundtrip_11_702713_32_5_0_1
  66/1649 Test   #66: test_compress_roundtrip_11_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   67: test_compress_roundtrip_16_7_32_5_0_1
  67/1649 Test   #67: test_compress_roundtrip_16_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   68: test_compress_roundtrip_16_192_32_5_0_1
  68/1649 Test   #68: test_compress_roundtrip_16_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   69: test_compress_roundtrip_16_1792_32_5_0_1
  69/1649 Test   #69: test_compress_roundtrip_16_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   70: test_compress_roundtrip_16_500_32_5_0_1
  70/1649 Test   #70: test_compress_roundtrip_16_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   71: test_compress_roundtrip_16_8000_32_5_0_1
  71/1649 Test   #71: test_compress_roundtrip_16_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   72: test_compress_roundtrip_16_100000_32_5_0_1
  72/1649 Test   #72: test_compress_roundtrip_16_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   73: test_compress_roundtrip_16_702713_32_5_0_1
  73/1649 Test   #73: test_compress_roundtrip_16_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   74: test_compress_roundtrip_22_7_32_5_0_1
  74/1649 Test   #74: test_compress_roundtrip_22_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   75: test_compress_roundtrip_22_192_32_5_0_1
  75/1649 Test   #75: test_compress_roundtrip_22_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   76: test_compress_roundtrip_22_1792_32_5_0_1
  76/1649 Test   #76: test_compress_roundtrip_22_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   77: test_compress_roundtrip_22_500_32_5_0_1
  77/1649 Test   #77: test_compress_roundtrip_22_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   78: test_compress_roundtrip_22_8000_32_5_0_1
  78/1649 Test   #78: test_compress_roundtrip_22_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   79: test_compress_roundtrip_22_100000_32_5_0_1
  79/1649 Test   #79: test_compress_roundtrip_22_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   80: test_compress_roundtrip_22_702713_32_5_0_1
  80/1649 Test   #80: test_compress_roundtrip_22_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   81: test_compress_roundtrip_30_7_32_5_0_1
  81/1649 Test   #81: test_compress_roundtrip_30_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   82: test_compress_roundtrip_30_192_32_5_0_1
  82/1649 Test   #82: test_compress_roundtrip_30_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   83: test_compress_roundtrip_30_1792_32_5_0_1
  83/1649 Test   #83: test_compress_roundtrip_30_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   84: test_compress_roundtrip_30_500_32_5_0_1
  84/1649 Test   #84: test_compress_roundtrip_30_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   85: test_compress_roundtrip_30_8000_32_5_0_1
  85/1649 Test   #85: test_compress_roundtrip_30_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   86: test_compress_roundtrip_30_100000_32_5_0_1
  86/1649 Test   #86: test_compress_roundtrip_30_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   87: test_compress_roundtrip_30_702713_32_5_0_1
  87/1649 Test   #87: test_compress_roundtrip_30_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   88: test_compress_roundtrip_32_7_32_5_0_1
  88/1649 Test   #88: test_compress_roundtrip_32_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   89: test_compress_roundtrip_32_192_32_5_0_1
  89/1649 Test   #89: test_compress_roundtrip_32_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   90: test_compress_roundtrip_32_1792_32_5_0_1
  90/1649 Test   #90: test_compress_roundtrip_32_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   91: test_compress_roundtrip_32_500_32_5_0_1
  91/1649 Test   #91: test_compress_roundtrip_32_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   92: test_compress_roundtrip_32_8000_32_5_0_1
  92/1649 Test   #92: test_compress_roundtrip_32_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   93: test_compress_roundtrip_32_100000_32_5_0_1
  93/1649 Test   #93: test_compress_roundtrip_32_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   94: test_compress_roundtrip_32_702713_32_5_0_1
  94/1649 Test   #94: test_compress_roundtrip_32_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   95: test_compress_roundtrip_42_7_32_5_0_1
  95/1649 Test   #95: test_compress_roundtrip_42_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   96: test_compress_roundtrip_42_192_32_5_0_1
  96/1649 Test   #96: test_compress_roundtrip_42_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   97: test_compress_roundtrip_42_1792_32_5_0_1
  97/1649 Test   #97: test_compress_roundtrip_42_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   98: test_compress_roundtrip_42_500_32_5_0_1
  98/1649 Test   #98: test_compress_roundtrip_42_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start   99: test_compress_roundtrip_42_8000_32_5_0_1
  99/1649 Test   #99: test_compress_roundtrip_42_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  100: test_compress_roundtrip_42_100000_32_5_0_1
 100/1649 Test  #100: test_compress_roundtrip_42_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  101: test_compress_roundtrip_42_702713_32_5_0_1
 101/1649 Test  #101: test_compress_roundtrip_42_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  102: test_compress_roundtrip_48_7_32_5_0_1
 102/1649 Test  #102: test_compress_roundtrip_48_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  103: test_compress_roundtrip_48_192_32_5_0_1
 103/1649 Test  #103: test_compress_roundtrip_48_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  104: test_compress_roundtrip_48_1792_32_5_0_1
 104/1649 Test  #104: test_compress_roundtrip_48_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  105: test_compress_roundtrip_48_500_32_5_0_1
 105/1649 Test  #105: test_compress_roundtrip_48_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  106: test_compress_roundtrip_48_8000_32_5_0_1
 106/1649 Test  #106: test_compress_roundtrip_48_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  107: test_compress_roundtrip_48_100000_32_5_0_1
 107/1649 Test  #107: test_compress_roundtrip_48_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  108: test_compress_roundtrip_48_702713_32_5_0_1
 108/1649 Test  #108: test_compress_roundtrip_48_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  109: test_compress_roundtrip_52_7_32_5_0_1
 109/1649 Test  #109: test_compress_roundtrip_52_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  110: test_compress_roundtrip_52_192_32_5_0_1
 110/1649 Test  #110: test_compress_roundtrip_52_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  111: test_compress_roundtrip_52_1792_32_5_0_1
 111/1649 Test  #111: test_compress_roundtrip_52_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  112: test_compress_roundtrip_52_500_32_5_0_1
 112/1649 Test  #112: test_compress_roundtrip_52_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  113: test_compress_roundtrip_52_8000_32_5_0_1
 113/1649 Test  #113: test_compress_roundtrip_52_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  114: test_compress_roundtrip_52_100000_32_5_0_1
 114/1649 Test  #114: test_compress_roundtrip_52_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  115: test_compress_roundtrip_52_702713_32_5_0_1
 115/1649 Test  #115: test_compress_roundtrip_52_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  116: test_compress_roundtrip_53_7_32_5_0_1
 116/1649 Test  #116: test_compress_roundtrip_53_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  117: test_compress_roundtrip_53_192_32_5_0_1
 117/1649 Test  #117: test_compress_roundtrip_53_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  118: test_compress_roundtrip_53_1792_32_5_0_1
 118/1649 Test  #118: test_compress_roundtrip_53_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  119: test_compress_roundtrip_53_500_32_5_0_1
 119/1649 Test  #119: test_compress_roundtrip_53_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  120: test_compress_roundtrip_53_8000_32_5_0_1
 120/1649 Test  #120: test_compress_roundtrip_53_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  121: test_compress_roundtrip_53_100000_32_5_0_1
 121/1649 Test  #121: test_compress_roundtrip_53_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  122: test_compress_roundtrip_53_702713_32_5_0_1
 122/1649 Test  #122: test_compress_roundtrip_53_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  123: test_compress_roundtrip_64_7_32_5_0_1
 123/1649 Test  #123: test_compress_roundtrip_64_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  124: test_compress_roundtrip_64_192_32_5_0_1
 124/1649 Test  #124: test_compress_roundtrip_64_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  125: test_compress_roundtrip_64_1792_32_5_0_1
 125/1649 Test  #125: test_compress_roundtrip_64_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  126: test_compress_roundtrip_64_500_32_5_0_1
 126/1649 Test  #126: test_compress_roundtrip_64_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  127: test_compress_roundtrip_64_8000_32_5_0_1
 127/1649 Test  #127: test_compress_roundtrip_64_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  128: test_compress_roundtrip_64_100000_32_5_0_1
 128/1649 Test  #128: test_compress_roundtrip_64_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  129: test_compress_roundtrip_64_702713_32_5_0_1
 129/1649 Test  #129: test_compress_roundtrip_64_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  130: test_compress_roundtrip_80_7_32_5_0_1
 130/1649 Test  #130: test_compress_roundtrip_80_7_32_5_0_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  131: test_compress_roundtrip_80_192_32_5_0_1
 131/1649 Test  #131: test_compress_roundtrip_80_192_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  132: test_compress_roundtrip_80_1792_32_5_0_1
 132/1649 Test  #132: test_compress_roundtrip_80_1792_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  133: test_compress_roundtrip_80_500_32_5_0_1
 133/1649 Test  #133: test_compress_roundtrip_80_500_32_5_0_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  134: test_compress_roundtrip_80_8000_32_5_0_1
 134/1649 Test  #134: test_compress_roundtrip_80_8000_32_5_0_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  135: test_compress_roundtrip_80_100000_32_5_0_1
 135/1649 Test  #135: test_compress_roundtrip_80_100000_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  136: test_compress_roundtrip_80_702713_32_5_0_1
 136/1649 Test  #136: test_compress_roundtrip_80_702713_32_5_0_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  137: test_compress_roundtrip_1_7_32_5_1_1
 137/1649 Test  #137: test_compress_roundtrip_1_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  138: test_compress_roundtrip_1_192_32_5_1_1
 138/1649 Test  #138: test_compress_roundtrip_1_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  139: test_compress_roundtrip_1_1792_32_5_1_1
 139/1649 Test  #139: test_compress_roundtrip_1_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  140: test_compress_roundtrip_1_500_32_5_1_1
 140/1649 Test  #140: test_compress_roundtrip_1_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  141: test_compress_roundtrip_1_8000_32_5_1_1
 141/1649 Test  #141: test_compress_roundtrip_1_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  142: test_compress_roundtrip_1_100000_32_5_1_1
 142/1649 Test  #142: test_compress_roundtrip_1_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  143: test_compress_roundtrip_1_702713_32_5_1_1
 143/1649 Test  #143: test_compress_roundtrip_1_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  144: test_compress_roundtrip_2_7_32_5_1_1
 144/1649 Test  #144: test_compress_roundtrip_2_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  145: test_compress_roundtrip_2_192_32_5_1_1
 145/1649 Test  #145: test_compress_roundtrip_2_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  146: test_compress_roundtrip_2_1792_32_5_1_1
 146/1649 Test  #146: test_compress_roundtrip_2_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  147: test_compress_roundtrip_2_500_32_5_1_1
 147/1649 Test  #147: test_compress_roundtrip_2_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  148: test_compress_roundtrip_2_8000_32_5_1_1
 148/1649 Test  #148: test_compress_roundtrip_2_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  149: test_compress_roundtrip_2_100000_32_5_1_1
 149/1649 Test  #149: test_compress_roundtrip_2_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  150: test_compress_roundtrip_2_702713_32_5_1_1
 150/1649 Test  #150: test_compress_roundtrip_2_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  151: test_compress_roundtrip_3_7_32_5_1_1
 151/1649 Test  #151: test_compress_roundtrip_3_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  152: test_compress_roundtrip_3_192_32_5_1_1
 152/1649 Test  #152: test_compress_roundtrip_3_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  153: test_compress_roundtrip_3_1792_32_5_1_1
 153/1649 Test  #153: test_compress_roundtrip_3_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  154: test_compress_roundtrip_3_500_32_5_1_1
 154/1649 Test  #154: test_compress_roundtrip_3_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  155: test_compress_roundtrip_3_8000_32_5_1_1
 155/1649 Test  #155: test_compress_roundtrip_3_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  156: test_compress_roundtrip_3_100000_32_5_1_1
 156/1649 Test  #156: test_compress_roundtrip_3_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  157: test_compress_roundtrip_3_702713_32_5_1_1
 157/1649 Test  #157: test_compress_roundtrip_3_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  158: test_compress_roundtrip_4_7_32_5_1_1
 158/1649 Test  #158: test_compress_roundtrip_4_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  159: test_compress_roundtrip_4_192_32_5_1_1
 159/1649 Test  #159: test_compress_roundtrip_4_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  160: test_compress_roundtrip_4_1792_32_5_1_1
 160/1649 Test  #160: test_compress_roundtrip_4_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  161: test_compress_roundtrip_4_500_32_5_1_1
 161/1649 Test  #161: test_compress_roundtrip_4_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  162: test_compress_roundtrip_4_8000_32_5_1_1
 162/1649 Test  #162: test_compress_roundtrip_4_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  163: test_compress_roundtrip_4_100000_32_5_1_1
 163/1649 Test  #163: test_compress_roundtrip_4_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  164: test_compress_roundtrip_4_702713_32_5_1_1
 164/1649 Test  #164: test_compress_roundtrip_4_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  165: test_compress_roundtrip_5_7_32_5_1_1
 165/1649 Test  #165: test_compress_roundtrip_5_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  166: test_compress_roundtrip_5_192_32_5_1_1
 166/1649 Test  #166: test_compress_roundtrip_5_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  167: test_compress_roundtrip_5_1792_32_5_1_1
 167/1649 Test  #167: test_compress_roundtrip_5_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  168: test_compress_roundtrip_5_500_32_5_1_1
 168/1649 Test  #168: test_compress_roundtrip_5_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  169: test_compress_roundtrip_5_8000_32_5_1_1
 169/1649 Test  #169: test_compress_roundtrip_5_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  170: test_compress_roundtrip_5_100000_32_5_1_1
 170/1649 Test  #170: test_compress_roundtrip_5_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  171: test_compress_roundtrip_5_702713_32_5_1_1
 171/1649 Test  #171: test_compress_roundtrip_5_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  172: test_compress_roundtrip_6_7_32_5_1_1
 172/1649 Test  #172: test_compress_roundtrip_6_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  173: test_compress_roundtrip_6_192_32_5_1_1
 173/1649 Test  #173: test_compress_roundtrip_6_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  174: test_compress_roundtrip_6_1792_32_5_1_1
 174/1649 Test  #174: test_compress_roundtrip_6_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  175: test_compress_roundtrip_6_500_32_5_1_1
 175/1649 Test  #175: test_compress_roundtrip_6_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  176: test_compress_roundtrip_6_8000_32_5_1_1
 176/1649 Test  #176: test_compress_roundtrip_6_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  177: test_compress_roundtrip_6_100000_32_5_1_1
 177/1649 Test  #177: test_compress_roundtrip_6_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  178: test_compress_roundtrip_6_702713_32_5_1_1
 178/1649 Test  #178: test_compress_roundtrip_6_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  179: test_compress_roundtrip_7_7_32_5_1_1
 179/1649 Test  #179: test_compress_roundtrip_7_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  180: test_compress_roundtrip_7_192_32_5_1_1
 180/1649 Test  #180: test_compress_roundtrip_7_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  181: test_compress_roundtrip_7_1792_32_5_1_1
 181/1649 Test  #181: test_compress_roundtrip_7_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  182: test_compress_roundtrip_7_500_32_5_1_1
 182/1649 Test  #182: test_compress_roundtrip_7_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  183: test_compress_roundtrip_7_8000_32_5_1_1
 183/1649 Test  #183: test_compress_roundtrip_7_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  184: test_compress_roundtrip_7_100000_32_5_1_1
 184/1649 Test  #184: test_compress_roundtrip_7_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  185: test_compress_roundtrip_7_702713_32_5_1_1
 185/1649 Test  #185: test_compress_roundtrip_7_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  186: test_compress_roundtrip_8_7_32_5_1_1
 186/1649 Test  #186: test_compress_roundtrip_8_7_32_5_1_1 ................***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  187: test_compress_roundtrip_8_192_32_5_1_1
 187/1649 Test  #187: test_compress_roundtrip_8_192_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  188: test_compress_roundtrip_8_1792_32_5_1_1
 188/1649 Test  #188: test_compress_roundtrip_8_1792_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  189: test_compress_roundtrip_8_500_32_5_1_1
 189/1649 Test  #189: test_compress_roundtrip_8_500_32_5_1_1 ..............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  190: test_compress_roundtrip_8_8000_32_5_1_1
 190/1649 Test  #190: test_compress_roundtrip_8_8000_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  191: test_compress_roundtrip_8_100000_32_5_1_1
 191/1649 Test  #191: test_compress_roundtrip_8_100000_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  192: test_compress_roundtrip_8_702713_32_5_1_1
 192/1649 Test  #192: test_compress_roundtrip_8_702713_32_5_1_1 ...........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  193: test_compress_roundtrip_11_7_32_5_1_1
 193/1649 Test  #193: test_compress_roundtrip_11_7_32_5_1_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  194: test_compress_roundtrip_11_192_32_5_1_1
 194/1649 Test  #194: test_compress_roundtrip_11_192_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  195: test_compress_roundtrip_11_1792_32_5_1_1
 195/1649 Test  #195: test_compress_roundtrip_11_1792_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  196: test_compress_roundtrip_11_500_32_5_1_1
 196/1649 Test  #196: test_compress_roundtrip_11_500_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  197: test_compress_roundtrip_11_8000_32_5_1_1
 197/1649 Test  #197: test_compress_roundtrip_11_8000_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  198: test_compress_roundtrip_11_100000_32_5_1_1
 198/1649 Test  #198: test_compress_roundtrip_11_100000_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  199: test_compress_roundtrip_11_702713_32_5_1_1
 199/1649 Test  #199: test_compress_roundtrip_11_702713_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  200: test_compress_roundtrip_16_7_32_5_1_1
 200/1649 Test  #200: test_compress_roundtrip_16_7_32_5_1_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  201: test_compress_roundtrip_16_192_32_5_1_1
 201/1649 Test  #201: test_compress_roundtrip_16_192_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  202: test_compress_roundtrip_16_1792_32_5_1_1
 202/1649 Test  #202: test_compress_roundtrip_16_1792_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  203: test_compress_roundtrip_16_500_32_5_1_1
 203/1649 Test  #203: test_compress_roundtrip_16_500_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  204: test_compress_roundtrip_16_8000_32_5_1_1
 204/1649 Test  #204: test_compress_roundtrip_16_8000_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  205: test_compress_roundtrip_16_100000_32_5_1_1
 205/1649 Test  #205: test_compress_roundtrip_16_100000_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  206: test_compress_roundtrip_16_702713_32_5_1_1
 206/1649 Test  #206: test_compress_roundtrip_16_702713_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  207: test_compress_roundtrip_22_7_32_5_1_1
 207/1649 Test  #207: test_compress_roundtrip_22_7_32_5_1_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  208: test_compress_roundtrip_22_192_32_5_1_1
 208/1649 Test  #208: test_compress_roundtrip_22_192_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  209: test_compress_roundtrip_22_1792_32_5_1_1
 209/1649 Test  #209: test_compress_roundtrip_22_1792_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  210: test_compress_roundtrip_22_500_32_5_1_1
 210/1649 Test  #210: test_compress_roundtrip_22_500_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  211: test_compress_roundtrip_22_8000_32_5_1_1
 211/1649 Test  #211: test_compress_roundtrip_22_8000_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  212: test_compress_roundtrip_22_100000_32_5_1_1
 212/1649 Test  #212: test_compress_roundtrip_22_100000_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  213: test_compress_roundtrip_22_702713_32_5_1_1
 213/1649 Test  #213: test_compress_roundtrip_22_702713_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  214: test_compress_roundtrip_30_7_32_5_1_1
 214/1649 Test  #214: test_compress_roundtrip_30_7_32_5_1_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  215: test_compress_roundtrip_30_192_32_5_1_1
 215/1649 Test  #215: test_compress_roundtrip_30_192_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  216: test_compress_roundtrip_30_1792_32_5_1_1
 216/1649 Test  #216: test_compress_roundtrip_30_1792_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  217: test_compress_roundtrip_30_500_32_5_1_1
 217/1649 Test  #217: test_compress_roundtrip_30_500_32_5_1_1 .............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  218: test_compress_roundtrip_30_8000_32_5_1_1
 218/1649 Test  #218: test_compress_roundtrip_30_8000_32_5_1_1 ............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  219: test_compress_roundtrip_30_100000_32_5_1_1
 219/1649 Test  #219: test_compress_roundtrip_30_100000_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  220: test_compress_roundtrip_30_702713_32_5_1_1
 220/1649 Test  #220: test_compress_roundtrip_30_702713_32_5_1_1 ..........***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

          Start  221: test_compress_roundtrip_32_7_32_5_1_1
 221/1649 Test  #221: test_compress_roundtrip_32_7_32_5_1_1 ...............***Failed    0.00 sec
/home/tkloczko/rpmbuild/BUILD/c-blosc-1.21.1/x86_64-redhat-linux-gnu/tests/test_compress_roundtrip: error while loading shared libraries: libblosc_testing.so: cannot open shared object file: No such file or directory

[..and so on]

@kloczek
Copy link
Author

kloczek commented Aug 1, 2022

I see that libblosc_testing.so has been linked

[tkloczko@pers-jacek x86_64-redhat-linux-gnu]$ find . -name lib\*.so\*
./blosc/libblosc_testing.so
./blosc/libblosc.so.1.21.1
./blosc/libblosc.so.1
./blosc/libblosc.so

@FrancescAlted
Copy link
Member

FrancescAlted commented Aug 2, 2022

As stated in the README, in order to compile C-Blosc you need first to create a build directory and run the compilation from there.

@kloczek
Copy link
Author

kloczek commented Aug 2, 2022

And that is exactly what has been done. I'm usimg off-tree cmake build by exrcute cmake -B x86_64-redhat-linux-gnu <all_other_params>.
cmake provides variables which are pointing to build tree and looks like you are not usimg those variables.

@FrancescAlted
Copy link
Member

Ah, that might be. Would you be interested in providing a PR?

@FrancescAlted FrancescAlted reopened this Aug 3, 2022
@kloczek kloczek changed the title 1.21.1: test cuite is failing 1.21.1: test suite is failing Aug 3, 2022
@kloczek
Copy link
Author

kloczek commented Aug 3, 2022

Ah, that might be. Would you be interested in providing a PR?

Sorry have no time to check that closer and do that 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants