>>> py3-ducc0: Building community/py3-ducc0 0.29.0-r0 (using abuild 3.10.0-r0) started Fri, 24 Feb 2023 17:55:56 +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/24) Installing libbz2 (1.0.8-r4) (2/24) Installing libffi (3.4.4-r0) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.4.1-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing libpanelw (6.4_p20230218-r3) (7/24) Installing readline (8.2.001-r0) (8/24) Installing sqlite-libs (3.41.0-r0) (9/24) Installing python3 (3.11.2-r0) (10/24) Installing py3-parsing (3.0.9-r1) (11/24) Installing py3-packaging (23.0-r0) (12/24) Installing py3-setuptools (67.4.0-r0) (13/24) Installing py3-pybind11 (2.10.3-r0) (14/24) Installing py3-pybind11-dev (2.10.3-r0) (15/24) Installing python3-dev (3.11.2-r0) (16/24) Installing py3-attrs (22.2.0-r0) (17/24) Installing py3-iniconfig (1.1.1-r5) (18/24) Installing py3-pluggy (1.0.0-r2) (19/24) Installing py3-py (1.11.0-r1) (20/24) Installing py3-pytest (7.2.1-r0) (21/24) Installing libgfortran (12.2.1_git20220924-r9) (22/24) Installing openblas (0.3.21-r4) (23/24) Installing py3-numpy (1.24.2-r0) (24/24) Installing .makedepends-py3-ducc0 (20230224.175556) Executing busybox-1.36.0-r4.trigger OK: 505 MiB in 120 packages >>> py3-ducc0: Cleaning up srcdir >>> py3-ducc0: Cleaning up pkgdir >>> py3-ducc0: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ducc-ducc0_0_29_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_29_0/ducc-ducc0_0_29_0.tar.gz >>> py3-ducc0: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ducc-ducc0_0_29_0.tar.gz >>> py3-ducc0: Checking sha512sums... ducc-ducc0_0_29_0.tar.gz: OK >>> py3-ducc0: Unpacking /var/cache/distfiles/edge/ducc-ducc0_0_29_0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:129: _InvalidFile: The given `pyproject.toml` file is invalid and would be ignored. !! ############################ # Invalid `pyproject.toml` # ############################ Any configurations in `pyproject.toml` will be ignored. Please note that future releases of setuptools will halt the build process if an invalid file is given. To prevent setuptools from considering `pyproject.toml` please DO NOT include the `[project]` or `[tool.setuptools]` tables in your file. !! if _skip_bad_config(project_table, orig_setuptools_table, dist): 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-cpython-311 creating build/temp.linux-armv8l-cpython-311/python gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DPKGNAME=ducc0 -DPKGVERSION=0.29.0 -I. -I./src/ -I/usr/lib/python3.11/site-packages/pybind11/include -I/usr/lib/python3.11/site-packages/pybind11/include -I/usr/include/python3.11 -c python/ducc.cc -o build/temp.linux-armv8l-cpython-311/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 -Wnon-virtual-dtor -Wzero-as-null-pointer-constant -pthread In file included from python/ducc.cc:7: ./src/ducc0/math/gl_integrator.cc: In function 'std::pair ducc0::detail_gl_integrator::calc_gl_iterative(size_t, size_t)': ./src/ducc0/math/gl_integrator.cc:37:58: note: parameter passing for argument of type 'std::pair' when C++17 is enabled changed to match C++14 in GCC 10.1 37 | pair calc_gl_iterative(size_t n, size_t i) | ^ In file included from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/pybind11.h:13, from python/ducc.cc:14: /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/class.h: At global scope: /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/class.h:468:13: warning: redundant redeclaration of 'std::string pybind11::detail::error_string()' in same scope [-Wredundant-decls] 468 | std::string error_string(); | ^~~~~~~~~~~~ In file included from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../detail/type_caster_base.h:12, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../cast.h:15, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../attr.h:14, from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/class.h:12: /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../detail/../pytypes.h:653:20: note: previous declaration of 'std::string pybind11::detail::error_string()' 653 | inline std::string error_string() { | ^~~~~~~~~~~~ In file included from /usr/lib/python3.11/site-packages/pybind11/include/pybind11/pybind11.h:16: /usr/lib/python3.11/site-packages/pybind11/include/pybind11/gil.h:23:16: warning: redundant redeclaration of 'PyThreadState* pybind11::detail::get_thread_state_unchecked()' in same scope [-Wredundant-decls] 23 | PyThreadState *get_thread_state_unchecked(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../detail/type_caster_base.h:486:23: note: previous declaration of 'PyThreadState* pybind11::detail::get_thread_state_unchecked()' 486 | inline PyThreadState *get_thread_state_unchecked() { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./python/sht_pymod.cc:29, from python/ducc.cc:15: /usr/lib/python3.11/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.11/site-packages/pybind11/include/pybind11/numpy.h:510: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:287:13: required from 'pybind11::array ducc0::detail_pymodule_healpix::Pyhpbase::query_disc2(const pybind11::array&, double) const [with Tin = double]' ./python/healpix_pymod.cc:293:7: required from here /usr/lib/python3.11/site-packages/pybind11/include/pybind11/numpy.h:448:17: warning: cast from 'const unsigned char*' to 'const long long int*' increases required alignment of target type [-Wcast-align] 448 | return *reinterpret_cast(data_ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 449 | + byte_offset_unsafe(strides_, ssize_t(index)...)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_algo.h:60, from /usr/include/c++/12.2.1/functional:64, from ./src/ducc0/infra/threading.h:80, from ./src/ducc0/infra/threading.cc:52, from python/ducc.cc:2: /usr/include/c++/12.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*, 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++/12.2.1/bits/stl_heap.h:224: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 224 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/12.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>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Distance = int; _Tp = pair<_Rb_tree_const_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]': /usr/include/c++/12.2.1/bits/stl_heap.h:224: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++/12.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>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]': /usr/include/c++/12.2.1/bits/stl_algo.h:1802: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 1802 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1802: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++/12.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*, 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++/12.2.1/bits/stl_algo.h:1802: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++/12.2.1/bits/stl_algo.h:1802: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++/12.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*, 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++/12.2.1/bits/stl_algo.h:1908: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 1908 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1908: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++/12.2.1/bits/stl_algo.h:1922: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 1922 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:70, from ./src/ducc0/infra/string_utils.h:31, from ./src/ducc0/infra/string_utils.cc:40, from python/ducc.cc:1: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {ducc0::detail_sht::ringdata}; _Tp = ducc0::detail_sht::ringdata; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, 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&)> >]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, vector&, size_t, size_t)::ringinfo> >; _Compare = ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, 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&)>]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4853:18, inlined from 'std::vector ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)' at ./src/ducc0/sht/sht.cc:1555:7: /usr/include/c++/12.2.1/bits/stl_algo.h:1937: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 1937 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1938 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1939 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, 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&)> >]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, 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&)> >]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1940:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator&, size_t, size_t)::ringinfo*, vector&, size_t, size_t)::ringinfo> >; _Compare = ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, 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&)>]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4853:18, inlined from 'std::vector ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)' at ./src/ducc0/sht/sht.cc:1555:7: /usr/include/c++/12.2.1/bits/stl_algo.h:1849: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 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1854: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 1854 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {ducc0::detail_sht::ringdata}; _Tp = ducc0::detail_sht::ringdata; _Alloc = std::allocator]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = ducc0::detail_sht::ringdata; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'std::vector ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)' at ./src/ducc0/sht/sht.cc:1571:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {ducc0::detail_sht::ringdata}; _Tp = ducc0::detail_sht::ringdata; _Alloc = std::allocator]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = ducc0::detail_sht::ringdata; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'std::vector ducc0::detail_sht::make_ringdata(const ducc0::detail_mav::cmav&, size_t, size_t)' at ./src/ducc0/sht/sht.cc:1566:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(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++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> >::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.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>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]': /usr/include/c++/12.2.1/bits/stl_algo.h:1908: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 1908 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1908: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++/12.2.1/bits/stl_algo.h:1922: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 1922 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_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> >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>; _Alloc = std::allocator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'void ducc0::detail_timers::TimerHierarchy::tstack_node::report(const std::string&, int, int, std::ostream&) const' at ./src/ducc0/infra/timers.h:124:26: /usr/include/c++/12.2.1/bits/vector.tcc:123: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 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = ducc0::detail_timers::TimerHierarchy::tstack_node::report(const std::string&, int, int, std::ostream&) const::]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4853:18, inlined from 'void ducc0::detail_timers::TimerHierarchy::tstack_node::report(const std::string&, int, int, std::ostream&) const' at ./src/ducc0/infra/timers.h:128:17: /usr/include/c++/12.2.1/bits/stl_algo.h:1937: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 1937 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1938 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1939 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter >]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1940:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double>*, vector, ducc0::detail_timers::TimerHierarchy::tstack_node> >, double> > >; _Compare = ducc0::detail_timers::TimerHierarchy::tstack_node::report(const std::string&, int, int, std::ostream&) const::]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4853:18, inlined from 'void ducc0::detail_timers::TimerHierarchy::tstack_node::report(const std::string&, int, int, std::ostream&) const' at ./src/ducc0/infra/timers.h:128:17: /usr/include/c++/12.2.1/bits/stl_algo.h:1849: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 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1854: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 1854 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {ducc0::detail_pymodule_misc::oof2filter}; _Tp = ducc0::detail_pymodule_misc::oof2filter; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector, std::allocator > >::iterator' changed in GCC 7.1 /usr/include/c++/12.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++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_disc_internal(ducc0::pointing, double, int, ducc0::rangeset&) const [with I2 = int; I = long long int]' at ./src/ducc0/healpix/healpix_base.cc:332:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const long long int&}; _Tp = long long int; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector >::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:64: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:39: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:118:22: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:332:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::toVector(std::vector&) const [with T = long long int]' at ./src/ducc0/math/rangeset.h:341:24, inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_disc_inclusive(const ducc0::pointing&, double, std::vector&, int) const [with I = long long int]' at ./src/ducc0/healpix/healpix_base.h:297:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::toVector(std::vector&) const [with T = long long int]' at ./src/ducc0/math/rangeset.h:341:24, inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_disc(const ducc0::pointing&, double, std::vector&) const [with I = long long int]' at ./src/ducc0/healpix/healpix_base.h:289:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:22, inlined from 'void ducc0::rangeset::append(const ducc0::rangeset&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:277:15, inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_strip(double, double, bool, ducc0::rangeset&) const [with I = long long int]' at ./src/ducc0/healpix/healpix_base.cc:1070:18: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:39, inlined from 'void ducc0::rangeset::append(const ducc0::rangeset&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:277:15, inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_strip(double, double, bool, ducc0::rangeset&) const [with I = long long int]' at ./src/ducc0/healpix/healpix_base.cc:1070:18: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:575:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:118:22, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:620:19: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:22, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:114:20, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:620:19: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:39, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:114:20, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:620:19: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:131:24, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:620:19: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const double&}; _Tp = double; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const ducc0::pointing&}; _Tp = ducc0::pointing; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:421:21: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = ducc0::pointing; _Alloc = std::allocator]', inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:424:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:22, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:451:16: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:39, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:451:16: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::intersect(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:315:32, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:473:23: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:22, inlined from 'void ducc0::rangeset::append(const ducc0::rangeset&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:277:15, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:475:20: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = long long int; _Alloc = std::allocator]', inlined from 'void ducc0::rangeset::append(const T&, const T&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:265:39, inlined from 'void ducc0::rangeset::append(const ducc0::rangeset&) [with T = long long int]' at ./src/ducc0/math/rangeset.h:277:15, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:475:20: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:510:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_multidisc(const std::vector >&, const std::vector&, int, ducc0::rangeset&) const [with I2 = int; I = int]' at ./src/ducc0/healpix/healpix_base.cc:421:21: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = ducc0::pointing; _Alloc = std::allocator]', inlined from 'void ducc0::detail_healpix::T_Healpix_Base::query_multidisc(const std::vector >&, const std::vector&, int, ducc0::rangeset&) const [with I2 = int; I = int]' at ./src/ducc0/healpix/healpix_base.cc:424:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:421:21: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = ducc0::pointing; _Alloc = std::allocator]', inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:424:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = std::pair; _Alloc = std::allocator >]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from '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]' at ./src/ducc0/healpix/healpix_base.cc:510:20: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >' changed in GCC 7.1 In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {ducc0::detail_pymodule_misc::oof2filter}; _Tp = ducc0::detail_pymodule_misc::oof2filter; _Alloc = std::allocator]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = ducc0::detail_pymodule_misc::oof2filter; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'ducc0::detail_pymodule_misc::oofafilter::oofafilter(double, double, double, double)' at ./python/misc_pymod.cc:417:11, inlined from 'ducc0::detail_pymodule_misc::OofaNoise::OofaNoise(double, double, double, double, double)' at ./python/misc_pymod.cc:445:9, inlined from 'ducc0::detail_pymodule_misc::Py_OofaNoise::Py_OofaNoise(double, double, double, double, double)' at ./python/misc_pymod.cc:468:9, inlined from 'Class* pybind11::detail::initimpl::construct_or_initialize(Args&& ...) [with Class = ducc0::detail_pymodule_misc::Py_OofaNoise; Args = {double, double, double, double, double}; typename std::enable_if::value, int>::type = 0]' at /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/init.h:76:12, inlined from '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&)::' at /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/init.h:206:70, inlined from 'Return pybind11::detail::argument_loader::call_impl(Func&&, std::index_sequence, Guard&&) && [with Return = void; Func = 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&)::&; unsigned int ...Is = {0, 1, 2, 3, 4, 5}; Guard = pybind11::detail::void_type; Args = {pybind11::detail::value_and_holder&, double, double, double, double, double}]' at /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../cast.h:1443:37, inlined from 'std::enable_if_t::value, pybind11::detail::void_type> pybind11::detail::argument_loader::call(Func&&) && [with Return = void; Guard = pybind11::detail::void_type; Func = 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&)::&; Args = {pybind11::detail::value_and_holder&, double, double, double, double, double}]' at /usr/lib/python3.11/site-packages/pybind11/include/pybind11/detail/../cast.h:1417:65, inlined from '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&)::' at /usr/lib/python3.11/site-packages/pybind11/include/pybind11/pybind11.h:248:88, inlined from 'static constexpr 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&)' at /usr/lib/python3.11/site-packages/pybind11/include/pybind11/pybind11.h:223:21: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-armv8l-cpython-311 g++ -shared -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/python/ducc.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/ducc0.cpython-311-arm-linux-musleabihf.so -Wl,-rpath,$ORIGIN -pthread ============================= test session starts ============================== platform linux -- Python 3.11.2, pytest-7.2.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-ducc0/src/ducc-ducc0_0_29_0 collected 48045 items python/test/test_fft.py ................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 0%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 1%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 2%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 4%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 5%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 6%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 7%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 8%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 9%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 10%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 11%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 12%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 13%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 14%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 15%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 16%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 17%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 18%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 19%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 20%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 21%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 22%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 23%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 24%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 25%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 26%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 27%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ........................................................................ [ 28%] ...........................................................sssssssssssss [ 28%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 30%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 31%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 31%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 31%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 31%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 31%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 31%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%] sss [ 35%] python/test/test_healpix.py ............................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 35%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 36%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 37%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 38%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] ........................................................................ [ 39%] .................................................... [ 39%] python/test/test_nufft.py ..............................sssssssssssssss. [ 39%] .............................sssssssssssssss............................ [ 39%] ........................................................................ [ 39%] ....................sssssssssssssss..............................sssssss [ 40%] ssssssss................................................................ [ 40%] ........................................................sssssssssssssss. [ 40%] .............................sssssssssssssss............................ [ 40%] ........................................................................ [ 40%] ....................sssssssssssssss..............................sssssss [ 40%] ssssssss................................................................ [ 41%] ........................................................sssssssssssssss. [ 41%] .............................sssssssssssssss............................ [ 41%] ........................................................................ [ 41%] ....................sssssssssssssss..............................sssssss [ 41%] ssssssss................................................................ [ 41%] ........................................................sssssssssssssss. [ 41%] .............................sssssssssssssss............................ [ 42%] ........................................................................ [ 42%] ....................sssssssssssssss..............................sssssss [ 42%] ssssssss................................................................ [ 42%] ........................................................................ [ 42%] ........................................................................ [ 42%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 42%] ........................................................................ [ 43%] ......................................ssssssssssssssssssssssssssssssssss [ 43%] ssssssssssssssssssssssssss.............................................. [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 43%] ........................................................................ [ 44%] ........................................................................ [ 44%] ........................................................................ [ 44%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 44%] ........................................................................ [ 44%] ......................................ssssssssssssssssssssssssssssssssss [ 44%] ssssssssssssssssssssssssss.............................................. [ 44%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ........................................................................ [ 45%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 45%] ........................................................................ [ 46%] ......................................ssssssssssssssssssssssssssssssssss [ 46%] ssssssssssssssssssssssssss.............................................. [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 46%] ........................................................................ [ 47%] ........................................................................ [ 47%] ........................................................................ [ 47%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 47%] ........................................................................ [ 47%] ......................................ssssssssssssssssssssssssssssssssss [ 47%] ssssssssssssssssssssssssss.............................................. [ 47%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ........................................................................ [ 48%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 48%] ........................................................................ [ 49%] ......................................ssssssssssssssssssssssssssssssssss [ 49%] ssssssssssssssssssssssssss.............................................. [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 49%] ........................................................................ [ 50%] ........................................................................ [ 50%] ........................................................................ [ 50%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 50%] ........................................................................ [ 50%] ......................................ssssssssssssssssssssssssssssssssss [ 50%] ssssssssssssssssssssssssss.............................................. [ 50%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ........................................................................ [ 51%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 51%] ........................................................................ [ 52%] ......................................ssssssssssssssssssssssssssssssssss [ 52%] ssssssssssssssssssssssssss.............................................. [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 52%] ........................................................................ [ 53%] ........................................................................ [ 53%] ........................................................................ [ 53%] ..ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......... [ 53%] ........................................................................ [ 53%] ......................................ssssssssssssssssssssssssssssssssss [ 53%] ssssssssssssssssssssssssss.............................................. [ 53%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ........................................................................ [ 54%] ............................................ssssssssssssssssssssssssssss [ 54%] sssssssssssssssssssssssssssssssssssssssssssssssssssss................... [ 55%] ........................................................................ [ 55%] .......................................................................s [ 55%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 55%] ssssssss................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 55%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........................................................................ [ 56%] ........ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 57%] sssssssssssssssss....................................................... [ 57%] ........................................................................ [ 57%] ...................................sssssssssssssssssssssssssssssssssssss [ 57%] ssssssssssssssssssssssssssssssssssssssssssss............................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 57%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ........................................................................ [ 58%] ............................................ssssssssssssssssssssssssssss [ 58%] sssssssssssssssssssssssssssssssssssssssssssssssssssss................... [ 59%] ........................................................................ [ 59%] .......................................................................s [ 59%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 59%] ssssssss................................................................ [ 59%] ........................................................................ [ 59%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........................................................................ [ 60%] ........ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 61%] sssssssssssssssss....................................................... [ 61%] ........................................................................ [ 61%] ...................................sssssssssssssssssssssssssssssssssssss [ 61%] ssssssssssssssssssssssssssssssssssssssssssss............................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 61%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ........................................................................ [ 62%] ............................................ssssssssssssssssssssssssssss [ 63%] sssssssssssssssssssssssssssssssssssssssssssssssssssss................... [ 63%] ........................................................................ [ 63%] .......................................................................s [ 63%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 63%] ssssssss................................................................ [ 63%] ........................................................................ [ 63%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........................................................................ [ 64%] ........ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 65%] sssssssssssssssss....................................................... [ 65%] ........................................................................ [ 65%] ...................................sssssssssssssssssssssssssssssssssssss [ 65%] ssssssssssssssssssssssssssssssssssssssssssss............................ [ 65%] ........................................................................ [ 65%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ........................................................................ [ 66%] ............................................ssssssssssssssssssssssssssss [ 67%] sssssssssssssssssssssssssssssssssssssssssssssssssssss................... [ 67%] ........................................................................ [ 67%] .......................................................................s [ 67%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 67%] ssssssss................................................................ [ 67%] ........................................................................ [ 67%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 68%] ........................................................................ [ 69%] ........ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 69%] sssssssssssssssss....................................................... [ 69%] ........................................................................ [ 69%] ...................................sssssssssssssssssssssssssssssssssssss [ 69%] ssssssssssssssssssssssssssssssssssssssssssss............................ [ 69%] ........................................................................ [ 69%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] ........................................................................ [ 70%] .......................... [ 70%] python/test/test_pointing.py ........................................... [ 70%] .............................s [ 70%] python/test/test_sht.py ................................................ [ 70%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 71%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ........................................................................ [ 72%] ................ [ 72%] python/test/test_totalconvolve.py ...................................... [ 72%] ................................... [ 72%] python/test/test_wgridder.py ........................................... [ 72%] .................................................................sssssss [ 73%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 73%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 73%] sssssssssss............................................................. [ 73%] ........................................................................ [ 74%] ........................................................................ [ 74%] .................................................................sssssss [ 74%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 74%] ........................................................................ [ 74%] ........................................................................ [ 74%] ........................................................................ [ 75%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 75%] sssssssssss............................................................. [ 75%] ........................................................................ [ 75%] ........................................................................ [ 75%] .................................................................sssssss [ 75%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 75%] ........................................................................ [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 76%] sssssssssss............................................................. [ 76%] ........................................................................ [ 76%] ........................................................................ [ 76%] .................................................................sssssss [ 77%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] ........................................................................ [ 77%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 77%] sssssssssss............................................................. [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] .................................................................sssssss [ 78%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 78%] ........................................................................ [ 78%] ........................................................................ [ 78%] ........................................................................ [ 79%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 79%] sssssssssss............................................................. [ 79%] ........................................................................ [ 79%] ........................................................................ [ 79%] .................................................................sssssss [ 79%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ........................................................................ [ 80%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 80%] sssssssssss............................................................. [ 80%] ........................................................................ [ 80%] ........................................................................ [ 81%] .................................................................sssssss [ 81%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] ........................................................................ [ 81%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 81%] sssssssssss............................................................. [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] .................................................................sssssss [ 82%] sssssssssssssssssssssssssssssssssssssssssssssss......................... [ 82%] ........................................................................ [ 82%] ........................................................................ [ 82%] ........................................................................ [ 83%] .............................sssssssssssssssssssssssssssssssssssssssssss [ 83%] sssssssssss............................................................. [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 83%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 84%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 85%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 86%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 87%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 88%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] ........................................................................ [ 89%] .....................................................sssssssssssssssssss [ 90%] sssssssssssssssssssssssssssssssssss..................................... [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] ........................................................................ [ 90%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 90%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] .....................................................sssssssssssssssssss [ 91%] sssssssssssssssssssssssssssssssssss..................................... [ 91%] ........................................................................ [ 91%] ........................................................................ [ 91%] ........................................................................ [ 92%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] ........................................................................ [ 92%] .....................................................sssssssssssssssssss [ 92%] sssssssssssssssssssssssssssssssssss..................................... [ 92%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 93%] ........................................................................ [ 93%] ........................................................................ [ 93%] ........................................................................ [ 94%] .....................................................sssssssssssssssssss [ 94%] sssssssssssssssssssssssssssssssssss..................................... [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] ........................................................................ [ 94%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 94%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] .....................................................sssssssssssssssssss [ 95%] sssssssssssssssssssssssssssssssssss..................................... [ 95%] ........................................................................ [ 95%] ........................................................................ [ 95%] ........................................................................ [ 96%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] ........................................................................ [ 96%] .....................................................sssssssssssssssssss [ 96%] sssssssssssssssssssssssssssssssssss..................................... [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 97%] ........................................................................ [ 97%] ........................................................................ [ 97%] ........................................................................ [ 98%] .....................................................sssssssssssssssssss [ 98%] sssssssssssssssssssssssssssssssssss..................................... [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] ........................................................................ [ 98%] .................ssssssssssssssssssssssssssssssssssssssssssssssssssssss. [ 98%] ........................................................................ [ 99%] ........................................................................ [ 99%] ........................................................................ [ 99%] .....................................................sssssssssssssssssss [ 99%] sssssssssssssssssssssssssssssssssss..................................... [ 99%] ........................................................................ [ 99%] ..................................................... [100%] =============== 40708 passed, 7337 skipped in 430.33s (0:07:10) ================ >>> py3-ducc0: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:129: _InvalidFile: The given `pyproject.toml` file is invalid and would be ignored. !! ############################ # Invalid `pyproject.toml` # ############################ Any configurations in `pyproject.toml` will be ignored. Please note that future releases of setuptools will halt the build process if an invalid file is given. To prevent setuptools from considering `pyproject.toml` please DO NOT include the `[project]` or `[tool.setuptools]` tables in your file. !! if _skip_bad_config(project_table, orig_setuptools_table, dist): Build environment: Platform: Linux-5.15.32-0-lts-armv8l-with Machine: armv8l System: Linux Architecture: ('32bit', 'ELF') running install /usr/lib/python3.11/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 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.11 creating /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib/python3.11/site-packages copying build/lib.linux-armv8l-cpython-311/ducc0.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/community/py3-ducc0/pkg/py3-ducc0/usr/lib/python3.11/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.11/site-packages/ducc0-0.29.0-py3.11.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: 5.3 MB >>> py3-ducc0*: Compressing data... >>> py3-ducc0*: Create checksum... >>> py3-ducc0*: Create py3-ducc0-0.29.0-r0.apk >>> py3-ducc0: Build complete at Fri, 24 Feb 2023 18:07:21 +0000 elapsed time 0h 11m 25s >>> py3-ducc0: Cleaning up srcdir >>> py3-ducc0: Cleaning up pkgdir >>> py3-ducc0: Uninstalling dependencies... (1/24) Purging .makedepends-py3-ducc0 (20230224.175556) (2/24) Purging py3-setuptools (67.4.0-r0) (3/24) Purging py3-pybind11-dev (2.10.3-r0) (4/24) Purging py3-pybind11 (2.10.3-r0) (5/24) Purging python3-dev (3.11.2-r0) (6/24) Purging py3-pytest (7.2.1-r0) (7/24) Purging py3-attrs (22.2.0-r0) (8/24) Purging py3-iniconfig (1.1.1-r5) (9/24) Purging py3-packaging (23.0-r0) (10/24) Purging py3-parsing (3.0.9-r1) (11/24) Purging py3-pluggy (1.0.0-r2) (12/24) Purging py3-py (1.11.0-r1) (13/24) Purging python3 (3.11.2-r0) (14/24) Purging py3-numpy (1.24.2-r0) (15/24) Purging openblas (0.3.21-r4) (16/24) Purging libbz2 (1.0.8-r4) (17/24) Purging libffi (3.4.4-r0) (18/24) Purging gdbm (1.23-r0) (19/24) Purging xz-libs (5.4.1-r0) (20/24) Purging mpdecimal (2.5.1-r1) (21/24) Purging libpanelw (6.4_p20230218-r3) (22/24) Purging readline (8.2.001-r0) (23/24) Purging sqlite-libs (3.41.0-r0) (24/24) Purging libgfortran (12.2.1_git20220924-r9) Executing busybox-1.36.0-r4.trigger OK: 326 MiB in 96 packages >>> py3-ducc0: Updating the community/armhf repository index... >>> py3-ducc0: Signing the index...