==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: sz 3.3.2-2 (Thu Apr 23 07:48:07 2026)
==> Retrieving sources...
  -> Found sz-3.3.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    sz-3.3.2.tar.gz ... Passed
==> Making package: sz 3.3.2-2 (Thu Apr 23 13:48:33 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) blas-3.12.1-2  cblas-3.12.1-2  libaec-1.1.6-1  gsl-2.8-1  hdf5-2.0.0-4

Total Download Size:    5.38 MiB
Total Installed Size:  19.18 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 hdf5-2.0.0-4-armv7h downloading...
 gsl-2.8-1-armv7h downloading...
 blas-3.12.1-2-armv7h downloading...
 cblas-3.12.1-2-armv7h downloading...
 libaec-1.1.6-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing blas...
installing cblas...
installing gsl...
installing libaec...
installing hdf5...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (8) cppdap-1.58.0-3  hicolor-icon-theme-0.18-1  jsoncpp-1.9.6-3  libuv-1.52.1-1  rhash-1.4.6-1  cmake-4.3.2-1  gtest-1.17.0-2  ninja-1.13.2-3

Total Installed Size:  106.57 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 [pending]
    qt6-base: cmake-gui
installing gtest...
Optional dependencies for gtest
    python: gmock generator
installing ninja...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found sz-3.3.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting sz-3.3.2.tar.gz with bsdtar
==> Starting build()...
-- The C compiler identification is GNU 15.2.1
-- The CXX compiler identification is GNU 15.2.1
-- 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
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Checking for one of the modules 'libzstd'
-- Using locally installed GTest
-- Test target = test_encoder
-- Test target = test_lossless
-- Test target = test_quantizer
-- Found GSL: /usr/include (found version "2.8")
-- Target = sz3
-- Target = sz3_customized_demo
-- Target = sz3_smoke_test
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.2")
-- Found HDF5: hdf5-shared (found version "2.0.0") found components: C
-- Target = mdz
-- Target = mdz_smoke_test
-- Configuring done (4.1s)
-- Generating done (0.2s)
-- Build files have been written to: /build/sz/src/build
[1/28] Building CXX object tools/test/CMakeFiles/test_quantizer.dir/modules/test_quantizer.cpp.o
[2/28] Building CXX object tools/test/CMakeFiles/test_lossless.dir/modules/test_lossless.cpp.o
[3/28] Building CXX object tools/test/CMakeFiles/test_encoder.dir/modules/test_encoder.cpp.o
In file included from /build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:4:
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/ArithmeticEncoder.hpp: In instantiation of 'size_t SZ3::ArithmeticEncoder<T>::encode(const std::vector<T>&, SZ3::uchar*&) [with T = int; size_t = unsigned int; SZ3::uchar = unsigned char]':
/build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:26:21:   required from 'void runFunctionalTest() [with Encoder = SZ3::ArithmeticEncoder<int>; T = int]'
/build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:45:34:   required from 'void runAllTest() [with Encoder = SZ3::ArithmeticEncoder<int>; T = int]'
/build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:52:83:   required from here
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/ArithmeticEncoder.hpp:463:24: warning: unsigned conversion from 'long long int' to 'size_t' {aka 'unsigned int'} changes value from '17592186044415' to '4294967295' [-Woverflow]
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/ArithmeticEncoder.hpp: In instantiation of 'std::vector<T> SZ3::ArithmeticEncoder<T>::decode(const SZ3::uchar*&, size_t) [with T = int; SZ3::uchar = unsigned char; size_t = unsigned int]':
/build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:36:40:   required from 'void runFunctionalTest() [with Encoder = SZ3::ArithmeticEncoder<int>; T = int]'
/build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:45:34:   required from 'void runAllTest() [with Encoder = SZ3::ArithmeticEncoder<int>; T = int]'
/build/sz/src/SZ3-3.3.2/tools/test/modules/test_encoder.cpp:52:83:   required from here
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/ArithmeticEncoder.hpp:524:24: warning: unsigned conversion from 'long long int' to 'size_t' {aka 'unsigned int'} changes value from '17592186044415' to '4294967295' [-Woverflow]
[4/28] Building CXX object tools/H5Z-SZ3/test/CMakeFiles/sz3ToHDF5.dir/sz3ToHDF5.cpp.o
FAILED: [code=1] tools/H5Z-SZ3/test/CMakeFiles/sz3ToHDF5.dir/sz3ToHDF5.cpp.o 
/usr/lib/distcc/bin/c++ -DH5_BUILT_AS_DYNAMIC_LIB -DSZ3_DEBUG_TIMINGS=0 -DSZ3_ENABLE_GSL -DSZ3_USE_SKA_HASH=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200809L -I/build/sz/src/SZ3-3.3.2/include -I/build/sz/src/build/include -I/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wreorder -Wsign-compare -Wsuggest-override -Wold-style-cast -Wcast-qual -Wextra-semi -Wnon-virtual-dtor -Wcast-align -Wunused-variable -fopenmp -MD -MT tools/H5Z-SZ3/test/CMakeFiles/sz3ToHDF5.dir/sz3ToHDF5.cpp.o -MF tools/H5Z-SZ3/test/CMakeFiles/sz3ToHDF5.dir/sz3ToHDF5.cpp.o.d -o tools/H5Z-SZ3/test/CMakeFiles/sz3ToHDF5.dir/sz3ToHDF5.cpp.o -c /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/test/sz3ToHDF5.cpp
distcc[1210] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/test/sz3ToHDF5.cpp on 10.3.0.16:3732/8 failed
distcc[1210] (dcc_build_somewhere) Warning: remote compilation of '/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/test/sz3ToHDF5.cpp' failed, retrying locally
distcc[1210] Warning: failed to distribute /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/test/sz3ToHDF5.cpp to 10.3.0.16:3732/8, running locally instead
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:7,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:24,
                 from /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/include/H5Z_SZ3.hpp:11,
                 from /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/test/sz3ToHDF5.cpp:18:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp: In member function ‘int SZ3::SZBioMDDecomposition<T, N, Quantizer>::cal_site(T*, std::vector<unsigned int>)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:9: error: ‘ska’ has not been declared [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |         ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:28: error: expected primary-expression before ‘int’ [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |                            ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:111:13: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  111 |             frequency[sites[i]]++;
      |             ^~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:115:31: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  115 |         for (const auto &kv : frequency) {
      |                               ^~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/unordered_map.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/encoder/HuffmanEncoderV2.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:10:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘int8_t ska::detailv3::log2(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:226:20: warning: right shift count >= width of type [-Wshift-count-overflow]
  226 |     value |= value >> 32;
      |              ~~~~~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘size_t ska::detailv3::next_power_of_two(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:261:12: warning: right shift count >= width of type [-Wshift-count-overflow]
  261 |     i |= i >> 32;
      |          ~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In member function ‘size_t (* ska::prime_number_hash_policy::next_size_over(size_t&) const)(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:58: error: narrowing conversion of ‘5351951779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                          ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:73: error: narrowing conversion of ‘6743036717’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                                         ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:13: error: narrowing conversion of ‘8495693897’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |             ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:28: error: narrowing conversion of ‘10703903591’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:44: error: narrowing conversion of ‘13486073473’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:60: error: narrowing conversion of ‘16991387857’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:13: error: narrowing conversion of ‘21407807219’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:29: error: narrowing conversion of ‘26972146961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:45: error: narrowing conversion of ‘33982775741’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:61: error: narrowing conversion of ‘42815614441’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:13: error: narrowing conversion of ‘53944293929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:29: error: narrowing conversion of ‘67965551447’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:45: error: narrowing conversion of ‘85631228929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:61: error: narrowing conversion of ‘107888587883’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                                             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:13: error: narrowing conversion of ‘135931102921’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:30: error: narrowing conversion of ‘171262457903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:47: error: narrowing conversion of ‘215777175787’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:64: error: narrowing conversion of ‘271862205833’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:13: error: narrowing conversion of ‘342524915839’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:30: error: narrowing conversion of ‘431554351609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:47: error: narrowing conversion of ‘543724411781’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:64: error: narrowing conversion of ‘685049831731’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:13: error: narrowing conversion of ‘863108703229’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:30: error: narrowing conversion of ‘1087448823553’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                              ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:48: error: narrowing conversion of ‘1370099663459’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:66: error: narrowing conversion of ‘1726217406467’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                                  ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:13: error: narrowing conversion of ‘2174897647073’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:31: error: narrowing conversion of ‘2740199326961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:49: error: narrowing conversion of ‘3452434812973’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:67: error: narrowing conversion of ‘4349795294267’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                                   ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:13: error: narrowing conversion of ‘5480398654009’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:31: error: narrowing conversion of ‘6904869625999’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:49: error: narrowing conversion of ‘8699590588571’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:67: error: narrowing conversion of ‘10960797308051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:13: error: narrowing conversion of ‘13809739252051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:32: error: narrowing conversion of ‘17399181177241’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:51: error: narrowing conversion of ‘21921594616111’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:70: error: narrowing conversion of ‘27619478504183’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:13: error: narrowing conversion of ‘34798362354533’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:32: error: narrowing conversion of ‘43843189232363’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:51: error: narrowing conversion of ‘55238957008387’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:70: error: narrowing conversion of ‘69596724709081’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:13: error: narrowing conversion of ‘87686378464759’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:32: error: narrowing conversion of ‘110477914016779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:52: error: narrowing conversion of ‘139193449418173’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                                    ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:13: error: narrowing conversion of ‘175372756929481’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:33: error: narrowing conversion of ‘220955828033581’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:53: error: narrowing conversion of ‘278386898836457’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:13: error: narrowing conversion of ‘350745513859007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:33: error: narrowing conversion of ‘441911656067171’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:53: error: narrowing conversion of ‘556773797672909’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:13: error: narrowing conversion of ‘701491027718027’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:33: error: narrowing conversion of ‘883823312134381’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:53: error: narrowing conversion of ‘1113547595345903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                                     ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:13: error: narrowing conversion of ‘1402982055436147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:34: error: narrowing conversion of ‘1767646624268779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:55: error: narrowing conversion of ‘2227095190691797’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:13: error: narrowing conversion of ‘2805964110872297’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:34: error: narrowing conversion of ‘3535293248537579’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:55: error: narrowing conversion of ‘4454190381383713’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:13: error: narrowing conversion of ‘5611928221744609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:34: error: narrowing conversion of ‘7070586497075177’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:55: error: narrowing conversion of ‘8908380762767489’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:13: error: narrowing conversion of ‘11223856443489329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:35: error: narrowing conversion of ‘14141172994150357’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:57: error: narrowing conversion of ‘17816761525534927’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:13: error: narrowing conversion of ‘22447712886978529’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:35: error: narrowing conversion of ‘28282345988300791’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:57: error: narrowing conversion of ‘35633523051069991’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:13: error: narrowing conversion of ‘44895425773957261’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:35: error: narrowing conversion of ‘56564691976601587’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:57: error: narrowing conversion of ‘71267046102139967’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:13: error: narrowing conversion of ‘89790851547914507’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:35: error: narrowing conversion of ‘113129383953203213’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:58: error: narrowing conversion of ‘142534092204280003’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                                          ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:13: error: narrowing conversion of ‘179581703095829107’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:36: error: narrowing conversion of ‘226258767906406483’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:59: error: narrowing conversion of ‘285068184408560057’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:13: error: narrowing conversion of ‘359163406191658253’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:36: error: narrowing conversion of ‘452517535812813007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:59: error: narrowing conversion of ‘570136368817120201’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:13: error: narrowing conversion of ‘718326812383316683’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:36: error: narrowing conversion of ‘905035071625626043’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:59: error: narrowing conversion of ‘1140272737634240411’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:13: error: narrowing conversion of ‘1436653624766633509’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:37: error: narrowing conversion of ‘1810070143251252131’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:61: error: narrowing conversion of ‘2280545475268481167’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:13: error: narrowing conversion of ‘2873307249533267101’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:37: error: narrowing conversion of ‘3620140286502504283’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:61: error: narrowing conversion of ‘4561090950536962147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:13: error: narrowing conversion of ‘5746614499066534157’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:37: error: narrowing conversion of ‘7240280573005008577’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:61: error: narrowing conversion of ‘9122181901073924329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:13: error: narrowing conversion of ‘11493228998133068689’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:38: error: narrowing conversion of ‘14480561146010017169’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:63: error: narrowing conversion of ‘18446744073709551557’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
distcc[1210] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/test/sz3ToHDF5.cpp on localhost failed
[5/28] Building CXX object tools/sz3/CMakeFiles/sz3_customized_demo.dir/sz3_customized_demo.cpp.o
FAILED: [code=1] tools/sz3/CMakeFiles/sz3_customized_demo.dir/sz3_customized_demo.cpp.o 
/usr/lib/distcc/bin/c++ -DSZ3_DEBUG_TIMINGS=0 -DSZ3_ENABLE_GSL -DSZ3_USE_SKA_HASH=1 -I/build/sz/src/SZ3-3.3.2/include -I/build/sz/src/build/include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wreorder -Wsign-compare -Wsuggest-override -Wold-style-cast -Wcast-qual -Wextra-semi -Wnon-virtual-dtor -Wcast-align -Wunused-variable -fopenmp -MD -MT tools/sz3/CMakeFiles/sz3_customized_demo.dir/sz3_customized_demo.cpp.o -MF tools/sz3/CMakeFiles/sz3_customized_demo.dir/sz3_customized_demo.cpp.o.d -o tools/sz3/CMakeFiles/sz3_customized_demo.dir/sz3_customized_demo.cpp.o -c /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp
distcc[1191] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp on 10.3.0.16:3732/8 failed
distcc[1191] (dcc_build_somewhere) Warning: remote compilation of '/build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp' failed, retrying locally
distcc[1191] Warning: failed to distribute /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp to 10.3.0.16:3732/8, running locally instead
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:7,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:24,
                 from /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp:17:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp: In member function ‘int SZ3::SZBioMDDecomposition<T, N, Quantizer>::cal_site(T*, std::vector<unsigned int>)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:9: error: ‘ska’ has not been declared [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |         ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:28: error: expected primary-expression before ‘int’ [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |                            ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:111:13: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  111 |             frequency[sites[i]]++;
      |             ^~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:115:31: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  115 |         for (const auto &kv : frequency) {
      |                               ^~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/unordered_map.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/encoder/HuffmanEncoderV2.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:10:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘int8_t ska::detailv3::log2(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:226:20: warning: right shift count >= width of type [-Wshift-count-overflow]
  226 |     value |= value >> 32;
      |              ~~~~~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘size_t ska::detailv3::next_power_of_two(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:261:12: warning: right shift count >= width of type [-Wshift-count-overflow]
  261 |     i |= i >> 32;
      |          ~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In member function ‘size_t (* ska::prime_number_hash_policy::next_size_over(size_t&) const)(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:58: error: narrowing conversion of ‘5351951779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                          ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:73: error: narrowing conversion of ‘6743036717’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                                         ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:13: error: narrowing conversion of ‘8495693897’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |             ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:28: error: narrowing conversion of ‘10703903591’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:44: error: narrowing conversion of ‘13486073473’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:60: error: narrowing conversion of ‘16991387857’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:13: error: narrowing conversion of ‘21407807219’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:29: error: narrowing conversion of ‘26972146961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:45: error: narrowing conversion of ‘33982775741’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:61: error: narrowing conversion of ‘42815614441’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:13: error: narrowing conversion of ‘53944293929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:29: error: narrowing conversion of ‘67965551447’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:45: error: narrowing conversion of ‘85631228929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:61: error: narrowing conversion of ‘107888587883’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                                             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:13: error: narrowing conversion of ‘135931102921’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:30: error: narrowing conversion of ‘171262457903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:47: error: narrowing conversion of ‘215777175787’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:64: error: narrowing conversion of ‘271862205833’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:13: error: narrowing conversion of ‘342524915839’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:30: error: narrowing conversion of ‘431554351609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:47: error: narrowing conversion of ‘543724411781’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:64: error: narrowing conversion of ‘685049831731’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:13: error: narrowing conversion of ‘863108703229’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:30: error: narrowing conversion of ‘1087448823553’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                              ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:48: error: narrowing conversion of ‘1370099663459’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:66: error: narrowing conversion of ‘1726217406467’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                                  ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:13: error: narrowing conversion of ‘2174897647073’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:31: error: narrowing conversion of ‘2740199326961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:49: error: narrowing conversion of ‘3452434812973’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:67: error: narrowing conversion of ‘4349795294267’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                                   ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:13: error: narrowing conversion of ‘5480398654009’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:31: error: narrowing conversion of ‘6904869625999’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:49: error: narrowing conversion of ‘8699590588571’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:67: error: narrowing conversion of ‘10960797308051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:13: error: narrowing conversion of ‘13809739252051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:32: error: narrowing conversion of ‘17399181177241’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:51: error: narrowing conversion of ‘21921594616111’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:70: error: narrowing conversion of ‘27619478504183’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:13: error: narrowing conversion of ‘34798362354533’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:32: error: narrowing conversion of ‘43843189232363’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:51: error: narrowing conversion of ‘55238957008387’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:70: error: narrowing conversion of ‘69596724709081’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:13: error: narrowing conversion of ‘87686378464759’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:32: error: narrowing conversion of ‘110477914016779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:52: error: narrowing conversion of ‘139193449418173’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                                    ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:13: error: narrowing conversion of ‘175372756929481’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:33: error: narrowing conversion of ‘220955828033581’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:53: error: narrowing conversion of ‘278386898836457’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:13: error: narrowing conversion of ‘350745513859007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:33: error: narrowing conversion of ‘441911656067171’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:53: error: narrowing conversion of ‘556773797672909’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:13: error: narrowing conversion of ‘701491027718027’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:33: error: narrowing conversion of ‘883823312134381’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:53: error: narrowing conversion of ‘1113547595345903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                                     ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:13: error: narrowing conversion of ‘1402982055436147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:34: error: narrowing conversion of ‘1767646624268779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:55: error: narrowing conversion of ‘2227095190691797’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:13: error: narrowing conversion of ‘2805964110872297’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:34: error: narrowing conversion of ‘3535293248537579’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:55: error: narrowing conversion of ‘4454190381383713’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:13: error: narrowing conversion of ‘5611928221744609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:34: error: narrowing conversion of ‘7070586497075177’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:55: error: narrowing conversion of ‘8908380762767489’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:13: error: narrowing conversion of ‘11223856443489329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:35: error: narrowing conversion of ‘14141172994150357’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:57: error: narrowing conversion of ‘17816761525534927’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:13: error: narrowing conversion of ‘22447712886978529’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:35: error: narrowing conversion of ‘28282345988300791’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:57: error: narrowing conversion of ‘35633523051069991’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:13: error: narrowing conversion of ‘44895425773957261’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:35: error: narrowing conversion of ‘56564691976601587’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:57: error: narrowing conversion of ‘71267046102139967’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:13: error: narrowing conversion of ‘89790851547914507’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:35: error: narrowing conversion of ‘113129383953203213’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:58: error: narrowing conversion of ‘142534092204280003’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                                          ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:13: error: narrowing conversion of ‘179581703095829107’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:36: error: narrowing conversion of ‘226258767906406483’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:59: error: narrowing conversion of ‘285068184408560057’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:13: error: narrowing conversion of ‘359163406191658253’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:36: error: narrowing conversion of ‘452517535812813007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:59: error: narrowing conversion of ‘570136368817120201’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:13: error: narrowing conversion of ‘718326812383316683’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:36: error: narrowing conversion of ‘905035071625626043’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:59: error: narrowing conversion of ‘1140272737634240411’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:13: error: narrowing conversion of ‘1436653624766633509’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:37: error: narrowing conversion of ‘1810070143251252131’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:61: error: narrowing conversion of ‘2280545475268481167’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:13: error: narrowing conversion of ‘2873307249533267101’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:37: error: narrowing conversion of ‘3620140286502504283’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:61: error: narrowing conversion of ‘4561090950536962147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:13: error: narrowing conversion of ‘5746614499066534157’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:37: error: narrowing conversion of ‘7240280573005008577’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:61: error: narrowing conversion of ‘9122181901073924329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:13: error: narrowing conversion of ‘11493228998133068689’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:38: error: narrowing conversion of ‘14480561146010017169’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:63: error: narrowing conversion of ‘18446744073709551557’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:7:
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘size_t SZ3::XtcBasedEncoder<T>::encode(const std::vector<T>&, unsigned char*&) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:56:23:   required from ‘size_t SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::compress(const SZ3::Config&, T*, SZ3::uchar*, size_t) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; size_t = unsigned int; SZ3::uchar = unsigned char]’
   56 |         encoder.encode(quant_inds, buffer_pos);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:49:24:   required from ‘size_t SZ3::SZ_compress_bioMDXtcBased(Config&, T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   49 |     return sz->compress(conf, data, cmpData, cmpCap);
      |            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:39:55:   required from ‘size_t SZ3::SZ_compress_dispatcher(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   39 |                 return SZ_compress_bioMDXtcBased<T, N>(conf, dataCopy.data(), cmpData, cmpCap);
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:17:44:   required from ‘size_t SZ3::SZ_compress_impl(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   17 |         return SZ_compress_dispatcher<T, N>(conf, data, cmpData, cmpCap);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:63:45:   required from ‘size_t SZ_compress(const SZ3::Config&, const T*, char*, size_t) [with T = float; size_t = unsigned int]’
   63 |         cmpDataSize = SZ_compress_impl<T, 1>(conf, data, cmpDataPos, cmpDataCap);
      |                       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp:143:23:   required from here
  143 |     SZ_compress<float>(conf, input_data.data(), cmpData.data(), cmpSize);
      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:327:38: warning: cast from ‘unsigned char*’ to ‘unsigned int*’ increases required alignment of target type [-Wcast-align]
  327 |         unsigned int *intOutputPtr = reinterpret_cast<unsigned int *>(charOutputPtr);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:548:11: warning: cast from ‘unsigned int*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  548 |         *(reinterpret_cast<uint64_t *>(intOutputPtr)) = buffer.index;
      |          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘std::vector<T> SZ3::XtcBasedEncoder<T>::decode(const unsigned char*&, size_t) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:77:41:   required from ‘T* SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::decompress(const SZ3::Config&, const SZ3::uchar*, size_t, T*) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; SZ3::uchar = unsigned char; size_t = unsigned int]’
   77 |         auto quant_inds = encoder.decode(bufferPos, quant_inds_size);
      |                           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:59:19:   required from ‘void SZ3::SZ_decompress_bioMDXtcBased(const Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   59 |     sz->decompress(conf, cmpData, cmpSize, decData);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:97:42:   required from ‘void SZ3::SZ_decompress_dispatcher(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   97 |         SZ_decompress_bioMDXtcBased<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:29:39:   required from ‘void SZ3::SZ_decompress_impl(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   29 |         SZ_decompress_dispatcher<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:147:33:   required from ‘void SZ_decompress(SZ3::Config&, const char*, size_t, T*&) [with T = float; size_t = unsigned int]’
  147 |         SZ_decompress_impl<T, 1>(config, cmpDataPos, cmpDataSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp:144:25:   required from here
  144 |     SZ_decompress<float>(conf, cmpData.data(), cmpSize, dec_data_pos);
      |     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:596:34: warning: cast from ‘const unsigned char*’ to ‘const int*’ increases required alignment of target type [-Wcast-align]
  596 |         const int *inputIntPtr = reinterpret_cast<const int *>(inputBytesPointer);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:651:26: warning: cast from ‘const int*’ to ‘const uint64_t*’ {aka ‘const long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  651 |         buffer.index = *(reinterpret_cast<const uint64_t *>(inputIntPtr));
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:675:29: warning: cast from ‘unsigned char*’ to ‘int*’ increases required alignment of target type [-Wcast-align]
  675 |         int *intOutputPtr = reinterpret_cast<int *>(charOutputPtr);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distcc[1191] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_customized_demo.cpp on localhost failed
[6/28] Building CXX object tools/sz3/CMakeFiles/sz3_smoke_test.dir/sz3_smoke_test.cpp.o
FAILED: [code=1] tools/sz3/CMakeFiles/sz3_smoke_test.dir/sz3_smoke_test.cpp.o 
/usr/lib/distcc/bin/c++ -DSZ3_DEBUG_TIMINGS=0 -DSZ3_ENABLE_GSL -DSZ3_USE_SKA_HASH=1 -I/build/sz/src/SZ3-3.3.2/include -I/build/sz/src/build/include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wreorder -Wsign-compare -Wsuggest-override -Wold-style-cast -Wcast-qual -Wextra-semi -Wnon-virtual-dtor -Wcast-align -Wunused-variable -fopenmp -MD -MT tools/sz3/CMakeFiles/sz3_smoke_test.dir/sz3_smoke_test.cpp.o -MF tools/sz3/CMakeFiles/sz3_smoke_test.dir/sz3_smoke_test.cpp.o.d -o tools/sz3/CMakeFiles/sz3_smoke_test.dir/sz3_smoke_test.cpp.o -c /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp
distcc[1204] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp on 10.3.0.15:3732/8 failed
distcc[1204] (dcc_build_somewhere) Warning: remote compilation of '/build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp' failed, retrying locally
distcc[1204] Warning: failed to distribute /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp to 10.3.0.15:3732/8, running locally instead
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:7,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:24,
                 from /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp:5:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp: In member function ‘int SZ3::SZBioMDDecomposition<T, N, Quantizer>::cal_site(T*, std::vector<unsigned int>)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:9: error: ‘ska’ has not been declared [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |         ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:28: error: expected primary-expression before ‘int’ [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |                            ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:111:13: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  111 |             frequency[sites[i]]++;
      |             ^~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:115:31: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  115 |         for (const auto &kv : frequency) {
      |                               ^~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/unordered_map.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/encoder/HuffmanEncoderV2.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:10:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘int8_t ska::detailv3::log2(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:226:20: warning: right shift count >= width of type [-Wshift-count-overflow]
  226 |     value |= value >> 32;
      |              ~~~~~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘size_t ska::detailv3::next_power_of_two(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:261:12: warning: right shift count >= width of type [-Wshift-count-overflow]
  261 |     i |= i >> 32;
      |          ~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In member function ‘size_t (* ska::prime_number_hash_policy::next_size_over(size_t&) const)(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:58: error: narrowing conversion of ‘5351951779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                          ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:73: error: narrowing conversion of ‘6743036717’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                                         ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:13: error: narrowing conversion of ‘8495693897’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |             ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:28: error: narrowing conversion of ‘10703903591’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:44: error: narrowing conversion of ‘13486073473’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:60: error: narrowing conversion of ‘16991387857’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:13: error: narrowing conversion of ‘21407807219’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:29: error: narrowing conversion of ‘26972146961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:45: error: narrowing conversion of ‘33982775741’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:61: error: narrowing conversion of ‘42815614441’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:13: error: narrowing conversion of ‘53944293929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:29: error: narrowing conversion of ‘67965551447’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:45: error: narrowing conversion of ‘85631228929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:61: error: narrowing conversion of ‘107888587883’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                                             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:13: error: narrowing conversion of ‘135931102921’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:30: error: narrowing conversion of ‘171262457903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:47: error: narrowing conversion of ‘215777175787’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:64: error: narrowing conversion of ‘271862205833’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:13: error: narrowing conversion of ‘342524915839’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:30: error: narrowing conversion of ‘431554351609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:47: error: narrowing conversion of ‘543724411781’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:64: error: narrowing conversion of ‘685049831731’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:13: error: narrowing conversion of ‘863108703229’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:30: error: narrowing conversion of ‘1087448823553’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                              ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:48: error: narrowing conversion of ‘1370099663459’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:66: error: narrowing conversion of ‘1726217406467’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                                  ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:13: error: narrowing conversion of ‘2174897647073’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:31: error: narrowing conversion of ‘2740199326961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:49: error: narrowing conversion of ‘3452434812973’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:67: error: narrowing conversion of ‘4349795294267’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                                   ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:13: error: narrowing conversion of ‘5480398654009’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:31: error: narrowing conversion of ‘6904869625999’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:49: error: narrowing conversion of ‘8699590588571’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:67: error: narrowing conversion of ‘10960797308051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:13: error: narrowing conversion of ‘13809739252051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:32: error: narrowing conversion of ‘17399181177241’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:51: error: narrowing conversion of ‘21921594616111’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:70: error: narrowing conversion of ‘27619478504183’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:13: error: narrowing conversion of ‘34798362354533’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:32: error: narrowing conversion of ‘43843189232363’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:51: error: narrowing conversion of ‘55238957008387’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:70: error: narrowing conversion of ‘69596724709081’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:13: error: narrowing conversion of ‘87686378464759’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:32: error: narrowing conversion of ‘110477914016779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:52: error: narrowing conversion of ‘139193449418173’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                                    ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:13: error: narrowing conversion of ‘175372756929481’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:33: error: narrowing conversion of ‘220955828033581’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:53: error: narrowing conversion of ‘278386898836457’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:13: error: narrowing conversion of ‘350745513859007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:33: error: narrowing conversion of ‘441911656067171’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:53: error: narrowing conversion of ‘556773797672909’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:13: error: narrowing conversion of ‘701491027718027’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:33: error: narrowing conversion of ‘883823312134381’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:53: error: narrowing conversion of ‘1113547595345903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                                     ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:13: error: narrowing conversion of ‘1402982055436147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:34: error: narrowing conversion of ‘1767646624268779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:55: error: narrowing conversion of ‘2227095190691797’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:13: error: narrowing conversion of ‘2805964110872297’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:34: error: narrowing conversion of ‘3535293248537579’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:55: error: narrowing conversion of ‘4454190381383713’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:13: error: narrowing conversion of ‘5611928221744609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:34: error: narrowing conversion of ‘7070586497075177’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:55: error: narrowing conversion of ‘8908380762767489’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:13: error: narrowing conversion of ‘11223856443489329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:35: error: narrowing conversion of ‘14141172994150357’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:57: error: narrowing conversion of ‘17816761525534927’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:13: error: narrowing conversion of ‘22447712886978529’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:35: error: narrowing conversion of ‘28282345988300791’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:57: error: narrowing conversion of ‘35633523051069991’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:13: error: narrowing conversion of ‘44895425773957261’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:35: error: narrowing conversion of ‘56564691976601587’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:57: error: narrowing conversion of ‘71267046102139967’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:13: error: narrowing conversion of ‘89790851547914507’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:35: error: narrowing conversion of ‘113129383953203213’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:58: error: narrowing conversion of ‘142534092204280003’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                                          ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:13: error: narrowing conversion of ‘179581703095829107’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:36: error: narrowing conversion of ‘226258767906406483’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:59: error: narrowing conversion of ‘285068184408560057’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:13: error: narrowing conversion of ‘359163406191658253’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:36: error: narrowing conversion of ‘452517535812813007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:59: error: narrowing conversion of ‘570136368817120201’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:13: error: narrowing conversion of ‘718326812383316683’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:36: error: narrowing conversion of ‘905035071625626043’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:59: error: narrowing conversion of ‘1140272737634240411’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:13: error: narrowing conversion of ‘1436653624766633509’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:37: error: narrowing conversion of ‘1810070143251252131’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:61: error: narrowing conversion of ‘2280545475268481167’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:13: error: narrowing conversion of ‘2873307249533267101’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:37: error: narrowing conversion of ‘3620140286502504283’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:61: error: narrowing conversion of ‘4561090950536962147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:13: error: narrowing conversion of ‘5746614499066534157’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:37: error: narrowing conversion of ‘7240280573005008577’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:61: error: narrowing conversion of ‘9122181901073924329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:13: error: narrowing conversion of ‘11493228998133068689’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:38: error: narrowing conversion of ‘14480561146010017169’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:63: error: narrowing conversion of ‘18446744073709551557’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:7:
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘std::vector<T> SZ3::XtcBasedEncoder<T>::decode(const unsigned char*&, size_t) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:77:41:   required from ‘T* SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::decompress(const SZ3::Config&, const SZ3::uchar*, size_t, T*) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; SZ3::uchar = unsigned char; size_t = unsigned int]’
   77 |         auto quant_inds = encoder.decode(bufferPos, quant_inds_size);
      |                           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:59:19:   required from ‘void SZ3::SZ_decompress_bioMDXtcBased(const Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   59 |     sz->decompress(conf, cmpData, cmpSize, decData);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:97:42:   required from ‘void SZ3::SZ_decompress_dispatcher(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   97 |         SZ_decompress_bioMDXtcBased<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:29:39:   required from ‘void SZ3::SZ_decompress_impl(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   29 |         SZ_decompress_dispatcher<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:147:33:   required from ‘void SZ_decompress(SZ3::Config&, const char*, size_t, T*&) [with T = float; size_t = unsigned int]’
  147 |         SZ_decompress_impl<T, 1>(config, cmpDataPos, cmpDataSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp:41:18:   required from here
   41 |     SZ_decompress(conf, cmpData, cmpSize, dec_data_p);
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:596:34: warning: cast from ‘const unsigned char*’ to ‘const int*’ increases required alignment of target type [-Wcast-align]
  596 |         const int *inputIntPtr = reinterpret_cast<const int *>(inputBytesPointer);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:651:26: warning: cast from ‘const int*’ to ‘const uint64_t*’ {aka ‘const long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  651 |         buffer.index = *(reinterpret_cast<const uint64_t *>(inputIntPtr));
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:675:29: warning: cast from ‘unsigned char*’ to ‘int*’ increases required alignment of target type [-Wcast-align]
  675 |         int *intOutputPtr = reinterpret_cast<int *>(charOutputPtr);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘size_t SZ3::XtcBasedEncoder<T>::encode(const std::vector<T>&, unsigned char*&) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:56:23:   required from ‘size_t SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::compress(const SZ3::Config&, T*, SZ3::uchar*, size_t) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; size_t = unsigned int; SZ3::uchar = unsigned char]’
   56 |         encoder.encode(quant_inds, buffer_pos);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:49:24:   required from ‘size_t SZ3::SZ_compress_bioMDXtcBased(Config&, T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   49 |     return sz->compress(conf, data, cmpData, cmpCap);
      |            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:39:55:   required from ‘size_t SZ3::SZ_compress_dispatcher(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   39 |                 return SZ_compress_bioMDXtcBased<T, N>(conf, dataCopy.data(), cmpData, cmpCap);
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:17:44:   required from ‘size_t SZ3::SZ_compress_impl(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   17 |         return SZ_compress_dispatcher<T, N>(conf, data, cmpData, cmpCap);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:63:45:   required from ‘size_t SZ_compress(const SZ3::Config&, const T*, char*, size_t) [with T = float; size_t = unsigned int]’
   63 |         cmpDataSize = SZ_compress_impl<T, 1>(conf, data, cmpDataPos, cmpDataCap);
      |                       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:99:26:   required from ‘char* SZ_compress(const SZ3::Config&, const T*, size_t&) [with T = float; size_t = unsigned int]’
   99 |     cmpSize = SZ_compress(config, data, buffer, bufferLen);
      |               ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp:39:32:   required from here
   39 |     char *cmpData = SZ_compress(conf, input_data.data(), cmpSize);
      |                     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:327:38: warning: cast from ‘unsigned char*’ to ‘unsigned int*’ increases required alignment of target type [-Wcast-align]
  327 |         unsigned int *intOutputPtr = reinterpret_cast<unsigned int *>(charOutputPtr);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:548:11: warning: cast from ‘unsigned int*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  548 |         *(reinterpret_cast<uint64_t *>(intOutputPtr)) = buffer.index;
      |          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distcc[1204] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3/sz3_smoke_test.cpp on localhost failed
[7/28] Building CXX object tools/sz3c/CMakeFiles/SZ3c.dir/src/sz3c.cpp.o
FAILED: [code=1] tools/sz3c/CMakeFiles/SZ3c.dir/src/sz3c.cpp.o 
/usr/lib/distcc/bin/c++ -DSZ3C_EXPORTS -DSZ3_DEBUG_TIMINGS=0 -DSZ3_ENABLE_GSL -DSZ3_USE_SKA_HASH=1 -DSZ3c_EXPORTS -I/build/sz/src/SZ3-3.3.2/tools/sz3c/include -I/build/sz/src/SZ3-3.3.2/include -I/build/sz/src/build/include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wreorder -Wsign-compare -Wsuggest-override -Wold-style-cast -Wcast-qual -Wextra-semi -Wnon-virtual-dtor -Wcast-align -Wunused-variable -fPIC -fopenmp -MD -MT tools/sz3c/CMakeFiles/SZ3c.dir/src/sz3c.cpp.o -MF tools/sz3c/CMakeFiles/SZ3c.dir/src/sz3c.cpp.o.d -o tools/sz3c/CMakeFiles/SZ3c.dir/src/sz3c.cpp.o -c /build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp
distcc[1207] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp on 10.3.0.16:3732/8 failed
distcc[1207] (dcc_build_somewhere) Warning: remote compilation of '/build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp' failed, retrying locally
distcc[1207] Warning: failed to distribute /build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp to 10.3.0.16:3732/8, running locally instead
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:7,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:24,
                 from /build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp:7:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp: In member function ‘int SZ3::SZBioMDDecomposition<T, N, Quantizer>::cal_site(T*, std::vector<unsigned int>)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:9: error: ‘ska’ has not been declared [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |         ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:28: error: expected primary-expression before ‘int’ [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |                            ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:111:13: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  111 |             frequency[sites[i]]++;
      |             ^~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:115:31: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  115 |         for (const auto &kv : frequency) {
      |                               ^~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/unordered_map.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/encoder/HuffmanEncoderV2.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:10:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘int8_t ska::detailv3::log2(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:226:20: warning: right shift count >= width of type [-Wshift-count-overflow]
  226 |     value |= value >> 32;
      |              ~~~~~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘size_t ska::detailv3::next_power_of_two(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:261:12: warning: right shift count >= width of type [-Wshift-count-overflow]
  261 |     i |= i >> 32;
      |          ~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In member function ‘size_t (* ska::prime_number_hash_policy::next_size_over(size_t&) const)(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:58: error: narrowing conversion of ‘5351951779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                          ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:73: error: narrowing conversion of ‘6743036717’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                                         ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:13: error: narrowing conversion of ‘8495693897’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |             ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:28: error: narrowing conversion of ‘10703903591’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:44: error: narrowing conversion of ‘13486073473’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:60: error: narrowing conversion of ‘16991387857’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:13: error: narrowing conversion of ‘21407807219’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:29: error: narrowing conversion of ‘26972146961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:45: error: narrowing conversion of ‘33982775741’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:61: error: narrowing conversion of ‘42815614441’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:13: error: narrowing conversion of ‘53944293929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:29: error: narrowing conversion of ‘67965551447’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:45: error: narrowing conversion of ‘85631228929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:61: error: narrowing conversion of ‘107888587883’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                                             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:13: error: narrowing conversion of ‘135931102921’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:30: error: narrowing conversion of ‘171262457903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:47: error: narrowing conversion of ‘215777175787’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:64: error: narrowing conversion of ‘271862205833’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:13: error: narrowing conversion of ‘342524915839’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:30: error: narrowing conversion of ‘431554351609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:47: error: narrowing conversion of ‘543724411781’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:64: error: narrowing conversion of ‘685049831731’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:13: error: narrowing conversion of ‘863108703229’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:30: error: narrowing conversion of ‘1087448823553’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                              ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:48: error: narrowing conversion of ‘1370099663459’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:66: error: narrowing conversion of ‘1726217406467’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                                  ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:13: error: narrowing conversion of ‘2174897647073’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:31: error: narrowing conversion of ‘2740199326961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:49: error: narrowing conversion of ‘3452434812973’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:67: error: narrowing conversion of ‘4349795294267’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                                   ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:13: error: narrowing conversion of ‘5480398654009’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:31: error: narrowing conversion of ‘6904869625999’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:49: error: narrowing conversion of ‘8699590588571’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:67: error: narrowing conversion of ‘10960797308051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:13: error: narrowing conversion of ‘13809739252051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:32: error: narrowing conversion of ‘17399181177241’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:51: error: narrowing conversion of ‘21921594616111’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:70: error: narrowing conversion of ‘27619478504183’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:13: error: narrowing conversion of ‘34798362354533’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:32: error: narrowing conversion of ‘43843189232363’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:51: error: narrowing conversion of ‘55238957008387’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:70: error: narrowing conversion of ‘69596724709081’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:13: error: narrowing conversion of ‘87686378464759’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:32: error: narrowing conversion of ‘110477914016779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:52: error: narrowing conversion of ‘139193449418173’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                                    ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:13: error: narrowing conversion of ‘175372756929481’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:33: error: narrowing conversion of ‘220955828033581’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:53: error: narrowing conversion of ‘278386898836457’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:13: error: narrowing conversion of ‘350745513859007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:33: error: narrowing conversion of ‘441911656067171’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:53: error: narrowing conversion of ‘556773797672909’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:13: error: narrowing conversion of ‘701491027718027’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:33: error: narrowing conversion of ‘883823312134381’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:53: error: narrowing conversion of ‘1113547595345903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                                     ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:13: error: narrowing conversion of ‘1402982055436147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:34: error: narrowing conversion of ‘1767646624268779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:55: error: narrowing conversion of ‘2227095190691797’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:13: error: narrowing conversion of ‘2805964110872297’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:34: error: narrowing conversion of ‘3535293248537579’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:55: error: narrowing conversion of ‘4454190381383713’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:13: error: narrowing conversion of ‘5611928221744609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:34: error: narrowing conversion of ‘7070586497075177’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:55: error: narrowing conversion of ‘8908380762767489’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:13: error: narrowing conversion of ‘11223856443489329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:35: error: narrowing conversion of ‘14141172994150357’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:57: error: narrowing conversion of ‘17816761525534927’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:13: error: narrowing conversion of ‘22447712886978529’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:35: error: narrowing conversion of ‘28282345988300791’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:57: error: narrowing conversion of ‘35633523051069991’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:13: error: narrowing conversion of ‘44895425773957261’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:35: error: narrowing conversion of ‘56564691976601587’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:57: error: narrowing conversion of ‘71267046102139967’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:13: error: narrowing conversion of ‘89790851547914507’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:35: error: narrowing conversion of ‘113129383953203213’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:58: error: narrowing conversion of ‘142534092204280003’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                                          ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:13: error: narrowing conversion of ‘179581703095829107’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:36: error: narrowing conversion of ‘226258767906406483’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:59: error: narrowing conversion of ‘285068184408560057’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:13: error: narrowing conversion of ‘359163406191658253’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:36: error: narrowing conversion of ‘452517535812813007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:59: error: narrowing conversion of ‘570136368817120201’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:13: error: narrowing conversion of ‘718326812383316683’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:36: error: narrowing conversion of ‘905035071625626043’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:59: error: narrowing conversion of ‘1140272737634240411’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:13: error: narrowing conversion of ‘1436653624766633509’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:37: error: narrowing conversion of ‘1810070143251252131’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:61: error: narrowing conversion of ‘2280545475268481167’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:13: error: narrowing conversion of ‘2873307249533267101’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:37: error: narrowing conversion of ‘3620140286502504283’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:61: error: narrowing conversion of ‘4561090950536962147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:13: error: narrowing conversion of ‘5746614499066534157’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:37: error: narrowing conversion of ‘7240280573005008577’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:61: error: narrowing conversion of ‘9122181901073924329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:13: error: narrowing conversion of ‘11493228998133068689’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:38: error: narrowing conversion of ‘14480561146010017169’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:63: error: narrowing conversion of ‘18446744073709551557’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:7:
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘std::vector<T> SZ3::XtcBasedEncoder<T>::decode(const unsigned char*&, size_t) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:77:41:   required from ‘T* SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::decompress(const SZ3::Config&, const SZ3::uchar*, size_t, T*) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; SZ3::uchar = unsigned char; size_t = unsigned int]’
   77 |         auto quant_inds = encoder.decode(bufferPos, quant_inds_size);
      |                           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:59:19:   required from ‘void SZ3::SZ_decompress_bioMDXtcBased(const Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   59 |     sz->decompress(conf, cmpData, cmpSize, decData);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:97:42:   required from ‘void SZ3::SZ_decompress_dispatcher(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   97 |         SZ_decompress_bioMDXtcBased<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:29:39:   required from ‘void SZ3::SZ_decompress_impl(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   29 |         SZ_decompress_dispatcher<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:147:33:   required from ‘void SZ_decompress(SZ3::Config&, const char*, size_t, T*&) [with T = float; size_t = unsigned int]’
  147 |         SZ_decompress_impl<T, 1>(config, cmpDataPos, cmpDataSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp:81:29:   required from here
   81 |         SZ_decompress<float>(conf, reinterpret_cast<char *>(bytes), byteLength, dec_data);
      |         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:596:34: warning: cast from ‘const unsigned char*’ to ‘const int*’ increases required alignment of target type [-Wcast-align]
  596 |         const int *inputIntPtr = reinterpret_cast<const int *>(inputBytesPointer);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:651:26: warning: cast from ‘const int*’ to ‘const uint64_t*’ {aka ‘const long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  651 |         buffer.index = *(reinterpret_cast<const uint64_t *>(inputIntPtr));
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:675:29: warning: cast from ‘unsigned char*’ to ‘int*’ increases required alignment of target type [-Wcast-align]
  675 |         int *intOutputPtr = reinterpret_cast<int *>(charOutputPtr);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘size_t SZ3::XtcBasedEncoder<T>::encode(const std::vector<T>&, unsigned char*&) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:56:23:   required from ‘size_t SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::compress(const SZ3::Config&, T*, SZ3::uchar*, size_t) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; size_t = unsigned int; SZ3::uchar = unsigned char]’
   56 |         encoder.encode(quant_inds, buffer_pos);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:49:24:   required from ‘size_t SZ3::SZ_compress_bioMDXtcBased(Config&, T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   49 |     return sz->compress(conf, data, cmpData, cmpCap);
      |            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:39:55:   required from ‘size_t SZ3::SZ_compress_dispatcher(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   39 |                 return SZ_compress_bioMDXtcBased<T, N>(conf, dataCopy.data(), cmpData, cmpCap);
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:17:44:   required from ‘size_t SZ3::SZ_compress_impl(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   17 |         return SZ_compress_dispatcher<T, N>(conf, data, cmpData, cmpCap);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:63:45:   required from ‘size_t SZ_compress(const SZ3::Config&, const T*, char*, size_t) [with T = float; size_t = unsigned int]’
   63 |         cmpDataSize = SZ_compress_impl<T, 1>(conf, data, cmpDataPos, cmpDataCap);
      |                       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:99:26:   required from ‘char* SZ_compress(const SZ3::Config&, const T*, size_t&) [with T = float; size_t = unsigned int]’
   99 |     cmpSize = SZ_compress(config, data, buffer, bufferLen);
      |               ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp:45:73:   required from here
   45 |         cmpr_data = reinterpret_cast<unsigned char *>(SZ_compress<float>(conf, static_cast<float *>(data), *outSize));
      |                                                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:327:38: warning: cast from ‘unsigned char*’ to ‘unsigned int*’ increases required alignment of target type [-Wcast-align]
  327 |         unsigned int *intOutputPtr = reinterpret_cast<unsigned int *>(charOutputPtr);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:548:11: warning: cast from ‘unsigned int*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  548 |         *(reinterpret_cast<uint64_t *>(intOutputPtr)) = buffer.index;
      |          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distcc[1207] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3c/src/sz3c.cpp on localhost failed
[8/28] Building CXX object tools/sz3/CMakeFiles/sz3.dir/sz3.cpp.o
FAILED: [code=1] tools/sz3/CMakeFiles/sz3.dir/sz3.cpp.o 
/usr/lib/distcc/bin/c++ -DSZ3_DEBUG_TIMINGS=0 -DSZ3_ENABLE_GSL -DSZ3_USE_SKA_HASH=1 -I/build/sz/src/SZ3-3.3.2/include -I/build/sz/src/build/include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wreorder -Wsign-compare -Wsuggest-override -Wold-style-cast -Wcast-qual -Wextra-semi -Wnon-virtual-dtor -Wcast-align -Wunused-variable -fopenmp -MD -MT tools/sz3/CMakeFiles/sz3.dir/sz3.cpp.o -MF tools/sz3/CMakeFiles/sz3.dir/sz3.cpp.o.d -o tools/sz3/CMakeFiles/sz3.dir/sz3.cpp.o -c /build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp
distcc[1190] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp on 10.3.0.15:3732/8 failed
distcc[1190] (dcc_build_somewhere) Warning: remote compilation of '/build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp' failed, retrying locally
distcc[1190] Warning: failed to distribute /build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp to 10.3.0.15:3732/8, running locally instead
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:7,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:24,
                 from /build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp:5:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp: In member function ‘int SZ3::SZBioMDDecomposition<T, N, Quantizer>::cal_site(T*, std::vector<unsigned int>)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:9: error: ‘ska’ has not been declared [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |         ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:28: error: expected primary-expression before ‘int’ [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |                            ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:111:13: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  111 |             frequency[sites[i]]++;
      |             ^~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:115:31: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  115 |         for (const auto &kv : frequency) {
      |                               ^~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/unordered_map.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/encoder/HuffmanEncoderV2.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:10:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘int8_t ska::detailv3::log2(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:226:20: warning: right shift count >= width of type [-Wshift-count-overflow]
  226 |     value |= value >> 32;
      |              ~~~~~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘size_t ska::detailv3::next_power_of_two(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:261:12: warning: right shift count >= width of type [-Wshift-count-overflow]
  261 |     i |= i >> 32;
      |          ~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In member function ‘size_t (* ska::prime_number_hash_policy::next_size_over(size_t&) const)(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:58: error: narrowing conversion of ‘5351951779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                          ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:73: error: narrowing conversion of ‘6743036717’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                                         ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:13: error: narrowing conversion of ‘8495693897’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |             ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:28: error: narrowing conversion of ‘10703903591’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:44: error: narrowing conversion of ‘13486073473’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:60: error: narrowing conversion of ‘16991387857’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:13: error: narrowing conversion of ‘21407807219’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:29: error: narrowing conversion of ‘26972146961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:45: error: narrowing conversion of ‘33982775741’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:61: error: narrowing conversion of ‘42815614441’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:13: error: narrowing conversion of ‘53944293929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:29: error: narrowing conversion of ‘67965551447’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:45: error: narrowing conversion of ‘85631228929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:61: error: narrowing conversion of ‘107888587883’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                                             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:13: error: narrowing conversion of ‘135931102921’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:30: error: narrowing conversion of ‘171262457903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:47: error: narrowing conversion of ‘215777175787’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:64: error: narrowing conversion of ‘271862205833’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:13: error: narrowing conversion of ‘342524915839’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:30: error: narrowing conversion of ‘431554351609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:47: error: narrowing conversion of ‘543724411781’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:64: error: narrowing conversion of ‘685049831731’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:13: error: narrowing conversion of ‘863108703229’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:30: error: narrowing conversion of ‘1087448823553’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                              ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:48: error: narrowing conversion of ‘1370099663459’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:66: error: narrowing conversion of ‘1726217406467’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                                  ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:13: error: narrowing conversion of ‘2174897647073’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:31: error: narrowing conversion of ‘2740199326961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:49: error: narrowing conversion of ‘3452434812973’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:67: error: narrowing conversion of ‘4349795294267’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                                   ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:13: error: narrowing conversion of ‘5480398654009’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:31: error: narrowing conversion of ‘6904869625999’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:49: error: narrowing conversion of ‘8699590588571’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:67: error: narrowing conversion of ‘10960797308051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:13: error: narrowing conversion of ‘13809739252051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:32: error: narrowing conversion of ‘17399181177241’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:51: error: narrowing conversion of ‘21921594616111’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:70: error: narrowing conversion of ‘27619478504183’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:13: error: narrowing conversion of ‘34798362354533’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:32: error: narrowing conversion of ‘43843189232363’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:51: error: narrowing conversion of ‘55238957008387’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:70: error: narrowing conversion of ‘69596724709081’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:13: error: narrowing conversion of ‘87686378464759’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:32: error: narrowing conversion of ‘110477914016779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:52: error: narrowing conversion of ‘139193449418173’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                                    ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:13: error: narrowing conversion of ‘175372756929481’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:33: error: narrowing conversion of ‘220955828033581’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:53: error: narrowing conversion of ‘278386898836457’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:13: error: narrowing conversion of ‘350745513859007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:33: error: narrowing conversion of ‘441911656067171’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:53: error: narrowing conversion of ‘556773797672909’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:13: error: narrowing conversion of ‘701491027718027’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:33: error: narrowing conversion of ‘883823312134381’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:53: error: narrowing conversion of ‘1113547595345903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                                     ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:13: error: narrowing conversion of ‘1402982055436147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:34: error: narrowing conversion of ‘1767646624268779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:55: error: narrowing conversion of ‘2227095190691797’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:13: error: narrowing conversion of ‘2805964110872297’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:34: error: narrowing conversion of ‘3535293248537579’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:55: error: narrowing conversion of ‘4454190381383713’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:13: error: narrowing conversion of ‘5611928221744609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:34: error: narrowing conversion of ‘7070586497075177’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:55: error: narrowing conversion of ‘8908380762767489’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:13: error: narrowing conversion of ‘11223856443489329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:35: error: narrowing conversion of ‘14141172994150357’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:57: error: narrowing conversion of ‘17816761525534927’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:13: error: narrowing conversion of ‘22447712886978529’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:35: error: narrowing conversion of ‘28282345988300791’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:57: error: narrowing conversion of ‘35633523051069991’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:13: error: narrowing conversion of ‘44895425773957261’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:35: error: narrowing conversion of ‘56564691976601587’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:57: error: narrowing conversion of ‘71267046102139967’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:13: error: narrowing conversion of ‘89790851547914507’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:35: error: narrowing conversion of ‘113129383953203213’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:58: error: narrowing conversion of ‘142534092204280003’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                                          ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:13: error: narrowing conversion of ‘179581703095829107’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:36: error: narrowing conversion of ‘226258767906406483’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:59: error: narrowing conversion of ‘285068184408560057’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:13: error: narrowing conversion of ‘359163406191658253’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:36: error: narrowing conversion of ‘452517535812813007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:59: error: narrowing conversion of ‘570136368817120201’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:13: error: narrowing conversion of ‘718326812383316683’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:36: error: narrowing conversion of ‘905035071625626043’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:59: error: narrowing conversion of ‘1140272737634240411’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:13: error: narrowing conversion of ‘1436653624766633509’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:37: error: narrowing conversion of ‘1810070143251252131’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:61: error: narrowing conversion of ‘2280545475268481167’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:13: error: narrowing conversion of ‘2873307249533267101’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:37: error: narrowing conversion of ‘3620140286502504283’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:61: error: narrowing conversion of ‘4561090950536962147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:13: error: narrowing conversion of ‘5746614499066534157’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:37: error: narrowing conversion of ‘7240280573005008577’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:61: error: narrowing conversion of ‘9122181901073924329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:13: error: narrowing conversion of ‘11493228998133068689’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:38: error: narrowing conversion of ‘14480561146010017169’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:63: error: narrowing conversion of ‘18446744073709551557’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:7:
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘size_t SZ3::XtcBasedEncoder<T>::encode(const std::vector<T>&, unsigned char*&) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:56:23:   required from ‘size_t SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::compress(const SZ3::Config&, T*, SZ3::uchar*, size_t) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; size_t = unsigned int; SZ3::uchar = unsigned char]’
   56 |         encoder.encode(quant_inds, buffer_pos);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:49:24:   required from ‘size_t SZ3::SZ_compress_bioMDXtcBased(Config&, T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   49 |     return sz->compress(conf, data, cmpData, cmpCap);
      |            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:39:55:   required from ‘size_t SZ3::SZ_compress_dispatcher(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   39 |                 return SZ_compress_bioMDXtcBased<T, N>(conf, dataCopy.data(), cmpData, cmpCap);
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:17:44:   required from ‘size_t SZ3::SZ_compress_impl(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   17 |         return SZ_compress_dispatcher<T, N>(conf, data, cmpData, cmpCap);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:63:45:   required from ‘size_t SZ_compress(const SZ3::Config&, const T*, char*, size_t) [with T = float; size_t = unsigned int]’
   63 |         cmpDataSize = SZ_compress_impl<T, 1>(conf, data, cmpDataPos, cmpDataCap);
      |                       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp:137:36:   required from ‘void compress(char*, char*, SZ3::Config&) [with T = float]’
  137 |     size_t outSize = SZ_compress<T>(conf, data, bytes, bytesCap);
      |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp:454:28:   required from here
  454 |             compress<float>(inPath, cmpPath, conf);
      |             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:327:38: warning: cast from ‘unsigned char*’ to ‘unsigned int*’ increases required alignment of target type [-Wcast-align]
  327 |         unsigned int *intOutputPtr = reinterpret_cast<unsigned int *>(charOutputPtr);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:548:11: warning: cast from ‘unsigned int*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  548 |         *(reinterpret_cast<uint64_t *>(intOutputPtr)) = buffer.index;
      |          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘std::vector<T> SZ3::XtcBasedEncoder<T>::decode(const unsigned char*&, size_t) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:77:41:   required from ‘T* SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::decompress(const SZ3::Config&, const SZ3::uchar*, size_t, T*) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; SZ3::uchar = unsigned char; size_t = unsigned int]’
   77 |         auto quant_inds = encoder.decode(bufferPos, quant_inds_size);
      |                           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:59:19:   required from ‘void SZ3::SZ_decompress_bioMDXtcBased(const Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   59 |     sz->decompress(conf, cmpData, cmpSize, decData);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:97:42:   required from ‘void SZ3::SZ_decompress_dispatcher(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   97 |         SZ_decompress_bioMDXtcBased<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:29:39:   required from ‘void SZ3::SZ_decompress_impl(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   29 |         SZ_decompress_dispatcher<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:147:33:   required from ‘void SZ_decompress(SZ3::Config&, const char*, size_t, T*&) [with T = float; size_t = unsigned int]’
  147 |         SZ_decompress_impl<T, 1>(config, cmpDataPos, cmpDataSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:175:21:   required from ‘T* SZ_decompress(SZ3::Config&, const char*, size_t) [with T = float; size_t = unsigned int]’
  175 |     SZ_decompress<T>(config, cmpData, cmpSize, decData);
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp:162:36:   required from ‘void decompress(char*, char*, char*, SZ3::Config&, int, int) [with T = float]’
  162 |     auto decData = SZ_decompress<T>(conf, cmpData.get(), cmpSize);
      |                    ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp:476:30:   required from here
  476 |             decompress<float>(inPath, cmpPath, decPath, conf, binaryOutput, printCmpResults);
      |             ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:596:34: warning: cast from ‘const unsigned char*’ to ‘const int*’ increases required alignment of target type [-Wcast-align]
  596 |         const int *inputIntPtr = reinterpret_cast<const int *>(inputBytesPointer);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:651:26: warning: cast from ‘const int*’ to ‘const uint64_t*’ {aka ‘const long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  651 |         buffer.index = *(reinterpret_cast<const uint64_t *>(inputIntPtr));
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:675:29: warning: cast from ‘unsigned char*’ to ‘int*’ increases required alignment of target type [-Wcast-align]
  675 |         int *intOutputPtr = reinterpret_cast<int *>(charOutputPtr);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distcc[1190] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/sz3/sz3.cpp on localhost failed
[9/28] Building CXX object tools/H5Z-SZ3/CMakeFiles/hdf5sz3.dir/src/H5Z_SZ3.cpp.o
FAILED: [code=1] tools/H5Z-SZ3/CMakeFiles/hdf5sz3.dir/src/H5Z_SZ3.cpp.o 
/usr/lib/distcc/bin/c++ -DH5_BUILT_AS_DYNAMIC_LIB -DSZ3_DEBUG_TIMINGS=0 -DSZ3_ENABLE_GSL -DSZ3_USE_SKA_HASH=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200809L -Dhdf5sz3_EXPORTS -I/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/include -I/build/sz/src/SZ3-3.3.2/include -I/build/sz/src/build/include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wreorder -Wsign-compare -Wsuggest-override -Wold-style-cast -Wcast-qual -Wextra-semi -Wnon-virtual-dtor -Wcast-align -Wunused-variable -fPIC -fopenmp -MD -MT tools/H5Z-SZ3/CMakeFiles/hdf5sz3.dir/src/H5Z_SZ3.cpp.o -MF tools/H5Z-SZ3/CMakeFiles/hdf5sz3.dir/src/H5Z_SZ3.cpp.o.d -o tools/H5Z-SZ3/CMakeFiles/hdf5sz3.dir/src/H5Z_SZ3.cpp.o -c /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp
distcc[1186] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp on 10.3.0.15:3732/8 failed
distcc[1186] (dcc_build_somewhere) Warning: remote compilation of '/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp' failed, retrying locally
distcc[1186] Warning: failed to distribute /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp to 10.3.0.15:3732/8, running locally instead
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:7,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:4,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:24,
                 from /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/include/H5Z_SZ3.hpp:11,
                 from /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp:1:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp: In member function ‘int SZ3::SZBioMDDecomposition<T, N, Quantizer>::cal_site(T*, std::vector<unsigned int>)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:9: error: ‘ska’ has not been declared [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |         ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:109:28: error: expected primary-expression before ‘int’ [-Wtemplate-body]
  109 |         ska::unordered_map<int, size_t> frequency;
      |                            ^~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:111:13: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  111 |             frequency[sites[i]]++;
      |             ^~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/decomposition/SZBioMDDecomposition.hpp:115:31: error: ‘frequency’ was not declared in this scope [-Wtemplate-body]
  115 |         for (const auto &kv : frequency) {
      |                               ^~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/unordered_map.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/encoder/HuffmanEncoderV2.hpp:15,
                 from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:10:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘int8_t ska::detailv3::log2(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:226:20: warning: right shift count >= width of type [-Wshift-count-overflow]
  226 |     value |= value >> 32;
      |              ~~~~~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In function ‘size_t ska::detailv3::next_power_of_two(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:261:12: warning: right shift count >= width of type [-Wshift-count-overflow]
  261 |     i |= i >> 32;
      |          ~~^~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp: In member function ‘size_t (* ska::prime_number_hash_policy::next_size_over(size_t&) const)(size_t)’:
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:58: error: narrowing conversion of ‘5351951779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                          ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1146:73: error: narrowing conversion of ‘6743036717’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1146 |             2675975881llu, 3371518343llu, 4247846927llu, 5351951779llu, 6743036717llu,
      |                                                                         ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:13: error: narrowing conversion of ‘8495693897’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |             ^~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:28: error: narrowing conversion of ‘10703903591’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:44: error: narrowing conversion of ‘13486073473’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1147:60: error: narrowing conversion of ‘16991387857’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1147 |             8495693897llu, 10703903591llu, 13486073473llu, 16991387857llu,
      |                                                            ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:13: error: narrowing conversion of ‘21407807219’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:29: error: narrowing conversion of ‘26972146961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:45: error: narrowing conversion of ‘33982775741’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1148:61: error: narrowing conversion of ‘42815614441’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1148 |             21407807219llu, 26972146961llu, 33982775741llu, 42815614441llu,
      |                                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:13: error: narrowing conversion of ‘53944293929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:29: error: narrowing conversion of ‘67965551447’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:45: error: narrowing conversion of ‘85631228929’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                             ^~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1149:61: error: narrowing conversion of ‘107888587883’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1149 |             53944293929llu, 67965551447llu, 85631228929llu, 107888587883llu,
      |                                                             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:13: error: narrowing conversion of ‘135931102921’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:30: error: narrowing conversion of ‘171262457903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:47: error: narrowing conversion of ‘215777175787’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1150:64: error: narrowing conversion of ‘271862205833’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1150 |             135931102921llu, 171262457903llu, 215777175787llu, 271862205833llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:13: error: narrowing conversion of ‘342524915839’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:30: error: narrowing conversion of ‘431554351609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                              ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:47: error: narrowing conversion of ‘543724411781’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                               ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1151:64: error: narrowing conversion of ‘685049831731’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1151 |             342524915839llu, 431554351609llu, 543724411781llu, 685049831731llu,
      |                                                                ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:13: error: narrowing conversion of ‘863108703229’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |             ^~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:30: error: narrowing conversion of ‘1087448823553’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                              ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:48: error: narrowing conversion of ‘1370099663459’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1152:66: error: narrowing conversion of ‘1726217406467’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1152 |             863108703229llu, 1087448823553llu, 1370099663459llu, 1726217406467llu,
      |                                                                  ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:13: error: narrowing conversion of ‘2174897647073’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:31: error: narrowing conversion of ‘2740199326961’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:49: error: narrowing conversion of ‘3452434812973’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1153:67: error: narrowing conversion of ‘4349795294267’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1153 |             2174897647073llu, 2740199326961llu, 3452434812973llu, 4349795294267llu,
      |                                                                   ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:13: error: narrowing conversion of ‘5480398654009’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |             ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:31: error: narrowing conversion of ‘6904869625999’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                               ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:49: error: narrowing conversion of ‘8699590588571’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                 ^~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1154:67: error: narrowing conversion of ‘10960797308051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1154 |             5480398654009llu, 6904869625999llu, 8699590588571llu, 10960797308051llu,
      |                                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:13: error: narrowing conversion of ‘13809739252051’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:32: error: narrowing conversion of ‘17399181177241’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:51: error: narrowing conversion of ‘21921594616111’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1155:70: error: narrowing conversion of ‘27619478504183’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1155 |             13809739252051llu, 17399181177241llu, 21921594616111llu, 27619478504183llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:13: error: narrowing conversion of ‘34798362354533’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:32: error: narrowing conversion of ‘43843189232363’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:51: error: narrowing conversion of ‘55238957008387’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                   ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1156:70: error: narrowing conversion of ‘69596724709081’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1156 |             34798362354533llu, 43843189232363llu, 55238957008387llu, 69596724709081llu,
      |                                                                      ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:13: error: narrowing conversion of ‘87686378464759’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |             ^~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:32: error: narrowing conversion of ‘110477914016779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1157:52: error: narrowing conversion of ‘139193449418173’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1157 |             87686378464759llu, 110477914016779llu, 139193449418173llu,
      |                                                    ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:13: error: narrowing conversion of ‘175372756929481’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:33: error: narrowing conversion of ‘220955828033581’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1158:53: error: narrowing conversion of ‘278386898836457’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1158 |             175372756929481llu, 220955828033581llu, 278386898836457llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:13: error: narrowing conversion of ‘350745513859007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:33: error: narrowing conversion of ‘441911656067171’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1159:53: error: narrowing conversion of ‘556773797672909’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1159 |             350745513859007llu, 441911656067171llu, 556773797672909llu,
      |                                                     ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:13: error: narrowing conversion of ‘701491027718027’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |             ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:33: error: narrowing conversion of ‘883823312134381’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                 ^~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1160:53: error: narrowing conversion of ‘1113547595345903’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1160 |             701491027718027llu, 883823312134381llu, 1113547595345903llu,
      |                                                     ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:13: error: narrowing conversion of ‘1402982055436147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:34: error: narrowing conversion of ‘1767646624268779’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1161:55: error: narrowing conversion of ‘2227095190691797’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1161 |             1402982055436147llu, 1767646624268779llu, 2227095190691797llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:13: error: narrowing conversion of ‘2805964110872297’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:34: error: narrowing conversion of ‘3535293248537579’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1162:55: error: narrowing conversion of ‘4454190381383713’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1162 |             2805964110872297llu, 3535293248537579llu, 4454190381383713llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:13: error: narrowing conversion of ‘5611928221744609’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |             ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:34: error: narrowing conversion of ‘7070586497075177’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                  ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1163:55: error: narrowing conversion of ‘8908380762767489’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1163 |             5611928221744609llu, 7070586497075177llu, 8908380762767489llu,
      |                                                       ^~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:13: error: narrowing conversion of ‘11223856443489329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:35: error: narrowing conversion of ‘14141172994150357’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1164:57: error: narrowing conversion of ‘17816761525534927’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1164 |             11223856443489329llu, 14141172994150357llu, 17816761525534927llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:13: error: narrowing conversion of ‘22447712886978529’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:35: error: narrowing conversion of ‘28282345988300791’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1165:57: error: narrowing conversion of ‘35633523051069991’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1165 |             22447712886978529llu, 28282345988300791llu, 35633523051069991llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:13: error: narrowing conversion of ‘44895425773957261’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:35: error: narrowing conversion of ‘56564691976601587’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1166:57: error: narrowing conversion of ‘71267046102139967’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1166 |             44895425773957261llu, 56564691976601587llu, 71267046102139967llu,
      |                                                         ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:13: error: narrowing conversion of ‘89790851547914507’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |             ^~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:35: error: narrowing conversion of ‘113129383953203213’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                   ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1167:58: error: narrowing conversion of ‘142534092204280003’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1167 |             89790851547914507llu, 113129383953203213llu, 142534092204280003llu,
      |                                                          ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:13: error: narrowing conversion of ‘179581703095829107’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:36: error: narrowing conversion of ‘226258767906406483’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1168:59: error: narrowing conversion of ‘285068184408560057’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1168 |             179581703095829107llu, 226258767906406483llu, 285068184408560057llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:13: error: narrowing conversion of ‘359163406191658253’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:36: error: narrowing conversion of ‘452517535812813007’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1169:59: error: narrowing conversion of ‘570136368817120201’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1169 |             359163406191658253llu, 452517535812813007llu, 570136368817120201llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:13: error: narrowing conversion of ‘718326812383316683’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |             ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:36: error: narrowing conversion of ‘905035071625626043’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                    ^~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1170:59: error: narrowing conversion of ‘1140272737634240411’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1170 |             718326812383316683llu, 905035071625626043llu, 1140272737634240411llu,
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:13: error: narrowing conversion of ‘1436653624766633509’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:37: error: narrowing conversion of ‘1810070143251252131’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1171:61: error: narrowing conversion of ‘2280545475268481167’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1171 |             1436653624766633509llu, 1810070143251252131llu, 2280545475268481167llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:13: error: narrowing conversion of ‘2873307249533267101’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:37: error: narrowing conversion of ‘3620140286502504283’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1172:61: error: narrowing conversion of ‘4561090950536962147’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1172 |             2873307249533267101llu, 3620140286502504283llu, 4561090950536962147llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:13: error: narrowing conversion of ‘5746614499066534157’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:37: error: narrowing conversion of ‘7240280573005008577’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1173:61: error: narrowing conversion of ‘9122181901073924329’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1173 |             5746614499066534157llu, 7240280573005008577llu, 9122181901073924329llu,
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:13: error: narrowing conversion of ‘11493228998133068689’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:38: error: narrowing conversion of ‘14480561146010017169’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/utils/ska_hash/flat_hash_map.hpp:1174:63: error: narrowing conversion of ‘18446744073709551557’ from ‘long long unsigned int’ to ‘size_t’ {aka ‘unsigned int’} [-Wnarrowing]
 1174 |             11493228998133068689llu, 14480561146010017169llu, 18446744073709551557llu
      |                                                               ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:7:
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘std::vector<T> SZ3::XtcBasedEncoder<T>::decode(const unsigned char*&, size_t) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:77:41:   required from ‘T* SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::decompress(const SZ3::Config&, const SZ3::uchar*, size_t, T*) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; SZ3::uchar = unsigned char; size_t = unsigned int]’
   77 |         auto quant_inds = encoder.decode(bufferPos, quant_inds_size);
      |                           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:59:19:   required from ‘void SZ3::SZ_decompress_bioMDXtcBased(const Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   59 |     sz->decompress(conf, cmpData, cmpSize, decData);
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:97:42:   required from ‘void SZ3::SZ_decompress_dispatcher(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   97 |         SZ_decompress_bioMDXtcBased<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:29:39:   required from ‘void SZ3::SZ_decompress_impl(Config&, const uchar*, size_t, T*) [with T = float; unsigned int N = 1; uchar = unsigned char; size_t = unsigned int]’
   29 |         SZ_decompress_dispatcher<T, N>(conf, cmpData, cmpSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:147:33:   required from ‘void SZ_decompress(SZ3::Config&, const char*, size_t, T*&) [with T = float; size_t = unsigned int]’
  147 |         SZ_decompress_impl<T, 1>(config, cmpDataPos, cmpDataSize, decData);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp:157:22:   required from ‘void process_data(SZ3::Config&, void**, size_t*, size_t, bool) [with T = float; size_t = unsigned int]’
  157 |         SZ_decompress(conf, static_cast<char*>(*buf), nbytes, processedData);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp:197:32:   required from here
  197 |             process_data<float>(conf, buf, buf_size, nbytes, is_decompress);
      |             ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:596:34: warning: cast from ‘const unsigned char*’ to ‘const int*’ increases required alignment of target type [-Wcast-align]
  596 |         const int *inputIntPtr = reinterpret_cast<const int *>(inputBytesPointer);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:651:26: warning: cast from ‘const int*’ to ‘const uint64_t*’ {aka ‘const long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  651 |         buffer.index = *(reinterpret_cast<const uint64_t *>(inputIntPtr));
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:675:29: warning: cast from ‘unsigned char*’ to ‘int*’ increases required alignment of target type [-Wcast-align]
  675 |         int *intOutputPtr = reinterpret_cast<int *>(charOutputPtr);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp: In instantiation of ‘size_t SZ3::XtcBasedEncoder<T>::encode(const std::vector<T>&, unsigned char*&) [with T = int; size_t = unsigned int]’:
/build/sz/src/SZ3-3.3.2/include/SZ3/compressor/SZGenericCompressor.hpp:56:23:   required from ‘size_t SZ3::SZGenericCompressor<T, N, Decomposition, Encoder, Lossless>::compress(const SZ3::Config&, T*, SZ3::uchar*, size_t) [with T = float; unsigned int N = 1; Decomposition = SZ3::SZBioMDXtcDecomposition<float, 1, SZ3::LinearQuantizer<float> >; Encoder = SZ3::XtcBasedEncoder<int>; Lossless = SZ3::Lossless_bypass; size_t = unsigned int; SZ3::uchar = unsigned char]’
   56 |         encoder.encode(quant_inds, buffer_pos);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZAlgoBioMD.hpp:49:24:   required from ‘size_t SZ3::SZ_compress_bioMDXtcBased(Config&, T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   49 |     return sz->compress(conf, data, cmpData, cmpCap);
      |            ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZDispatcher.hpp:39:55:   required from ‘size_t SZ3::SZ_compress_dispatcher(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   39 |                 return SZ_compress_bioMDXtcBased<T, N>(conf, dataCopy.data(), cmpData, cmpCap);
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/impl/SZImpl.hpp:17:44:   required from ‘size_t SZ3::SZ_compress_impl(Config&, const T*, uchar*, size_t) [with T = float; unsigned int N = 1; size_t = unsigned int; uchar = unsigned char]’
   17 |         return SZ_compress_dispatcher<T, N>(conf, data, cmpData, cmpCap);
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/api/sz.hpp:63:45:   required from ‘size_t SZ_compress(const SZ3::Config&, const T*, char*, size_t) [with T = float; size_t = unsigned int]’
   63 |         cmpDataSize = SZ_compress_impl<T, 1>(conf, data, cmpDataPos, cmpDataCap);
      |                       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp:164:32:   required from ‘void process_data(SZ3::Config&, void**, size_t*, size_t, bool) [with T = float; size_t = unsigned int]’
  164 |         *buf_size = SZ_compress(conf, static_cast<T*>(*buf), cmpData, cmpCap);
      |                     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp:197:32:   required from here
  197 |             process_data<float>(conf, buf, buf_size, nbytes, is_decompress);
      |             ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:327:38: warning: cast from ‘unsigned char*’ to ‘unsigned int*’ increases required alignment of target type [-Wcast-align]
  327 |         unsigned int *intOutputPtr = reinterpret_cast<unsigned int *>(charOutputPtr);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/sz/src/SZ3-3.3.2/include/SZ3/encoder/XtcBasedEncoder.hpp:548:11: warning: cast from ‘unsigned int*’ to ‘uint64_t*’ {aka ‘long long unsigned int*’} increases required alignment of target type [-Wcast-align]
  548 |         *(reinterpret_cast<uint64_t *>(intOutputPtr)) = buffer.index;
      |          ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distcc[1186] ERROR: compile /build/sz/src/SZ3-3.3.2/tools/H5Z-SZ3/src/H5Z_SZ3.cpp on localhost failed
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/leming/armv7/leming/build
[?12l[?25h[?12l[?25h