>>> py3-ducc0: Building community/py3-ducc0 0.23.0-r0 (using abuild 3.9.0-r0) started Wed, 27 Apr 2022 18:25:34 +0000 >>> py3-ducc0: Checking sanity of /home/buildozer/aports/community/py3-ducc0/APKBUILD... >>> py3-ducc0: Analyzing dependencies... >>> py3-ducc0: Installing for build: build-base python3 py3-setuptools py3-pybind11-dev python3-dev py3-pytest py3-numpy (1/31) Installing libbz2 (1.0.8-r1) (2/31) Installing libffi (3.4.2-r1) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.5-r1) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.1.2-r0) (7/31) Installing sqlite-libs (3.38.2-r0) (8/31) Installing python3 (3.10.3-r1) (9/31) Installing py3-appdirs (1.4.4-r3) (10/31) Installing py3-more-itertools (8.12.0-r2) (11/31) Installing py3-ordered-set (4.0.2-r3) (12/31) Installing py3-parsing (2.4.7-r3) (13/31) Installing py3-six (1.16.0-r1) (14/31) Installing py3-packaging (21.3-r0) (15/31) Installing py3-setuptools (59.4.0-r0) (16/31) Installing py3-pybind11 (2.6.2-r3) (17/31) Installing py3-pybind11-dev (2.6.2-r3) (18/31) Installing python3-dev (3.10.3-r1) (19/31) Installing py3-atomicwrites (1.4.0-r2) (20/31) Installing py3-attrs (21.4.0-r0) (21/31) Installing py3-iniconfig (1.1.1-r2) (22/31) Installing py3-pluggy (1.0.0-r0) (23/31) Installing py3-py (1.10.0-r2) (24/31) Installing py3-wcwidth (0.2.5-r2) (25/31) Installing py3-toml (0.10.2-r3) (26/31) Installing py3-pygments (2.11.2-r0) (27/31) Installing py3-pytest (6.2.5-r2) (28/31) Installing libgfortran (11.2.1_git20220219-r2) (29/31) Installing openblas (0.3.20-r0) (30/31) Installing py3-numpy (1.22.3-r0) (31/31) Installing .makedepends-py3-ducc0 (20220427.182536) Executing busybox-1.35.0-r10.trigger OK: 436 MiB in 119 packages >>> py3-ducc0: Cleaning up srcdir >>> py3-ducc0: Cleaning up pkgdir >>> py3-ducc0: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/ducc-ducc0_0_23_0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-ducc0: Fetching https://gitlab.mpcdf.mpg.de/mtr/ducc/-/archive/ducc0_0_23_0/ducc-ducc0_0_23_0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 16 254k 16 44345 0 0 14911 0 0:00:17 0:00:02 0:00:15 14910 100 254k 100 254k 0 0 74084 0 0:00:03 0:00:03 --:--:-- 74105 >>> py3-ducc0: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/ducc-ducc0_0_23_0.tar.gz >>> py3-ducc0: Checking sha512sums... ducc-ducc0_0_23_0.tar.gz: OK >>> py3-ducc0: Unpacking /var/cache/distfiles/v3.16/ducc-ducc0_0_23_0.tar.gz... Build environment: Platform: Linux-5.15.32-0-lts-armv8l-with Machine: armv8l System: Linux Architecture: ('32bit', 'ELF') running build running build_ext building 'ducc0' extension creating build creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/python gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPKGNAME=ducc0 -DPKGVERSION=0.23.0 -I. -I./src/ -I/usr/lib/python3.10/site-packages/pybind11/include -I/usr/lib/python3.10/site-packages/pybind11/include -I/usr/include/python3.10 -c python/ducc.cc -o build/temp.linux-armv8l-3.10/python/ducc.o -std=c++17 -fvisibility=hidden -g0 -ffast-math -O3 -Wfatal-errors -Wfloat-conversion -W -Wall -Wstrict-aliasing -Wwrite-strings -Wredundant-decls -Woverloaded-virtual -Wcast-qual -Wcast-align -Wpointer-arith -pthread In file included from ./src/ducc0/sht/sht.cc:34, from python/ducc.cc:6: ./src/ducc0/math/gl_integrator.h: In function 'std::pair ducc0::detail_gl_integrator::calc_gl_iterative(size_t, size_t)': ./src/ducc0/math/gl_integrator.h:46:58: note: parameter passing for argument of type 'std::pair' when C++17 is enabled changed to match C++14 in GCC 10.1 46 | pair calc_gl_iterative(size_t n, size_t i) | ^ In file included from ./python/sht_pymod.cc:29, from python/ducc.cc:11: /usr/lib/python3.10/site-packages/pybind11/include/pybind11/numpy.h: In instantiation of 'const T& pybind11::detail::unchecked_reference::operator()(Ix ...) const [with Ix = {unsigned int, int}; T = long long int; int Dims = 2]': /usr/lib/python3.10/site-packages/pybind11/include/pybind11/numpy.h:439:53: required from 'T& pybind11::detail::unchecked_mutable_reference::operator()(Ix ...) [with Ix = {unsigned int, int}; T = long long int; int Dims = 2]' ./python/healpix_pymod.cc:257:13: required from 'pybind11::array ducc0::detail_pymodule_healpix::Pyhpbase::query_disc2(const pybind11::array&, double) const [with Tin = double]' ./python/healpix_pymod.cc:263:7: required from here /usr/lib/python3.10/site-packages/pybind11/include/pybind11/numpy.h:386:17: warning: cast from 'const unsigned char*' to 'const long long int*' increases required alignment of target type [-Wcast-align] 386 | return *reinterpret_cast(data_ + byte_offset_unsafe(strides_, ssize_t(index)...)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/bits/stl_algo.h:61, from /usr/include/c++/11.2.1/functional:65, from ./src/ducc0/infra/threading.h:57, from ./src/ducc0/infra/threading.cc:52, from python/ducc.cc:2: /usr/include/c++/11.2.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >; _Distance = int; _Tp = ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)::ringinfo; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&, size_t, size_t)::&, size_t, size_t)::ringinfo&, const ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)::ringinfo&)> >]': /usr/include/c++/11.2.1/bits/stl_heap.h:223:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 223 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Distance = int; _Tp = std::pair, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]': /usr/include/c++/11.2.1/bits/stl_heap.h:223:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/functional:65, from ./src/ducc0/infra/threading.h:57, from ./src/ducc0/infra/threading.cc:52, from python/ducc.cc:2: /usr/include/c++/11.2.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]': /usr/include/c++/11.2.1/bits/stl_algo.h:1819:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 1819 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1819:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&, size_t, size_t)::&, size_t, size_t)::ringinfo&, const ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)::ringinfo&)> >]': /usr/include/c++/11.2.1/bits/stl_algo.h:1819:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:1819:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter&, size_t, size_t)::&, size_t, size_t)::ringinfo&, const ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)::ringinfo&)> >]': /usr/include/c++/11.2.1/bits/stl_algo.h:1925:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 1925 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1925:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:1939:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 1939 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {ducc0::detail_sht::ringdata}; _Tp = ducc0::detail_sht::ringdata; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/functional:65, from ./src/ducc0/infra/threading.h:57, from ./src/ducc0/infra/threading.cc:52, from python/ducc.cc:2: /usr/include/c++/11.2.1/bits/stl_algo.h: In function 'std::vector ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)': /usr/include/c++/11.2.1/bits/stl_algo.h:1954:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 1954 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1955 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1956 | __comp); | ~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1866:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 1866 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1871:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, std::vector&, size_t, size_t)::ringinfo> >' changed in GCC 7.1 1871 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair, std::allocator >, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>}; _Tp = std::pair, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>; _Alloc = std::allocator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> >]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> >::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/functional:65, from ./src/ducc0/infra/threading.h:57, from ./src/ducc0/infra/threading.cc:52, from python/ducc.cc:2: /usr/include/c++/11.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]': /usr/include/c++/11.2.1/bits/stl_algo.h:1925:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 1925 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1925:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/stl_algo.h:1939:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 1939 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void ducc0::detail_timers::TimerHierarchy::tstack_node::report(const string&, int, int, std::ostream&) const': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/functional:65, from ./src/ducc0/infra/threading.h:57, from ./src/ducc0/infra/threading.cc:52, from python/ducc.cc:2: /usr/include/c++/11.2.1/bits/stl_algo.h:1954:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 1954 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1955 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1956 | __comp); | ~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1866:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 1866 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_algo.h:1871:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >' changed in GCC 7.1 1871 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {ducc0::detail_pymodule_misc::oof2filter}; _Tp = ducc0::detail_pymodule_misc::oof2filter; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector, std::allocator > >::iterator' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc: In function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_disc_internal(ducc0::pointing, double, int, ducc0::rangeset&) const [with I2 = int; I = long long int]': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const long long int&}; _Tp = long long int; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector >::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:67, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc: In function 'void ducc0::detail_healpix::{anonymous}::check_pixel(size_t, size_t, size_t, size_t, ducc0::rangeset&, I, std::vector >&, bool, size_t&) [with I = long long int; I2 = long long int]': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_disc_internal(ducc0::pointing, double, int, ducc0::rangeset&) const [with I2 = long long int; I = long long int]': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/vector:67, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_disc_inclusive(const ducc0::pointing&, double, std::vector&, int) const [with I = long long int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_multidisc_general(const std::vector >&, const std::vector&, bool, const std::vector&, ducc0::rangeset&) const [with I = long long int]': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/vector:67, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_disc(const ducc0::pointing&, double, std::vector&) const [with I = long long int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_strip(double, double, bool, ducc0::rangeset&) const [with I = long long int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const double&}; _Tp = double; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const ducc0::pointing&}; _Tp = ducc0::pointing; _Alloc = std::allocator]': /usr/include/c++/11.2.1/bits/vector.tcc:426:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/vector:67, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_multidisc(const std::vector >&, const std::vector&, int, ducc0::rangeset&) const [with I2 = long long int; I = long long int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In file included from /usr/include/c++/11.2.1/vector:67, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_multidisc(const std::vector >&, const std::vector&, int, ducc0::rangeset&) const [with I2 = int; I = int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h: In member function 'void ducc0::detail_healpix::T_Healpix_Base::query_multidisc(const std::vector >&, const std::vector&, int, ducc0::rangeset&) const [with I2 = int; I = long long int]': /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/stl_vector.h:1198:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1198 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/11.2.1/vector:72, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/11.2.1/bits/vector.tcc: In static member function 'static pybind11::handle pybind11::cpp_function::initialize::execute, const char*, pybind11::arg, pybind11::arg, pybind11::arg, pybind11::arg, pybind11::arg>(pybind11::class_&, const char* const&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&)::, void, pybind11::detail::value_and_holder&, double, double, double, double, double, pybind11::name, pybind11::is_method, pybind11::sibling, pybind11::detail::is_new_style_constructor, const char*, pybind11::arg, pybind11::arg, pybind11::arg, pybind11::arg, pybind11::arg>(pybind11::detail::initimpl::constructor::execute, const char*, pybind11::arg, pybind11::arg, pybind11::arg, pybind11::arg, pybind11::arg>(pybind11::class_&, const char* const&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&)::&&, void (*)(pybind11::detail::value_and_holder&, double, double, double, double, double), const pybind11::name&, const pybind11::is_method&, const pybind11::sibling&, const pybind11::detail::is_new_style_constructor&, const char* const&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&, const pybind11::arg&)::::_FUN(pybind11::detail::function_call&)': /usr/include/c++/11.2.1/bits/vector.tcc:121:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-armv8l-3.10 g++ -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/python/ducc.o -L/usr/lib -o build/lib.linux-armv8l-3.10/ducc0.cpython-310-arm-linux-gnueabihf.so -Wl,-rpath,$ORIGIN -pthread ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-ducc0/src/ducc-ducc0_0_23_0 collected 64099 items python/test/test_fft.py ................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 29%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 30%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 31%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 32%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 33%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 34%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 40%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 41%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 71%] ........................................................................ [ 71%] ...sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 72%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 74%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] sssssssssssssssssss [ 76%] python/test/test_healpix.py ............................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 79%] ........................................................................ [ 79%] .................................................... [ 79%] python/test/test_pointing.py ........................................... [ 79%] .............................s [ 79%] python/test/test_sht.py ................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] ...... [ 80%] python/test/test_totalconvolve.py ...................................... [ 80%] ................................... [ 80%] python/test/test_wgridder.py ........................................... [ 80%] .............................ssssssssssssssssssssssss................... [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] .....ssssssssssssssssssssssss........................................... [ 81%] ........................................................................ [ 81%] .....................................................sssssssssssssssssss [ 81%] sssss................................................................... [ 81%] ........................................................................ [ 81%] .............................ssssssssssssssssssssssss................... [ 81%] ........................................................................ [ 82%] ........................................................................ [ 82%] .....ssssssssssssssssssssssss........................................... [ 82%] ........................................................................ [ 82%] .....................................................sssssssssssssssssss [ 82%] sssss................................................................... [ 82%] ........................................................................ [ 82%] .............................ssssssssssssssssssssssss................... [ 82%] ........................................................................ [ 82%] ........................................................................ [ 83%] .....ssssssssssssssssssssssss........................................... [ 83%] ........................................................................ [ 83%] .....................................................sssssssssssssssssss [ 83%] sssss................................................................... [ 83%] ........................................................................ [ 83%] .............................ssssssssssssssssssssssss................... [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] .....ssssssssssssssssssssssss........................................... [ 84%] ........................................................................ [ 84%] .....................................................sssssssssssssssssss [ 84%] sssss................................................................... [ 84%] ........................................................................ [ 84%] .............................ssssssssssssssssssssssss................... [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] .....ssssssssssssssssssssssss........................................... [ 84%] ........................................................................ [ 85%] .....................................................sssssssssssssssssss [ 85%] sssss................................................................... [ 85%] ........................................................................ [ 85%] .............................ssssssssssssssssssssssss................... [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] .....ssssssssssssssssssssssss........................................... [ 85%] ........................................................................ [ 86%] .....................................................sssssssssssssssssss [ 86%] sssss................................................................... [ 86%] ........................................................................ [ 86%] .............................ssssssssssssssssssssssss................... [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] .....ssssssssssssssssssssssss........................................... [ 86%] ........................................................................ [ 86%] .....................................................sssssssssssssssssss [ 87%] sssss................................................................... [ 87%] ........................................................................ [ 87%] .............................ssssssssssssssssssssssss................... [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] .....ssssssssssssssssssssssss........................................... [ 87%] ........................................................................ [ 87%] .....................................................sssssssssssssssssss [ 87%] sssss................................................................... [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] .............................................ssssssssssssssssssssssss... [ 92%] ........................................................................ [ 93%] ........................................................................ [ 93%] .....................ssssssssssssssssssssssss........................... [ 93%] ........................................................................ [ 93%] .....................................................................sss [ 93%] sssssssssssssssssssss................................................... [ 93%] ........................................................................ [ 93%] .............................................ssssssssssssssssssssssss... [ 93%] ........................................................................ [ 93%] ........................................................................ [ 94%] .....................ssssssssssssssssssssssss........................... [ 94%] ........................................................................ [ 94%] .....................................................................sss [ 94%] sssssssssssssssssssss................................................... [ 94%] ........................................................................ [ 94%] .............................................ssssssssssssssssssssssss... [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] .....................ssssssssssssssssssssssss........................... [ 95%] ........................................................................ [ 95%] .....................................................................sss [ 95%] sssssssssssssssssssss................................................... [ 95%] ........................................................................ [ 95%] .............................................ssssssssssssssssssssssss... [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] .....................ssssssssssssssssssssssss........................... [ 95%] ........................................................................ [ 96%] .....................................................................sss [ 96%] sssssssssssssssssssss................................................... [ 96%] ........................................................................ [ 96%] .............................................ssssssssssssssssssssssss... [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] .....................ssssssssssssssssssssssss........................... [ 96%] ........................................................................ [ 97%] .....................................................................sss [ 97%] sssssssssssssssssssss................................................... [ 97%] ........................................................................ [ 97%] .............................................ssssssssssssssssssssssss... [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] .....................ssssssssssssssssssssssss........................... [ 97%] ........................................................................ [ 97%] .....................................................................sss [ 98%] sssssssssssssssssssss................................................... [ 98%] ........................................................................ [ 98%] .............................................ssssssssssssssssssssssss... [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] .....................ssssssssssssssssssssssss........................... [ 98%] ........................................................................ [ 98%] .....................................................................sss [ 98%] sssssssssssssssssssss................................................... [ 99%] ........................................................................ [ 99%] .............................................ssssssssssssssssssssssss... [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] .....................ssssssssssssssssssssssss........................... [ 99%] ........................................................................ [ 99%] .....................................................................sss [ 99%] sssssssssssssssssssss................................................... [ 99%] ............................................. [100%] =============== 59834 passed, 4265 skipped in 1673.59s (0:27:53) =============== >>> py3-ducc0: Entering fakeroot... Build environment: Platform: Linux-5.15.32-0-lts-armv8l-with Machine: armv8l System: Linux Architecture: ('32bit', 'ELF') running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext running install_lib creating /home/buildozer/aports/community/py3-ducc0/pkg creating /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0 creating /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr creating /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib creating /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib/python3.10/site-packages copying build/lib.linux-armv8l-3.10/ducc0.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib/python3.10/site-packages running install_egg_info running egg_info creating ducc0.egg-info writing ducc0.egg-info/PKG-INFO writing dependency_links to ducc0.egg-info/dependency_links.txt writing requirements to ducc0.egg-info/requires.txt writing top-level names to ducc0.egg-info/top_level.txt writing manifest file 'ducc0.egg-info/SOURCES.txt' reading manifest file 'ducc0.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.' adding license file 'LICENSE' writing manifest file 'ducc0.egg-info/SOURCES.txt' Copying ducc0.egg-info to /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib/python3.10/site-packages/ducc0-0.23.0-py3.10.egg-info running install_scripts >>> py3-ducc0*: Running postcheck for py3-ducc0 >>> py3-ducc0*: Preparing package py3-ducc0... >>> py3-ducc0*: Stripping binaries >>> py3-ducc0*: Scanning shared objects >>> py3-ducc0*: Tracing dependencies... python3 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-ducc0*: Package size: 3.0 MB >>> py3-ducc0*: Compressing data... >>> py3-ducc0*: Create checksum... >>> py3-ducc0*: Create py3-ducc0-0.23.0-r0.apk >>> py3-ducc0: Build complete at Wed, 27 Apr 2022 18:58:22 +0000 elapsed time 0h 32m 48s >>> py3-ducc0: Cleaning up srcdir >>> py3-ducc0: Cleaning up pkgdir >>> py3-ducc0: Uninstalling dependencies... (1/31) Purging .makedepends-py3-ducc0 (20220427.182536) (2/31) Purging py3-setuptools (59.4.0-r0) (3/31) Purging py3-appdirs (1.4.4-r3) (4/31) Purging py3-ordered-set (4.0.2-r3) (5/31) Purging py3-pybind11-dev (2.6.2-r3) (6/31) Purging py3-pybind11 (2.6.2-r3) (7/31) Purging python3-dev (3.10.3-r1) (8/31) Purging py3-pytest (6.2.5-r2) (9/31) Purging py3-atomicwrites (1.4.0-r2) (10/31) Purging py3-attrs (21.4.0-r0) (11/31) Purging py3-more-itertools (8.12.0-r2) (12/31) Purging py3-iniconfig (1.1.1-r2) (13/31) Purging py3-pluggy (1.0.0-r0) (14/31) Purging py3-py (1.10.0-r2) (15/31) Purging py3-wcwidth (0.2.5-r2) (16/31) Purging py3-packaging (21.3-r0) (17/31) Purging py3-parsing (2.4.7-r3) (18/31) Purging py3-six (1.16.0-r1) (19/31) Purging py3-toml (0.10.2-r3) (20/31) Purging py3-pygments (2.11.2-r0) (21/31) Purging python3 (3.10.3-r1) (22/31) Purging py3-numpy (1.22.3-r0) (23/31) Purging libbz2 (1.0.8-r1) (24/31) Purging libffi (3.4.2-r1) (25/31) Purging gdbm (1.23-r0) (26/31) Purging xz-libs (5.2.5-r1) (27/31) Purging mpdecimal (2.5.1-r1) (28/31) Purging readline (8.1.2-r0) (29/31) Purging sqlite-libs (3.38.2-r0) (30/31) Purging openblas (0.3.20-r0) (31/31) Purging libgfortran (11.2.1_git20220219-r2) Executing busybox-1.35.0-r10.trigger OK: 297 MiB in 88 packages >>> py3-ducc0: Updating the community/armhf repository index... >>> py3-ducc0: Signing the index...