+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/libime-1.1.5/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/libime-1.1.5/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libime-1.1.5
[  1%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/bhiksha.cc.o
[  2%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/binary_format.cc.o
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/binary_format.cc: In member function 'void lm::ngram::BinaryFormat::FinishFile(const lm::ngram::Config&, lm::ngram::ModelType, unsigned int, const std::vector<long unsigned int>&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/binary_format.cc:261:9: warning: 'void* std::memset(void*, int, size_t)' clearing an object of type 'struct lm::ngram::Parameters' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
  261 |   memset(&params, 0, sizeof(Parameters));
      |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/binary_format.cc:1:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/binary_format.hh:42:8: note: 'struct lm::ngram::Parameters' declared here
   42 | struct Parameters {
      |        ^~~~~~~~~~
[  2%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/config.cc.o
[  3%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/lm_exception.cc.o
[  4%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/model.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/model.hh:13,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/model.cc:1:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
[  4%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/quantize.cc.o
[  5%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/read_arpa.cc.o
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/read_arpa.cc: In function 'void lm::ReadBackoff(util::FilePiece&, float&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/read_arpa.cc:141:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  141 |       ConsumeNewline(in);
      |       ~~~~~~~~~~~~~~^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/read_arpa.cc:143:5: note: here
  143 |     case '\n':
      |     ^~~~
[  6%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/search_hashed.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/model.hh:13,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.cc:6:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.cc: In member function 'void lm::ngram::detail::HashedSearch<Value>::DispatchBuild(util::FilePiece&, const std::vector<long unsigned int>&, const lm::ngram::Config&, const lm::ngram::ProbingVocabulary&, lm::PositiveProbWarn&) [with Value = lm::ngram::BackoffValue]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.cc:244:131: warning: unused parameter 'config' [-Wunused-parameter]
  244 | template <> void HashedSearch<BackoffValue>::DispatchBuild(util::FilePiece &f, const std::vector<uint64_t> &counts, const Config &config, const ProbingVocabulary &vocab, PositiveProbWarn &warn) {
      |                                                                                                                     ~~~~~~~~~~~~~~^~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.cc:1:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.hh: In instantiation of 'lm::ngram::detail::HashedSearch<Value>::Unigram::Unigram(void*, uint64_t) [with Value = lm::ngram::BackoffValue; uint64_t = long unsigned int]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.cc:293:16:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.hh:149:39: warning: unused parameter 'count' [-Wunused-parameter]
  149 |         Unigram(void *start, uint64_t count) :
      |                              ~~~~~~~~~^~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.hh: In instantiation of 'lm::ngram::detail::HashedSearch<Value>::Unigram::Unigram(void*, uint64_t) [with Value = lm::ngram::RestValue; uint64_t = long unsigned int]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.cc:294:16:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_hashed.hh:149:39: warning: unused parameter 'count' [-Wunused-parameter]
[  6%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/search_trie.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:11:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.hh:31:34: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
   31 | class EntryCompare : public std::binary_function<const void*, const void*, bool> {
      |                                  ^~~~~~~~~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/string:49,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/locale_classes.h:40,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/ios_base.h:41,
                 from /opt/tools/gcc13/include/c++/13.3.0/ios:44,
                 from /opt/tools/gcc13/include/c++/13.3.0/ostream:40,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_piece.hh:55,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/fake_ostream.hh:6,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_stream.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/exception.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/lm_exception.hh:6,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/config.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:2:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:12:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:19:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh: At global scope:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:130:86: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  130 | template <class Delegate, class Proxy = SizedProxy> class SizedCompare : public std::binary_function<const Proxy &, const Proxy &, bool> {
      |                                                                                      ^~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:157:71: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  157 | template <class Delegate, unsigned Size> class JustPODDelegate : std::binary_function<const JustPOD<Size> &, const JustPOD<Size> &, bool> {
      |                                                                       ^~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:17:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'Proxy util::ProxyIterator<Proxy>::operator*() const [with Proxy = util::SizedProxy]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:212:15:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:80:38: warning: implicitly-declared 'constexpr util::SizedProxy::SizedProxy(const util::SizedProxy&)' is deprecated [-Wdeprecated-copy]
   80 |     Proxy operator*() const { return p_; }
      |                                      ^~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:90:17: note: because 'util::SizedProxy' has user-provided 'util::SizedProxy& util::SizedProxy::operator=(const util::SizedProxy&)'
   90 |     SizedProxy &operator=(const SizedProxy &from) {
      |                 ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::ProxyIterator(const Proxy&) [with Proxy = util::SizedProxy]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:202:12:   required from 'void util::SizedSort(void*, void*, size_t, const Compare&) [with Compare = lm::ngram::trie::EntryCompare; size_t = long unsigned int]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:157:22:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:48:46: warning: implicitly-declared 'constexpr util::SizedProxy::SizedProxy(const util::SizedProxy&)' is deprecated [-Wdeprecated-copy]
   48 |     explicit ProxyIterator(const Proxy &p) : p_(p) {}
      |                                              ^~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:90:17: note: because 'util::SizedProxy' has user-provided 'util::SizedProxy& util::SizedProxy::operator=(const util::SizedProxy&)'
   90 |     SizedProxy &operator=(const SizedProxy &from) {
      |                 ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator+(std::ptrdiff_t) const [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1859:43:   required from 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1950:31:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::SizedProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:202:11:   required from 'void util::SizedSort(void*, void*, size_t, const Compare&) [with Compare = lm::ngram::trie::EntryCompare; size_t = long unsigned int]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:157:22:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:50: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:84: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator-(std::ptrdiff_t) const [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1897:71:   required from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1931:38:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1947:25:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::SizedProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:202:11:   required from 'void util::SizedSort(void*, void*, size_t, const Compare&) [with Compare = lm::ngram::trie::EntryCompare; size_t = long unsigned int]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/search_trie.cc:157:22:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:50: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:84: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
[  7%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/sizes.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/model.hh:13,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/sizes.cc:2:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
[  8%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/trie.cc.o
[  8%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/trie_sort.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:1:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.hh:31:34: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
   31 | class EntryCompare : public std::binary_function<const void*, const void*, bool> {
      |                                  ^~~~~~~~~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/string:49,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/locale_classes.h:40,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/ios_base.h:41,
                 from /opt/tools/gcc13/include/c++/13.3.0/ios:44,
                 from /opt/tools/gcc13/include/c++/13.3.0/ostream:40,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_piece.hh:55,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/fake_ostream.hh:6,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_stream.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/exception.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/file.hh:4,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.hh:9:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:6:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:13:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh: At global scope:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:130:86: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  130 | template <class Delegate, class Proxy = SizedProxy> class SizedCompare : public std::binary_function<const Proxy &, const Proxy &, bool> {
      |                                                                                      ^~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:157:71: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  157 | template <class Delegate, unsigned Size> class JustPODDelegate : std::binary_function<const JustPOD<Size> &, const JustPOD<Size> &, bool> {
      |                                                                       ^~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc: In function 'FILE* lm::ngram::trie::{anonymous}::WriteContextFile(uint8_t*, uint8_t*, const std::string&, std::size_t, unsigned char)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:104:5: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
  102 |   std::sort
      |   ~~~~~~~~~
  103 | #endif
      | ~~~~~~
  104 |     (context_begin, context_end, util::SizedCompare<EntryCompare, PartialViewProxy>(EntryCompare(order - 1)));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:12:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/algorithm:61,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_piece.hh:85:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4882:32: note:   initializing argument 1 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy>]'
 4882 |     sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
      |          ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:104:5: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
  102 |   std::sort
      |   ~~~~~~~~~
  103 | #endif
      | ~~~~~~
  104 |     (context_begin, context_end, util::SizedCompare<EntryCompare, PartialViewProxy>(EntryCompare(order - 1)));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4882:63: note:   initializing argument 2 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy>]'
 4882 |     sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:110:30: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
  110 |   PartialIter i(context_begin);
      |                              ^
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc: In member function 'void lm::ngram::trie::{anonymous}::ThrowCombine::operator()(std::size_t, unsigned char, const void*, const void*, FILE*) const':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:124:31: warning: unused parameter 'entry_size' [-Wunused-parameter]
  124 |   void operator()(std::size_t entry_size, unsigned char order, const void *first, const void *second, FILE * /*out*/) const {
      |                   ~~~~~~~~~~~~^~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:124:95: warning: unused parameter 'second' [-Wunused-parameter]
  124 |   void operator()(std::size_t entry_size, unsigned char order, const void *first, const void *second, FILE * /*out*/) const {
      |                                                                                   ~~~~~~~~~~~~^~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'Proxy util::ProxyIterator<Proxy>::operator*() const [with Proxy = util::SizedProxy]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:212:15:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:80:38: warning: implicitly-declared 'constexpr util::SizedProxy::SizedProxy(const util::SizedProxy&)' is deprecated [-Wdeprecated-copy]
   80 |     Proxy operator*() const { return p_; }
      |                                      ^~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:90:17: note: because 'util::SizedProxy' has user-provided 'util::SizedProxy& util::SizedProxy::operator=(const util::SizedProxy&)'
   90 |     SizedProxy &operator=(const SizedProxy &from) {
      |                 ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::ProxyIterator(const Proxy&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:96:90:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:48:46: warning: implicitly-declared 'constexpr lm::ngram::trie::{anonymous}::PartialViewProxy::PartialViewProxy(const lm::ngram::trie::{anonymous}::PartialViewProxy&)' is deprecated [-Wdeprecated-copy]
   48 |     explicit ProxyIterator(const Proxy &p) : p_(p) {}
      |                                              ^~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:42:23: note: because 'lm::ngram::trie::{anonymous}::PartialViewProxy' has user-provided 'lm::ngram::trie::{anonymous}::PartialViewProxy& lm::ngram::trie::{anonymous}::PartialViewProxy::operator=(const lm::ngram::trie::{anonymous}::PartialViewProxy&)'
   42 |     PartialViewProxy &operator=(const PartialViewProxy &from) {
      |                       ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::ProxyIterator(const Proxy&) [with Proxy = util::SizedProxy]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:202:12:   required from 'void util::SizedSort(void*, void*, std::size_t, const Compare&) [with Compare = lm::ngram::trie::EntryCompare; std::size_t = long unsigned int]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:282:20:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:48:46: warning: implicitly-declared 'constexpr util::SizedProxy::SizedProxy(const util::SizedProxy&)' is deprecated [-Wdeprecated-copy]
   48 |     explicit ProxyIterator(const Proxy &p) : p_(p) {}
      |                                              ^~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:90:17: note: because 'util::SizedProxy' has user-provided 'util::SizedProxy& util::SizedProxy::operator=(const util::SizedProxy&)'
   90 |     SizedProxy &operator=(const SizedProxy &from) {
      |                 ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator+(std::ptrdiff_t) const [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1859:43:   required from 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1950:31:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:104:5:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:50: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:84: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator-(std::ptrdiff_t) const [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1897:71:   required from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1931:38:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1947:25:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:104:5:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:50: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:84: warning: implicitly-declared 'constexpr util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>::ProxyIterator(const util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy; S = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'Proxy util::ProxyIterator<Proxy>::operator*() const [with Proxy = lm::ngram::trie::{anonymous}::PartialViewProxy]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1822:11:   required from 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1859:25:   required from 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1950:31:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<lm::ngram::trie::{anonymous}::PartialViewProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, lm::ngram::trie::{anonymous}::PartialViewProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:104:5:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:80:38: warning: implicitly-declared 'constexpr lm::ngram::trie::{anonymous}::PartialViewProxy::PartialViewProxy(const lm::ngram::trie::{anonymous}::PartialViewProxy&)' is deprecated [-Wdeprecated-copy]
   80 |     Proxy operator*() const { return p_; }
      |                                      ^~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:42:23: note: because 'lm::ngram::trie::{anonymous}::PartialViewProxy' has user-provided 'lm::ngram::trie::{anonymous}::PartialViewProxy& lm::ngram::trie::{anonymous}::PartialViewProxy::operator=(const lm::ngram::trie::{anonymous}::PartialViewProxy&)'
   42 |     PartialViewProxy &operator=(const PartialViewProxy &from) {
      |                       ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator+(std::ptrdiff_t) const [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1859:43:   required from 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1950:31:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::SizedProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:202:11:   required from 'void util::SizedSort(void*, void*, std::size_t, const Compare&) [with Compare = lm::ngram::trie::EntryCompare; std::size_t = long unsigned int]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:282:20:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:50: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:84: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator-(std::ptrdiff_t) const [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1897:71:   required from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1931:38:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1947:25:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::SizedProxy>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy> >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::SizedProxy>; _Compare = util::SizedCompare<lm::ngram::trie::EntryCompare, util::SizedProxy>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/sized_iterator.hh:202:11:   required from 'void util::SizedSort(void*, void*, std::size_t, const Compare&) [with Compare = lm::ngram::trie::EntryCompare; std::size_t = long unsigned int]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/trie_sort.cc:282:20:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:50: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:84: warning: implicitly-declared 'constexpr util::ProxyIterator<util::SizedProxy>::ProxyIterator(const util::ProxyIterator<util::SizedProxy>&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::SizedProxy>' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::SizedProxy; S = util::ProxyIterator<util::SizedProxy>]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
[  9%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/value_build.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/model.hh:13,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/value_build.cc:3:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
[ 10%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/virtual_interface.cc.o
[ 10%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/lm/vocab.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:1:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:11:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh: At global scope:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:104:68: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
  104 | template <class Proxy, class Less> class LessWrapper : public std::binary_function<const typename Proxy::value_type &, const typename Proxy::value_type &, bool> {
      |                                                                    ^~~~~~~~~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/string:49,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/locale_classes.h:40,
                 from /opt/tools/gcc13/include/c++/13.3.0/bits/ios_base.h:41,
                 from /opt/tools/gcc13/include/c++/13.3.0/ios:44,
                 from /opt/tools/gcc13/include/c++/13.3.0/ostream:40,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_piece.hh:55,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/enumerate_vocab.hh:5,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:4:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc: In member function 'void lm::ngram::SortedVocabulary::SetupMemory(void*, std::size_t, std::size_t, const lm::ngram::Config&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:88:61: warning: unused parameter 'allocated' [-Wunused-parameter]
   88 | void SortedVocabulary::SetupMemory(void *start, std::size_t allocated, std::size_t entries, const Config &config) {
      |                                                 ~~~~~~~~~~~~^~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:88:84: warning: unused parameter 'entries' [-Wunused-parameter]
   88 | void SortedVocabulary::SetupMemory(void *start, std::size_t allocated, std::size_t entries, const Config &config) {
      |                                                                        ~~~~~~~~~~~~^~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:88:107: warning: unused parameter 'config' [-Wunused-parameter]
   88 | void SortedVocabulary::SetupMemory(void *start, std::size_t allocated, std::size_t entries, const Config &config) {
      |                                                                                             ~~~~~~~~~~~~~~^~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh: In instantiation of 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>; Less = std::less<long unsigned int>]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:199:22:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:136:12: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >&)' is deprecated [-Wdeprecated-copy]
  136 |   std::sort(full_begin, full_begin + (key_end - key_begin), less_wrap);
      |   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:8:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
In file included from /opt/tools/gcc13/include/c++/13.3.0/algorithm:61,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/string_piece.hh:85:
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4882:32: note:   initializing argument 1 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; _Compare = util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >, less<long unsigned int> >]'
 4882 |     sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
      |          ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh: In instantiation of 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = lm::ProbBackoff*; Less = std::less<long unsigned int>]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = lm::ProbBackoff*]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:208:20:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:136:12: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >&)' is deprecated [-Wdeprecated-copy]
  136 |   std::sort(full_begin, full_begin + (key_end - key_begin), less_wrap);
      |   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4882:32: note:   initializing argument 1 of 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; _Compare = util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>, less<long unsigned int> >]'
 4882 |     sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
      |          ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator+(std::ptrdiff_t) const [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; std::ptrdiff_t = long int]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:136:36:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>; Less = std::less<long unsigned int>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:199:22:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:50: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:84: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh: In instantiation of 'util::detail::JointProxy<KeyIter, ValueIter>::JointProxy(const util::detail::JointProxy<KeyIter, ValueIter>&) [with KeyIter = long unsigned int*; ValueIter = util::PairedIterator<lm::ProbBackoff*, StringPiece*>]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:31:30:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>; Less = std::less<long unsigned int>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:199:22:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:127:49: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<lm::ProbBackoff*, StringPiece*> >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<lm::ProbBackoff*, StringPiece*> >&)' is deprecated [-Wdeprecated-copy]
  127 | template <class KeyIter, class ValueIter> class PairedIterator : public ProxyIterator<detail::JointProxy<KeyIter, ValueIter> > {
      |                                                 ^~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<lm::ProbBackoff*, StringPiece*> >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<lm::ProbBackoff*, StringPiece*>; S = util::ProxyIterator<util::detail::JointProxy<lm::ProbBackoff*, StringPiece*> >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:19:49: note: synthesized method 'util::PairedIterator<lm::ProbBackoff*, StringPiece*>::PairedIterator(const util::PairedIterator<lm::ProbBackoff*, StringPiece*>&)' first required here
   19 | template <class KeyIter, class ValueIter> class JointIter {
      |                                                 ^~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:67:63: note: synthesized method 'util::detail::JointIter<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >::JointIter(const util::detail::JointIter<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >&)' first required here
   67 |     JointProxy(const JointProxy<KeyIter, ValueIter> &other) : inner_(other.inner_) {}
      |                                                               ^~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator+(std::ptrdiff_t) const [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; std::ptrdiff_t = long int]':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:136:36:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = lm::ProbBackoff*; Less = std::less<long unsigned int>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = lm::ProbBackoff*]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:208:20:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:50: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:71:84: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >&)' is deprecated [-Wdeprecated-copy]
   71 |     S operator+(std::ptrdiff_t amount) const { S ret(*this); ret += amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator-(std::ptrdiff_t) const [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1897:71:   required from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >, less<long unsigned int> > >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1931:38:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >, less<long unsigned int> > >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1947:25:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >, less<long unsigned int> > >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >; _Compare = util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >, less<long unsigned int> >]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:136:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>; Less = std::less<long unsigned int>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = PairedIterator<lm::ProbBackoff*, StringPiece*>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:199:22:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:50: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:84: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> >; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, util::PairedIterator<lm::ProbBackoff*, StringPiece*> > >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh: In instantiation of 'util::ProxyIterator<Proxy>::S util::ProxyIterator<Proxy>::operator-(std::ptrdiff_t) const [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; std::ptrdiff_t = long int]':
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1897:71:   required from '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>, less<long unsigned int> > >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1931:38:   required from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>, less<long unsigned int> > >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:1947:25:   required from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>, less<long unsigned int> > >]'
/opt/tools/gcc13/include/c++/13.3.0/bits/stl_algo.h:4894:18:   required from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >; _Compare = util::detail::LessWrapper<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>, less<long unsigned int> >]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:136:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&, const Less&) [with KeyIter = long unsigned int*; ValueIter = lm::ProbBackoff*; Less = std::less<long unsigned int>]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/joint_sort.hh:141:12:   required from 'void util::JointSort(const KeyIter&, const KeyIter&, const ValueIter&) [with KeyIter = long unsigned int*; ValueIter = lm::ProbBackoff*]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:208:20:   required from 'void lm::ngram::SortedVocabulary::GenericFinished(T*) [with T = lm::ProbBackoff]'
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.cc:128:18:   required from here
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:50: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                  ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:76:84: warning: implicitly-declared 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >::ProxyIterator(const util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >&)' is deprecated [-Wdeprecated-copy]
   76 |     S operator-(std::ptrdiff_t amount) const { S ret(*this); ret -= amount; return ret; }
      |                                                                                    ^~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/../util/proxy_iterator.hh:56:8: note: because 'util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >' has user-provided 'util::ProxyIterator<Proxy>::S& util::ProxyIterator<Proxy>::operator=(const S&) [with Proxy = util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*>; S = util::ProxyIterator<util::detail::JointProxy<long unsigned int*, lm::ProbBackoff*> >]'
   56 |     S &operator=(const S &other) {
      |        ^~~~~~~~
[ 11%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/bit_packing.cc.o
[ 12%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/bignum-dtoa.cc.o
[ 12%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/bignum.cc.o
[ 13%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/cached-powers.cc.o
[ 14%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/double-to-string.cc.o
[ 14%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/fast-dtoa.cc.o
[ 15%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/fixed-dtoa.cc.o
[ 16%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/string-to-double.cc.o
[ 16%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/double-conversion/strtod.cc.o
[ 17%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/ersatz_progress.cc.o
[ 18%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/exception.cc.o
[ 18%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/file.cc.o
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/file.cc:1: warning: "_LARGEFILE64_SOURCE" redefined
    1 | #define _LARGEFILE64_SOURCE
      | 
<built-in>: note: this is the location of the previous definition
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/file.cc: In function 'void util::HolePunch(int, uint64_t, uint64_t)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/file.cc:136:20: warning: unused parameter 'fd' [-Wunused-parameter]
  136 | void HolePunch(int fd, uint64_t offset, uint64_t size) {
      |                ~~~~^~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/file.cc:136:33: warning: unused parameter 'offset' [-Wunused-parameter]
  136 | void HolePunch(int fd, uint64_t offset, uint64_t size) {
      |                        ~~~~~~~~~^~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/file.cc:136:50: warning: unused parameter 'size' [-Wunused-parameter]
  136 | void HolePunch(int fd, uint64_t offset, uint64_t size) {
      |                                         ~~~~~~~~~^~~~
[ 19%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/file_piece.cc.o
[ 20%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/float_to_string.cc.o
[ 20%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/integer_to_string.cc.o
[ 21%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/mmap.cc.o
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/mmap.cc: In function 'void* util::MapOrThrow(std::size_t, bool, int, bool, int, uint64_t)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/mmap.cc:105:68: warning: unused parameter 'prefault' [-Wunused-parameter]
  105 | void *MapOrThrow(std::size_t size, bool for_write, int flags, bool prefault, int fd, uint64_t offset) {
      |                                                               ~~~~~^~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/mmap.cc: At global scope:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/mmap.cc:233:6: warning: 'void util::{anonymous}::ReplaceAndCopy(std::size_t, bool, util::scoped_memory&)' defined but not used [-Wunused-function]
  233 | void ReplaceAndCopy(std::size_t to, bool zero_new, scoped_memory &mem) {
      |      ^~~~~~~~~~~~~~
[ 22%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/murmur_hash.cc.o
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc: In function 'uint64_t util::MurmurHash64A(const void*, std::size_t, uint64_t)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:64:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   64 |   case 7: h ^= uint64_t(data2[6]) << 48;
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:65:3: note: here
   65 |   case 6: h ^= uint64_t(data2[5]) << 40;
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:65:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   65 |   case 6: h ^= uint64_t(data2[5]) << 40;
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:66:3: note: here
   66 |   case 5: h ^= uint64_t(data2[4]) << 32;
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:66:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   66 |   case 5: h ^= uint64_t(data2[4]) << 32;
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:67:3: note: here
   67 |   case 4: h ^= uint64_t(data2[3]) << 24;
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:67:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   67 |   case 4: h ^= uint64_t(data2[3]) << 24;
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:68:3: note: here
   68 |   case 3: h ^= uint64_t(data2[2]) << 16;
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:68:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   68 |   case 3: h ^= uint64_t(data2[2]) << 16;
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:69:3: note: here
   69 |   case 2: h ^= uint64_t(data2[1]) << 8;
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:69:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   69 |   case 2: h ^= uint64_t(data2[1]) << 8;
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:70:3: note: here
   70 |   case 1: h ^= uint64_t(data2[0]);
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc: In function 'uint64_t util::MurmurHash64B(const void*, std::size_t, uint64_t)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:136:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
  136 |   case 3: h2 ^= ((unsigned char*)data)[2] << 16;
      |           ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:137:3: note: here
  137 |   case 2: h2 ^= ((unsigned char*)data)[1] << 8;
      |   ^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:137:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
  137 |   case 2: h2 ^= ((unsigned char*)data)[1] << 8;
      |           ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/murmur_hash.cc:138:3: note: here
  138 |   case 1: h2 ^= ((unsigned char*)data)[0];
      |   ^~~~
[ 22%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/parallel_read.cc.o
[ 23%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/pool.cc.o
[ 24%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/read_compressed.cc.o
[ 24%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/scoped.cc.o
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/scoped.cc: In function 'void util::AdviseHugePages(const void*, std::size_t)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/scoped.cc:37:34: warning: unused parameter 'addr' [-Wunused-parameter]
   37 | void AdviseHugePages(const void *addr, std::size_t size) {
      |                      ~~~~~~~~~~~~^~~~
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/util/scoped.cc:37:52: warning: unused parameter 'size' [-Wunused-parameter]
   37 | void AdviseHugePages(const void *addr, std::size_t size) {
      |                                        ~~~~~~~~~~~~^~~~
[ 25%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/spaces.cc.o
[ 26%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/string_piece.cc.o
[ 27%] Building CXX object src/libime/core/CMakeFiles/kenlm.dir/kenlm/util/usage.cc.o
[ 27%] Linking CXX static library libkenlm.a
[ 27%] Built target kenlm
[ 28%] Building CXX object tools/CMakeFiles/libime_slm_build_binary.dir/__/src/libime/core/kenlm/lm/build_binary_main.cc.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/model.hh:13,
                 from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/build_binary_main.cc:1:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh: In member function 'void lm::ngram::NoOpUniqueWords::operator()(const StringPiece&)':
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/kenlm/lm/vocab.hh:234:40: warning: unused parameter 'word' [-Wunused-parameter]
  234 |     void operator()(const StringPiece &word) {}
      |                     ~~~~~~~~~~~~~~~~~~~^~~~
[ 28%] Linking CXX executable libime_slm_build_binary
[ 28%] Built target libime_slm_build_binary
[ 28%] Built target lm-download
[ 28%] Built target dict-download
[ 28%] Built target table-dict-download
[ 28%] Generating .table-dict-extract.stamp
[ 29%] Built target table-dict-extract
[ 29%] Building CXX object src/libime/core/CMakeFiles/IMECore.dir/datrie.cpp.o
In file included from /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/datrie.cpp:16:
/home/pbulk/build/inputmethod/libime/work/libime-1.1.5/src/libime/core/utils_p.h:32:10: fatal error: sys/endian.h: No such file or directory
   32 | #include <sys/endian.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
*** [src/libime/core/CMakeFiles/IMECore.dir/datrie.cpp.o] Error code 1

bmake[2]: stopped in /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/cmake-pkgsrc-build
1 error

bmake[2]: stopped in /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/cmake-pkgsrc-build
*** [src/libime/core/CMakeFiles/IMECore.dir/all] Error code 2

bmake[1]: stopped in /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/cmake-pkgsrc-build
1 error

bmake[1]: stopped in /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/cmake-pkgsrc-build
*** [all] Error code 2

bmake: stopped in /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/cmake-pkgsrc-build
1 error

bmake: stopped in /home/pbulk/build/inputmethod/libime/work/libime-1.1.5/cmake-pkgsrc-build
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/inputmethod/libime
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/inputmethod/libime