[INFO] fetching crate lsl 0.1.1...
[INFO] checking lsl-0.1.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate lsl 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate lsl 0.1.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate lsl 0.1.1
[INFO] finished tweaking crates.io crate lsl 0.1.1
[INFO] tweaked toml for crates.io crate lsl 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate lsl 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lsl-sys v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5ac2b1a9c53cff2603036ccda1a90132ef6572b117b73e6071238b5f225f13a
[INFO] running `Command { std: "docker" "start" "-a" "a5ac2b1a9c53cff2603036ccda1a90132ef6572b117b73e6071238b5f225f13a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5ac2b1a9c53cff2603036ccda1a90132ef6572b117b73e6071238b5f225f13a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5ac2b1a9c53cff2603036ccda1a90132ef6572b117b73e6071238b5f225f13a", kill_on_drop: false }`
[INFO] [stdout] a5ac2b1a9c53cff2603036ccda1a90132ef6572b117b73e6071238b5f225f13a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1db2c27ddb13b194ecb9ed16b05a43fcc5b58102c17f5f093b4c31671185ab3c
[INFO] running `Command { std: "docker" "start" "-a" "1db2c27ddb13b194ecb9ed16b05a43fcc5b58102c17f5f093b4c31671185ab3c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling cc v1.0.61
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]     Checking ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling cmake v0.1.44
[INFO] [stderr]    Compiling lsl-sys v0.1.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr] error: failed to run custom build command for `lsl-sys v0.1.1`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/lsl-sys-82e4b90ec7793655/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/lsl-sys-38efd9d2d063dfe7/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl" "-DLSL_NO_FANCY_LIBNAME=ON" "-DLSL_BUILD_STATIC=ON" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/lsl-sys-38efd9d2d063dfe7/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Found Git: /usr/bin/git (found version "2.34.1") 
[INFO] [stderr]   -- Git version information: /
[INFO] [stderr]   -- Looking for pthread.h
[INFO] [stderr]   -- Looking for pthread.h - found
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
[INFO] [stderr]   -- Found Threads: TRUE  
[INFO] [stderr]   -- Included LSL CMake helpers, rev. 12, /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/cmake
[INFO] [stderr]   -- Installing Components: liblsl
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/lsl-sys-38efd9d2d063dfe7/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/lsl-sys-38efd9d2d063dfe7/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "Debug" "--"
[INFO] [stderr]   [  4%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/atomic/src/lockpool.cpp.o
[INFO] [stderr]   [  4%] Building CXX object CMakeFiles/lslboost.dir/lslboost/asio_objects.cpp.o
[INFO] [stderr]   [  6%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/archive_exception.cpp.o
[INFO] [stderr]   [  8%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/chrono/src/chrono.cpp.o
[INFO] [stderr]   [ 12%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/basic_iserializer.cpp.o
[INFO] [stderr]   [ 14%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/basic_archive.cpp.o
[INFO] [stderr]   [ 17%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/basic_oarchive.cpp.o
[INFO] [stderr]   [ 17%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/basic_iarchive.cpp.o
[INFO] [stderr]   [ 19%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/basic_oserializer.cpp.o
[INFO] [stderr]   [ 21%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/basic_serializer_map.cpp.o
[INFO] [stderr]   [ 23%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/extended_type_info.cpp.o
[INFO] [stderr]   [ 25%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/extended_type_info_typeid.cpp.o
[INFO] [stderr]   [ 27%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/serialization/src/void_cast.cpp.o
[INFO] [stderr]   [ 29%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/thread/src/pthread/once.cpp.o
[INFO] [stderr]   [ 31%] Building CXX object CMakeFiles/lslboost.dir/lslboost/libs/thread/src/pthread/thread.cpp.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   In file included from /usr/include/pthread.h:33,
[INFO] [stderr]                    from /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h:35,
[INFO] [stderr]                    from /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h:148,
[INFO] [stderr]                    from /usr/include/c++/11/ext/atomicity.h:35,
[INFO] [stderr]                    from /usr/include/c++/11/bits/basic_string.h:39,
[INFO] [stderr]                    from /usr/include/c++/11/string:55,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/thread/exceptions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/thread/pthread/thread_data.hpp:10,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/thread/thread_only.hpp:17,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:11:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/thread/pthread/thread_data.hpp:60:5: error: missing binary operator before token "("
[INFO] [stderr]      60 | #if PTHREAD_STACK_MIN > 0
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::constraint<Model>::failed() [with Model = lslboost::algorithm::FinderConcept<lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:77:13:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:47:52: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      47 |     static void failed() { ((Model*)0)->constraints(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:26,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/concept.hpp:40:18: note: in a call to non-static member function 'void lslboost::algorithm::FinderConcept<FinderT, IteratorT>::constraints() [with FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >; IteratorT = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]      40 |             void constraints()
[INFO] [stderr]         |                  ^~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::CopyConstructible<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:167:5:   required from 'struct lslboost::CopyConstructible<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:125:16:   required from 'struct lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::CopyConstructible<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag> >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5:   required from 'struct lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag> >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag> >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   required from 'struct lslboost::concepts::requirement_<void (*)(lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>)>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_concepts.hpp:114:7:   [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_concepts.hpp:114:7:   required from 'struct lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::Convertible<X, Y>::~Convertible() [with X = lslboost::iterators::random_access_traversal_tag; Y = lslboost::iterators::incrementable_traversal_tag]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     208 |     BOOST_CONCEPT_USAGE(Convertible) {
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:136:13:   required from 'struct lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::EqualityComparable<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:233:5:   required from 'struct lslboost::EqualityComparable<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::EqualityComparable<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag> >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5:   required from 'struct lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag> >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag> >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   required from 'struct lslboost::concepts::requirement_<void (*)(lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>)>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:152:13:   [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:152:13:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   required from 'struct lslboost::concepts::requirement_<void (*)(lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >)>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:278:9:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::Convertible<X, Y>::~Convertible() [with X = lslboost::iterators::random_access_traversal_tag; Y = lslboost::iterators::single_pass_traversal_tag]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     208 |     BOOST_CONCEPT_USAGE(Convertible) {
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:158:13:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   required from 'struct lslboost::concepts::requirement_<void (*)(lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >)>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:278:9:   [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:278:9:   required from 'struct lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   required from 'struct lslboost::concepts::requirement_<void (*)(lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >)>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/algorithm/equal.hpp:174:13:   [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::range_detail::SinglePassIteratorConcept<Iterator>::~SinglePassIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:158:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     158 |             BOOST_CONCEPT_USAGE(SinglePassIteratorConcept)
[INFO] [stderr]         |             ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:284:9:   required from 'struct lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   required from 'struct lslboost::concepts::requirement_<void (*)(lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >)>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/algorithm/equal.hpp:174:13:   [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:5: note: in a call to non-static member function 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |     ^
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/assert.hpp:35,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp: In instantiation of 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/algorithm/equal.hpp:174:13:   required from 'bool lslboost::range::equal(const SinglePassRange1&, const SinglePassRange2&) [with SinglePassRange1 = lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; SinglePassRange2 = lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:646:35:   required from 'bool lslboost::operator==(const lslboost::iterator_range<IteratorT>&, const lslboost::iterator_range<Iterator2T>&) [with Iterator1T = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; Iterator2T = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/find_iterator.hpp:333:32:   required from 'bool lslboost::algorithm::split_iterator<IteratorT>::equal(const lslboost::algorithm::split_iterator<IteratorT>&) const [with IteratorT = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:568:26:   required from 'static bool lslboost::iterators::iterator_core_access::equal(const Facade1&, const Facade2&, mpl_::true_) [with Facade1 = lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; Facade2 = lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; mpl_::true_ = mpl_::bool_<true>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:900:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator==(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; V1 = const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >&; Difference1 = long int; Derived2 = lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; V2 = const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >&; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_adaptor.hpp:305:29:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      39 |     static void failed() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                            ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:31,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size_type.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/size.hpp:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/functions.hpp:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/iterator_range_core.hpp:38,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:16,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:34:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::SinglePassRangeConcept<T>::~SinglePassRangeConcept() [with T = const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:284:9: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     284 |         BOOST_CONCEPT_USAGE(SinglePassRangeConcept)
[INFO] [stderr]         |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::CopyConstructible<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::CopyConstructible<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:167:5:   required from 'struct lslboost::CopyConstructible<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:125:16:   required from 'struct lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::CopyConstructible<TT>::~CopyConstructible() [with TT = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:167:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     167 |     BOOST_CONCEPT_USAGE(CopyConstructible) {
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5:   required from 'struct lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag> >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::incrementable_traversal_tag> >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::Convertible<X, Y>::~Convertible() [with X = lslboost::iterators::random_access_traversal_tag; Y = lslboost::iterators::incrementable_traversal_tag]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     208 |     BOOST_CONCEPT_USAGE(Convertible) {
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:136:13:   required from 'struct lslboost::range_detail::IncrementableIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::range_detail::IncrementableIteratorConcept<Iterator>::~IncrementableIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:136:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     136 |             BOOST_CONCEPT_USAGE(IncrementableIteratorConcept)
[INFO] [stderr]         |             ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::EqualityComparable<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::EqualityComparable<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:233:5:   required from 'struct lslboost::EqualityComparable<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:147:16:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::EqualityComparable<TT>::~EqualityComparable() [with TT = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:233:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     233 |     BOOST_CONCEPT_USAGE(EqualityComparable) {
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5:   required from 'struct lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag> >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::Convertible<lslboost::iterators::random_access_traversal_tag, lslboost::iterators::single_pass_traversal_tag> >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::Convertible<X, Y>::~Convertible() [with X = lslboost::iterators::random_access_traversal_tag; Y = lslboost::iterators::single_pass_traversal_tag]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept_check.hpp:208:5: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     208 |     BOOST_CONCEPT_USAGE(Convertible) {
[INFO] [stderr]         |     ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:158:13:   required from 'struct lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::range_detail::SinglePassIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::range_detail::SinglePassIteratorConcept<Iterator>::~SinglePassIteratorConcept() [with Iterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:158:13: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     158 |             BOOST_CONCEPT_USAGE(SinglePassIteratorConcept)
[INFO] [stderr]         |             ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp: In instantiation of 'lslboost::concepts::usage_requirements<Model>::~usage_requirements() [with Model = lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:39:47:   required from 'static void lslboost::concepts::requirement<lslboost::concepts::failed************ Model::************>::failed() [with Model = lslboost::concepts::usage_requirements<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:284:9:   required from 'struct lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:32:62:   required by substitution of 'template<class Model> lslboost::concepts::detail::yes lslboost::concepts::detail::has_constraints_(Model*, lslboost::concepts::detail::wrap_constraints<Model, (& Model::constraints)>*) [with Model = lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:42:5:   required from 'const bool lslboost::concepts::not_satisfied<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >::value'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/has_constraints.hpp:45:54:   required from 'struct lslboost::concepts::not_satisfied<lslboost::SinglePassRangeConcept<const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > > > >'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/detail/general.hpp:51:8:   [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/iterator/iterator_facade.hpp:901:3:   required from 'typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type lslboost::iterators::operator!=(const lslboost::iterators::iterator_facade<Derived1, V1, TC1, Reference1, Difference1>&, const lslboost::iterators::iterator_facade<Derived2, V2, TC2, Reference2, Difference2>&) [with Derived1 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V1 = std::__cxx11::basic_string<char>; TC1 = lslboost::iterators::forward_traversal_tag; Reference1 = std::__cxx11::basic_string<char>; Difference1 = long int; Derived2 = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; V2 = std::__cxx11::basic_string<char>; TC2 = lslboost::iterators::forward_traversal_tag; Reference2 = std::__cxx11::basic_string<char>; Difference2 = long int; typename lslboost::iterators::detail::enable_if_interoperable<Derived1, Derived2, typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type>::type = bool; typename lslboost::mpl::apply2<lslboost::iterators::detail::always_bool2, Derived1, Derived2>::type = bool]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:1562:21:   required from 'void std::vector<_Tp, _Alloc>::_M_range_initialize(_InputIterator, _InputIterator, std::input_iterator_tag) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /usr/include/c++/11/bits/stl_vector.h:657:23:   required from 'std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = lslboost::iterators::transform_iterator<lslboost::algorithm::detail::copy_iterator_rangeF<std::__cxx11::basic_string<char>, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::algorithm::split_iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >, lslboost::iterators::use_default, lslboost::iterators::use_default>; <template-parameter-2-2> = void; _Tp = std::__cxx11::basic_string<char>; _Alloc = std::allocator<std::__cxx11::basic_string<char> >; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<std::__cxx11::basic_string<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/iter_find.hpp:178:31:   required from 'SequenceSequenceT& lslboost::algorithm::iter_split(SequenceSequenceT&, RangeT&, FinderT) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; FinderT = lslboost::algorithm::detail::token_finderF<lslboost::algorithm::detail::is_any_ofF<char> >]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/algorithm/string/split.hpp:146:53:   required from 'SequenceSequenceT& lslboost::algorithm::split(SequenceSequenceT&, RangeT&, PredicateT, lslboost::algorithm::token_compress_mode_type) [with SequenceSequenceT = std::vector<std::__cxx11::basic_string<char> >; RangeT = std::__cxx11::basic_string<char>; PredicateT = lslboost::algorithm::detail::is_any_ofF<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/libs/thread/src/pthread/thread.cpp:537:32:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:16:48: warning: 'this' pointer is null [-Wnonnull]
[INFO] [stderr]      16 |     ~usage_requirements() { ((Model*)0)->~Model(); }
[INFO] [stderr]         |                             ~~~~~~~~~~~~~~~~~~~^~
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/concept/usage.hpp:30:7: note: in a call to non-static member function 'lslboost::SinglePassRangeConcept<T>::~SinglePassRangeConcept() [with T = const lslboost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> > >]'
[INFO] [stderr]      30 |       ~model()
[INFO] [stderr]         |       ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lsl-sys-0.1.1/liblsl/lslboost/boost/range/concepts.hpp:284:9: note: in expansion of macro 'BOOST_CONCEPT_USAGE'
[INFO] [stderr]     284 |         BOOST_CONCEPT_USAGE(SinglePassRangeConcept)
[INFO] [stderr]         |         ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/lslboost.dir/build.make:272: CMakeFiles/lslboost.dir/lslboost/libs/thread/src/pthread/thread.cpp.o] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:119: CMakeFiles/lslboost.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:156: all] Error 2
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.44/src/lib.rs:885:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55eab52971b5 - std::backtrace_rs::backtrace::libunwind::trace::hf6d84d188eed4942
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x55eab52971b5 - std::backtrace_rs::backtrace::trace_unsynchronized::hb841ab02b27b2a81
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55eab52971b5 - std::sys_common::backtrace::_print_fmt::h7d09263e980d2dc2
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x55eab52971b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h8710a3386e66dc13
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x55eab52ba56b - core::fmt::rt::Argument::fmt::h56356193ea14b69e
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x55eab52ba56b - core::fmt::write::ha8a35e57fe29df69
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/fmt/mod.rs:1157:21
[INFO] [stderr]      6:     0x55eab529480f - std::io::Write::write_fmt::h070417d35cbd0295
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/io/mod.rs:1832:15
[INFO] [stderr]      7:     0x55eab5296f8e - std::sys_common::backtrace::_print::h98c81ef11000e712
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x55eab5296f8e - std::sys_common::backtrace::print::hb4fda26b0eb411fc
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x55eab5298469 - std::panicking::default_hook::{{closure}}::h58b999a8a8b72663
[INFO] [stderr]     10:     0x55eab52981ad - std::panicking::default_hook::h9ee81ffa3eaff881
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x55eab5298903 - std::panicking::rust_panic_with_hook::h7cf1f420e89ee254
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:795:13
[INFO] [stderr]     12:     0x55eab52987e4 - std::panicking::begin_panic_handler::{{closure}}::h1e92862156407829
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:664:13
[INFO] [stderr]     13:     0x55eab5297679 - std::sys_common::backtrace::__rust_end_short_backtrace::hdb9396439049b139
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x55eab5298517 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:652:5
[INFO] [stderr]     15:     0x55eab522f083 - core::panicking::panic_fmt::hb6b8317cb2c3be4c
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x55eab523a229 - cmake::fail::hd574eec1bc484404
[INFO] [stderr]     17:     0x55eab5239958 - cmake::run::hd6925a0a1b47a4b3
[INFO] [stderr]     18:     0x55eab5236d77 - cmake::Config::build::h58123ab7bd85464b
[INFO] [stderr]     19:     0x55eab5230aeb - build_script_build::build_liblsl::hbc77b2434fd74bce
[INFO] [stderr]     20:     0x55eab52308c6 - build_script_build::main::h6d65197d397f2fc3
[INFO] [stderr]     21:     0x55eab522fab3 - core::ops::function::FnOnce::call_once::h74b54a1f2bcb9e1e
[INFO] [stderr]     22:     0x55eab522f7c6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hbe54fa30d948726b
[INFO] [stderr]     23:     0x55eab522f819 - std::rt::lang_start::{{closure}}::h99ef550d4ae5af08
[INFO] [stderr]     24:     0x55eab5290a16 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hed2c947f9885a74b
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     25:     0x55eab5290a16 - std::panicking::try::do_call::hb89329b1c9c22cc4
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:559:40
[INFO] [stderr]     26:     0x55eab5290a16 - std::panicking::try::h32506f612ff970ae
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:523:19
[INFO] [stderr]     27:     0x55eab5290a16 - std::panic::catch_unwind::hb921c12c6fd21966
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panic.rs:149:14
[INFO] [stderr]     28:     0x55eab5290a16 - std::rt::lang_start_internal::{{closure}}::h525d7c9c8d9957db
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/rt.rs:141:48
[INFO] [stderr]     29:     0x55eab5290a16 - std::panicking::try::do_call::hc05b1198989502ae
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:559:40
[INFO] [stderr]     30:     0x55eab5290a16 - std::panicking::try::h4ecd1dd6f6f1e3ba
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:523:19
[INFO] [stderr]     31:     0x55eab5290a16 - std::panic::catch_unwind::h92b0390d9e8eb6ea
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panic.rs:149:14
[INFO] [stderr]     32:     0x55eab5290a16 - std::rt::lang_start_internal::he4964f7a9f7ed816
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/rt.rs:141:20
[INFO] [stderr]     33:     0x55eab522f7f7 - std::rt::lang_start::h916ef5bc770b9714
[INFO] [stderr]     34:     0x55eab5231085 - main
[INFO] [stderr]     35:     0x7f43ef17ed90 - <unknown>
[INFO] [stderr]     36:     0x7f43ef17ee40 - __libc_start_main
[INFO] [stderr]     37:     0x55eab522f6b5 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "1db2c27ddb13b194ecb9ed16b05a43fcc5b58102c17f5f093b4c31671185ab3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1db2c27ddb13b194ecb9ed16b05a43fcc5b58102c17f5f093b4c31671185ab3c", kill_on_drop: false }`
[INFO] [stdout] 1db2c27ddb13b194ecb9ed16b05a43fcc5b58102c17f5f093b4c31671185ab3c
