Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/R-fts.spec'], chrootPath='/var/lib/mock/f33-build-129691-40723/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/R-fts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Wrote: /builddir/build/SRPMS/R-fts-0.9.9.2-5.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/R-fts.spec'], chrootPath='/var/lib/mock/f33-build-129691-40723/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/R-fts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4E7hGJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fts + /usr/bin/mkdir -p fts + cd fts + /usr/bin/gzip -dc /builddir/build/SOURCES/fts_0.9.9.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tY7OLK + umask 022 + cd /builddir/build/BUILD + cd fts + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OijgqJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64 + cd fts + mkdir -p /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64/usr/lib64/R/library + /usr/bin/R CMD INSTALL -l /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64/usr/lib64/R/library fts * installing *source* package 'fts' ... ** package 'fts' successfully unpacked and MD5 sums checked ** using staged installation ** libs g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/share/R/library/BH/include" -I/usr/local/include -I./tslib -I./helpers -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c diff.cpp -o diff.o In file included from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:28, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:356:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 356 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:256:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 256 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:471:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 471 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:484:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 484 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:567:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 567 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:576:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 576 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 578 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from diff.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/share/R/library/BH/include" -I/usr/local/include -I./tslib -I./helpers -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c interface.cpp -o interface.o In file included from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:28, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:356:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 356 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:256:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 256 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:471:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 471 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:484:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 484 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:567:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 567 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:576:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 576 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 578 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from interface.cpp:1: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from ./tslib/tslib/vector.summary.hpp:36, from interface.cpp:2: ./tslib/tslib/vector.summary/cov.hpp: In static member function 'static ReturnType tslib::Cov::apply(T, T, T, T)': ./tslib/tslib/vector.summary/cov.hpp:48:60: warning: typedef 'VT' locally defined but not used [-Wunused-local-typedefs] 48 | typedef typename std::iterator_traits::value_type VT; | ^~ g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/share/R/library/BH/include" -I/usr/local/include -I./tslib -I./helpers -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c lag.cpp -o lag.o In file included from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:28, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:356:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 356 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:256:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 256 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:471:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 471 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:484:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 484 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:567:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 567 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:576:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 576 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 578 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lag.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/share/R/library/BH/include" -I/usr/local/include -I./tslib -I./helpers -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c lead.cpp -o lead.o In file included from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:28, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:356:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 356 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:256:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 256 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:471:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 471 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:484:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 484 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:567:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 567 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:576:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 576 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 578 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from lead.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I"/usr/share/R/library/BH/include" -I/usr/local/include -I./tslib -I./helpers -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c pad.cpp -o pad.o In file included from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:28, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:356:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 356 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:256:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 256 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:471:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 471 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:484:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 484 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:567:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 567 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:576:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 576 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 578 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from /usr/share/R/library/BH/include/boost/config/no_tr1/memory.hpp:21, from /usr/share/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:23, from /usr/share/R/library/BH/include/boost/shared_ptr.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_month.hpp:14, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_ymd.hpp:16, from /usr/share/R/library/BH/include/boost/date_time/gregorian/greg_calendar.hpp:17, from /usr/share/R/library/BH/include/boost/date_time/gregorian/gregorian_types.hpp:19, from ./tslib/tslib/date.policies/julian.date.policy.hpp:20, from ./tslib/tslib/tseries.hpp:37, from pad.cpp:3: /usr/include/c++/10/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ pad.cpp: In function 'SEXPREC* padSpecializer(SEXP, SEXP)': pad.cpp:26:20: warning: comparison of integer expressions of different signedness: 'int' and 'const SEXPTYPE' {aka 'const unsigned int'} [-Wsign-compare] 26 | if(TYPEOF(dates) != tsTypeInfo.dateSEXPTYPE) { | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++11 -shared -L/usr/lib64/R/lib -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fts.so diff.o interface.o lag.o lead.o pad.o -L/usr/lib64/R/lib -lR installing to /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64/usr/lib64/R/library/00LOCK-fts/00new/fts/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'fts' finding HTML links ... done any.all.fts html apply html as.fts html event.dates html expanding html fill html frequency.convert html fts html indicators html intersect.all html lead.lag html moving html pad.trim html read.write.fts html remove.rows html since.na html ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fts) + test -d fts/src + cd fts/src + rm -f diff.o interface.o lag.o lead.o pad.o fts.so + rm -f /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64/usr/lib64/R/library/R.css + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.9.9.2-5.fc33 --unique-debug-suffix -0.9.9.2-5.fc33.riscv64 --unique-debug-src-base R-fts-0.9.9.2-5.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64/usr/lib64/R/library/fts/libs/fts.so extracting debug info from /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64/usr/lib64/R/library/fts/libs/fts.so original debug info size: 3776kB, size after compression: 3432kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 302 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tyehvI + umask 022 + cd /builddir/build/BUILD + cd fts + /usr/bin/R CMD check fts * using log directory '/builddir/build/BUILD/fts/fts.Rcheck' * using R version 3.6.1 (2019-07-05) * using platform: riscv64-redhat-linux-gnu (64-bit) * using session charset: ASCII * checking for file 'fts/DESCRIPTION' ... OK * this is package 'fts' version '0.9.9.2' * checking package namespace information ... OK * checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' Warning: unable to access index for repository https://bioconductor.org/packages/3.9/bioc/src/contrib: cannot open URL 'https://bioconductor.org/packages/3.9/bioc/src/contrib/PACKAGES' Warning: unable to access index for repository https://bioconductor.org/packages/3.9/data/annotation/src/contrib: cannot open URL 'https://bioconductor.org/packages/3.9/data/annotation/src/contrib/PACKAGES' Warning: unable to access index for repository https://bioconductor.org/packages/3.9/data/experiment/src/contrib: cannot open URL 'https://bioconductor.org/packages/3.9/data/experiment/src/contrib/PACKAGES' OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'fts' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking include directives in Makefiles ... OK * checking compiled code ... WARNING File 'fts/libs/fts.so': Found 'abort', possibly from 'abort' (C) Object: 'interface.o' Found 'printf', possibly from 'printf' (C) Object: 'interface.o' Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs. See 'Writing portable packages' in the 'Writing R Extensions' manual. * checking examples ... OK * checking PDF version of manual ... OK * DONE Status: 1 WARNING See '/builddir/build/BUILD/fts/fts.Rcheck/00check.log' for details. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: R-fts-0.9.9.2-5.fc33.riscv64 Provides: R(fts) = 0.9.9.2 R-fts = 0.9.9.2-5.fc33 R-fts(riscv-64) = 0.9.9.2-5.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: R(stats) R(utils) R(zoo) R-core ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libR.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Processing files: R-fts-debugsource-0.9.9.2-5.fc33.riscv64 Provides: R-fts-debugsource = 0.9.9.2-5.fc33 R-fts-debugsource(riscv-64) = 0.9.9.2-5.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: R-fts-debuginfo-0.9.9.2-5.fc33.riscv64 Provides: R-fts-debuginfo = 0.9.9.2-5.fc33 R-fts-debuginfo(riscv-64) = 0.9.9.2-5.fc33 debuginfo(build-id) = 5d8b7fd365da1329ad4f004cbb341f9543072045 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: R-fts-debugsource(riscv-64) = 0.9.9.2-5.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64 Wrote: /builddir/build/RPMS/R-fts-debugsource-0.9.9.2-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/R-fts-0.9.9.2-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/R-fts-debuginfo-0.9.9.2-5.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.U3AqeL + umask 022 + cd /builddir/build/BUILD + cd fts + /usr/bin/rm -rf /builddir/build/BUILDROOT/R-fts-0.9.9.2-5.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0