Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-kiwisolver.spec'], chrootPath='/var/lib/mock/f29-build-772-383/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-kiwisolver.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 Wrote: /builddir/build/SRPMS/python-kiwisolver-1.0.1-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-kiwisolver.spec'], chrootPath='/var/lib/mock/f29-build-772-383/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-kiwisolver.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.86K4ZV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kiwi-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/kiwisolver-1.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd kiwi-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf kiwisolver.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.52r0QO + umask 022 + cd /builddir/build/BUILD + cd kiwi-1.0.1 + CFLAGS='-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' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_ext building 'kiwisolver' extension creating build creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/py gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/kiwisolver.cpp -o build/temp.linux-riscv64-2.7/py/kiwisolver.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/constraint.cpp -o build/temp.linux-riscv64-2.7/py/constraint.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from py/constraint.cpp:10: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/utility:68, BUILDSTDERR: from /usr/include/c++/8/algorithm:60, BUILDSTDERR: from py/constraint.cpp:8: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from py/constraint.cpp:10: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/utility:68, BUILDSTDERR: from /usr/include/c++/8/algorithm:60, BUILDSTDERR: from py/constraint.cpp:8: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/expression.cpp -o build/temp.linux-riscv64-2.7/py/expression.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from py/expression.cpp:9: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/iosfwd:38, BUILDSTDERR: from /usr/include/c++/8/ios:38, BUILDSTDERR: from /usr/include/c++/8/istream:38, BUILDSTDERR: from /usr/include/c++/8/sstream:38, BUILDSTDERR: from py/expression.cpp:8: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from py/expression.cpp:9: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/iosfwd:38, BUILDSTDERR: from /usr/include/c++/8/ios:38, BUILDSTDERR: from /usr/include/c++/8/istream:38, BUILDSTDERR: from /usr/include/c++/8/sstream:38, BUILDSTDERR: from py/expression.cpp:8: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/solver.cpp -o build/temp.linux-riscv64-2.7/py/solver.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/strength.cpp -o build/temp.linux-riscv64-2.7/py/strength.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: py/strength.cpp: At global scope: BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: }; BUILDSTDERR: ^ BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/term.cpp -o build/temp.linux-riscv64-2.7/py/term.o BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from py/term.cpp:9: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1232: warning: "_POSIX_C_SOURCE" redefined BUILDSTDERR: #define _POSIX_C_SOURCE 200112L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/iosfwd:38, BUILDSTDERR: from /usr/include/c++/8/ios:38, BUILDSTDERR: from /usr/include/c++/8/istream:38, BUILDSTDERR: from /usr/include/c++/8/sstream:38, BUILDSTDERR: from py/term.cpp:8: BUILDSTDERR: /usr/include/features.h:265: note: this is the location of the previous definition BUILDSTDERR: # define _POSIX_C_SOURCE 200809L BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/pyconfig.h:6, BUILDSTDERR: from /usr/include/python2.7/Python.h:8, BUILDSTDERR: from py/term.cpp:9: BUILDSTDERR: /usr/include/python2.7/pyconfig-64.h:1254: warning: "_XOPEN_SOURCE" redefined BUILDSTDERR: #define _XOPEN_SOURCE 600 BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/c++/8/riscv64-redhat-linux/bits/os_defines.h:39, BUILDSTDERR: from /usr/include/c++/8/riscv64-redhat-linux/bits/c++config.h:508, BUILDSTDERR: from /usr/include/c++/8/iosfwd:38, BUILDSTDERR: from /usr/include/c++/8/ios:38, BUILDSTDERR: from /usr/include/c++/8/istream:38, BUILDSTDERR: from /usr/include/c++/8/sstream:38, BUILDSTDERR: from py/term.cpp:8: BUILDSTDERR: /usr/include/features.h:202: note: this is the location of the previous definition BUILDSTDERR: # define _XOPEN_SOURCE 700 BUILDSTDERR: BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python2.7 -c py/variable.cpp -o build/temp.linux-riscv64-2.7/py/variable.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)': BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function 'bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)': BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ creating build/lib.linux-riscv64-2.7 g++ -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 build/temp.linux-riscv64-2.7/py/kiwisolver.o build/temp.linux-riscv64-2.7/py/constraint.o build/temp.linux-riscv64-2.7/py/expression.o build/temp.linux-riscv64-2.7/py/solver.o build/temp.linux-riscv64-2.7/py/strength.o build/temp.linux-riscv64-2.7/py/term.o build/temp.linux-riscv64-2.7/py/variable.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/kiwisolver.so + sleep 1 + CFLAGS='-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' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_ext building 'kiwisolver' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/py gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/kiwisolver.cpp -o build/temp.linux-riscv64-3.6/py/kiwisolver.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/kiwisolver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/constraint.cpp -o build/temp.linux-riscv64-3.6/py/constraint.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/constraint.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/expression.cpp -o build/temp.linux-riscv64-3.6/py/expression.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/expression.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/solver.cpp -o build/temp.linux-riscv64-3.6/py/solver.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/solver.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/strength.cpp -o build/temp.linux-riscv64-3.6/py/strength.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/strength.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: py/strength.cpp: At global scope: BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: }; BUILDSTDERR: ^ BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] BUILDSTDERR: py/strength.cpp:92:1: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/term.cpp -o build/temp.linux-riscv64-3.6/py/term.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/types.h:10, BUILDSTDERR: from py/symbolics.h:11, BUILDSTDERR: from py/term.cpp:11: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ gcc -pthread -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I. -I/usr/include/python3.6m -c py/variable.cpp -o build/temp.linux-riscv64-3.6/py/variable.o BUILDSTDERR: In file included from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/variable.h:103:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_context; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:832:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_objective; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:833:7: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr m_artificial; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::addConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:91:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( createRow( constraint, tag ) ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘void kiwi::impl::SolverImpl::removeConstraint(const kiwi::Constraint&)’: BUILDSTDERR: ./kiwi/solverimpl.h:158:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h:167:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( row_it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from ./kiwi/debug.h:12, BUILDSTDERR: from ./kiwi/kiwi.h:10, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: ./kiwi/solverimpl.h: In member function ‘bool kiwi::impl::SolverImpl::addWithArtificialVariable(const kiwi::impl::Row&)’: BUILDSTDERR: ./kiwi/solverimpl.h:514:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: std::auto_ptr rowptr( it->second ); BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/c++/8/memory:80, BUILDSTDERR: from ./kiwi/variable.h:9, BUILDSTDERR: from ./kiwi/term.h:10, BUILDSTDERR: from ./kiwi/expression.h:10, BUILDSTDERR: from ./kiwi/constraint.h:11, BUILDSTDERR: from ./kiwi/kiwi.h:9, BUILDSTDERR: from py/variable.cpp:9: BUILDSTDERR: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here BUILDSTDERR: template class auto_ptr; BUILDSTDERR: ^~~~~~~~ creating build/lib.linux-riscv64-3.6 g++ -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/py/kiwisolver.o build/temp.linux-riscv64-3.6/py/constraint.o build/temp.linux-riscv64-3.6/py/expression.o build/temp.linux-riscv64-3.6/py/solver.o build/temp.linux-riscv64-3.6/py/strength.o build/temp.linux-riscv64-3.6/py/term.o build/temp.linux-riscv64-3.6/py/variable.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/kiwisolver.cpython-36m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7dOWoo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 + cd kiwi-1.0.1 + CFLAGS='-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' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr creating /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/kiwisolver.so -> /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages writing byte-compilation script '/tmp/tmpp32I6y.py' /usr/bin/python2 -O /tmp/tmpp32I6y.py removing /tmp/tmpp32I6y.py running install_egg_info running egg_info creating kiwisolver.egg-info writing requirements to kiwisolver.egg-info/requires.txt writing kiwisolver.egg-info/PKG-INFO writing top-level names to kiwisolver.egg-info/top_level.txt writing dependency_links to kiwisolver.egg-info/dependency_links.txt writing manifest file 'kiwisolver.egg-info/SOURCES.txt' reading manifest file 'kiwisolver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'kiwisolver.egg-info/SOURCES.txt' Copying kiwisolver.egg-info to /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python2.7/site-packages/kiwisolver-1.0.1-py2.7.egg-info running install_scripts + CFLAGS='-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' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages copying build/lib.linux-riscv64-3.6/kiwisolver.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages writing byte-compilation script '/tmp/tmptfa9hpb5.py' /usr/bin/python3 /tmp/tmptfa9hpb5.py removing /tmp/tmptfa9hpb5.py running install_egg_info running egg_info writing kiwisolver.egg-info/PKG-INFO writing dependency_links to kiwisolver.egg-info/dependency_links.txt writing requirements to kiwisolver.egg-info/requires.txt writing top-level names to kiwisolver.egg-info/top_level.txt reading manifest file 'kiwisolver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'kiwisolver.egg-info/SOURCES.txt' Copying kiwisolver.egg-info to /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python3.6/site-packages/kiwisolver-1.0.1-py3.6.egg-info running install_scripts + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KFKBBp Processing files: python2-kiwisolver-1.0.1-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QjaSPr + umask 022 + cd /builddir/build/BUILD + cd kiwi-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/doc/python2-kiwisolver + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/doc/python2-kiwisolver + cp -pr README.rst /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/doc/python2-kiwisolver + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yxO3JP + umask 022 + cd /builddir/build/BUILD + cd kiwi-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/licenses/python2-kiwisolver + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/licenses/python2-kiwisolver + cp -pr COPYING.txt /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/licenses/python2-kiwisolver + exit 0 Provides: python-kiwisolver = 1.0.1-1.fc29 python-kiwisolver(riscv-64) = 1.0.1-1.fc29 python2-kiwisolver = 1.0.1-1.fc29 python2-kiwisolver(riscv-64) = 1.0.1-1.fc29 python2.7dist(kiwisolver) = 1.0.1 python2dist(kiwisolver) = 1.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(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) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-kiwisolver < 1.0.1-1.fc29 Processing files: python3-kiwisolver-1.0.1-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0zDU9Z + umask 022 + cd /builddir/build/BUILD + cd kiwi-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/doc/python3-kiwisolver + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/doc/python3-kiwisolver + cp -pr README.rst /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/doc/python3-kiwisolver + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dEDkOr + umask 022 + cd /builddir/build/BUILD + cd kiwi-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/licenses/python3-kiwisolver + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/licenses/python3-kiwisolver + cp -pr COPYING.txt /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64/usr/share/licenses/python3-kiwisolver + exit 0 Provides: python3-kiwisolver = 1.0.1-1.fc29 python3-kiwisolver(riscv-64) = 1.0.1-1.fc29 python3.6dist(kiwisolver) = 1.0.1 python3dist(kiwisolver) = 1.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(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) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 Wrote: /builddir/build/RPMS/python2-kiwisolver-1.0.1-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-kiwisolver-1.0.1-1.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xUXlut + umask 022 + cd /builddir/build/BUILD + cd kiwi-1.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-kiwisolver-1.0.1-1.fc29.riscv64 + exit 0 Child return code was: 0