debian:12 gcc-12-20 (with checking)
Failed Started
by
@oliver.sander
Oliver Sander
1 | ^~~2/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1713:18: note: while referencing 'Dune::UG::D3::grid::lastvertex'3 1713 | union vertex *lastvertex[NS_DIM_PREFIX VERTEX_LISTPARTS]; /* pointer to last vertex */4 | ^~~~~~~~~~5/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2769:60: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::vertex* [3]' [-Warray-bounds]6 2769 | #define LISTPART_FIRSTVERTEX(p,part) ((p)->vertices[part])7 | ~~~~~~~~~~~~~~~~~~~^~8/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVERTEX'9 68 | #define XCAT(a,b) a ## b10 | ^11/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'12 70 | #define CAT(a,b) XCAT(a,b)13 | ^~~~14/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:156:49: note: in expansion of macro 'CAT'15 156 | CAT(LISTPART_FIRST,OTYPE(Grid,listpart)) = SUCC(Object);16 | ^~~17/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1712:18: note: while referencing 'Dune::UG::D3::grid::vertices'18 1712 | union vertex *vertices[NS_DIM_PREFIX VERTEX_LISTPARTS]; /* pointer to first vertex */19 | ^~~~~~~~20/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t: In function 'void Dune::UG::D3::GRID_LINK_VERTEX(GRID*, VERTEX*, Dune::UG::INT)':21/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2769:60: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::vertex* [3]' [-Warray-bounds]22 2769 | #define LISTPART_FIRSTVERTEX(p,part) ((p)->vertices[part])23 | ~~~~~~~~~~~~~~~~~~~^~24/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVERTEX'25 68 | #define XCAT(a,b) a ## b26 | ^27/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'28 70 | #define CAT(a,b) XCAT(a,b)29 | ^~~~30/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:329:43: note: in expansion of macro 'CAT'31 329 | Object1 = CAT(LISTPART_FIRST,OTYPE(Grid,listpart));32 | ^~~33/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1712:18: note: while referencing 'Dune::UG::D3::grid::vertices'34 1712 | union vertex *vertices[NS_DIM_PREFIX VERTEX_LISTPARTS]; /* pointer to first vertex */35 | ^~~~~~~~36/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2769:60: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::vertex* [3]' [-Warray-bounds]37 2769 | #define LISTPART_FIRSTVERTEX(p,part) ((p)->vertices[part])38 | ~~~~~~~~~~~~~~~~~~~^~39/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVERTEX'40 68 | #define XCAT(a,b) a ## b41 | ^42/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'43 70 | #define CAT(a,b) XCAT(a,b)44 | ^~~~45/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:331:33: note: in expansion of macro 'CAT'46 331 | CAT(LISTPART_FIRST,OTYPE(Grid,listpart)) = Object;47 | ^~~48/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1712:18: note: while referencing 'Dune::UG::D3::grid::vertices'49 1712 | union vertex *vertices[NS_DIM_PREFIX VERTEX_LISTPARTS]; /* pointer to first vertex */50 | ^~~~~~~~51/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2778:62: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::vertex* [3]' [-Warray-bounds]52 2778 | #define LISTPART_LASTVERTEX(p,part) ((p)->lastvertex[part])53 | ~~~~~~~~~~~~~~~~~~~~~^~54/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_LASTVERTEX'55 68 | #define XCAT(a,b) a ## b56 | ^57/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'58 70 | #define CAT(a,b) XCAT(a,b)59 | ^~~~60/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:338:41: note: in expansion of macro 'CAT'61 338 | CAT(LISTPART_LAST,OTYPE(Grid,listpart)) = Object;62 | ^~~63/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1713:18: note: while referencing 'Dune::UG::D3::grid::lastvertex'64 1713 | union vertex *lastvertex[NS_DIM_PREFIX VERTEX_LISTPARTS]; /* pointer to last vertex */65 | ^~~~~~~~~~66/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2778:62: warning: array subscript -2 is below array bounds of 'Dune::UG::D3::vertex* [3]' [-Warray-bounds]67 2778 | #define LISTPART_LASTVERTEX(p,part) ((p)->lastvertex[part])68 | ~~~~~~~~~~~~~~~~~~~~~^~69/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_LASTVERTEX'70 68 | #define XCAT(a,b) a ## b71 | ^72/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'73 70 | #define CAT(a,b) XCAT(a,b)74 | ^~~~75/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:353:49: note: in expansion of macro 'CAT'76 353 | Object1=CAT(LISTPART_LAST,OTYPE(Grid,listpartprev));77 | ^~~78/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1713:18: note: while referencing 'Dune::UG::D3::grid::lastvertex'79 1713 | union vertex *lastvertex[NS_DIM_PREFIX VERTEX_LISTPARTS]; /* pointer to last vertex */80 | ^~~~~~~~~~81/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t: In function 'void Dune::UG::D3::GRID_UNLINK_VECTOR(GRID*, VECTOR*)':82/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2830:62: warning: array subscript -2 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]83 2830 | #define LISTPART_LASTVECTOR(p,part) ((p)->lastVector[part])84 | ~~~~~~~~~~~~~~~~~~~~~^~85/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_LASTVECTOR'86 68 | #define XCAT(a,b) a ## b87 | ^88/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'89 70 | #define CAT(a,b) XCAT(a,b)90 | ^~~~91/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:146:59: note: in expansion of macro 'CAT'92 146 | Object1 = CAT(LISTPART_LAST,OTYPE(Grid,listpart1));93 | ^~~94/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1717:11: note: while referencing 'Dune::UG::D3::grid::lastVector'95 1717 | VECTOR *lastVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to last vector */96 | ^~~~~~~~~~97/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2821:63: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]98 2821 | #define LISTPART_FIRSTVECTOR(p,part) ((p)->firstVector[part])99 | ~~~~~~~~~~~~~~~~~~~~~~^~100/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVECTOR'101 68 | #define XCAT(a,b) a ## b102 | ^103/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'104 70 | #define CAT(a,b) XCAT(a,b)105 | ^~~~106/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:164:49: note: in expansion of macro 'CAT'107 164 | CAT(LISTPART_FIRST,OTYPE(Grid,listpart)) = NULL;108 | ^~~109/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1716:11: note: while referencing 'Dune::UG::D3::grid::firstVector'110 1716 | VECTOR *firstVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to first vector */111 | ^~~~~~~~~~~112/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2830:62: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]113 2830 | #define LISTPART_LASTVECTOR(p,part) ((p)->lastVector[part])114 | ~~~~~~~~~~~~~~~~~~~~~^~115/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_LASTVECTOR'116 68 | #define XCAT(a,b) a ## b117 | ^118/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'119 70 | #define CAT(a,b) XCAT(a,b)120 | ^~~~121/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:166:41: note: in expansion of macro 'CAT'122 166 | CAT(LISTPART_LAST,OTYPE(Grid,listpart)) = PRED(Object);123 | ^~~124/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1717:11: note: while referencing 'Dune::UG::D3::grid::lastVector'125 1717 | VECTOR *lastVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to last vector */126 | ^~~~~~~~~~127/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2821:63: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]128 2821 | #define LISTPART_FIRSTVECTOR(p,part) ((p)->firstVector[part])129 | ~~~~~~~~~~~~~~~~~~~~~~^~130/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVECTOR'131 68 | #define XCAT(a,b) a ## b132 | ^133/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'134 70 | #define CAT(a,b) XCAT(a,b)135 | ^~~~136/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:156:49: note: in expansion of macro 'CAT'137 156 | CAT(LISTPART_FIRST,OTYPE(Grid,listpart)) = SUCC(Object);138 | ^~~139/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1716:11: note: while referencing 'Dune::UG::D3::grid::firstVector'140 1716 | VECTOR *firstVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to first vector */141 | ^~~~~~~~~~~142/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t: In function 'void Dune::UG::D3::GRID_LINK_VECTOR(GRID*, VECTOR*, Dune::UG::INT)':143/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2821:63: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]144 2821 | #define LISTPART_FIRSTVECTOR(p,part) ((p)->firstVector[part])145 | ~~~~~~~~~~~~~~~~~~~~~~^~146/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVECTOR'147 68 | #define XCAT(a,b) a ## b148 | ^149/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'150 70 | #define CAT(a,b) XCAT(a,b)151 | ^~~~152/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:329:43: note: in expansion of macro 'CAT'153 329 | Object1 = CAT(LISTPART_FIRST,OTYPE(Grid,listpart));154 | ^~~155/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1716:11: note: while referencing 'Dune::UG::D3::grid::firstVector'156 1716 | VECTOR *firstVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to first vector */157 | ^~~~~~~~~~~158/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2821:63: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]159 2821 | #define LISTPART_FIRSTVECTOR(p,part) ((p)->firstVector[part])160 | ~~~~~~~~~~~~~~~~~~~~~~^~161/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_FIRSTVECTOR'162 68 | #define XCAT(a,b) a ## b163 | ^164/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'165 70 | #define CAT(a,b) XCAT(a,b)166 | ^~~~167/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:331:33: note: in expansion of macro 'CAT'168 331 | CAT(LISTPART_FIRST,OTYPE(Grid,listpart)) = Object;169 | ^~~170/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1716:11: note: while referencing 'Dune::UG::D3::grid::firstVector'171 1716 | VECTOR *firstVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to first vector */172 | ^~~~~~~~~~~173/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2830:62: warning: array subscript -1 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]174 2830 | #define LISTPART_LASTVECTOR(p,part) ((p)->lastVector[part])175 | ~~~~~~~~~~~~~~~~~~~~~^~176/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_LASTVECTOR'177 68 | #define XCAT(a,b) a ## b178 | ^179/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'180 70 | #define CAT(a,b) XCAT(a,b)181 | ^~~~182/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:338:41: note: in expansion of macro 'CAT'183 338 | CAT(LISTPART_LAST,OTYPE(Grid,listpart)) = Object;184 | ^~~185/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1717:11: note: while referencing 'Dune::UG::D3::grid::lastVector'186 1717 | VECTOR *lastVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to last vector */187 | ^~~~~~~~~~188/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2830:62: warning: array subscript -2 is below array bounds of 'Dune::UG::D3::VECTOR* [3]' {aka 'Dune::UG::D3::vector* [3]'} [-Warray-bounds]189 2830 | #define LISTPART_LASTVECTOR(p,part) ((p)->lastVector[part])190 | ~~~~~~~~~~~~~~~~~~~~~^~191/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:68:41: note: in expansion of macro 'LISTPART_LASTVECTOR'192 68 | #define XCAT(a,b) a ## b193 | ^194/duneci/modules/dune-uggrid/dune/uggrid/low/misc.h:70:41: note: in expansion of macro 'XCAT'195 70 | #define CAT(a,b) XCAT(a,b)196 | ^~~~197/duneci/modules/dune-uggrid/dune/uggrid/gm/dlmgr.t:353:49: note: in expansion of macro 'CAT'198 353 | Object1=CAT(LISTPART_LAST,OTYPE(Grid,listpartprev));199 | ^~~200/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:1717:11: note: while referencing 'Dune::UG::D3::grid::lastVector'201 1717 | VECTOR *lastVector[NS_DIM_PREFIX VECTOR_LISTPARTS]; /* pointer to last vector */202 | ^~~~~~~~~~203[ 13%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/er.cc.o204[ 13%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/gm/refine.cc.o205/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'Dune::UG::INT ExtractRules(Dune::UG::D3::MULTIGRID*)':206/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:1134:24: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]207 1134 | if (NSONS(elem)!=nsons)208/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'void CheckMRules(Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::MGIO_RR_RULE*)':209/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:1808:24: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]210 1808 | if (NSONS(elem)!=nsons)211/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:1845:26: warning: comparison of integer expressions of different signedness: 'Dune::UG::SHORT' {aka 'short int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]212 1845 | if (rson->tag!=TAG(son))213/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'Dune::UG::INT Dune::UG::D3::ResetRefineTagsBeyondRuleManager(MULTIGRID*)':214/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:107:59: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]215 107 | #define BEYOND_UG_RULES(e) (REFINE(e)>=UGMAXRULE(TAG(e)))216/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:2115:11: note: in expansion of macro 'BEYOND_UG_RULES'217 2115 | if (BEYOND_UG_RULES(elem))218 | ^~~~~~~~~~~~~~~219In function 'Dune::UG::DOUBLE Corner2DCorners(Dune::UG::INT, const Dune::UG::SHORT*)',220 inlined from 'Dune::UG::INT ExtractERule(Dune::UG::D3::ELEMENT*, ERULE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:681:35:221/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:277:25: warning: 'corners' may be used uninitialized [-Wmaybe-uninitialized]222 277 | DOUBLE dco = corners[0];223 | ~~~~~~~~~^224/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'Dune::UG::INT ExtractERule(Dune::UG::D3::ELEMENT*, ERULE*)':225/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:662:11: note: 'corners' declared here226 662 | SHORT corners[MAX_CORNERS_OF_ELEM_DIM];227 | ^~~~~~~228In file included from /usr/include/c++/12/bits/stl_algobase.h:71,229 from /usr/include/c++/12/algorithm:60,230 from /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:68:231In member function 'constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = short int*; _Iterator2 = short int*]',232 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:85:17,233 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,234 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = short int*; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,235 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,236 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,237 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = short int*]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,238 inlined from 'void FillOrderedSons(const ERULE*, Dune::UG::DOUBLE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:349:14,239 inlined from 'HRID GetRuleID(Dune::UG::INT, const ERULE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:521:18:240/usr/include/c++/12/bits/predefined_ops.h:45:23: warning: array subscript 8 is outside array bounds of 'Dune::UG::SHORT [8]' {aka 'short int [8]'} [-Warray-bounds]241 45 | { return *__it1 < *__it2; }242 | ~~~~~~~^~~~~~~~243/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'HRID GetRuleID(Dune::UG::INT, const ERULE*)':244/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:343:9: note: at offset 16 into object 'corners' of size 16245 343 | SHORT corners[MAX_CORNERS_OF_ELEM_DIM];246 | ^~~~~~~247In file included from /usr/include/c++/12/bits/stl_pair.h:61,248 from /usr/include/c++/12/bits/stl_algobase.h:64:249In function 'constexpr std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = short int]',250 inlined from 'constexpr void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = short int*; _ForwardIterator2 = short int*]' at /usr/include/c++/12/bits/stl_algobase.h:182:11,251 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:99:16,252 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,253 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = short int*; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,254 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,255 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,256 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = short int*]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,257 inlined from 'void FillOrderedSons(const ERULE*, Dune::UG::DOUBLE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:349:14,258 inlined from 'HRID GetRuleID(Dune::UG::INT, const ERULE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:521:18:259/usr/include/c++/12/bits/move.h:206:11: warning: array subscript 8 is outside array bounds of 'Dune::UG::SHORT [8]' {aka 'short int [8]'} [-Warray-bounds]260 206 | __b = _GLIBCXX_MOVE(__tmp);261 | ^262/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'HRID GetRuleID(Dune::UG::INT, const ERULE*)':263/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:343:9: note: at offset 16 into object 'corners' of size 16264 343 | SHORT corners[MAX_CORNERS_OF_ELEM_DIM];265 | ^~~~~~~266In function 'constexpr std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = short int]',267 inlined from 'constexpr void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = short int*; _ForwardIterator2 = short int*]' at /usr/include/c++/12/bits/stl_algobase.h:182:11,268 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:88:20,269 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,270 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = short int*; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,271 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,272 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,273 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = short int*]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,274 inlined from 'void FillOrderedSons(const ERULE*, Dune::UG::DOUBLE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:349:14,275 inlined from 'HRID GetRuleID(Dune::UG::INT, const ERULE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:521:18:276/usr/include/c++/12/bits/move.h:206:11: warning: array subscript 8 is outside array bounds of 'Dune::UG::SHORT [8]' {aka 'short int [8]'} [-Warray-bounds]277 206 | __b = _GLIBCXX_MOVE(__tmp);278 | ^279/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'HRID GetRuleID(Dune::UG::INT, const ERULE*)':280/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:343:9: note: at offset 16 into object 'corners' of size 16281 343 | SHORT corners[MAX_CORNERS_OF_ELEM_DIM];282 | ^~~~~~~283In file included from /usr/include/c++/12/bits/stl_algo.h:60,284 from /usr/include/c++/12/algorithm:61:285In function 'constexpr void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = short int*; _Distance = long int; _Tp = short int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',286 inlined from 'constexpr void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:356:22,287 inlined from 'constexpr void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1629:23,288 inlined from 'constexpr void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1900:25,289 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = short int*; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1916:27,290 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,291 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,292 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = short int*]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,293 inlined from 'void FillOrderedSons(const ERULE*, Dune::UG::DOUBLE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:349:14,294 inlined from 'HRID GetRuleID(Dune::UG::INT, const ERULE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:521:18:295/usr/include/c++/12/bits/stl_heap.h:241:36: warning: array subscript [15, 4611686018427387901] is outside array bounds of 'Dune::UG::SHORT [8]' {aka 'short int [8]'} [-Warray-bounds]296 241 | *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first297 | ^298/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'HRID GetRuleID(Dune::UG::INT, const ERULE*)':299/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:343:9: note: at offset [30, 9223372036854775802] into object 'corners' of size 16300 343 | SHORT corners[MAX_CORNERS_OF_ELEM_DIM];301 | ^~~~~~~302In function 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',303 inlined from 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1844:5,304 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1940:31,305 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = short int*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,306 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = short int*]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,307 inlined from 'void FillOrderedSons(const ERULE*, Dune::UG::DOUBLE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:349:14,308 inlined from 'HRID GetRuleID(Dune::UG::INT, const ERULE*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:521:18:309/usr/include/c++/12/bits/stl_algo.h:1849:32: warning: array subscript 16 is outside array bounds of 'Dune::UG::SHORT [8]' {aka 'short int [8]'} [-Warray-bounds]310 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp);311 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~312/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc: In function 'HRID GetRuleID(Dune::UG::INT, const ERULE*)':313/duneci/modules/dune-uggrid/dune/uggrid/gm/er.cc:343:9: note: at offset 32 into object 'corners' of size 16314 343 | SHORT corners[MAX_CORNERS_OF_ELEM_DIM];315 | ^~~~~~~316[ 14%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/gm/rm-write2file.cc.o317[ 15%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/evm.cc.o318[ 16%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/gmcheck.cc.o319/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:391:12: warning: 'CondensedEdgeOfSide' defined but not used [-Wunused-variable]320 391 | static INT CondensedEdgeOfSide[4] = {0x07,0x32,0x2C,0x19};321 | ^~~~~~~~~~~~~~~~~~~322/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:380:12: warning: 'TriSectionEdge' defined but not used [-Wunused-variable]323 380 | static INT TriSectionEdge[64][2] =324 | ^~~~~~~~~~~~~~325[ 17%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/gm/rm.cc.o326In file included from /usr/include/c++/12/algorithm:61,327 from /duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:69:328In function 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::compare_record**; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const Dune::UG::D2::compare_record*, const Dune::UG::D2::compare_record*)>]',329 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::compare_record**; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const Dune::UG::D2::compare_record*, const Dune::UG::D2::compare_record*)>]' at /usr/include/c++/12/bits/stl_algo.h:1940:31,330 inlined from 'constexpr void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = Dune::UG::D2::compare_record**; _Compare = bool (*)(const Dune::UG::D2::compare_record*, const Dune::UG::D2::compare_record*)]' at /usr/include/c++/12/bits/stl_algo.h:4853:18,331 inlined from 'Dune::UG::INT Dune::UG::D2::Connect_Sons_of_ElementSide(GRID*, ELEMENT*, Dune::UG::INT, Dune::UG::INT, ELEMENT**, Dune::UG::INT*, Dune::UG::INT)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:3909:12:332/usr/include/c++/12/bits/stl_algo.h:1849:32: warning: array subscript 16 is outside array bounds of 'Dune::UG::D2::COMPARE_RECORD* [4]' {aka 'Dune::UG::D2::compare_record* [4]'} [-Warray-bounds]333 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp);334 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~335/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc: In function 'Dune::UG::INT Dune::UG::D2::Connect_Sons_of_ElementSide(GRID*, ELEMENT*, Dune::UG::INT, Dune::UG::INT, ELEMENT**, Dune::UG::INT*, Dune::UG::INT)':336/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:3758:19: note: at offset 128 into object 'ElemSortTable' of size 32337 3758 | COMPARE_RECORD *ElemSortTable[MAX_SONS];338 | ^~~~~~~~~~~~~339In function 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::compare_record**; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const Dune::UG::D2::compare_record*, const Dune::UG::D2::compare_record*)>]',340 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::compare_record**; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const Dune::UG::D2::compare_record*, const Dune::UG::D2::compare_record*)>]' at /usr/include/c++/12/bits/stl_algo.h:1940:31,341 inlined from 'constexpr void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = Dune::UG::D2::compare_record**; _Compare = bool (*)(const Dune::UG::D2::compare_record*, const Dune::UG::D2::compare_record*)]' at /usr/include/c++/12/bits/stl_algo.h:4853:18,342 inlined from 'Dune::UG::INT Dune::UG::D2::Connect_Sons_of_ElementSide(GRID*, ELEMENT*, Dune::UG::INT, Dune::UG::INT, ELEMENT**, Dune::UG::INT*, Dune::UG::INT)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:3910:12:343/usr/include/c++/12/bits/stl_algo.h:1849:32: warning: array subscript 16 is outside array bounds of 'Dune::UG::D2::COMPARE_RECORD* [4]' {aka 'Dune::UG::D2::compare_record* [4]'} [-Warray-bounds]344 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp);345 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~346/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc: In function 'Dune::UG::INT Dune::UG::D2::Connect_Sons_of_ElementSide(GRID*, ELEMENT*, Dune::UG::INT, Dune::UG::INT, ELEMENT**, Dune::UG::INT*, Dune::UG::INT)':347/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:3759:19: note: at offset 128 into object 'NbSortTable' of size 32348 3759 | COMPARE_RECORD *NbSortTable[MAX_SONS];349 | ^~~~~~~~~~~350/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc: In function 'Dune::UG::INT Dune::UG::D2::AdaptMultiGrid(MULTIGRID*, Dune::UG::INT, Dune::UG::INT, Dune::UG::INT)':351/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:6041:14: warning: 'nrefined' may be used uninitialized [-Wmaybe-uninitialized]352 6041 | nrefined += ComputeCopies(theGrid);353 | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~354/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:5879:7: note: 'nrefined' was declared here355 5879 | INT nrefined,nadapted;356 | ^~~~~~~~357[ 17%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/initgm.cc.o358/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc: In function 'Dune::UG::INT CheckEdge(Dune::UG::D3::ELEMENT*, Dune::UG::D3::EDGE*, Dune::UG::INT)':359/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc:616:9: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]360 616 | if (i != ONEDGE(theVertex))361/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc: In function 'Dune::UG::INT CheckElement(Dune::UG::D3::GRID*, Dune::UG::D3::ELEMENT*, Dune::UG::INT*, Dune::UG::INT*, Dune::UG::INT*, Dune::UG::INT*, Dune::UG::INT*, Dune::UG::INT*)':362/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc:687:23: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]363 687 | if (GLEVEL(theGrid) != LEVEL(theElement))364/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc:1015:16: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]365 1015 | for (i=0; i<NSONS(theFather); i++)366/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc:1019:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]367 1019 | if (i == NSONS(theFather))368/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc: In function 'Dune::UG::INT CheckGeometry(Dune::UG::D3::GRID*)':369/duneci/modules/dune-uggrid/dune/uggrid/gm/gmcheck.cc:1572:18: warning: comparison of integer expressions of different signedness: 'int' and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]370 1572 | for (i=0; i<NSONS(theElement); i++)371[ 17%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/gm/shapes.cc.o372[ 18%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/gm/ugio.cc.o373[ 20%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/mgio.cc.o374[ 21%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/refine.cc.o375[ 22%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/gm/ugm.cc.o376/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc: In function 'Dune::UG::INT InsertLocalTree(Dune::UG::D2::GRID*, Dune::UG::D2::ELEMENT*, Dune::UG::D2::MGIO_REFINEMENT*, int*)':377/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2273:17: warning: 'nex' may be used uninitialized [-Wmaybe-uninitialized]378 2273 | if (!((nex>>i)&1))379 | ~~~~^~~~380/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2201:14: note: 'nex' was declared here381 2201 | INT nbside,nex;382 | ^~~383In file included from /duneci/modules/dune-uggrid/dune/uggrid/gm/evm.h:42,384 from /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:62:385/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::GRID* Dune::UG::D2::CreateNewLevel(MULTIGRID*)':386/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2741:61: warning: statement has no effect [-Wunused-value]387 2741 | #define GSTATUS(p,n) ((p)->status&(n))388 | ~~~~~~~~~~~~^~~~~389/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:2520:3: note: in expansion of macro 'GSTATUS'390 2520 | GSTATUS(theGrid,0);391 | ^~~~~~~392/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT Dune::UG::D2::InsertMesh(MULTIGRID*, MESH*)':393/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4588:55: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]394 4588 | if (curListNode == NULL || LEVEL(curListNode) < i)395/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4593:57: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]396 4593 | if (curListNode == NULL || LEVEL(curListNode) < i-1)397/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT PropagateNodeClass(Dune::UG::D2::GRID*, Dune::UG::INT)':398/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:5935:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]399 5935 | if (NCLASS(theNode) < nclass)400/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT PropagateNextNodeClass(Dune::UG::D2::GRID*, Dune::UG::INT)':401/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6097:30: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]402 6097 | if (NNCLASS(theNode) < nnclass)403/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT FinishGrid(Dune::UG::D2::MULTIGRID*)':404/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6443:25: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]405 6443 | if (nbid==SUBDOMAIN(nb))406/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6445:28: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]407 6445 | else if (id==SUBDOMAIN(nb))408/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: At global scope:409/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6352:12: warning: 'Dune::UG::INT FinishGrid(Dune::UG::D2::MULTIGRID*)' defined but not used [-Wunused-function]410 6352 | static INT FinishGrid (MULTIGRID *mg)411 | ^~~~~~~~~~412/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc: In function 'Dune::UG::D2::MULTIGRID* Dune::UG::D2::LoadMultiGrid(const char*, const char*, const char*, std_BoundaryValueProblem**, const char*, long unsigned int, Dune::UG::INT, Dune::UG::INT, Dune::UG::INT, std::shared_ptr<PPIF::PPIFContext>)':413/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2688:11: warning: 'Positions' may be used uninitialized [-Wmaybe-uninitialized]414 2688 | DOUBLE *Positions;415 | ^~~~~~~~~416/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:3075:77: warning: 'vidlist' may be used uninitialized [-Wmaybe-uninitialized]417 3075 | Element_corner_ids_uniq_subdom[i][j] = vidlist[cge->cornerid[j]-foid];418 | ^419/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2696:8: note: 'vidlist' was declared here420 2696 | int *vidlist;421 | ^~~~~~~422[ 22%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/rm-write2file.cc.o423[ 22%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/analyser/inv.cc.o424[ 23%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/rm.cc.o425/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc: In function 'Dune::UG::INT Dune::UG::D3::AdaptMultiGrid(MULTIGRID*, Dune::UG::INT, Dune::UG::INT, Dune::UG::INT)':426/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:6041:14: warning: 'nrefined' may be used uninitialized [-Wmaybe-uninitialized]427 6041 | nrefined += ComputeCopies(theGrid);428 | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~429/duneci/modules/dune-uggrid/dune/uggrid/gm/refine.cc:5879:7: note: 'nrefined' was declared here430 5879 | INT nrefined,nadapted;431 | ^~~~~~~~432[ 24%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/shapes.cc.o433In file included from /usr/include/c++/12/bits/stl_algobase.h:71,434 from /usr/include/c++/12/bits/specfun.h:45,435 from /usr/include/c++/12/cmath:1935,436 from /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:44:437In member function 'constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = Dune::UG::D2::node**; _Iterator2 = Dune::UG::D2::node**]',438 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:85:17,439 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,440 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,441 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,442 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,443 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,444 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,445 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:446/usr/include/c++/12/bits/predefined_ops.h:45:23: warning: array subscript [8, 576460752303423487] is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]447 45 | { return *__it1 < *__it2; }448 | ~~~~~~~^~~~~~~~449/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':450/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [64, 4611686018427387896] into object 'faceNodes' of size 16451 4120 | MULTIGRID::FaceNodes faceNodes;452 | ^~~~~~~~~453In file included from /usr/include/c++/12/bits/stl_pair.h:61,454 from /usr/include/c++/12/bits/stl_algobase.h:64:455In function 'constexpr std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Dune::UG::D2::node*]',456 inlined from 'constexpr void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = Dune::UG::D2::node**; _ForwardIterator2 = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algobase.h:182:11,457 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:99:16,458 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,459 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,460 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,461 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,462 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,463 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,464 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:465/usr/include/c++/12/bits/move.h:206:11: warning: array subscript [8, 576460752303423487] is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]466 206 | __b = _GLIBCXX_MOVE(__tmp);467 | ^468/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':469/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [64, 4611686018427387896] into object 'faceNodes' of size 16470 4120 | MULTIGRID::FaceNodes faceNodes;471 | ^~~~~~~~~472In function 'constexpr std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Dune::UG::D2::node*]',473 inlined from 'constexpr void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = Dune::UG::D2::node**; _ForwardIterator2 = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algobase.h:182:11,474 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:88:20,475 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,476 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,477 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,478 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,479 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,480 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,481 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:482/usr/include/c++/12/bits/move.h:206:11: warning: array subscript [8, 576460752303423487] is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]483 206 | __b = _GLIBCXX_MOVE(__tmp);484 | ^485/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':486/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [64, 4611686018427387896] into object 'faceNodes' of size 16487 4120 | MULTIGRID::FaceNodes faceNodes;488 | ^~~~~~~~~489In file included from /usr/include/c++/12/bits/stl_algo.h:60,490 from /usr/include/c++/12/algorithm:61,491 from /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:46:492In function 'constexpr void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Distance = long int; _Tp = Dune::UG::D2::node*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',493 inlined from 'constexpr void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:356:22,494 inlined from 'constexpr void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1629:23,495 inlined from 'constexpr void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1900:25,496 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1916:27,497 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,498 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,499 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,500 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,501 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:502/usr/include/c++/12/bits/stl_heap.h:241:36: warning: array subscript [15, 1152921504606846973] is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]503 241 | *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first504 | ^505/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':506/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [120, 9223372036854775784] into object 'faceNodes' of size 16507 4120 | MULTIGRID::FaceNodes faceNodes;508 | ^~~~~~~~~509In function 'constexpr void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Distance = long int; _Tp = Dune::UG::D2::node*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',510 inlined from 'constexpr void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:356:22,511 inlined from 'constexpr void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1629:23,512 inlined from 'constexpr void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1900:25,513 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1916:27,514 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,515 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,516 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,517 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,518 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:519/usr/include/c++/12/bits/stl_heap.h:241:36: warning: array subscript [7, 576460752303423486] is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]520 241 | *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first521 | ^522/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':523/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [56, 4611686018427387888] into object 'faceNodes' of size 16524 4120 | MULTIGRID::FaceNodes faceNodes;525 | ^~~~~~~~~526In member function 'constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = Dune::UG::D2::node**; _Iterator2 = Dune::UG::D2::node**]',527 inlined from 'constexpr void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Distance = long int; _Tp = Dune::UG::D2::node*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:232:14,528 inlined from 'constexpr void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:264:25,529 inlined from 'constexpr void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:425:19,530 inlined from 'constexpr void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1901:23,531 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1916:27,532 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,533 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,534 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,535 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,536 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:537/usr/include/c++/12/bits/predefined_ops.h:45:23: warning: array subscript 2 is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]538 45 | { return *__it1 < *__it2; }539 | ~~~~~~~^~~~~~~~540/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':541/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset 16 into object 'faceNodes' of size 16542 4120 | MULTIGRID::FaceNodes faceNodes;543 | ^~~~~~~~~544In function 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',545 inlined from 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1844:5,546 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1940:31,547 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D2::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,548 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D2::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,549 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::D2::MULTIGRID*, Dune::UG::INT*, Dune::UG::D2::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,550 inlined from 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:551/usr/include/c++/12/bits/stl_algo.h:1849:32: warning: array subscript 16 is outside array bounds of 'Dune::UG::D2::multigrid::FaceNodes [1]' [-Warray-bounds]552 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp);553 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~554/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D2::ELEMENT* Dune::UG::D2::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':555/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset 128 into object 'faceNodes' of size 16556 4120 | MULTIGRID::FaceNodes faceNodes;557 | ^~~~~~~~~558[ 24%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/ugio.cc.o559[ 25%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/ctrl/cons.cc.o560/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc: In function 'int Dune::UG::D2::ConsBuildMsgInfos(DDD::DDDContext&, CONS_INFO*, int, CONSMSG**)':561/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:144:26: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]562 144 | if (allItems[i].dest != lastdest)563 | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~564/duneci/modules/dune-uggrid/dune/uggrid/gm/rm.cc: In function 'Dune::UG::INT MaxRightAngle(Dune::UG::D3::ELEMENT*)':565/duneci/modules/dune-uggrid/dune/uggrid/gm/rm.cc:1979:18: warning: 'refrule' may be used uninitialized [-Wmaybe-uninitialized]566 1979 | return (refrule);567 | ^568/duneci/modules/dune-uggrid/dune/uggrid/gm/rm.cc:1961:7: note: 'refrule' was declared here569 1961 | INT refrule;570 | ^~~~~~~571/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc: In function 'int Dune::UG::D2::ConsCheckGlobalCpl(DDD::DDDContext&)':572/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:288:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]573 288 | if ((DDD_PROC)CPL_PROC(cpl) >= procs)574 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~575/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc: In function 'int Dune::UG::D2::Cons2CheckSingleMsg(DDD::DDDContext&, DDD::LC_MSGHANDLE, DDD::DDD_HEADER**)':576/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:392:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]577 392 | if (theCplBuf[i].proc == me)578 | ~~~~~~~~~~~~~~~~~~^~~~~579In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:43:580/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]581 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)582 | ^583/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'584 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)585 | ^~~~~~~~~586/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:410:16: note: in expansion of macro 'ObjCplList'587 410 | for(j2=ObjCplList(context, locObjs[j]); j2!=NULL; j2=CPL_NEXT(j2))588 | ^~~~~~~~~~589/duneci/modules/dune-uggrid/dune/uggrid/gm/rm.cc: In function 'Dune::UG::INT MaxPerpendicular(Dune::UG::D3::ELEMENT*)':590/duneci/modules/dune-uggrid/dune/uggrid/gm/rm.cc:1907:18: warning: 'refrule' may be used uninitialized [-Wmaybe-uninitialized]591 1907 | return (refrule);592 | ^593/duneci/modules/dune-uggrid/dune/uggrid/gm/rm.cc:1889:7: note: 'refrule' was declared here594 1889 | INT refrule;595 | ^~~~~~~596[ 26%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/gm/ugm.cc.o597[ 27%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/analyser/inv.cc.o598/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc: In function 'Dune::UG::INT InsertLocalTree(Dune::UG::D3::GRID*, Dune::UG::D3::ELEMENT*, Dune::UG::D3::MGIO_REFINEMENT*, int*)':599/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2273:17: warning: 'nex' may be used uninitialized [-Wmaybe-uninitialized]600 2273 | if (!((nex>>i)&1))601 | ~~~~^~~~602/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2201:14: note: 'nex' was declared here603 2201 | INT nbside,nex;604 | ^~~605/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc: In function 'Dune::UG::D3::MULTIGRID* Dune::UG::D3::LoadMultiGrid(const char*, const char*, const char*, std_BoundaryValueProblem**, const char*, long unsigned int, Dune::UG::INT, Dune::UG::INT, Dune::UG::INT, std::shared_ptr<PPIF::PPIFContext>)':606/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2688:11: warning: 'Positions' may be used uninitialized [-Wmaybe-uninitialized]607 2688 | DOUBLE *Positions;608 | ^~~~~~~~~609/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:3075:77: warning: 'vidlist' may be used uninitialized [-Wmaybe-uninitialized]610 3075 | Element_corner_ids_uniq_subdom[i][j] = vidlist[cge->cornerid[j]-foid];611 | ^612/duneci/modules/dune-uggrid/dune/uggrid/gm/ugio.cc:2696:8: note: 'vidlist' was declared here613 2696 | int *vidlist;614 | ^~~~~~~615/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::NODE* GetSideNodeX(const Dune::UG::D3::ELEMENT*, Dune::UG::INT, Dune::UG::INT, Dune::UG::D3::NODE**)':616/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:835:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]617 835 | if (ONSIDE(theVertex) == side)618/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:845:23: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]619 845 | if (nbside==ONSIDE(theVertex))620/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:898:33: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]621 898 | if (ONSIDE(theVertex) == side)622In file included from /duneci/modules/dune-uggrid/dune/uggrid/gm/evm.h:42,623 from /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:62:624/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::GRID* Dune::UG::D3::CreateNewLevel(MULTIGRID*)':625/duneci/modules/dune-uggrid/dune/uggrid/gm/gm.h:2741:61: warning: statement has no effect [-Wunused-value]626 2741 | #define GSTATUS(p,n) ((p)->status&(n))627 | ~~~~~~~~~~~~^~~~~628/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:2520:3: note: in expansion of macro 'GSTATUS'629 2520 | GSTATUS(theGrid,0);630 | ^~~~~~~631[ 27%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/ctrl/cons.cc.o632/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT Dune::UG::D3::InsertMesh(MULTIGRID*, MESH*)':633/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4588:55: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]634 4588 | if (curListNode == NULL || LEVEL(curListNode) < i)635/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4593:57: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]636 4593 | if (curListNode == NULL || LEVEL(curListNode) < i-1)637/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT PropagateNodeClass(Dune::UG::D3::GRID*, Dune::UG::INT)':638/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:5935:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]639 5935 | if (NCLASS(theNode) < nclass)640/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT PropagateNextNodeClass(Dune::UG::D3::GRID*, Dune::UG::INT)':641/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6097:30: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'Dune::UG::INT' {aka 'int'} [-Wsign-compare]642 6097 | if (NNCLASS(theNode) < nnclass)643/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::INT FinishGrid(Dune::UG::D3::MULTIGRID*)':644/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6443:25: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]645 6443 | if (nbid==SUBDOMAIN(nb))646/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6445:28: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'Dune::UG::UINT' {aka 'unsigned int'} [-Wsign-compare]647 6445 | else if (id==SUBDOMAIN(nb))648[ 28%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/ctrl/debug.cc.o649/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: At global scope:650/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:6352:12: warning: 'Dune::UG::INT FinishGrid(Dune::UG::D3::MULTIGRID*)' defined but not used [-Wunused-function]651 6352 | static INT FinishGrid (MULTIGRID *mg)652 | ^~~~~~~~~~653[ 28%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/ctrl/stat.cc.o654/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc: In function 'int Dune::UG::D3::ConsBuildMsgInfos(DDD::DDDContext&, CONS_INFO*, int, CONSMSG**)':655/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:144:26: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]656 144 | if (allItems[i].dest != lastdest)657 | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~658/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc: In function 'int Dune::UG::D3::ConsCheckGlobalCpl(DDD::DDDContext&)':659/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:288:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]660 288 | if ((DDD_PROC)CPL_PROC(cpl) >= procs)661 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~662/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc: In function 'int Dune::UG::D3::Cons2CheckSingleMsg(DDD::DDDContext&, DDD::LC_MSGHANDLE, DDD::DDD_HEADER**)':663/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:392:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]664 392 | if (theCplBuf[i].proc == me)665 | ~~~~~~~~~~~~~~~~~~^~~~~666In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:43:667/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]668 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)669 | ^670/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'671 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)672 | ^~~~~~~~~673/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ctrl/cons.cc:410:16: note: in expansion of macro 'ObjCplList'674 410 | for(j2=ObjCplList(context, locObjs[j]); j2!=NULL; j2=CPL_NEXT(j2))675 | ^~~~~~~~~~676[ 29%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/ident/ident.cc.o677[ 30%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/if/ifcheck.cc.o678In file included from /usr/include/c++/12/cassert:44,679 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:51,680 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:69:681/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc: In function 'void Dune::UG::D2::ResolveDependencies(DDD::Ident::ID_TUPLE*, int, DDD::Ident::IDENTINFO**, int, int)':682/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:546:22: warning: comparison of integer expressions of different signedness: 'std::vector<DDD::Ident::IDENTINFO*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]683 546 | assert(refd.size() == nIdentObjs);684 | ~~~~~~~~~~~~^~~~~~~~~~~~~685/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc: In function 'void Dune::UG::D2::idcons_CheckPairs(DDD::DDDContext&)':686/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:952:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]687 952 | else if (msgs[j].size!=plist->nEntries)688 | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~689/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc: In function 'DDD::Ident::IdEntry* Dune::UG::D2::IdentifyIdEntry(DDD::DDDContext&, DDD_HDR, DDD_PROC, int)':690/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:1221:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]691 1221 | if (proc == context.me())692 | ~~~~~^~~~~~~~~~~~~~~693/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:1225:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]694 1225 | if (proc >= context.procs())695 | ~~~~~^~~~~~~~~~~~~~~~~~696In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:71:697/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h: At global scope:698/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'void DDD::Ident::{anonymous}::IdEntrySegm_Print(IdEntrySegm*, int, FILE*)' declared 'static' but never defined [-Wunused-function]699 234 | #define SegmListOf IdEntry700 | ^~~~~~~701/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'702 38 | #define _CCAT(a,b) a ## b703 | ^704/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'705 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)706 | ^~~~707/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'708 39 | #define CCAT(a,b) _CCAT(a,b)709 | ^~~~~710/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'711 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)712 | ^~~~713/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'714 39 | #define CCAT(a,b) _CCAT(a,b)715 | ^~~~~716/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:58:22: note: in expansion of macro 'CCAT'717 58 | #define CSegm CCAT(SegmListOf,Segm)718 | ^~~~719/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:58:27: note: in expansion of macro 'SegmListOf'720 58 | #define CSegm CCAT(SegmListOf,Segm)721 | ^~~~~~~~~~722/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:73:19: note: in expansion of macro 'CSegm'723 73 | #define ClassName CSegm724 | ^~~~~725/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'726 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)727 | ^~~~~~~~~728/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:82:6: note: in expansion of macro 'Method'729 82 | void Method(Print) (DefThis _PRINTPARAMS);730 | ^~~~~~731/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:917:13: warning: 'void Dune::UG::D2::idcons_CheckPairs(DDD::DDDContext&)' defined but not used [-Wunused-function]732 917 | static void idcons_CheckPairs(DDD::DDDContext& context)733 | ^~~~~~~~~~~~~~~~~734/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:349:13: warning: 'void Dune::UG::D2::PrintPList(DDD::Ident::ID_PLIST*)' defined but not used [-Wunused-function]735 349 | static void PrintPList (ID_PLIST *plist)736 | ^~~~~~~~~~737/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'void DDD::Ident::{anonymous}::IdEntrySegmList_GetResources(IdEntrySegmList*, int*, int*, size_t*, size_t*)' defined but not used [-Wunused-function]738 234 | #define SegmListOf IdEntry739 | ^~~~~~~740/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'741 38 | #define _CCAT(a,b) a ## b742 | ^743/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'744 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)745 | ^~~~746/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'747 39 | #define CCAT(a,b) _CCAT(a,b)748 | ^~~~~749/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'750 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)751 | ^~~~752/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'753 39 | #define CCAT(a,b) _CCAT(a,b)754 | ^~~~~755/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'756 59 | #define CSegmList CCAT(SegmListOf,SegmList)757 | ^~~~758/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'759 59 | #define CSegmList CCAT(SegmListOf,SegmList)760 | ^~~~~~~~~~761/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'762 109 | #define ClassName CSegmList763 | ^~~~~~~~~764/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'765 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)766 | ^~~~~~~~~767/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:216:6: note: in expansion of macro 'Method'768 216 | void Method(GetResources) (ParamThis,769 | ^~~~~~770/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'void DDD::Ident::{anonymous}::IdEntrySegmList_DiscardItem(IdEntrySegmList*)' defined but not used [-Wunused-function]771 234 | #define SegmListOf IdEntry772 | ^~~~~~~773/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'774 38 | #define _CCAT(a,b) a ## b775 | ^776/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'777 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)778 | ^~~~779/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'780 39 | #define CCAT(a,b) _CCAT(a,b)781 | ^~~~~782/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'783 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)784 | ^~~~785/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'786 39 | #define CCAT(a,b) _CCAT(a,b)787 | ^~~~~788/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'789 59 | #define CSegmList CCAT(SegmListOf,SegmList)790 | ^~~~791/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'792 59 | #define CSegmList CCAT(SegmListOf,SegmList)793 | ^~~~~~~~~~794/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'795 109 | #define ClassName CSegmList796 | ^~~~~~~~~797/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'798 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)799 | ^~~~~~~~~800/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:181:6: note: in expansion of macro 'Method'801 181 | void Method(DiscardItem) (ParamThis)802 | ^~~~~~803/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'int DDD::Ident::{anonymous}::IdEntrySegmList_GetNDiscarded(IdEntrySegmList*)' defined but not used [-Wunused-function]804 234 | #define SegmListOf IdEntry805 | ^~~~~~~806/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'807 38 | #define _CCAT(a,b) a ## b808 | ^809/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'810 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)811 | ^~~~812/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'813 39 | #define CCAT(a,b) _CCAT(a,b)814 | ^~~~~815/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'816 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)817 | ^~~~818/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'819 39 | #define CCAT(a,b) _CCAT(a,b)820 | ^~~~~821/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'822 59 | #define CSegmList CCAT(SegmListOf,SegmList)823 | ^~~~824/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'825 59 | #define CSegmList CCAT(SegmListOf,SegmList)826 | ^~~~~~~~~~827/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'828 109 | #define ClassName CSegmList829 | ^~~~~~~~~830/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'831 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)832 | ^~~~~~~~~833/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:176:5: note: in expansion of macro 'Method'834 176 | int Method(GetNDiscarded) (ParamThis)835 | ^~~~~~836/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'int DDD::Ident::{anonymous}::IdEntrySegmList_GetNItems(IdEntrySegmList*)' defined but not used [-Wunused-function]837 234 | #define SegmListOf IdEntry838 | ^~~~~~~839/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'840 38 | #define _CCAT(a,b) a ## b841 | ^842/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'843 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)844 | ^~~~845/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'846 39 | #define CCAT(a,b) _CCAT(a,b)847 | ^~~~~848/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'849 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)850 | ^~~~851/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'852 39 | #define CCAT(a,b) _CCAT(a,b)853 | ^~~~~854/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'855 59 | #define CSegmList CCAT(SegmListOf,SegmList)856 | ^~~~857/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'858 59 | #define CSegmList CCAT(SegmListOf,SegmList)859 | ^~~~~~~~~~860/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'861 109 | #define ClassName CSegmList862 | ^~~~~~~~~863/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'864 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)865 | ^~~~~~~~~866/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:171:5: note: in expansion of macro 'Method'867 171 | int Method(GetNItems) (ParamThis)868 | ^~~~~~869/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcheck.cc: In function 'int Dune::UG::D2::DDD_CheckInterface(DDD::DDDContext&, DDD_IF)':870/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcheck.cc:113:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]871 113 | if (msgs[k].size!=h->nItems)872 | ~~~~~~~~~~~~^~~~~~~~~~~873[ 31%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/ctrl/debug.cc.o874[ 32%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/ctrl/stat.cc.o875In file included from /usr/include/c++/12/bits/stl_algobase.h:71,876 from /usr/include/c++/12/bits/specfun.h:45,877 from /usr/include/c++/12/cmath:1935,878 from /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:44:879In member function 'constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = Dune::UG::D3::node**; _Iterator2 = Dune::UG::D3::node**]',880 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:85:17,881 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,882 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,883 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,884 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,885 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,886 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,887 inlined from 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:888/usr/include/c++/12/bits/predefined_ops.h:45:23: warning: array subscript [8, 576460752303423487] is outside array bounds of 'Dune::UG::D3::multigrid::FaceNodes [1]' [-Warray-bounds]889 45 | { return *__it1 < *__it2; }890 | ~~~~~~~^~~~~~~~891/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':892/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [64, 4611686018427387896] into object 'faceNodes' of size 32893 4120 | MULTIGRID::FaceNodes faceNodes;894 | ^~~~~~~~~895In file included from /usr/include/c++/12/bits/stl_pair.h:61,896 from /usr/include/c++/12/bits/stl_algobase.h:64:897In function 'constexpr std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Dune::UG::D3::node*]',898 inlined from 'constexpr void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = Dune::UG::D3::node**; _ForwardIterator2 = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algobase.h:182:11,899 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:99:16,900 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,901 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,902 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,903 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,904 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,905 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,906 inlined from 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:907/usr/include/c++/12/bits/move.h:206:11: warning: array subscript [8, 576460752303423487] is outside array bounds of 'Dune::UG::D3::multigrid::FaceNodes [1]' [-Warray-bounds]908 206 | __b = _GLIBCXX_MOVE(__tmp);909 | ^910/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':911/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [64, 4611686018427387896] into object 'faceNodes' of size 32912 4120 | MULTIGRID::FaceNodes faceNodes;913 | ^~~~~~~~~914In function 'constexpr std::_Require<std::__not_<std::__is_tuple_like<_Tp> >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Dune::UG::D3::node*]',915 inlined from 'constexpr void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = Dune::UG::D3::node**; _ForwardIterator2 = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algobase.h:182:11,916 inlined from 'constexpr void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:88:20,917 inlined from 'constexpr _RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1887:34,918 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1921:38,919 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,920 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,921 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,922 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,923 inlined from 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:924/usr/include/c++/12/bits/move.h:206:11: warning: array subscript [8, 576460752303423487] is outside array bounds of 'Dune::UG::D3::multigrid::FaceNodes [1]' [-Warray-bounds]925 206 | __b = _GLIBCXX_MOVE(__tmp);926 | ^927/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':928/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [64, 4611686018427387896] into object 'faceNodes' of size 32929 4120 | MULTIGRID::FaceNodes faceNodes;930 | ^~~~~~~~~931In file included from /usr/include/c++/12/bits/stl_algo.h:60,932 from /usr/include/c++/12/algorithm:61,933 from /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:46:934In function 'constexpr void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Distance = long int; _Tp = Dune::UG::D3::node*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',935 inlined from 'constexpr void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:356:22,936 inlined from 'constexpr void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1629:23,937 inlined from 'constexpr void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1900:25,938 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1916:27,939 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,940 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,941 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,942 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,943 inlined from 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:944/usr/include/c++/12/bits/stl_heap.h:241:36: warning: array subscript [15, 1152921504606846973] is outside array bounds of 'Dune::UG::D3::multigrid::FaceNodes [1]' [-Warray-bounds]945 241 | *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first946 | ^947/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':948/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [120, 9223372036854775784] into object 'faceNodes' of size 32949 4120 | MULTIGRID::FaceNodes faceNodes;950 | ^~~~~~~~~951In function 'constexpr void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Distance = long int; _Tp = Dune::UG::D3::node*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',952 inlined from 'constexpr void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_heap.h:356:22,953 inlined from 'constexpr void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1629:23,954 inlined from 'constexpr void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1900:25,955 inlined from 'constexpr void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Size = long int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1916:27,956 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1937:25,957 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,958 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,959 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,960 inlined from 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:961/usr/include/c++/12/bits/stl_heap.h:241:36: warning: array subscript [7, 576460752303423486] is outside array bounds of 'Dune::UG::D3::multigrid::FaceNodes [1]' [-Warray-bounds]962 241 | *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first963 | ^964/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':965/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset [56, 4611686018427387888] into object 'faceNodes' of size 32966 4120 | MULTIGRID::FaceNodes faceNodes;967 | ^~~~~~~~~968In function 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]',969 inlined from 'constexpr void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1844:5,970 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1940:31,971 inlined from 'constexpr void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Dune::UG::D3::node**; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12/bits/stl_algo.h:1932:5,972 inlined from 'constexpr void std::sort(_RAIter, _RAIter) [with _RAIter = Dune::UG::D3::node**]' at /usr/include/c++/12/bits/stl_algo.h:4820:18,973 inlined from 'Dune::UG::INT NeighborSearch_O_n(Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::D3::MULTIGRID*, Dune::UG::INT*, Dune::UG::D3::ELEMENT**)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4128:14,974 inlined from 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)' at /duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4389:23:975/usr/include/c++/12/bits/stl_algo.h:1849:32: warning: array subscript 16 is outside array bounds of 'Dune::UG::D3::multigrid::FaceNodes [1]' [-Warray-bounds]976 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp);977 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~978/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc: In function 'Dune::UG::D3::ELEMENT* Dune::UG::D3::InsertElement(GRID*, Dune::UG::INT, NODE**, ELEMENT**, Dune::UG::INT*, Dune::UG::INT*)':979/duneci/modules/dune-uggrid/dune/uggrid/gm/ugm.cc:4120:24: note: at offset 128 into object 'faceNodes' of size 32980 4120 | MULTIGRID::FaceNodes faceNodes;981 | ^~~~~~~~~982[ 32%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/if/ifcmds.cc.o983[ 32%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/ident/ident.cc.o984[ 33%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/if/ifcheck.cc.o985[ 34%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/if/ifcmds.cc.o986In file included from /usr/include/c++/12/cassert:44,987 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:51,988 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:69:989/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc: In function 'void Dune::UG::D3::ResolveDependencies(DDD::Ident::ID_TUPLE*, int, DDD::Ident::IDENTINFO**, int, int)':990/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:546:22: warning: comparison of integer expressions of different signedness: 'std::vector<DDD::Ident::IDENTINFO*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]991 546 | assert(refd.size() == nIdentObjs);992 | ~~~~~~~~~~~~^~~~~~~~~~~~~993/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcheck.cc: In function 'int Dune::UG::D3::DDD_CheckInterface(DDD::DDDContext&, DDD_IF)':994/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcheck.cc:113:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]995 113 | if (msgs[k].size!=h->nItems)996 | ~~~~~~~~~~~~^~~~~~~~~~~997/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc: In function 'void Dune::UG::D3::idcons_CheckPairs(DDD::DDDContext&)':998/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:952:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]999 952 | else if (msgs[j].size!=plist->nEntries)1000 | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~1001/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc: In function 'DDD::Ident::IdEntry* Dune::UG::D3::IdentifyIdEntry(DDD::DDDContext&, DDD_HDR, DDD_PROC, int)':1002/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:1221:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1003 1221 | if (proc == context.me())1004 | ~~~~~^~~~~~~~~~~~~~~1005/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:1225:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1006 1225 | if (proc >= context.procs())1007 | ~~~~~^~~~~~~~~~~~~~~~~~1008In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:71:1009/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h: At global scope:1010/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'void DDD::Ident::{anonymous}::IdEntrySegm_Print(IdEntrySegm*, int, FILE*)' declared 'static' but never defined [-Wunused-function]1011 234 | #define SegmListOf IdEntry1012 | ^~~~~~~1013/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'1014 38 | #define _CCAT(a,b) a ## b1015 | ^1016/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'1017 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1018 | ^~~~1019/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1020 39 | #define CCAT(a,b) _CCAT(a,b)1021 | ^~~~~1022/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'1023 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1024 | ^~~~1025/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1026 39 | #define CCAT(a,b) _CCAT(a,b)1027 | ^~~~~1028/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:58:22: note: in expansion of macro 'CCAT'1029 58 | #define CSegm CCAT(SegmListOf,Segm)1030 | ^~~~1031/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:58:27: note: in expansion of macro 'SegmListOf'1032 58 | #define CSegm CCAT(SegmListOf,Segm)1033 | ^~~~~~~~~~1034/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:73:19: note: in expansion of macro 'CSegm'1035 73 | #define ClassName CSegm1036 | ^~~~~1037/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'1038 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1039 | ^~~~~~~~~1040/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:82:6: note: in expansion of macro 'Method'1041 82 | void Method(Print) (DefThis _PRINTPARAMS);1042 | ^~~~~~1043/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:917:13: warning: 'void Dune::UG::D3::idcons_CheckPairs(DDD::DDDContext&)' defined but not used [-Wunused-function]1044 917 | static void idcons_CheckPairs(DDD::DDDContext& context)1045 | ^~~~~~~~~~~~~~~~~1046/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:349:13: warning: 'void Dune::UG::D3::PrintPList(DDD::Ident::ID_PLIST*)' defined but not used [-Wunused-function]1047 349 | static void PrintPList (ID_PLIST *plist)1048 | ^~~~~~~~~~1049/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'void DDD::Ident::{anonymous}::IdEntrySegmList_GetResources(IdEntrySegmList*, int*, int*, size_t*, size_t*)' defined but not used [-Wunused-function]1050 234 | #define SegmListOf IdEntry1051 | ^~~~~~~1052/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'1053 38 | #define _CCAT(a,b) a ## b1054 | ^1055/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'1056 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1057 | ^~~~1058/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1059 39 | #define CCAT(a,b) _CCAT(a,b)1060 | ^~~~~1061/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'1062 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1063 | ^~~~1064/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1065 39 | #define CCAT(a,b) _CCAT(a,b)1066 | ^~~~~1067/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'1068 59 | #define CSegmList CCAT(SegmListOf,SegmList)1069 | ^~~~1070/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'1071 59 | #define CSegmList CCAT(SegmListOf,SegmList)1072 | ^~~~~~~~~~1073/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'1074 109 | #define ClassName CSegmList1075 | ^~~~~~~~~1076/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'1077 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1078 | ^~~~~~~~~1079/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:216:6: note: in expansion of macro 'Method'1080 216 | void Method(GetResources) (ParamThis,1081 | ^~~~~~1082/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'void DDD::Ident::{anonymous}::IdEntrySegmList_DiscardItem(IdEntrySegmList*)' defined but not used [-Wunused-function]1083 234 | #define SegmListOf IdEntry1084 | ^~~~~~~1085/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'1086 38 | #define _CCAT(a,b) a ## b1087 | ^1088/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'1089 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1090 | ^~~~1091/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1092 39 | #define CCAT(a,b) _CCAT(a,b)1093 | ^~~~~1094/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'1095 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1096 | ^~~~1097/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1098 39 | #define CCAT(a,b) _CCAT(a,b)1099 | ^~~~~1100/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'1101 59 | #define CSegmList CCAT(SegmListOf,SegmList)1102 | ^~~~1103/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'1104 59 | #define CSegmList CCAT(SegmListOf,SegmList)1105 | ^~~~~~~~~~1106/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'1107 109 | #define ClassName CSegmList1108 | ^~~~~~~~~1109/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'1110 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1111 | ^~~~~~~~~1112/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:181:6: note: in expansion of macro 'Method'1113 181 | void Method(DiscardItem) (ParamThis)1114 | ^~~~~~1115/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'int DDD::Ident::{anonymous}::IdEntrySegmList_GetNDiscarded(IdEntrySegmList*)' defined but not used [-Wunused-function]1116 234 | #define SegmListOf IdEntry1117 | ^~~~~~~1118/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'1119 38 | #define _CCAT(a,b) a ## b1120 | ^1121/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'1122 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1123 | ^~~~1124/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1125 39 | #define CCAT(a,b) _CCAT(a,b)1126 | ^~~~~1127/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'1128 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1129 | ^~~~1130/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1131 39 | #define CCAT(a,b) _CCAT(a,b)1132 | ^~~~~1133/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'1134 59 | #define CSegmList CCAT(SegmListOf,SegmList)1135 | ^~~~1136/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'1137 59 | #define CSegmList CCAT(SegmListOf,SegmList)1138 | ^~~~~~~~~~1139/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'1140 109 | #define ClassName CSegmList1141 | ^~~~~~~~~1142/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'1143 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1144 | ^~~~~~~~~1145/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:176:5: note: in expansion of macro 'Method'1146 176 | int Method(GetNDiscarded) (ParamThis)1147 | ^~~~~~1148/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/ident/ident.cc:234:22: warning: 'int DDD::Ident::{anonymous}::IdEntrySegmList_GetNItems(IdEntrySegmList*)' defined but not used [-Wunused-function]1149 234 | #define SegmListOf IdEntry1150 | ^~~~~~~1151/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:38:22: note: in definition of macro '_CCAT'1152 38 | #define _CCAT(a,b) a ## b1153 | ^1154/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:26: note: in expansion of macro 'CCAT'1155 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1156 | ^~~~1157/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1158 39 | #define CCAT(a,b) _CCAT(a,b)1159 | ^~~~~1160/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:31: note: in expansion of macro 'CCAT'1161 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1162 | ^~~~1163/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:39:22: note: in expansion of macro '_CCAT'1164 39 | #define CCAT(a,b) _CCAT(a,b)1165 | ^~~~~1166/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:22: note: in expansion of macro 'CCAT'1167 59 | #define CSegmList CCAT(SegmListOf,SegmList)1168 | ^~~~1169/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:59:27: note: in expansion of macro 'SegmListOf'1170 59 | #define CSegmList CCAT(SegmListOf,SegmList)1171 | ^~~~~~~~~~1172/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:109:19: note: in expansion of macro 'CSegmList'1173 109 | #define ClassName CSegmList1174 | ^~~~~~~~~1175/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/oopp.h:69:36: note: in expansion of macro 'ClassName'1176 69 | #define Method(M) CCAT(CCAT(ClassName,_),M)1177 | ^~~~~~~~~1178/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/ooppcc.h:171:5: note: in expansion of macro 'Method'1179 171 | int Method(GetNItems) (ParamThis)1180 | ^~~~~~1181[ 34%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/if/ifcreate.cc.o1182[ 35%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/if/ifcreate.cc.o1183/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc: In function 'void Dune::UG::D3::DDD_IFDisplay(const DDD::DDDContext&, DDD_IF)':1184/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc:718:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_IF' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1185 718 | if (aIF >= context.ifCreateContext().nIfs)1186 | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1187/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc: In function 'size_t Dune::UG::D3::DDD_IFInfoMemory(const DDD::DDDContext&, DDD_IF)':1188/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc:892:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_IF' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1189 892 | if (ifId >= context.ifCreateContext().nIfs)1190 | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1191[ 36%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/if/ifobjsc.cc.o1192[ 37%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/if/ifuse.cc.o1193/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc: In function 'void Dune::UG::D2::DDD_IFDisplay(const DDD::DDDContext&, DDD_IF)':1194/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc:718:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_IF' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1195 718 | if (aIF >= context.ifCreateContext().nIfs)1196 | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1197/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc: In function 'size_t Dune::UG::D2::DDD_IFInfoMemory(const DDD::DDDContext&, DDD_IF)':1198/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/if/ifcreate.cc:892:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_IF' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1199 892 | if (ifId >= context.ifCreateContext().nIfs)1200 | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1201[ 37%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/join/jcmds.cc.o1202[ 38%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/join/join.cc.o1203[ 40%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/mgr/attr.cc.o1204In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:48:1205/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc: In function 'int Dune::UG::D3::PreparePhase1Msgs(DDD::DDDContext&, std::vector<JIJoin*>&, JOINMSG1**, size_t*)':1206/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1207 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1208 | ^1209/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:127:9: note: in expansion of macro 'ObjHasCpl'1210 127 | if (ObjHasCpl(context, itemsJ[i]->hdr))1211 | ^~~~~~~~~1212/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:142:18: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_GID' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1213 142 | if (local_gid!=GID_INVALID && local_gid!=itemsJ[i]->new_gid)1214/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc: In function 'void Dune::UG::D3::UnpackPhase1Msgs(DDD::DDDContext&, DDD::Basic::MSG_DESC**, int, DDD::DDD_HEADER**, int, JIPartner**, int*)':1215/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1216 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1217 | ^1218/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1219 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1220 | ^~~~~~~~~1221/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:281:17: note: in expansion of macro 'ObjCplList'1222 281 | for(cpl=ObjCplList(context, localCplObjs[j]); cpl!=NULL; cpl=CPL_NEXT(cpl))1223 | ^~~~~~~~~~1224/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1225 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1226 | ^1227/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1228 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1229 | ^~~~~~~~~1230/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:301:17: note: in expansion of macro 'ObjCplList'1231 301 | for(cpl=ObjCplList(context, localCplObjs[j]); cpl!=NULL; cpl=CPL_NEXT(cpl))1232 | ^~~~~~~~~~1233/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc: In function 'void Dune::UG::D3::DDD_JoinObj(DDD::DDDContext&, DDD_HDR, DDD_PROC, DDD_GID)':1234/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:1162:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1235 1162 | if (dest>=procs)1236 | ~~~~^~~~~~~1237/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:1167:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1238 1167 | if (dest==context.me())1239 | ~~~~^~~~~~~~~~~~~~1240/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1241 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1242 | ^1243/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:1171:7: note: in expansion of macro 'ObjHasCpl'1244 1171 | if (ObjHasCpl(context, hdr))1245 | ^~~~~~~~~1246[ 41%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/if/ifobjsc.cc.o1247[ 41%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/mgr/cplmgr.cc.o1248[ 42%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/mgr/objmgr.cc.o1249[ 42%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/if/ifuse.cc.o1250/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc: In function 'void Dune::UG::D3::ddd_EnsureObjTabSize(DDD::DDDContext&, int)':1251/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc:127:23: warning: comparison of integer expressions of different signedness: 'std::vector<DDD::DDD_HEADER*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1252 127 | if (objTable.size() >= n)1253 | ~~~~~~~~~~~~~~~~^~~~1254/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc: In function 'void Dune::UG::D3::CopyByMask(DDD::TYPE_DESC*, DDD_OBJ, DDD_OBJ)':1255/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc:701:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]1256 701 | for(i=0; i<desc->size; i++)1257 | ~^~~~~~~~~~~1258In file included from /usr/include/c++/12/cassert:44,1259 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:51,1260 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:47:1261/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'DDD::COUPLING* Dune::UG::D3::AddCoupling(DDD::DDDContext&, DDD_HDR, DDD_PROC, DDD_PRIO)':1262/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:258:14: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1263 258 | assert(proc!=context.me());1264 | ~~~~^~~~~~~~~~~~~~1265/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1266 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1267 | ^1268/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:267:9: note: in expansion of macro 'ObjHasCpl'1269 267 | if (! ObjHasCpl(context, hdr))1270 | ^~~~~~~~~1271/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:269:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<DDD::COUPLING*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]1272 269 | if (freeCplIdx == ctx.cplTable.size())1273 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~1274/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:293:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<DDD::DDD_HEADER*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]1275 293 | assert(freeCplIdx < context.objTable().size());1276 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~1277/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'DDD::COUPLING* Dune::UG::D3::ModCoupling(DDD::DDDContext&, DDD_HDR, DDD_PROC, DDD_PRIO)':1278/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:360:14: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1279 360 | assert(proc!=context.me());1280 | ~~~~^~~~~~~~~~~~~~1281/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1282 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1283 | ^1284/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:369:9: note: in expansion of macro 'ObjHasCpl'1285 369 | if (! ObjHasCpl(context, hdr))1286 | ^~~~~~~~~1287/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In constructor 'Dune::UG::D3::DDD_InfoProcListRange::DDD_InfoProcListRange(DDD::DDDContext&, Dune::UG::D3::DDD_HDR, bool)':1288/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:507:16: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'int' [-Wsign-compare]1289 507 | if (objIndex < context.couplingContext().nCpls) {1290 | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1291/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'bool Dune::UG::D3::DDD_InfoIsLocal(const DDD::DDDContext&, DDD_HDR)':1292/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]1293 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1294 | ^1295/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:556:12: note: in expansion of macro 'ObjHasCpl'1296 556 | return(! ObjHasCpl(context, hdr));1297 | ^~~~~~~~~1298/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'int Dune::UG::D3::DDD_InfoNCopies(const DDD::DDDContext&, DDD_HDR)':1299/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]1300 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1301 | ^1302/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:279:37: note: in expansion of macro 'ObjHasCpl'1303 279 | #define ObjNCpl(context, o) (ObjHasCpl(context, o) ? context.couplingContext().nCplTable[OBJ_INDEX(o)] : 0)1304 | ^~~~~~~~~1305/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:573:10: note: in expansion of macro 'ObjNCpl'1306 573 | return(ObjNCpl(context, hdr));1307 | ^~~~~~~1308[ 43%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/mgr/prio.cc.o1309[ 43%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/mgr/typemgr.cc.o1310[ 44%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/join/jcmds.cc.o1311[ 45%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/prio/pcmds.cc.o1312In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/prio.cc:45:1313/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/prio.cc: In function 'void Dune::UG::D3::DDD_PrioritySet(DDD::DDDContext&, DDD_HDR, DDD_PRIO)':1314/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1315 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1316 | ^1317/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/prio.cc:132:9: note: in expansion of macro 'ObjHasCpl'1318 132 | if (! ObjHasCpl(context, hdr))1319 | ^~~~~~~~~1320/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'int Dune::UG::D3::CheckOverlapEls(DDD::TYPE_DESC*)':1321/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:175:31: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1322 175 | if (e1->offset+e1->size > e2->offset)1323 | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~1324/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'int Dune::UG::D3::NormalizeDesc(DDD::TYPE_DESC*)':1325/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:360:42: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1326 360 | if ((elems[i].offset+elems[i].size != elems[i+1].offset) &&1327 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~1328/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D3::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)':1329/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:498:10: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_TYPE' {aka 'unsigned int'} and 'int' [-Wsign-compare]1330 498 | if (typ>=nDescr)1331 | ~~~^~~~~~~~1332/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:575:22: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_TYPE' {aka 'unsigned int'} and 'int' [-Wsign-compare]1333 575 | if (argrefs>=nDescr ||1334 | ~~~~~~~^~~~~~~~1335/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:684:47: warning: comparison of integer expressions of different signedness: 'int' and 'Dune::UG::D3::DDD_TYPE' {aka 'unsigned int'} [-Wsign-compare]1336 684 | if (argtyp<0 || argtyp>=nDescr || argtyp==typ)1337 | ~~~~~~^~~~~1338/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D3::DDD_TypeDisplay(const DDD::DDDContext&, DDD_TYPE)':1339/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:811:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_TYPE' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1340 811 | if (id >= context.typemgrContext().nDescr)1341 | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1342/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:843:21: warning: comparison of integer expressions of different signedness: 'const int' and 'long unsigned int' [-Wsign-compare]1343 843 | e->offset >= desc->offsetHeader + context.typeDefs()[EL_DDDHDR].size)1344 | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1345[ 46%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/cmdmsg.cc.o1346[ 46%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/cmds.cc.o1347/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D3::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)':1348/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:720:3: warning: 'argtyp' may be used uninitialized [-Wmaybe-uninitialized]1349 720 | if (i >= TYPE_DESC::MAX_ELEMDESC && argtyp!=EL_END && argtyp!=EL_CONTINUE)1350 | ^~1351/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:486:7: note: 'argtyp' was declared here1352 486 | int argtyp, argno;1353 | ^~~~~~1354In function 'void Dune::UG::D3::AttachMask(const DDD::DDDContext&, DDD::TYPE_DESC*)',1355 inlined from 'void Dune::UG::D3::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)' at /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:739:15:1356/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:430:15: warning: 'mask' may be used uninitialized [-Wmaybe-uninitialized]1357 430 | mp[k] = e->gbits[k]; /* copy bitwise */1358/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D3::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)':1359/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:396:17: note: 'mask' was declared here1360 396 | unsigned char mask;1361 | ^~~~1362In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:48:1363/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc: In function 'int Dune::UG::D2::PreparePhase1Msgs(DDD::DDDContext&, std::vector<JIJoin*>&, JOINMSG1**, size_t*)':1364/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1365 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1366 | ^1367/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:127:9: note: in expansion of macro 'ObjHasCpl'1368 127 | if (ObjHasCpl(context, itemsJ[i]->hdr))1369 | ^~~~~~~~~1370/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:142:18: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_GID' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1371 142 | if (local_gid!=GID_INVALID && local_gid!=itemsJ[i]->new_gid)1372/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc: In function 'void Dune::UG::D2::UnpackPhase1Msgs(DDD::DDDContext&, DDD::Basic::MSG_DESC**, int, DDD::DDD_HEADER**, int, JIPartner**, int*)':1373/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1374 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1375 | ^1376/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1377 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1378 | ^~~~~~~~~1379/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:281:17: note: in expansion of macro 'ObjCplList'1380 281 | for(cpl=ObjCplList(context, localCplObjs[j]); cpl!=NULL; cpl=CPL_NEXT(cpl))1381 | ^~~~~~~~~~1382/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1383 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1384 | ^1385/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1386 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1387 | ^~~~~~~~~1388/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:301:17: note: in expansion of macro 'ObjCplList'1389 301 | for(cpl=ObjCplList(context, localCplObjs[j]); cpl!=NULL; cpl=CPL_NEXT(cpl))1390 | ^~~~~~~~~~1391/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc: In function 'void Dune::UG::D2::DDD_JoinObj(DDD::DDDContext&, DDD_HDR, DDD_PROC, DDD_GID)':1392/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:1162:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1393 1162 | if (dest>=procs)1394 | ~~~~^~~~~~~1395/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:1167:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1396 1167 | if (dest==context.me())1397 | ~~~~^~~~~~~~~~~~~~1398/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1399 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1400 | ^1401/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/join/jcmds.cc:1171:7: note: in expansion of macro 'ObjHasCpl'1402 1171 | if (ObjHasCpl(context, hdr))1403 | ^~~~~~~~~1404[ 47%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/cplmsg.cc.o1405In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmdmsg.cc:53:1406/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmdmsg.cc: In function 'std::pair<int, std::forward_list<Dune::UG::D3::CMDMSG> > Dune::UG::D3::PrepareCmdMsgs(DDD::DDDContext&, const std::vector<DDD::Xfer::XICopyObj*>&)':1407/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1408 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1409 | ^1410/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1411 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1412 | ^~~~~~~~~1413/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmdmsg.cc:139:11: note: in expansion of macro 'ObjCplList'1414 139 | cpl = ObjCplList(context, co->hdr);1415 | ^~~~~~~~~~1416/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: In function 'Dune::UG::D3::DDD_RET Dune::UG::D3::DDD_XferEnd(DDD::DDDContext&)':1417/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:712:60: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1418 712 | while (remXIDelCpl>0 && arrayXIDelCpl[remXIDelCpl-1]->to == procs)1419 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~1420/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: In function 'void Dune::UG::D3::XferInitCopyInfo(DDD::DDDContext&, DDD_HDR, DDD::TYPE_DESC*, size_t, DDD_PROC, DDD_PRIO)':1421/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:860:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1422 860 | if (dest >= context.procs())1423 | ~~~~~^~~~~~~~~~~~~~~~~~1424/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:870:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1425 870 | if (dest==context.me())1426 | ~~~~^~~~~~~~~~~~~~1427/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: At global scope:1428/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:288:13: warning: 'void Dune::UG::D3::DisplayMemResources(const DDD::DDDContext&)' defined but not used [-Wunused-function]1429 288 | static void DisplayMemResources(const DDD::DDDContext& context)1430 | ^~~~~~~~~~~~~~~~~~~1431/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: In function 'Dune::UG::D3::DDD_RET Dune::UG::D3::DDD_XferEnd(DDD::DDDContext&)':1432/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:595:20: warning: 'remXIDelCmd' may be used uninitialized [-Wmaybe-uninitialized]1433 595 | ExecLocalXIDelCmd(context, arrayXIDelCmd, remXIDelCmd);1434 | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1435/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:375:7: note: 'remXIDelCmd' was declared here1436 375 | int remXIDelCmd, prunedXIDelCmd;1437 | ^~~~~~~~~~~1438/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc: In function 'std::pair<int, std::forward_list<Dune::UG::D3::CPLMSG> > Dune::UG::D3::PrepareCplMsgs(DDD::DDDContext&, XIDelCpl**, int, XIModCpl**, int, XIAddCpl**, int)':1439/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:156:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1440 156 | if (pDC<=pMC && pDC<=pAC && pDC<procs)1441 | ~~~^~~~~~1442/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:170:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1443 170 | if (pMC<=pDC && pMC<=pAC && pMC<procs)1444 | ~~~^~~~~~1445/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:184:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1446 184 | if (pAC<=pDC && pAC<=pMC && pAC<procs)1447 | ~~~^~~~~~1448/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:197:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1449 197 | if (pDC==procs) iDC = nDC;1450 | ~~~^~~~~~~1451/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:198:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1452 198 | if (pMC==procs) iMC = nMC;1453 | ~~~^~~~~~~1454/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:199:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1455 199 | if (pAC==procs) iAC = nAC;1456 | ~~~^~~~~~~1457[ 48%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/ctrl.cc.o1458[ 49%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/join/join.cc.o1459[ 49%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/pack.cc.o1460[ 50%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/supp.cc.o1461[ 51%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/unpack.cc.o1462/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc: In function 'int Dune::UG::D3::BuildSymTab(DDD::DDDContext&, DDD::TYPE_DESC*, DDD_OBJ, const char*, SYMTAB_ENTRY*)':1463/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc:155:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]1464 155 | for(l=0; l<theElem->size; l+=sizeof(void *))1465 | ~^~~~~~~~~~~~~~1466/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc: In function 'void Dune::UG::D3::XferPackSingleMsg(DDD::DDDContext&, XFERMSG*)':1467/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc:503:30: warning: comparison of integer expressions of different signedness: 'uintptr_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1468 503 | for(std::uintptr_t mi=0; mi<actSym; mi++)1469 | ~~^~~~~~~1470In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/unpack.cc:50:1471/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/unpack.cc: In function 'void Dune::UG::D3::PropagateIncomings(DDD::DDDContext&, DDD::Xfer::XICopyObj**, int, OBJTAB_ENTRY**, int)':1472/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1473 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1474 | ^1475/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1476 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1477 | ^~~~~~~~~1478/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/unpack.cc:993:15: note: in expansion of macro 'ObjCplList'1479 993 | for(cpl=ObjCplList(context, ote->hdr); cpl!=NULL; cpl=CPL_NEXT(cpl))1480 | ^~~~~~~~~~1481[ 51%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/xfer/xfer.cc.o1482[ 51%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/mgr/attr.cc.o1483[ 52%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/ddd/ddd.cc.o1484[ 53%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/mgr/cplmgr.cc.o1485In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:49:1486/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'DDD::Xfer::XICopyObj** Dune::UG::D3::CplClosureEstimate(DDD::DDDContext&, const std::vector<DDD::Xfer::XICopyObj*>&, int*)':1487/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1488 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1489 | ^1490/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1491 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1492 | ^~~~~~~~~1493/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:104:29: note: in expansion of macro 'ObjCplList'1494 104 | COUPLING *cpl, *xicpl = ObjCplList(context, xi->hdr);1495 | ^~~~~~~~~~1496/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'int Dune::UG::D3::PrepareObjMsgs(DDD::DDDContext&, std::vector<DDD::Xfer::XICopyObj*>&, XINewCpl**, int, XIOldCpl**, int, XFERMSG**, size_t*)':1497/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:522:33: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1498 522 | if (pO<=pNC && pO<=pOC && pO<procs)1499 | ~~^~~~~~1500/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:530:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1501 530 | if (pNC<=pO && pNC<=pOC && pNC<procs)1502 | ~~~^~~~~~1503/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:538:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1504 538 | if (pOC<=pO && pOC<=pNC && pOC<procs)1505 | ~~~^~~~~~1506/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:546:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1507 546 | if (pO==procs) iO = nO;1508 | ~~^~~~~~~1509/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:547:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1510 547 | if (pNC==procs) iNC = nNC;1511 | ~~~^~~~~~~1512/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:548:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1513 548 | if (pOC==procs) iOC = nOC;1514 | ~~~^~~~~~~1515/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'void Dune::UG::D3::ExecLocalXISetPrio(DDD::DDDContext&, const std::vector<XISetPrio*>&, XIDelObj**, int, DDD::Xfer::XICopyObj**, int)':1516/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1517 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1518 | ^1519/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1520 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1521 | ^~~~~~~~~1522/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:645:28: note: in expansion of macro 'ObjCplList'1523 645 | for (COUPLING *cpl = ObjCplList(context, hdr); cpl != NULL; cpl = CPL_NEXT(cpl))1524 | ^~~~~~~~~~1525/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'void Dune::UG::D3::ddd_XferRegisterDelete(DDD::DDDContext&, DDD_HDR)':1526/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1527 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1528 | ^1529/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1530 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1531 | ^~~~~~~~~1532/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:901:11: note: in expansion of macro 'ObjCplList'1533 901 | for(cpl=ObjCplList(context, hdr); cpl!=NULL; cpl=CPL_NEXT(cpl))1534 | ^~~~~~~~~~1535[ 54%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/compat.cc.o1536In file included from /usr/include/c++/12/cassert:44,1537 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:51,1538 from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:47:1539/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'DDD::COUPLING* Dune::UG::D2::AddCoupling(DDD::DDDContext&, DDD_HDR, DDD_PROC, DDD_PRIO)':1540/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:258:14: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1541 258 | assert(proc!=context.me());1542 | ~~~~^~~~~~~~~~~~~~1543/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1544 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1545 | ^1546/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:267:9: note: in expansion of macro 'ObjHasCpl'1547 267 | if (! ObjHasCpl(context, hdr))1548 | ^~~~~~~~~1549/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:269:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<DDD::COUPLING*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]1550 269 | if (freeCplIdx == ctx.cplTable.size())1551 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~1552/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:293:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<DDD::DDD_HEADER*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]1553 293 | assert(freeCplIdx < context.objTable().size());1554 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~1555/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'DDD::COUPLING* Dune::UG::D2::ModCoupling(DDD::DDDContext&, DDD_HDR, DDD_PROC, DDD_PRIO)':1556/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:360:14: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1557 360 | assert(proc!=context.me());1558 | ~~~~^~~~~~~~~~~~~~1559/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1560 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1561 | ^1562/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:369:9: note: in expansion of macro 'ObjHasCpl'1563 369 | if (! ObjHasCpl(context, hdr))1564 | ^~~~~~~~~1565/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In constructor 'Dune::UG::D2::DDD_InfoProcListRange::DDD_InfoProcListRange(DDD::DDDContext&, Dune::UG::D2::DDD_HDR, bool)':1566/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:507:16: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'int' [-Wsign-compare]1567 507 | if (objIndex < context.couplingContext().nCpls) {1568 | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1569[ 54%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/debugger.cc.o1570/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'bool Dune::UG::D2::DDD_InfoIsLocal(const DDD::DDDContext&, DDD_HDR)':1571/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]1572 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1573 | ^1574/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:556:12: note: in expansion of macro 'ObjHasCpl'1575 556 | return(! ObjHasCpl(context, hdr));1576 | ^~~~~~~~~1577/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc: In function 'int Dune::UG::D2::DDD_InfoNCopies(const DDD::DDDContext&, DDD_HDR)':1578/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]1579 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1580 | ^1581/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:279:37: note: in expansion of macro 'ObjHasCpl'1582 279 | #define ObjNCpl(context, o) (ObjHasCpl(context, o) ? context.couplingContext().nCplTable[OBJ_INDEX(o)] : 0)1583 | ^~~~~~~~~1584/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/cplmgr.cc:573:10: note: in expansion of macro 'ObjNCpl'1585 573 | return(ObjNCpl(context, hdr));1586 | ^~~~~~~1587[ 55%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/gridcons.cc.o1588[ 56%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/mgr/objmgr.cc.o1589[ 57%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/handler.cc.o1590/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/compat.cc:67:12: warning: 'int Dune::UG::D3::realScatterWrapper(DDD::DDDContext&, DDD_OBJ, void*)' defined but not used [-Wunused-function]1591 67 | static int realScatterWrapper(DDD::DDDContext&, DDD_OBJ obj, void* data)1592 | ^~~~~~~~~~~~~~~~~~1593/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/compat.cc:62:12: warning: 'int Dune::UG::D3::realGatherWrapper(DDD::DDDContext&, DDD_OBJ, void*)' defined but not used [-Wunused-function]1594 62 | static int realGatherWrapper(DDD::DDDContext&, DDD_OBJ obj, void* data)1595 | ^~~~~~~~~~~~~~~~~1596/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/compat.cc:60:19: warning: 'Dune::UG::D3::realScatter' defined but not used [-Wunused-variable]1597 60 | static ComProcPtr realScatter;1598 | ^~~~~~~~~~~1599[ 57%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/identify.cc.o1600/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc: In function 'void Dune::UG::D2::ddd_EnsureObjTabSize(DDD::DDDContext&, int)':1601/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc:127:23: warning: comparison of integer expressions of different signedness: 'std::vector<DDD::DDD_HEADER*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1602 127 | if (objTable.size() >= n)1603 | ~~~~~~~~~~~~~~~~^~~~1604/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc: In function 'void Dune::UG::D2::CopyByMask(DDD::TYPE_DESC*, DDD_OBJ, DDD_OBJ)':1605/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/objmgr.cc:701:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]1606 701 | for(i=0; i<desc->size; i++)1607 | ~^~~~~~~~~~~1608[ 58%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/initddd.cc.o1609[ 58%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/mgr/prio.cc.o1610/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/handler.cc:364:13: warning: 'void VertexObjMkCons(DDD::DDDContext&, DDD::DDD_OBJ, int)' defined but not used [-Wunused-function]1611 364 | static void VertexObjMkCons (DDD::DDDContext&, DDD_OBJ obj, int newness)1612 | ^~~~~~~~~~~~~~~1613/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/handler.cc:136:12: warning: 'int CheckNSons(Dune::UG::D3::ELEMENT*, char*)' defined but not used [-Wunused-function]1614 136 | static int CheckNSons (ELEMENT *theElement, char *buffer)1615 | ^~~~~~~~~~1616/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Gather_NodeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1617/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1115:23: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1618 1115 | if (!(NTYPE(theNode)==check_nodetype))1619/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Scatter_NodeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1620/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1133:23: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1621 1133 | if (!(NTYPE(theNode)==check_nodetype)) return 0;1622/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Scatter_TestNodeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1623/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1173:27: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1624 1173 | if (NEW_NIDENT(theNode) != nprop)1625/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Scatter_TestEdgeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1626/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1385:28: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1627 1385 | if (NEW_EDIDENT(theEdge) != nprop)1628/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: At global scope:1629/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1418:12: warning: 'int Scatter_IdentSonEdge(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1630 1418 | static int Scatter_IdentSonEdge (DDD::DDDContext& context, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1631 | ^~~~~~~~~~~~~~~~~~~~1632/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1398:12: warning: 'int Gather_IdentSonEdge(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1633 1398 | static int Gather_IdentSonEdge (DDD::DDDContext&, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1634 | ^~~~~~~~~~~~~~~~~~~1635/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1015:12: warning: 'Dune::UG::INT IdentifyDistributedObjects(Dune::UG::D3::MULTIGRID*, Dune::UG::INT, Dune::UG::INT)' defined but not used [-Wunused-function]1636 1015 | static INT IdentifyDistributedObjects (MULTIGRID *theMG, INT FromLevel, INT ToLevel)1637 | ^~~~~~~~~~~~~~~~~~~~~~~~~~1638/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:742:12: warning: 'Dune::UG::INT IdentifyEdge(Dune::UG::D3::GRID*, Dune::UG::D3::ELEMENT*, Dune::UG::D3::ELEMENT*, Dune::UG::D3::NODE**, Dune::UG::INT, Dune::UG::D3::ELEMENT*, Dune::UG::INT, Dune::UG::INT, Dune::UG::INT)' defined but not used [-Wunused-function]1639 742 | static INT IdentifyEdge (GRID *theGrid,1640 | ^~~~~~~~~~~~1641[ 60%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/lb.cc.o1642[ 60%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/lbrcb.cc.o1643In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/prio.cc:45:1644/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/prio.cc: In function 'void Dune::UG::D2::DDD_PrioritySet(DDD::DDDContext&, DDD_HDR, DDD_PRIO)':1645/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1646 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1647 | ^1648/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/prio.cc:132:9: note: in expansion of macro 'ObjHasCpl'1649 132 | if (! ObjHasCpl(context, hdr))1650 | ^~~~~~~~~1651/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/initddd.cc: In function 'int CheckInitParallel(const DDD::DDDContext&)':1652/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/initddd.cc:938:45: warning: comparison of integer expressions of different signedness: 'const Dune::UG::D3::DDD_TYPE' {aka 'const unsigned int'} and 'int' [-Wsign-compare]1653 938 | if (DDDTYPE(context, UGTYPE(context, i))!=i)1654[ 61%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/memmgr.cc.o1655[ 62%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/mgr/typemgr.cc.o1656[ 63%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/prio/pcmds.cc.o1657[ 64%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/overlap.cc.o1658/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'int Dune::UG::D2::CheckOverlapEls(DDD::TYPE_DESC*)':1659/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:175:31: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1660 175 | if (e1->offset+e1->size > e2->offset)1661 | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~1662/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'int Dune::UG::D2::NormalizeDesc(DDD::TYPE_DESC*)':1663/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:360:42: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1664 360 | if ((elems[i].offset+elems[i].size != elems[i+1].offset) &&1665 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~1666/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D2::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)':1667/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:498:10: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_TYPE' {aka 'unsigned int'} and 'int' [-Wsign-compare]1668 498 | if (typ>=nDescr)1669 | ~~~^~~~~~~~1670/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:575:22: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_TYPE' {aka 'unsigned int'} and 'int' [-Wsign-compare]1671 575 | if (argrefs>=nDescr ||1672 | ~~~~~~~^~~~~~~~1673/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:684:47: warning: comparison of integer expressions of different signedness: 'int' and 'Dune::UG::D2::DDD_TYPE' {aka 'unsigned int'} [-Wsign-compare]1674 684 | if (argtyp<0 || argtyp>=nDescr || argtyp==typ)1675 | ~~~~~~^~~~~1676/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D2::DDD_TypeDisplay(const DDD::DDDContext&, DDD_TYPE)':1677/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:811:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_TYPE' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1678 811 | if (id >= context.typemgrContext().nDescr)1679 | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1680/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:843:21: warning: comparison of integer expressions of different signedness: 'const int' and 'long unsigned int' [-Wsign-compare]1681 843 | e->offset >= desc->offsetHeader + context.typeDefs()[EL_DDDHDR].size)1682 | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1683[ 64%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/partition.cc.o1684[ 64%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/cmdmsg.cc.o1685/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D2::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)':1686/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:720:3: warning: 'argtyp' may be used uninitialized [-Wmaybe-uninitialized]1687 720 | if (i >= TYPE_DESC::MAX_ELEMDESC && argtyp!=EL_END && argtyp!=EL_CONTINUE)1688 | ^~1689/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc: In function 'Dune::UG::INT Dune::UG::D3::UpdateElementOverlap(DDD::DDDContext&, ELEMENT*)':1690/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:189:53: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1691 189 | if (EPROCPRIO(context, theNeighbor,PrioMaster)>=context.procs()) break;1692/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:486:7: note: 'argtyp' was declared here1693 486 | int argtyp, argno;1694 | ^~~~~~1695In function 'void Dune::UG::D2::AttachMask(const DDD::DDDContext&, DDD::TYPE_DESC*)',1696 inlined from 'void Dune::UG::D2::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)' at /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:739:15:1697/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:430:15: warning: 'mask' may be used uninitialized [-Wmaybe-uninitialized]1698 430 | mp[k] = e->gbits[k]; /* copy bitwise */1699/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc: In function 'void Dune::UG::D2::DDD_TypeDefine(DDD::DDDContext&, DDD_TYPE, ...)':1700/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/mgr/typemgr.cc:396:17: note: 'mask' was declared here1701 396 | unsigned char mask;1702 | ^~~~1703/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc: At global scope:1704/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:766:12: warning: 'Dune::UG::INT Dune::UG::D3::ConnectOverlapVerticalMultiGrid(MULTIGRID*)' defined but not used [-Wunused-function]1705 766 | static INT ConnectOverlapVerticalMultiGrid (MULTIGRID *theMG)1706 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1707/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:485:17: warning: 'Dune::UG::INT Dune::UG::D3::ConnectMultiGridOverlap(MULTIGRID*, Dune::UG::INT)' defined but not used [-Wunused-function]1708 485 | static INT ConnectMultiGridOverlap (MULTIGRID *theMG, INT FromLevel)1709 | ^~~~~~~~~~~~~~~~~~~~~~~1710/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:263:12: warning: 'Dune::UG::INT Dune::UG::D3::UpdateMultiGridOverlap(MULTIGRID*, Dune::UG::INT)' defined but not used [-Wunused-function]1711 263 | static INT UpdateMultiGridOverlap (MULTIGRID *theMG, INT FromLevel)1712 | ^~~~~~~~~~~~~~~~~~~~~~1713[ 65%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/pgmcheck.cc.o1714In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmdmsg.cc:53:1715/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmdmsg.cc: In function 'std::pair<int, std::forward_list<Dune::UG::D2::CMDMSG> > Dune::UG::D2::PrepareCmdMsgs(DDD::DDDContext&, const std::vector<DDD::Xfer::XICopyObj*>&)':1716/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1717 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1718 | ^1719/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1720 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1721 | ^~~~~~~~~1722/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmdmsg.cc:139:11: note: in expansion of macro 'ObjCplList'1723 139 | cpl = ObjCplList(context, co->hdr);1724 | ^~~~~~~~~~1725[ 66%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/cmds.cc.o1726[ 67%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/priority.cc.o1727[ 68%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/cplmsg.cc.o1728/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: In function 'Dune::UG::D2::DDD_RET Dune::UG::D2::DDD_XferEnd(DDD::DDDContext&)':1729/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:712:60: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1730 712 | while (remXIDelCpl>0 && arrayXIDelCpl[remXIDelCpl-1]->to == procs)1731 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~1732/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: In function 'void Dune::UG::D2::XferInitCopyInfo(DDD::DDDContext&, DDD_HDR, DDD::TYPE_DESC*, size_t, DDD_PROC, DDD_PRIO)':1733/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:860:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1734 860 | if (dest >= context.procs())1735 | ~~~~~^~~~~~~~~~~~~~~~~~1736/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:870:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1737 870 | if (dest==context.me())1738 | ~~~~^~~~~~~~~~~~~~1739[ 68%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/support.cc.o1740/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: At global scope:1741/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:288:13: warning: 'void Dune::UG::D2::DisplayMemResources(const DDD::DDDContext&)' defined but not used [-Wunused-function]1742 288 | static void DisplayMemResources(const DDD::DDDContext& context)1743 | ^~~~~~~~~~~~~~~~~~~1744/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc: In function 'int ComputeNodeBorderPrios(DDD::DDDContext&, DDD::DDD_OBJ)':1745/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc:147:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1746 147 | if (prio == PrioMaster && proc < min_proc)1747 | ~~~~~^~~~~~~~~~1748/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc: In function 'int ComputeVectorBorderPrios(DDD::DDDContext&, DDD::DDD_OBJ)':1749/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc:187:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1750 187 | if (prio == PrioMaster && proc < min_proc)1751 | ~~~~~^~~~~~~~~~1752/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc: In function 'int ComputeEdgeBorderPrios(DDD::DDDContext&, DDD::DDD_OBJ)':1753/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc:228:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D3::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1754 228 | if (prio == PrioMaster && proc < min_proc)1755 | ~~~~~^~~~~~~~~~1756/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc: In function 'Dune::UG::D2::DDD_RET Dune::UG::D2::DDD_XferEnd(DDD::DDDContext&)':1757/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:595:20: warning: 'remXIDelCmd' may be used uninitialized [-Wmaybe-uninitialized]1758 595 | ExecLocalXIDelCmd(context, arrayXIDelCmd, remXIDelCmd);1759 | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1760/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cmds.cc:375:7: note: 'remXIDelCmd' was declared here1761 375 | int remXIDelCmd, prunedXIDelCmd;1762 | ^~~~~~~~~~~1763/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc: In function 'std::pair<int, std::forward_list<Dune::UG::D2::CPLMSG> > Dune::UG::D2::PrepareCplMsgs(DDD::DDDContext&, XIDelCpl**, int, XIModCpl**, int, XIAddCpl**, int)':1764/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:156:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1765 156 | if (pDC<=pMC && pDC<=pAC && pDC<procs)1766 | ~~~^~~~~~1767/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:170:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1768 170 | if (pMC<=pDC && pMC<=pAC && pMC<procs)1769 | ~~~^~~~~~1770/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:184:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1771 184 | if (pAC<=pDC && pAC<=pMC && pAC<procs)1772 | ~~~^~~~~~1773/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:197:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1774 197 | if (pDC==procs) iDC = nDC;1775 | ~~~^~~~~~~1776/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:198:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1777 198 | if (pMC==procs) iMC = nMC;1778 | ~~~^~~~~~~1779/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/cplmsg.cc:199:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1780 199 | if (pAC==procs) iAC = nAC;1781 | ~~~^~~~~~~1782[ 68%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/ctrl.cc.o1783[ 69%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/pack.cc.o1784[ 70%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid3d.dir/parallel/dddif/trans.cc.o1785[ 71%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/supp.cc.o1786/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc: In function 'int Dune::UG::D2::BuildSymTab(DDD::DDDContext&, DDD::TYPE_DESC*, DDD_OBJ, const char*, SYMTAB_ENTRY*)':1787/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc:155:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]1788 155 | for(l=0; l<theElem->size; l+=sizeof(void *))1789 | ~^~~~~~~~~~~~~~1790/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc: In function 'void Dune::UG::D2::XferPackSingleMsg(DDD::DDDContext&, XFERMSG*)':1791/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/pack.cc:503:30: warning: comparison of integer expressions of different signedness: 'uintptr_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]1792 503 | for(std::uintptr_t mi=0; mi<actSym; mi++)1793 | ~~^~~~~~~1794[ 71%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/unpack.cc.o1795/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc: In function 'int Gather_GhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1796/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:236:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1797 236 | if (PARTITION(theElement) == proc)1798/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:243:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1799 243 | if (PARTITION(theElement) != proc)1800/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:253:26: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1801 253 | if (PARTITION(nb)==proc)1802/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc: In function 'int Gather_VHGhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1803/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:354:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1804 354 | if (PARTITION(theElement) != proc)1805/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:364:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1806 364 | if (PARTITION(theNeighbor) == proc)1807/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc: At global scope:1808/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:287:12: warning: 'int Scatter_GhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1809 287 | static int Scatter_GhostCmd (DDD::DDDContext& context, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1810 | ^~~~~~~~~~~~~~~~1811/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:230:12: warning: 'int Gather_GhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1812 230 | static int Gather_GhostCmd (DDD::DDDContext&, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1813 | ^~~~~~~~~~~~~~~1814[ 72%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/xfer/xfer.cc.o1815[ 72%] Built target duneuggrid3d1816[ 73%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/ddd/ddd.cc.o1817In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/unpack.cc:50:1818/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/unpack.cc: In function 'void Dune::UG::D2::PropagateIncomings(DDD::DDDContext&, DDD::Xfer::XICopyObj**, int, OBJTAB_ENTRY**, int)':1819/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1820 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1821 | ^1822/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1823 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1824 | ^~~~~~~~~1825/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/unpack.cc:993:15: note: in expansion of macro 'ObjCplList'1826 993 | for(cpl=ObjCplList(context, ote->hdr); cpl!=NULL; cpl=CPL_NEXT(cpl))1827 | ^~~~~~~~~~1828[ 73%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/compat.cc.o1829In file included from /duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:49:1830/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'DDD::Xfer::XICopyObj** Dune::UG::D2::CplClosureEstimate(DDD::DDDContext&, const std::vector<DDD::Xfer::XICopyObj*>&, int*)':1831/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1832 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1833 | ^1834/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1835 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1836 | ^~~~~~~~~1837/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:104:29: note: in expansion of macro 'ObjCplList'1838 104 | COUPLING *cpl, *xicpl = ObjCplList(context, xi->hdr);1839 | ^~~~~~~~~~1840/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'int Dune::UG::D2::PrepareObjMsgs(DDD::DDDContext&, std::vector<DDD::Xfer::XICopyObj*>&, XINewCpl**, int, XIOldCpl**, int, XFERMSG**, size_t*)':1841/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:522:33: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1842 522 | if (pO<=pNC && pO<=pOC && pO<procs)1843 | ~~^~~~~~1844/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:530:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1845 530 | if (pNC<=pO && pNC<=pOC && pNC<procs)1846 | ~~~^~~~~~1847/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:538:35: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1848 538 | if (pOC<=pO && pOC<=pNC && pOC<procs)1849 | ~~~^~~~~~1850/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:546:11: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1851 546 | if (pO==procs) iO = nO;1852 | ~~^~~~~~~1853/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:547:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1854 547 | if (pNC==procs) iNC = nNC;1855 | ~~~^~~~~~~1856/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:548:12: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]1857 548 | if (pOC==procs) iOC = nOC;1858 | ~~~^~~~~~~1859/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'void Dune::UG::D2::ExecLocalXISetPrio(DDD::DDDContext&, const std::vector<XISetPrio*>&, XIDelObj**, int, DDD::Xfer::XICopyObj**, int)':1860/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1861 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1862 | ^1863/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1864 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1865 | ^~~~~~~~~1866/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:645:28: note: in expansion of macro 'ObjCplList'1867 645 | for (COUPLING *cpl = ObjCplList(context, hdr); cpl != NULL; cpl = CPL_NEXT(cpl))1868 | ^~~~~~~~~~1869/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc: In function 'void Dune::UG::D2::ddd_XferRegisterDelete(DDD::DDDContext&, DDD_HDR)':1870/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:276:50: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]1871 276 | #define ObjHasCpl(context, o) (OBJ_INDEX(o) < context.couplingContext().nCpls)1872 | ^1873/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/dddi.h:283:37: note: in expansion of macro 'ObjHasCpl'1874 283 | #define ObjCplList(context, o) (ObjHasCpl(context, o) ? context.couplingContext().cplTable[OBJ_INDEX(o)] : nullptr)1875 | ^~~~~~~~~1876/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/xfer/xfer.cc:901:11: note: in expansion of macro 'ObjCplList'1877 901 | for(cpl=ObjCplList(context, hdr); cpl!=NULL; cpl=CPL_NEXT(cpl))1878 | ^~~~~~~~~~1879[ 74%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/debugger.cc.o1880[ 75%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/gridcons.cc.o1881[ 75%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/handler.cc.o1882/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/compat.cc:67:12: warning: 'int Dune::UG::D2::realScatterWrapper(DDD::DDDContext&, DDD_OBJ, void*)' defined but not used [-Wunused-function]1883 67 | static int realScatterWrapper(DDD::DDDContext&, DDD_OBJ obj, void* data)1884 | ^~~~~~~~~~~~~~~~~~1885/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/compat.cc:62:12: warning: 'int Dune::UG::D2::realGatherWrapper(DDD::DDDContext&, DDD_OBJ, void*)' defined but not used [-Wunused-function]1886 62 | static int realGatherWrapper(DDD::DDDContext&, DDD_OBJ obj, void* data)1887 | ^~~~~~~~~~~~~~~~~1888/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/compat.cc:60:19: warning: 'Dune::UG::D2::realScatter' defined but not used [-Wunused-variable]1889 60 | static ComProcPtr realScatter;1890 | ^~~~~~~~~~~1891[ 76%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/identify.cc.o1892[ 77%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/initddd.cc.o1893[ 77%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/lb.cc.o1894/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Gather_NodeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1895/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1115:23: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1896 1115 | if (!(NTYPE(theNode)==check_nodetype))1897/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Scatter_NodeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1898/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1133:23: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1899 1133 | if (!(NTYPE(theNode)==check_nodetype)) return 0;1900/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Scatter_TestNodeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1901/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1173:27: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1902 1173 | if (NEW_NIDENT(theNode) != nprop)1903/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: In function 'int Scatter_TestEdgeInfo(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1904/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1385:28: warning: comparison of integer expressions of different signedness: 'Dune::UG::UINT' {aka 'unsigned int'} and 'int' [-Wsign-compare]1905 1385 | if (NEW_EDIDENT(theEdge) != nprop)1906/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/handler.cc:791:13: warning: 'void ElementUpdate(DDD::DDDContext&, DDD::DDD_OBJ)' defined but not used [-Wunused-function]1907 791 | static void ElementUpdate (DDD::DDDContext&, DDD_OBJ obj)1908 | ^~~~~~~~~~~~~1909/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/handler.cc:364:13: warning: 'void VertexObjMkCons(DDD::DDDContext&, DDD::DDD_OBJ, int)' defined but not used [-Wunused-function]1910 364 | static void VertexObjMkCons (DDD::DDDContext&, DDD_OBJ obj, int newness)1911 | ^~~~~~~~~~~~~~~1912/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/handler.cc:136:12: warning: 'int CheckNSons(Dune::UG::D2::ELEMENT*, char*)' defined but not used [-Wunused-function]1913 136 | static int CheckNSons (ELEMENT *theElement, char *buffer)1914 | ^~~~~~~~~~1915/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc: At global scope:1916/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1418:12: warning: 'int Scatter_IdentSonEdge(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1917 1418 | static int Scatter_IdentSonEdge (DDD::DDDContext& context, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1918 | ^~~~~~~~~~~~~~~~~~~~1919/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1398:12: warning: 'int Gather_IdentSonEdge(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1920 1398 | static int Gather_IdentSonEdge (DDD::DDDContext&, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1921 | ^~~~~~~~~~~~~~~~~~~1922/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:1015:12: warning: 'Dune::UG::INT IdentifyDistributedObjects(Dune::UG::D2::MULTIGRID*, Dune::UG::INT, Dune::UG::INT)' defined but not used [-Wunused-function]1923 1015 | static INT IdentifyDistributedObjects (MULTIGRID *theMG, INT FromLevel, INT ToLevel)1924 | ^~~~~~~~~~~~~~~~~~~~~~~~~~1925/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/identify.cc:742:12: warning: 'Dune::UG::INT IdentifyEdge(Dune::UG::D2::GRID*, Dune::UG::D2::ELEMENT*, Dune::UG::D2::ELEMENT*, Dune::UG::D2::NODE**, Dune::UG::INT, Dune::UG::D2::ELEMENT*, Dune::UG::INT, Dune::UG::INT, Dune::UG::INT)' defined but not used [-Wunused-function]1926 742 | static INT IdentifyEdge (GRID *theGrid,1927 | ^~~~~~~~~~~~1928/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/initddd.cc: In function 'int CheckInitParallel(const DDD::DDDContext&)':1929/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/initddd.cc:938:45: warning: comparison of integer expressions of different signedness: 'const Dune::UG::D2::DDD_TYPE' {aka 'const unsigned int'} and 'int' [-Wsign-compare]1930 938 | if (DDDTYPE(context, UGTYPE(context, i))!=i)1931[ 78%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/lbrcb.cc.o1932[ 80%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/memmgr.cc.o1933[ 80%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/overlap.cc.o1934[ 81%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/partition.cc.o1935[ 82%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/pgmcheck.cc.o1936[ 83%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/priority.cc.o1937[ 83%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/support.cc.o1938/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc: In function 'Dune::UG::INT Dune::UG::D2::UpdateElementOverlap(DDD::DDDContext&, ELEMENT*)':1939/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:189:53: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1940 189 | if (EPROCPRIO(context, theNeighbor,PrioMaster)>=context.procs()) break;1941/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc: At global scope:1942/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:766:12: warning: 'Dune::UG::INT Dune::UG::D2::ConnectOverlapVerticalMultiGrid(MULTIGRID*)' defined but not used [-Wunused-function]1943 766 | static INT ConnectOverlapVerticalMultiGrid (MULTIGRID *theMG)1944 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1945/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:485:17: warning: 'Dune::UG::INT Dune::UG::D2::ConnectMultiGridOverlap(MULTIGRID*, Dune::UG::INT)' defined but not used [-Wunused-function]1946 485 | static INT ConnectMultiGridOverlap (MULTIGRID *theMG, INT FromLevel)1947 | ^~~~~~~~~~~~~~~~~~~~~~~1948/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/overlap.cc:263:12: warning: 'Dune::UG::INT Dune::UG::D2::UpdateMultiGridOverlap(MULTIGRID*, Dune::UG::INT)' defined but not used [-Wunused-function]1949 263 | static INT UpdateMultiGridOverlap (MULTIGRID *theMG, INT FromLevel)1950 | ^~~~~~~~~~~~~~~~~~~~~~1951/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc: In function 'int ComputeNodeBorderPrios(DDD::DDDContext&, DDD::DDD_OBJ)':1952/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc:147:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1953 147 | if (prio == PrioMaster && proc < min_proc)1954 | ~~~~~^~~~~~~~~~1955/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc: In function 'int ComputeVectorBorderPrios(DDD::DDDContext&, DDD::DDD_OBJ)':1956/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc:187:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1957 187 | if (prio == PrioMaster && proc < min_proc)1958 | ~~~~~^~~~~~~~~~1959/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc: In function 'int ComputeEdgeBorderPrios(DDD::DDDContext&, DDD::DDD_OBJ)':1960/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/priority.cc:228:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::D2::DDD_PROC' {aka 'unsigned int'} and 'int' [-Wsign-compare]1961 228 | if (prio == PrioMaster && proc < min_proc)1962 | ~~~~~^~~~~~~~~~1963[ 84%] Building CXX object dune/uggrid/CMakeFiles/duneuggrid2d.dir/parallel/dddif/trans.cc.o1964/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc: In function 'int Gather_GhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1965/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:236:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1966 236 | if (PARTITION(theElement) == proc)1967/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:243:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1968 243 | if (PARTITION(theElement) != proc)1969/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:253:26: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1970 253 | if (PARTITION(nb)==proc)1971/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc: In function 'int Gather_VHGhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)':1972/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:354:29: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1973 354 | if (PARTITION(theElement) != proc)1974/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:364:36: warning: comparison of integer expressions of different signedness: 'Dune::UG::INT' {aka 'int'} and 'DDD::DDD_PROC' {aka 'unsigned int'} [-Wsign-compare]1975 364 | if (PARTITION(theNeighbor) == proc)1976/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc: At global scope:1977/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:287:12: warning: 'int Scatter_GhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1978 287 | static int Scatter_GhostCmd (DDD::DDDContext& context, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1979 | ^~~~~~~~~~~~~~~~1980/duneci/modules/dune-uggrid/dune/uggrid/parallel/dddif/trans.cc:230:12: warning: 'int Gather_GhostCmd(DDD::DDDContext&, DDD::DDD_OBJ, void*, DDD::DDD_PROC, DDD::DDD_PRIO)' defined but not used [-Wunused-function]1981 230 | static int Gather_GhostCmd (DDD::DDDContext&, DDD_OBJ obj, void *data, DDD_PROC proc, DDD_PRIO prio)1982 | ^~~~~~~~~~~~~~~1983[ 84%] Built target duneuggrid2d1984[ 84%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/ugdevices.cc.o1985[ 85%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/debug.cc.o1986[ 86%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/bio.cc.o1987[ 86%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/fifo.cc.o1988[ 87%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/fileopen.cc.o1989[ 88%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/heaps.cc.o1990[ 88%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/initlow.cc.o1991[ 89%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/misc.cc.o1992/duneci/modules/dune-uggrid/dune/uggrid/ugdevices.cc: In function 'Dune::UG::INT Dune::UG::OpenLogFile(const char*, int)':1993/duneci/modules/dune-uggrid/dune/uggrid/ugdevices.cc:101:38: warning: 'logpath' may be used uninitialized [-Wmaybe-uninitialized]1994 101 | logFile = FileOpenUsingSearchPath_r(name,"w",logpath,rename);1995 | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~1996In file included from /duneci/modules/dune-uggrid/dune/uggrid/ugdevices.cc:40:1997/duneci/modules/dune-uggrid/dune/uggrid/low/fileopen.h:86:18: note: by argument 3 of type 'const char*' to 'FILE* Dune::UG::FileOpenUsingSearchPath_r(const char*, const char*, const char*, int)' declared here1998 86 | FILE *FileOpenUsingSearchPath_r (const char *fname, const char *mode, const char *path, int rename);1999 | ^~~~~~~~~~~~~~~~~~~~~~~~~2000/duneci/modules/dune-uggrid/dune/uggrid/ugdevices.cc:96:8: note: 'logpath' declared here2001 96 | char logpath[256];2002 | ^~~~~~~2003[ 90%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/low/ugenv.cc.o2004[ 90%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ddd/basic/io.cc.o2005[ 91%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ddd/basic/lowcomm.cc.o2006[ 92%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ddd/basic/notify.cc.o2007[ 92%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ddd/basic/reduct.cc.o2008[ 93%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ddd/basic/topo.cc.o2009/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/notify.cc: In function 'int DDD::DDD_Notify(DDDContext&)':2010/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/notify.cc:423:31: warning: comparison of integer expressions of different signedness: 'DDD::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]2011 423 | if (ctx.theDescs[i].proc==me) {2012/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/notify.cc:428:31: warning: comparison of integer expressions of different signedness: 'DDD::DDD_PROC' {aka 'unsigned int'} and 'const int' [-Wsign-compare]2013 428 | if (ctx.theDescs[i].proc>=procs) {2014[ 94%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ddd/dddcontext.cc.o2015[ 94%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ppif/ppif.cc.o2016/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/notify.cc: In function 'int DDD::NotifyTwoWave(DDDContext&, Basic::NOTIFY_INFO*, int, int)':2017/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/notify.cc:283:14: warning: 'newInfos' may be used uninitialized [-Wmaybe-uninitialized]2018 283 | GetSpread(context.ppifContext(), newInfos, unknownInfos*sizeof(NOTIFY_INFO));2019 | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2020/duneci/modules/dune-uggrid/dune/uggrid/parallel/ddd/basic/notify.cc:165:17: note: 'newInfos' was declared here2021 165 | NOTIFY_INFO *newInfos;2022 | ^~~~~~~~2023[ 95%] Building CXX object CMakeFiles/duneuggrid.dir/dune/uggrid/parallel/ppif/ppifcontext.cc.o2024[ 96%] Linking CXX static library lib/libduneuggrid.a2025[ 96%] Built target duneuggrid2026[ 97%] Building CXX object dune/uggrid/gm/CMakeFiles/rm3-show.dir/rm-show.cc.o2027[ 97%] Building CXX object dune/uggrid/gm/CMakeFiles/rm3-writeRefRules2file.dir/rm-writeRefRules2file.cc.o2028[ 98%] Building CXX object dune/uggrid/gm/CMakeFiles/rm3-writeRefRules2file.dir/rm-write2file.cc.o2029[ 98%] Linking CXX executable rm3-show2030[ 98%] Built target rm3-show2031[100%] Linking CXX executable rm3-writeRefRules2file2032[100%] Built target rm3-writeRefRules2file2033--- dune-uggrid done ---2034--- done ---2035$ duneci-standard-test2036Parallel run with 4 processes2037+ dunecontrol --current --opts=/duneci/dune.opts vcsetup2038----- using default flags $CMAKE_FLAGS from /duneci/dune.opts -----2039--- going to build dune-grid ---2040--- calling vcsetup for dune-grid ---2041fatal: detected dubious ownership in repository at '/builds/core/dune-grid'2042To add an exception for this directory, call:2043 git config --global --add safe.directory /builds/core/dune-grid2044fatal: detected dubious ownership in repository at '/builds/core/dune-grid'2045To add an exception for this directory, call:2046 git config --global --add safe.directory /builds/core/dune-grid2047--> Installing Git pre-commit hook to enforce whitespace policy2048cp: cannot create regular file '.git/hooks/pre-commit': No such file or directory2049--- dune-grid done ---2050--- done ---2051+ dunecontrol --current --opts=/duneci/dune.opts configure2052----- using default flags $CMAKE_FLAGS from /duneci/dune.opts -----2053--- going to build dune-grid ---2054--- calling configure for dune-grid ---2055cmake "-Ddune-common_DIR=/duneci/modules/dune-common/build-cmake" "-Ddune-geometry_DIR=/duneci/modules/dune-geometry/build-cmake" "-Ddune-uggrid_DIR=/duneci/modules/dune-uggrid/build-cmake" -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_C_FLAGS='-Wall -fdiagnostics-color=always ' -DCMAKE_CXX_FLAGS='-Wall -fdiagnostics-color=always -DDUNE_CHECK_BOUNDS=1 -DDUNE_ISTL_WITH_CHECKING=1 -DDUNE_FMatrix_WITH_CHECKING=1 -DCHECK_RESERVEDVECTOR=1 ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DCMAKE_CXX_FLAGS_RELEASE='-O3 -g -UNDEBUG' -DDUNE_MAX_TEST_CORES=4 -DCMAKE_INSTALL_PREFIX=/duneci/install -DTARGET_ARCHITECTURE=generic -DDUNE_RUNNING_IN_CI=ON -DCMAKE_CXX_STANDARD=20 -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE -DDUNE_OPTS_FILE="/duneci/dune.opts" "/builds/core/dune-grid"2056-- The C compiler identification is GNU 12.2.02057-- The CXX compiler identification is GNU 12.2.02058-- Detecting C compiler ABI info2059-- Detecting C compiler ABI info - done2060-- Check for working C compiler: /usr/bin/gcc-12 - skipped2061-- Detecting C compile features2062-- Detecting C compile features - done2063-- Detecting CXX compiler ABI info2064-- Detecting CXX compiler ABI info - done2065-- Check for working CXX compiler: /usr/bin/g++-12 - skipped2066-- Detecting CXX compile features2067-- Detecting CXX compile features - done2068-- Setting dune-common_LIBRARIES=Dune::Common2069-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") 2070-- Dependencies for dune-grid: dune-geometry (>= 2.11)2071-- Suggestions for dune-grid: dune-uggrid (>=2.11)2072-- Setting dune-uggrid_LIBRARIES=Dune::UGGrid2073-- Setting dune-geometry_LIBRARIES=Dune::Geometry2074-- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED2075-- Performing Test DUNE_HAVE_CXX_EXPERIMENTAL_IS_DETECTED - Success2076-- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA2077-- Performing Test DUNE_HAVE_CXX_UNEVALUATED_CONTEXT_LAMBDA - Success2078-- Performing Test DUNE_HAVE_CXX_STD_IDENTITY2079-- Performing Test DUNE_HAVE_CXX_STD_IDENTITY - Success2080CMake Warning (dev) at /duneci/modules/dune-common/cmake/modules/DunePolicy.cmake:90 (message):2081 Policy DP_DEFAULT_INCLUDE_DIRS is not set: OLD behavior: Use global2082 include_directories. NEW behavior: Include directories must be set on a2083 module library target and are not set globally anymore. Use the2084 dune_policy(SET) command to set the policy and suppress this warning. The2085 default value OLD will be used in the meantime.2086Call Stack (most recent call first):2087 /duneci/modules/dune-common/cmake/modules/DunePolicy.cmake:122 (dune_get_policy)2088 /duneci/modules/dune-common/cmake/modules/DuneProject.cmake:169 (dune_policy)2089 CMakeLists.txt:22 (dune_project)2090This warning is for project developers. Use -Wno-dev to suppress it.2091-- Could NOT find LATEX (missing: LATEX_COMPILER) 2092-- Could NOT find LatexMk (missing: LATEXMK_EXECUTABLE) 2093-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2094-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2095-- Performing tests for dune-common (from /duneci/modules/dune-common/cmake/modules/DuneCommonMacros.cmake)2096-- Setting the Dune debug stream minimal verbosity level to 4 (warn)2097-- Looking for sgemm_2098-- Looking for sgemm_ - not found2099-- Performing Test CMAKE_HAVE_LIBC_PTHREAD2100-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success2101-- Found Threads: TRUE 2102-- Looking for sgemm_2103-- Looking for sgemm_ - found2104-- Found BLAS: /usr/lib/x86_64-linux-gnu/libopenblas.so 2105-- Looking for cheev_2106-- Looking for cheev_ - found2107-- Found LAPACK: /usr/lib/x86_64-linux-gnu/libopenblas.so;-lm;-ldl 2108-- Looking for dsyev_2109-- Looking for dsyev_ - found2110-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so 2111-- Performing Test QuadMath_COMPILES2112-- Performing Test QuadMath_COMPILES - Success2113-- Found QuadMath: (Supported by compiler) 2114-- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found suitable version "3.1", minimum required is "3.0") 2115-- Found MPI: TRUE (found suitable version "3.1", minimum required is "3.0") found components: C 2116-- Found TBB: using configuration from TBB_DIR=/usr/lib/x86_64-linux-gnu/cmake/TBB (found version "2021.8.0")2117-- Found PTScotch: /usr/lib/x86_64-linux-gnu/libscotch.so (found version "7.0.3") 2118-- Looking for METIS_PartGraphVKway2119-- Looking for METIS_PartGraphVKway - not found2120-- Looking for METIS_PartGraphKway2121-- Looking for METIS_PartGraphKway - found2122-- Found METIS: /usr/lib/x86_64-linux-gnu/libscotchmetisv5.so 2123-- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") 2124-- Found MPI: TRUE (found version "3.1") found components: C 2125-- Could NOT find ParMETIS (missing: PARMETIS_LIBRARY) (Required is at least version "4.0")2126-- Found SuiteSparse: /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so (found version "5.12.0") found components: CHOLMOD LDL SPQR UMFPACK 2127-- Detected Compiler: GCC 122128-- Performing Test Vc_HAVE_SSE_SINCOS2129-- Performing Test Vc_HAVE_SSE_SINCOS - Success2130-- Performing Test Vc_HAVE_AVX_SINCOS2131-- Performing Test Vc_HAVE_AVX_SINCOS - Success2132-- Performing Test check_cxx_compiler_flag__Wabi2133-- Performing Test check_cxx_compiler_flag__Wabi - Success2134-- Performing Test check_cxx_compiler_flag__fabi_version_02135-- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success2136-- Performing Test check_cxx_compiler_flag__fabi_compat_version_02137-- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success2138-- Performing Test check_cxx_compiler_flag__ffp_contract_fast2139-- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success2140-- target changed from "" to "generic"2141-- Performing Test check_cxx_compiler_flag__march_generic2142-- Performing Test check_cxx_compiler_flag__march_generic - Failed2143-- Performing Test check_cxx_compiler_flag__mno_sse22144-- Performing Test check_cxx_compiler_flag__mno_sse2 - Success2145-- Performing Test check_cxx_compiler_flag__mno_sse32146-- Performing Test check_cxx_compiler_flag__mno_sse3 - Success2147-- Performing Test check_cxx_compiler_flag__mno_ssse32148-- Performing Test check_cxx_compiler_flag__mno_ssse3 - Success2149-- Performing Test check_cxx_compiler_flag__mno_sse4_12150-- Performing Test check_cxx_compiler_flag__mno_sse4_1 - Success2151-- Performing Test check_cxx_compiler_flag__mno_sse4_22152-- Performing Test check_cxx_compiler_flag__mno_sse4_2 - Success2153-- Performing Test check_cxx_compiler_flag__mno_sse4a2154-- Performing Test check_cxx_compiler_flag__mno_sse4a - Success2155-- Performing Test check_cxx_compiler_flag__mno_avx2156-- Performing Test check_cxx_compiler_flag__mno_avx - Success2157-- Performing Test check_cxx_compiler_flag__mno_fma2158-- Performing Test check_cxx_compiler_flag__mno_fma - Success2159-- Performing Test check_cxx_compiler_flag__mno_bmi22160-- Performing Test check_cxx_compiler_flag__mno_bmi2 - Success2161-- Performing Test check_cxx_compiler_flag__mno_avx22162-- Performing Test check_cxx_compiler_flag__mno_avx2 - Success2163-- Performing Test check_cxx_compiler_flag__mno_xop2164-- Performing Test check_cxx_compiler_flag__mno_xop - Success2165-- Performing Test check_cxx_compiler_flag__mno_fma42166-- Performing Test check_cxx_compiler_flag__mno_fma4 - Success2167-- Performing Test check_cxx_compiler_flag__mno_avx512f2168-- Performing Test check_cxx_compiler_flag__mno_avx512f - Success2169-- Performing Test check_cxx_compiler_flag__mno_avx512vl2170-- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success2171-- Performing Test check_cxx_compiler_flag__mno_avx512pf2172-- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success2173-- Performing Test check_cxx_compiler_flag__mno_avx512er2174-- Performing Test check_cxx_compiler_flag__mno_avx512er - Success2175-- Performing Test check_cxx_compiler_flag__mno_avx512cd2176-- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success2177-- Performing Test check_cxx_compiler_flag__mno_avx512dq2178-- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success2179-- Performing Test check_cxx_compiler_flag__mno_avx512bw2180-- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success2181-- Performing Test check_cxx_compiler_flag__mno_avx512ifma2182-- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success2183-- Performing Test check_cxx_compiler_flag__mno_avx512vbmi2184-- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success2185-- Found Python3: /usr/bin/python3 (found version "3.11.2") found components: Interpreter Development Development.Module Development.Embed 2186-- Found pip_/usr/bin/python3: TRUE 2187-- Using existing virtualenv in /duneci/modules/dune-common/build-cmake/dune-env2188-- Found pip_/duneci/modules/dune-common/build-cmake/dune-env/bin/python: TRUE 2189-- Setting dune-common_INCLUDE_DIRS=/duneci/modules/dune-common;/duneci/modules/dune-common/build-cmake/include2190-- Performing tests for dune-uggrid (from /duneci/modules/dune-uggrid/cmake/modules/DuneUggridMacros.cmake)2191-- Setting dune-uggrid_INCLUDE_DIRS=/duneci/modules/dune-uggrid;/duneci/modules/dune-uggrid/build-cmake/include2192-- No module specific tests for module 'dune-geometry' ('DuneGeometryMacros.cmake' not found)2193-- Setting dune-geometry_INCLUDE_DIRS=/duneci/modules/dune-geometry;/duneci/modules/dune-geometry/build-cmake/include2194-- Performing tests for dune-grid (from /builds/core/dune-grid/cmake/modules/DuneGridMacros.cmake)2195-- Looking for mkstemp2196-- Looking for mkstemp - found2197-- Could NOT find ParMETIS (missing: PARMETIS_LIBRARY) 2198-- Using scripts from /duneci/modules/dune-common/cmake/scripts for creating doxygen stuff.2199-- Installing python package abstract requirements: dune-common dune-geometry 2200-- Installing python package at /builds/core/dune-grid/build-cmake/python/. into Dune virtual environment --index-url=https://gitlab.dune-project.org/api/v4/projects/133/packages/pypi/simple2201-- Generating the CMake metadata file at dune/data/dune-grid.cmake2202-- Adding custom target for config.h generation2203-- The following OPTIONAL packages have been found:2204 * dune-uggrid2205 * GMP, GNU multi-precision library, <https://gmplib.org>2206 * QuadMath, GCC Quad-Precision Math Library, <https://gcc.gnu.org/onlinedocs/libquadmath>2207 * TBB, Intel's Threading Building Blocks, <https://github.com/oneapi-src/oneTBB>2208 * LAPACK, fast linear algebra routines2209 * Threads, Multi-threading library2210 * BLAS, fast linear algebra routines2211 * SuiteSparse, A suite of sparse matrix software, <http://faculty.cse.tamu.edu/davis/suitesparse.html>2212 * Vc, C++ Vectorization library, <https://github.com/VcDevel/Vc>2213 For use of SIMD instructions2214 * Python32215 * UnixCommands2216 * METIS, Serial Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/metis/overview>2217 * PkgConfig, Unified interface for querying installed libraries2218 To find Dune module dependencies2219 * MPI, Message Passing Interface library2220 Parallel programming on multiple processors2221 * PTScotch, Sequential and Parallel Graph Partitioning, <https://gitlab.inria.fr/scotch/scotch>2222-- The following REQUIRED packages have been found:2223 * dune-common2224 * dune-geometry2225-- The following OPTIONAL packages have not been found:2226 * LATEX2227 * LatexMk2228 * Sphinx, Documentation generator, <www.sphinx-doc.org>2229 To generate the documentation from CMake and Python sources2230 * Doxygen, Class documentation generator, <www.doxygen.org>2231 To generate the class documentation from C++ sources2232 * Inkscape, Free and open source vector graphics editor, <www.inkscape.org>2233 Convert SVG images to PNG images for the LaTeX documentation2234 * ParMETIS, Parallel Graph Partitioning, <http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview>2235-- Configuring done2236-- Generating done2237-- Build files have been written to: /builds/core/dune-grid/build-cmake2238--- dune-grid done ---2239--- done ---2240+ [[ -v DUNECI_CONFIGURE_ONLY ]]2241+ set +e2242+ build_failed=2243+ dunecontrol --current --opts=/duneci/dune.opts make -k -j4 all2244----- using default flags $CMAKE_FLAGS from /duneci/dune.opts -----2245--- going to build dune-grid ---2246WARNING: commandline parameters will overwrite setting in opts file "/duneci/dune.opts"2247--- calling make for dune-grid ---2248build directory: build-cmake2249cmake --build . -- "-k" "-j4" "all"2250[ 4%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/basic.cc.o2251[ 4%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/boundarydom.cc.o2252[ 9%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/boundaryseg.cc.o2253[ 14%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/cube.cc.o2254[ 19%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/dim.cc.o2255[ 19%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/general.cc.o2256[ 23%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/gridparameter.cc.o2257[ 28%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/interval.cc.o2258[ 33%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/periodicfacetrans.cc.o2259[ 33%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/projection.cc.o2260[ 38%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/simplex.cc.o2261[ 42%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/simplexgeneration.cc.o2262[ 47%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/blocks/vertex.cc.o2263[ 47%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/dgfparser.cc.o2264[ 52%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/io/file/dgfparser/dgfug.cc.o2265[ 57%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/onedgrid/onedgrid.cc.o2266[ 61%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/onedgrid/onedgridfactory.cc.o2267[ 61%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/onedgrid/nulliteratorfactory.cc.o2268[ 66%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggridintersections.cc.o2269[ 71%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggrid.cc.o2270[ 76%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggridentity.cc.o2271[ 76%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/boundaryextractor.cc.o2272[ 80%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggridindexsets.cc.o2273[ 85%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggridfactory.cc.o2274[ 90%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggridgeometry.cc.o2275[ 90%] Building CXX object CMakeFiles/dunegrid.dir/dune/grid/uggrid/uggridhieriterator.cc.o2276[ 95%] Linking CXX static library lib/libdunegrid.a2277[ 95%] Built target dunegrid2278[ 95%] Building CXX object python/dune/grid/CMakeFiles/_grid.dir/_grid.cc.o2279[100%] Linking CXX shared library _grid.so2280[100%] Built target _grid2281--- dune-grid done ---2282--- done ---2283+ [[ 0 != 0 ]]2284+ dunecontrol --current --opts=/duneci/dune.opts make -k -j4 build_tests2285----- using default flags $CMAKE_FLAGS from /duneci/dune.opts -----2286--- going to build dune-grid ---2287WARNING: commandline parameters will overwrite setting in opts file "/duneci/dune.opts"2288--- calling make for dune-grid ---2289build directory: build-cmake2290cmake --build . -- "-k" "-j4" "build_tests"2291[ 1%] Building CXX object dune/grid/io/file/test/CMakeFiles/conformvolumevtktest.dir/conformvolumevtktest.cc.o2292[ 1%] Built target target_pyexample2293[ 2%] Building CXX object dune/grid/io/file/test/CMakeFiles/gnuplottest.dir/gnuplottest.cc.o2294[ 17%] Building CXX object dune/grid/io/file/test/CMakeFiles/nonconformboundaryvtktest.dir/nonconformboundaryvtktest.cc.o2295[ 24%] Built target dunegrid2296[ 25%] Building CXX object dune/grid/io/file/test/CMakeFiles/printgridtest.dir/printgridtest.cc.o2297[ 26%] Linking CXX executable gnuplottest2298[ 26%] Built target gnuplottest2299[ 27%] Building CXX object dune/grid/io/file/test/CMakeFiles/subsamplingvtktest.dir/subsamplingvtktest.cc.o2300[ 29%] Linking CXX executable printgridtest2301[ 29%] Built target printgridtest2302[ 30%] Building CXX object dune/grid/io/file/test/CMakeFiles/vtktest.dir/vtktest.cc.o2303[ 31%] Linking CXX executable nonconformboundaryvtktest2304[ 31%] Built target nonconformboundaryvtktest2305[ 31%] Building CXX object dune/grid/io/file/test/CMakeFiles/vtksequencetest.dir/vtksequencetest.cc.o2306[ 31%] Linking CXX executable conformvolumevtktest2307[ 31%] Built target conformvolumevtktest2308[ 32%] Building CXX object dune/grid/io/file/test/CMakeFiles/starcdreadertest.dir/starcdreadertest.cc.o2309[ 32%] Building CXX object dune/grid/io/file/test/CMakeFiles/subsamplingvtktest.dir/test-linking.cc.o2310[ 33%] Linking CXX executable subsamplingvtktest2311[ 33%] Built target subsamplingvtktest2312[ 34%] Building CXX object dune/grid/io/file/test/CMakeFiles/gmshtest-onedgrid.dir/gmshtest.cc.o2313[ 35%] Linking CXX executable vtktest2314[ 35%] Built target vtktest2315[ 35%] Building CXX object dune/grid/io/file/test/CMakeFiles/gmshtest-uggrid.dir/gmshtest.cc.o2316[ 36%] Linking CXX executable vtksequencetest2317[ 36%] Built target vtksequencetest2318[ 36%] Building CXX object dune/grid/io/file/dgfparser/test/CMakeFiles/test-dgf-yasp.dir/test-dgf-yasp.cc.o2319[ 37%] Linking CXX executable starcdreadertest2320[ 37%] Built target starcdreadertest2321[ 38%] Building CXX object dune/grid/io/file/dgfparser/test/CMakeFiles/test-dgf-yasp-offset.dir/test-dgf-yasp.cc.o2322[ 39%] Linking CXX executable gmshtest-onedgrid2323[ 39%] Built target gmshtest-onedgrid2324[ 39%] Building CXX object dune/grid/io/file/dgfparser/test/CMakeFiles/test-dgf-oned.dir/test-dgf-oned.cc.o2325[ 40%] Linking CXX executable test-dgf-oned2326[ 40%] Built target test-dgf-oned2327[ 41%] Building CXX object dune/grid/io/file/dgfparser/test/CMakeFiles/test-dgf-ug.dir/test-dgf-ug.cc.o2328[ 43%] Linking CXX executable test-dgf-yasp2329[ 43%] Built target test-dgf-yasp2330[ 44%] Building CXX object dune/grid/io/file/dgfparser/test/CMakeFiles/test-dgf-gmsh-ug.dir/test-dgf-ug.cc.o2331[ 45%] Linking CXX executable gmshtest-uggrid2332[ 45%] Built target gmshtest-uggrid2333[ 45%] Building CXX object dune/grid/test/CMakeFiles/test-concepts.dir/test-concepts.cc.o2334[ 46%] Linking CXX executable test-dgf-yasp-offset2335[ 46%] Built target test-dgf-yasp-offset2336[ 47%] Building CXX object dune/grid/test/CMakeFiles/geometrygrid-coordfunction-copyconstructor.dir/geometrygrid-coordfunction-copyconstructor.cc.o2337[ 48%] Linking CXX executable geometrygrid-coordfunction-copyconstructor2338[ 48%] Built target geometrygrid-coordfunction-copyconstructor2339[ 49%] Building CXX object dune/grid/test/CMakeFiles/test-geogrid-yaspgrid.dir/test-geogrid.cc.o2340[ 50%] Linking CXX executable test-concepts2341[ 50%] Built target test-concepts2342[ 50%] Building CXX object dune/grid/test/CMakeFiles/test-geogrid-uggrid.dir/test-geogrid.cc.o2343[ 51%] Linking CXX executable test-dgf-ug2344[ 51%] Built target test-dgf-ug2345[ 51%] Building CXX object dune/grid/test/CMakeFiles/test-gridinfo.dir/test-gridinfo.cc.o2346[ 52%] Linking CXX executable test-dgf-gmsh-ug2347[ 52%] Built target test-dgf-gmsh-ug2348[ 52%] Building CXX object dune/grid/test/CMakeFiles/test-identitygrid.dir/test-identitygrid.cc.o2349[ 53%] Linking CXX executable test-gridinfo2350[ 53%] Built target test-gridinfo2351[ 54%] Building CXX object dune/grid/test/CMakeFiles/test-oned.dir/test-oned.cc.o2352In file included from /builds/core/dune-grid/dune/grid/geometrygrid/gridfamily.hh:13,2353 from /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:17,2354 from /builds/core/dune-grid/dune/grid/geometrygrid.hh:5,2355 from /builds/core/dune-grid/dune/grid/test/test-geogrid.cc:21:2356In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]',2357 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2358 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 0; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2359 inlined from 'Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:720:11,2360 inlined from 'Dune::Entity<0, dim, GridImp, EntityImp>::Entity(const Dune::Entity<0, dim, GridImp, EntityImp>&) [with int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:361:9,2361 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 0; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2362/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2363 116 | void addReference () { ++refCount_; }2364 | ^~~~~~~~~2365In file included from /usr/include/x86_64-linux-gnu/c++/12/bits/c++allocator.h:33,2366 from /usr/include/c++/12/bits/allocator.h:46,2367 from /usr/include/c++/12/string:41,2368 from /usr/include/c++/12/bits/locale_classes.h:40,2369 from /usr/include/c++/12/bits/ios_base.h:41,2370 from /usr/include/c++/12/ios:42,2371 from /usr/include/c++/12/istream:38,2372 from /usr/include/c++/12/sstream:38,2373 from /usr/include/c++/12/chrono:41,2374 from /duneci/modules/dune-common/dune/common/timer.hh:10,2375 from /builds/core/dune-grid/dune/grid/test/test-geogrid.cc:12:2376In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2377 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2378 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2379 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2380 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2381 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 0; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2382 inlined from 'Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >& Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:720:11,2383 inlined from 'Dune::Entity<0, dim, GridImp, EntityImp>& Dune::Entity<0, dim, GridImp, EntityImp>::operator=(const Dune::Entity<0, dim, GridImp, EntityImp>&) [with int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:372:18,2384 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 0; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2385/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2386 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2387 | ^2388In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]',2389 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2390 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 0; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2391 inlined from 'Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:720:11,2392 inlined from 'Dune::Entity<0, dim, GridImp, EntityImp>::Entity(const Dune::Entity<0, dim, GridImp, EntityImp>&) [with int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:361:9,2393 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 0; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2394/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2395 116 | void addReference () { ++refCount_; }2396 | ^~~~~~~~~2397In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2398 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2399 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2400 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2401 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2402 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 0; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2403 inlined from 'Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >& Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:720:11,2404 inlined from 'Dune::Entity<0, dim, GridImp, EntityImp>& Dune::Entity<0, dim, GridImp, EntityImp>::operator=(const Dune::Entity<0, dim, GridImp, EntityImp>&) [with int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:372:18,2405 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 0; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2406/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2407 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2408 | ^2409In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2410 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2411 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2412 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2413 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2414 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2415/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2416 116 | void addReference () { ++refCount_; }2417 | ^~~~~~~~~2418In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2419 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2420 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2421 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2422 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2423 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2424 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2425 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2426 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2427/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2428 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2429 | ^2430In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2431 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2432 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2433 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2434 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2435 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2436/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2437 116 | void addReference () { ++refCount_; }2438 | ^~~~~~~~~2439In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2440 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2441 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2442 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2443 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2444 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2445 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2446 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2447 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2448/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2449 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2450 | ^2451In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2452 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2453 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2454 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2455 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2456 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2457/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2458 116 | void addReference () { ++refCount_; }2459 | ^~~~~~~~~2460In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2461 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2462 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2463 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2464 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2465 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2466 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2467 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2468 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2469/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2470 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2471 | ^2472In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2473 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2474 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2475 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2476 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2477 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2478/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2479 116 | void addReference () { ++refCount_; }2480 | ^~~~~~~~~2481In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2482 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2483 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2484 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2485 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2486 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2487 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2488 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2489 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2490/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2491 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2492 | ^2493In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2494 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2495 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2496 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2497 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2498 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2499/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2500 116 | void addReference () { ++refCount_; }2501 | ^~~~~~~~~2502In file included from /builds/core/dune-grid/dune/grid/test/test-geogrid.cc:17:2503In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2504 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2505 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2506 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2507 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2508 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2509 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2510 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2511/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2512 282 | ::operator delete(__p);2513 | ~~~~~~~~~~~~~~~~~^~~~~2514In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2515 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2516 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2517 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2518 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2519 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2520/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2521 116 | void addReference () { ++refCount_; }2522 | ^~~~~~~~~2523In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2524 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2525 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2526 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2527 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2528 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2529 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2530 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2531/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2532 282 | ::operator delete(__p);2533 | ~~~~~~~~~~~~~~~~~^~~~~2534In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2535 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2536 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2537 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2538 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2539 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2540/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2541 116 | void addReference () { ++refCount_; }2542 | ^~~~~~~~~2543In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2544 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2545 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2546 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2547 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2548 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2549 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2550 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2551/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2552 282 | ::operator delete(__p);2553 | ~~~~~~~~~~~~~~~~~^~~~~2554In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2555 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2556 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2557 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2558 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2559 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2560/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2561 116 | void addReference () { ++refCount_; }2562 | ^~~~~~~~~2563In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2564 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2565 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2566 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2567 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2568 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2569 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2570 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2571/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2572 282 | ::operator delete(__p);2573 | ~~~~~~~~~~~~~~~~~^~~~~2574In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]',2575 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2576 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2577 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2578 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2579 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2580/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2581 116 | void addReference () { ++refCount_; }2582 | ^~~~~~~~~2583In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2584 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2585 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2586 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2587 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2588 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2589 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2590 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2591 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2592/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2593 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2594 | ^2595In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]',2596 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2597 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2598 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2599 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2600 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2601/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2602 116 | void addReference () { ++refCount_; }2603 | ^~~~~~~~~2604In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2605 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2606 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2607 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2608 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2609 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2610 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2611 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2612 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2613/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2614 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2615 | ^2616In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]',2617 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2618 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2619 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2620 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2621 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2622/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2623 116 | void addReference () { ++refCount_; }2624 | ^~~~~~~~~2625In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2626 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2627 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2628 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2629 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2630 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2631 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2632 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2633 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2634/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2635 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2636 | ^2637In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]',2638 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2639 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2640 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2641 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2642 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2643/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2644 116 | void addReference () { ++refCount_; }2645 | ^~~~~~~~~2646In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2647 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2648 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2649 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2650 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2651 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2652 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2653 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2654 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, DeformationFunction<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2655/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2656 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2657 | ^2658[ 55%] Linking CXX executable test-oned2659[ 55%] Built target test-oned2660[ 55%] Building CXX object dune/grid/test/CMakeFiles/test-mcmg-geogrid.dir/test-mcmg-geogrid.cc.o2661[ 56%] Linking CXX executable test-mcmg-geogrid2662[ 56%] Built target test-mcmg-geogrid2663[ 56%] Building CXX object dune/grid/test/CMakeFiles/testiteratorranges.dir/testiteratorranges.cc.o2664[ 58%] Linking CXX executable testiteratorranges2665[ 58%] Built target testiteratorranges2666[ 59%] Building CXX object dune/grid/test/CMakeFiles/test-hierarchicsearch.dir/test-hierarchicsearch.cc.o2667In member function 'bool Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::removeReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2668 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:165:50,2669 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2670 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2671 inlined from 'void assertNeighbor(Grid&) [with Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:379:7:2672/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:117:45: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2673 117 | bool removeReference () { return (--refCount_ == 0); }2674 | ^~~~~~~~~2675In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2676 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2677 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2678 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2679 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2680 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2681 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2682 inlined from 'void assertNeighbor(Grid&) [with Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:379:7:2683/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2684 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2685 | ^2686In member function 'bool Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::removeReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2687 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:165:50,2688 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2689 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2690 inlined from 'void assertNeighbor(Grid&) [with Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:379:7:2691/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:117:45: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2692 117 | bool removeReference () { return (--refCount_ == 0); }2693 | ^~~~~~~~~2694In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2695 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2696 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2697 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2698 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2699 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2700 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2701 inlined from 'void assertNeighbor(Grid&) [with Grid = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:379:7:2702/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2703 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2704 | ^2705In member function 'bool Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::removeReference() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2706 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:165:50,2707 inlined from 'Dune::GeoGrid::EntityBase<0, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, false>::~EntityBase()' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:75:11,2708 inlined from 'Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::~Entity()' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:720:11,2709 inlined from 'Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>::~Entity()' at /builds/core/dune-grid/dune/grid/common/entity.hh:240:9,2710 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity> >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2711 inlined from 'void checkGeometryInFather(const GridType&) [with GridType = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/test/checkgeometryinfather.hh:83:26:2712/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:117:45: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2713 117 | bool removeReference () { return (--refCount_ == 0); }2714 | ^~~~~~~~~2715In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2716 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2717 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2718 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2719 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2720 inlined from 'Dune::Geometry<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Geometry>::~Geometry()' at /builds/core/dune-grid/dune/grid/common/geometry.hh:70:9,2721 inlined from 'void checkGeometryInFather(const GridType&) [with GridType = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/test/checkgeometryinfather.hh:83:26:2722/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2723 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2724 | ^2725In member function 'bool Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::removeReference() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2726 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:165:50,2727 inlined from 'Dune::GeoGrid::EntityBase<0, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, false>::~EntityBase()' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:75:11,2728 inlined from 'Dune::GeoGrid::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::~Entity()' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:720:11,2729 inlined from 'Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>::~Entity()' at /builds/core/dune-grid/dune/grid/common/entity.hh:240:9,2730 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity> >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2731 inlined from 'void checkGeometryInFather(const GridType&) [with GridType = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/test/checkgeometryinfather.hh:83:26:2732/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:117:45: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2733 117 | bool removeReference () { return (--refCount_ == 0); }2734 | ^~~~~~~~~2735In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2736 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2737 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2738 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2739 inlined from 'Dune::Geometry<2, 2, const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Geometry>::~Geometry()' at /builds/core/dune-grid/dune/grid/common/geometry.hh:70:9,2740 inlined from 'void checkGeometryInFather(const GridType&) [with GridType = Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/test/checkgeometryinfather.hh:83:26:2741/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2742 282 | ::operator delete(__p);2743 | ~~~~~~~~~~~~~~~~~^~~~~2744In file included from /builds/core/dune-grid/dune/grid/geometrygrid/gridfamily.hh:13,2745 from /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:17,2746 from /builds/core/dune-grid/dune/grid/geometrygrid.hh:5,2747 from /builds/core/dune-grid/dune/grid/test/test-geogrid.cc:21:2748In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2749 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2750 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2751 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2752 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2753 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2754/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2755 116 | void addReference () { ++refCount_; }2756 | ^~~~~~~~~2757In file included from /usr/include/x86_64-linux-gnu/c++/12/bits/c++allocator.h:33,2758 from /usr/include/c++/12/bits/allocator.h:46,2759 from /usr/include/c++/12/string:41,2760 from /usr/include/c++/12/bits/locale_classes.h:40,2761 from /usr/include/c++/12/bits/ios_base.h:41,2762 from /usr/include/c++/12/ios:42,2763 from /usr/include/c++/12/istream:38,2764 from /usr/include/c++/12/sstream:38,2765 from /usr/include/c++/12/chrono:41,2766 from /duneci/modules/dune-common/dune/common/timer.hh:10,2767 from /builds/core/dune-grid/dune/grid/test/test-geogrid.cc:12:2768In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2769 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2770 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2771 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2772 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2773 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2774 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2775 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2776 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2777/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2778 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2779 | ^2780In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2781 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2782 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2783 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2784 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2785 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2786/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2787 116 | void addReference () { ++refCount_; }2788 | ^~~~~~~~~2789In file included from /builds/core/dune-grid/dune/grid/test/test-geogrid.cc:17:2790In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2791 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2792 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2793 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2794 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2795 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2796 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2797 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2798/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2799 282 | ::operator delete(__p);2800 | ~~~~~~~~~~~~~~~~~^~~~~2801In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2802 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2803 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2804 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2805 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2806 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2807/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2808 116 | void addReference () { ++refCount_; }2809 | ^~~~~~~~~2810In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2811 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2812 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2813 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2814 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2815 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2816 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2817 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2818/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2819 282 | ::operator delete(__p);2820 | ~~~~~~~~~~~~~~~~~^~~~~2821[ 60%] Linking CXX executable test-hierarchicsearch2822[ 60%] Built target test-hierarchicsearch2823[ 61%] Building CXX object dune/grid/test/CMakeFiles/test-ug.dir/test-ug.cc.o2824In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]',2825 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2826 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2827 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2828 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2829 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2830/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2831 116 | void addReference () { ++refCount_; }2832 | ^~~~~~~~~2833In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2834 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2835 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2836 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2837 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2838 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2839 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2840 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2841 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2842/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2843 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2844 | ^2845In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2846 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2847 inlined from 'Dune::GeoGrid::Intersection<Grid, HostIntersection>::Intersection(const HostIntersection&, const ElementGeometryImpl&) [with Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; HostIntersection = Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:55:11,2848 inlined from 'Dune::GeoGrid::IntersectionIterator<Grid, HostIntersectionIterator>::Intersection Dune::GeoGrid::IntersectionIterator<Grid, HostIntersectionIterator>::dereference() const [with Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; HostIntersectionIterator = Dune::IntersectionIterator<const Dune::YaspGrid<2>, Dune::YaspIntersectionIterator<const Dune::YaspGrid<2> >, Dune::YaspIntersection<const Dune::YaspGrid<2> > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/intersectioniterator.hh:78:16,2849 inlined from 'decltype (Dune::handle_proxy_member_access(Dune::IntersectionIterator<GridImp, IntersectionIteratorImp, IntersectionImp>::realIterator.dereference())) Dune::IntersectionIterator<GridImp, IntersectionIteratorImp, IntersectionImp>::operator->() const [with GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; IntersectionIteratorImp = Dune::GeoGrid::IntersectionIterator<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::IntersectionIterator<const Dune::YaspGrid<2>, Dune::YaspIntersectionIterator<const Dune::YaspGrid<2> >, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; IntersectionImp = Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >]' at /builds/core/dune-grid/dune/grid/common/intersectioniterator.hh:155:67,2850 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:500:33:2851/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer may be used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2852 116 | void addReference () { ++refCount_; }2853 | ^~~~~~~~~2854In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2855 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2856 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2857 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2858 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2859 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2860 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2861 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > > >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2862 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:493:32:2863/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2864 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2865 | ^2866In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2867 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2868 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2869 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2870 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2871 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2872 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2873 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > > >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2874 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:500:33:2875/usr/include/c++/12/bits/new_allocator.h:158:33: warning: pointer may be used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2876 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2877 | ^2878In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2879 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2880 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2881 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2882 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2883 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2884 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2885 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > > >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2886 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:493:32:2887/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2888 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2889 | ^2890In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2891 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2892 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2893 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2894 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2895 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2896/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2897 116 | void addReference () { ++refCount_; }2898 | ^~~~~~~~~2899In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2900 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2901 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2902 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2903 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2904 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2905 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2906 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2907 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2908/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2909 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2910 | ^2911In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]',2912 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2913 inlined from 'Dune::GeoGrid::Intersection<Grid, HostIntersection>::Intersection(const HostIntersection&, const ElementGeometryImpl&) [with Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; HostIntersection = Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:55:11,2914 inlined from 'Dune::GeoGrid::IntersectionIterator<Grid, HostIntersectionIterator>::Intersection Dune::GeoGrid::IntersectionIterator<Grid, HostIntersectionIterator>::dereference() const [with Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; HostIntersectionIterator = Dune::IntersectionIterator<const Dune::YaspGrid<2>, Dune::YaspIntersectionIterator<const Dune::YaspGrid<2> >, Dune::YaspIntersection<const Dune::YaspGrid<2> > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/intersectioniterator.hh:78:16,2915 inlined from 'decltype (Dune::handle_proxy_member_access(Dune::IntersectionIterator<GridImp, IntersectionIteratorImp, IntersectionImp>::realIterator.dereference())) Dune::IntersectionIterator<GridImp, IntersectionIteratorImp, IntersectionImp>::operator->() const [with GridImp = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >; IntersectionIteratorImp = Dune::GeoGrid::IntersectionIterator<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::IntersectionIterator<const Dune::YaspGrid<2>, Dune::YaspIntersectionIterator<const Dune::YaspGrid<2> >, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >; IntersectionImp = Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >]' at /builds/core/dune-grid/dune/grid/common/intersectioniterator.hh:155:67,2916 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:500:33:2917/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer may be used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2918 116 | void addReference () { ++refCount_; }2919 | ^~~~~~~~~2920In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2921 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2922 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2923 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2924 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2925 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2926 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2927 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > > >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2928 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:493:32:2929/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2930 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2931 | ^2932In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2933 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2934 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2935 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2936 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2937 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2938 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2939 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > > >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2940 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:500:33:2941/usr/include/c++/12/bits/new_allocator.h:158:33: warning: pointer may be used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]2942 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2943 | ^2944In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',2945 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,2946 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::YaspGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2947 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2948 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::~Geometry() [with int mydim = 2; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:166:25,2949 inlined from 'Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/geometrygrid/intersection.hh:21:11,2950 inlined from 'Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > >::~Intersection()' at /builds/core/dune-grid/dune/grid/common/intersection.hh:163:9,2951 inlined from 'Dune::Impl::member_access_proxy_holder<Dune::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::GeoGrid::Intersection<const Dune::GeometryGrid<Dune::YaspGrid<2>, Dune::IdenticalCoordFunction<double, 2> >, Dune::Intersection<const Dune::YaspGrid<2>, Dune::YaspIntersection<const Dune::YaspGrid<2> > > > > >::~member_access_proxy_holder()' at /duneci/modules/dune-common/dune/common/proxymemberaccess.hh:24:12,2952 inlined from 'void checkIntersectionIterator(const GridViewType&, const typename GridViewType::Codim<0>::Iterator&, ErrorState&) [with GridViewType = Dune::GridView<Dune::GeoGrid::GridViewTraits<Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::YaspGrid<2> > >, Dune::IdenticalCoordFunction<double, 2>, std::allocator<void> > >; ErrorState = CheckIntersectionIteratorErrorState]' at /builds/core/dune-grid/dune/grid/test/checkintersectionit.hh:493:32:2953/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here2954 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));2955 | ^2956In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2957 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2958 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2959 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2960 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2961 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2962/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2963 116 | void addReference () { ++refCount_; }2964 | ^~~~~~~~~2965In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2966 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2967 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2968 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 1; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2969 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 1; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2970 inlined from 'Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<1, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2971 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 1; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2972 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 1; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2973/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2974 282 | ::operator delete(__p);2975 | ~~~~~~~~~~~~~~~~~^~~~~2976In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]',2977 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2978 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2979 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2980 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,2981 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:2982/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*)' [-Wuse-after-free]2983 116 | void addReference () { ++refCount_; }2984 | ^~~~~~~~~2985In member function 'void __gnu_cxx::__pool_alloc<_Tp>::deallocate(pointer, size_type) [with _Tp = char]',2986 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = Dune::IdenticalCoordFunction<double, 2>; Allocator = __gnu_cxx::__pool_alloc<char>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,2987 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,2988 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,2989 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,2990 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,2991 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,2992 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, Dune::IdenticalCoordFunction<double, 2>, __gnu_cxx::__pool_alloc<char> >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:2993/usr/include/c++/12/ext/pool_allocator.h:282:30: note: call to 'void operator delete(void*)' here2994 282 | ::operator delete(__p);2995 | ~~~~~~~~~~~~~~~~~^~~~~2996In member function 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Mapping::addReference() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]',2997 inlined from 'Dune::GeoGrid::Geometry<mydim, cdim, Grid>::Geometry(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:152:33,2998 inlined from 'Dune::GeoGrid::EntityBase<codim, Grid, false>::EntityBase(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:179:11,2999 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >::Entity(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,3000 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>::Entity(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:186:9,3001 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:113:29:3002/builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:116:34: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]3003 116 | void addReference () { ++refCount_; }3004 | ^~~~~~~~~3005In member function 'void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = char]',3006 inlined from 'constexpr void std::allocator< <template-parameter-1-1> >::deallocate(_Tp*, std::size_t) [with _Tp = char]' at /usr/include/c++/12/bits/allocator.h:200:35,3007 inlined from 'void Dune::GeometryGrid<HostGrid, CoordFunction, Allocator>::deallocateStorage(void*, std::size_t) const [with HostGrid = Dune::UGGrid<2>; CoordFunction = DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > >; Allocator = std::allocator<void>]' at /builds/core/dune-grid/dune/grid/geometrygrid/grid.hh:584:35,3008 inlined from 'void Dune::GeoGrid::Geometry<mydim, cdim, Grid>::destroyMapping() [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:215:33,3009 inlined from 'const Dune::GeoGrid::Geometry<mydim, cdim, Grid>::This& Dune::GeoGrid::Geometry<mydim, cdim, Grid>::operator=(const This&) [with int mydim = 0; int cdim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/geometry.hh:174:25,3010 inlined from 'const Dune::GeoGrid::EntityBase<codim, Grid, false>& Dune::GeoGrid::EntityBase<codim, Grid, false>::operator=(const Dune::GeoGrid::EntityBase<codim, Grid, false>&) [with int codim = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >]' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:194:14,3011 inlined from 'Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >& Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >::operator=(const Dune::GeoGrid::Entity<2, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > > >&)' at /builds/core/dune-grid/dune/grid/geometrygrid/entity.hh:692:11,3012 inlined from 'Dune::Entity<codim, dim, GridImp, EntityImp>& Dune::Entity<codim, dim, GridImp, EntityImp>::operator=(const Dune::Entity<codim, dim, GridImp, EntityImp>&) [with int cd = 2; int dim = 2; GridImp = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; EntityImp = Dune::GeoGrid::Entity]' at /builds/core/dune-grid/dune/grid/common/entity.hh:197:18,3013 inlined from 'subIndexCheck<cd, Grid, Entity, doCheck>::subIndexCheck(const Grid&, const Entity&) [with int cd = 2; Grid = const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >; Entity = Dune::Entity<0, 2, const Dune::GeometryGrid<Dune::UGGrid<2>, DeformationFunction<Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<2> > > > >, Dune::GeoGrid::Entity>; bool doCheck = true]' at /builds/core/dune-grid/dune/grid/test/gridcheck.hh:109:11:3014/usr/include/c++/12/bits/new_allocator.h:158:33: note: call to 'void operator delete(void*, std::size_t)' here3015 158 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));3016 | ^3017[ 62%] Linking CXX executable test-identitygrid3018[ 62%] Built target test-identitygrid3019[ 62%] Building CXX object dune/grid/test/CMakeFiles/test-parallel-ug.dir/test-parallel-ug.cc.o3020[ 63%] Linking CXX executable test-geogrid-uggrid3021[ 63%] Built target test-geogrid-uggrid3022[ 64%] Building CXX object dune/grid/test/CMakeFiles/test-loadbalancing.dir/test-loadbalancing.cc.o3023In file included from /usr/include/c++/12/ios:40,3024 from /usr/include/c++/12/ostream:38,3025 from /usr/include/c++/12/iostream:39,3026 from /builds/core/dune-grid/dune/grid/test/test-loadbalancing.cc:4:3027In static member function 'static constexpr std::char_traits<char>::char_type* std::char_traits<char>::copy(char_type*, const char_type*, std::size_t)',3028 inlined from 'static constexpr void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_S_copy(_CharT*, const _CharT*, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]' at /usr/include/c++/12/bits/basic_string.h:423:21,3029 inlined from 'constexpr std::__cxx11::basic_string<_CharT, _Traits, _Allocator>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_M_replace(size_type, size_type, const _CharT*, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]' at /usr/include/c++/12/bits/basic_string.tcc:532:22,3030 inlined from 'constexpr std::__cxx11::basic_string<_CharT, _Traits, _Alloc>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::assign(const _CharT*) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]' at /usr/include/c++/12/bits/basic_string.h:1647:19,3031 inlined from 'constexpr std::__cxx11::basic_string<_CharT, _Traits, _Alloc>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator=(const _CharT*) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]' at /usr/include/c++/12/bits/basic_string.h:815:28,3032 inlined from 'Dune::ParameterTree defaultParameters(int)' at /builds/core/dune-grid/dune/grid/test/test-loadbalancing.cc:69:22:3033/usr/include/c++/12/bits/char_traits.h:431:56: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' accessing 9223372036854775810 or more bytes at offsets -4611686018427387902 and [-4611686018427387903, 4611686018427387904] may overlap up to 9223372036854775813 bytes at offset -3 [-Wrestrict]3034 431 | return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n));3035 | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~3036[ 65%] Linking CXX executable test-loadbalancing3037[ 65%] Built target test-loadbalancing3038[ 66%] Building CXX object dune/grid/test/CMakeFiles/issue-53-uggrid-intersections.dir/issue-53-uggrid-intersections.cc.o3039[ 67%] Linking CXX executable issue-53-uggrid-intersections3040[ 68%] Linking CXX executable test-parallel-ug3041[ 69%] Linking CXX executable test-geogrid-yaspgrid3042[ 69%] Built target issue-53-uggrid-intersections3043[ 69%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-backuprestore-equidistant.dir/test-yaspgrid-backuprestore-equidistant.cc.o3044[ 69%] Built target test-geogrid-yaspgrid3045[ 70%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-backuprestore-equidistantoffset.dir/test-yaspgrid-backuprestore-equidistantoffset.cc.o3046[ 70%] Built target test-parallel-ug3047[ 70%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-backuprestore-tensor.dir/test-yaspgrid-backuprestore-tensor.cc.o3048[ 72%] Linking CXX executable test-ug3049[ 72%] Built target test-ug3050[ 72%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-entityshifttable.dir/test-yaspgrid-entityshifttable.cc.o3051In file included from /usr/include/c++/12/functional:63,3052 from /duneci/modules/dune-common/dune/common/test/collectorstream.hh:10,3053 from /duneci/modules/dune-common/dune/common/test/testsuite.hh:13,3054 from /builds/core/dune-grid/dune/grid/test/yasp/test-yaspgrid-entityshifttable.cc:6:3055In static member function 'static constexpr _Tp& std::__array_traits<_Tp, _Nm>::_S_ref(const _Tp (&)[_Nm], std::size_t) [with _Tp = int; long unsigned int _Nm = 3]',3056 inlined from 'constexpr const std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) const [with _Tp = int; long unsigned int _Nm = 3]' at /usr/include/c++/12/array:219:25,3057 inlined from 'static constexpr int Dune::Yasp::BinomialTable<n>::evaluate(int, int) [with int n = 1]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:43:23,3058 inlined from 'constexpr int Dune::Yasp::subEnt(int, int) [with int dimworld = 1]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:88:60,3059 inlined from 'static constexpr long long unsigned int Dune::Yasp::calculate_entity_shift<dim>::evaluate(int, int) [with int dim = 1]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:168:69,3060 inlined from 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<1>; int dim = 1]' at /builds/core/dune-grid/dune/grid/test/yasp/test-yaspgrid-entityshifttable.cc:61:21:3061/usr/include/c++/12/array:61:36: warning: array subscript 18446744071562067968 is above array bounds of 'std::__array_traits<int, 3>::_Type' {aka 'const int [3]'} [-Warray-bounds]3062 61 | { return const_cast<_Tp&>(__t[__n]); }3063 | ~~~^3064In file included from /builds/core/dune-grid/dune/grid/yaspgrid.hh:72,3065 from /builds/core/dune-grid/dune/grid/test/yasp/test-yaspgrid-entityshifttable.cc:7:3066/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh: In function 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<1>; int dim = 1]':3067/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:75:54: note: while referencing 'Dune::Yasp::BinomialTable<1>::_values'3068 75 | static constexpr std::array<int,(n+1)*(n+2)/2> _values = computeValues(std::make_index_sequence<(n+1)*(n+2)/2>{});3069 | ^~~~~~~3070In static member function 'static constexpr _Tp& std::__array_traits<_Tp, _Nm>::_S_ref(const _Tp (&)[_Nm], std::size_t) [with _Tp = int; long unsigned int _Nm = 6]',3071 inlined from 'constexpr const std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) const [with _Tp = int; long unsigned int _Nm = 6]' at /usr/include/c++/12/array:219:25,3072 inlined from 'static constexpr int Dune::Yasp::BinomialTable<n>::evaluate(int, int) [with int n = 2]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:43:23,3073 inlined from 'constexpr int Dune::Yasp::subEnt(int, int) [with int dimworld = 2]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:88:60,3074 inlined from 'static constexpr long long unsigned int Dune::Yasp::calculate_entity_shift<dim>::evaluate(int, int) [with int dim = 2]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:168:69,3075 inlined from 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<2>; int dim = 2]' at /builds/core/dune-grid/dune/grid/test/yasp/test-yaspgrid-entityshifttable.cc:61:21:3076/usr/include/c++/12/array:61:36: warning: array subscript 18446744073709551614 is above array bounds of 'std::__array_traits<int, 6>::_Type' {aka 'const int [6]'} [-Warray-bounds]3077 61 | { return const_cast<_Tp&>(__t[__n]); }3078 | ~~~^3079/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh: In function 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<2>; int dim = 2]':3080/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:75:54: note: while referencing 'Dune::Yasp::BinomialTable<2>::_values'3081 75 | static constexpr std::array<int,(n+1)*(n+2)/2> _values = computeValues(std::make_index_sequence<(n+1)*(n+2)/2>{});3082 | ^~~~~~~3083In static member function 'static constexpr _Tp& std::__array_traits<_Tp, _Nm>::_S_ref(const _Tp (&)[_Nm], std::size_t) [with _Tp = int; long unsigned int _Nm = 10]',3084 inlined from 'constexpr const std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) const [with _Tp = int; long unsigned int _Nm = 10]' at /usr/include/c++/12/array:219:25,3085 inlined from 'static constexpr int Dune::Yasp::BinomialTable<n>::evaluate(int, int) [with int n = 3]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:43:23,3086 inlined from 'constexpr int Dune::Yasp::subEnt(int, int) [with int dimworld = 3]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:88:60,3087 inlined from 'static constexpr long long unsigned int Dune::Yasp::calculate_entity_shift<dim>::evaluate(int, int) [with int dim = 3]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:168:69,3088 inlined from 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<3>; int dim = 3]' at /builds/core/dune-grid/dune/grid/test/yasp/test-yaspgrid-entityshifttable.cc:61:21:3089/usr/include/c++/12/array:61:36: warning: array subscript 18446744073709551613 is above array bounds of 'std::__array_traits<int, 10>::_Type' {aka 'const int [10]'} [-Warray-bounds]3090 61 | { return const_cast<_Tp&>(__t[__n]); }3091 | ~~~^3092/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh: In function 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<3>; int dim = 3]':3093/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:75:54: note: while referencing 'Dune::Yasp::BinomialTable<3>::_values'3094 75 | static constexpr std::array<int,(n+1)*(n+2)/2> _values = computeValues(std::make_index_sequence<(n+1)*(n+2)/2>{});3095 | ^~~~~~~3096In static member function 'static constexpr _Tp& std::__array_traits<_Tp, _Nm>::_S_ref(const _Tp (&)[_Nm], std::size_t) [with _Tp = int; long unsigned int _Nm = 15]',3097 inlined from 'constexpr const std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) const [with _Tp = int; long unsigned int _Nm = 15]' at /usr/include/c++/12/array:219:25,3098 inlined from 'static constexpr int Dune::Yasp::BinomialTable<n>::evaluate(int, int) [with int n = 4]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:43:23,3099 inlined from 'constexpr int Dune::Yasp::subEnt(int, int) [with int dimworld = 4]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:88:60,3100 inlined from 'static constexpr long long unsigned int Dune::Yasp::calculate_entity_shift<dim>::evaluate(int, int) [with int dim = 4]' at /builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:168:69,3101 inlined from 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<4>; int dim = 4]' at /builds/core/dune-grid/dune/grid/test/yasp/test-yaspgrid-entityshifttable.cc:61:21:3102/usr/include/c++/12/array:61:36: warning: array subscript 18446744073709551612 is above array bounds of 'std::__array_traits<int, 15>::_Type' {aka 'const int [15]'} [-Warray-bounds]3103 61 | { return const_cast<_Tp&>(__t[__n]); }3104 | ~~~^3105/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh: In function 'Dune::TestSuite testEntityShiftTable(const std::vector<long long unsigned int>*, bool) [with F = Dune::Yasp::calculate_entity_shift<4>; int dim = 4]':3106/builds/core/dune-grid/dune/grid/yaspgrid/yaspgridentity.hh:75:54: note: while referencing 'Dune::Yasp::BinomialTable<4>::_values'3107 75 | static constexpr std::array<int,(n+1)*(n+2)/2> _values = computeValues(std::make_index_sequence<(n+1)*(n+2)/2>{});3108 | ^~~~~~~3109[ 73%] Linking CXX executable test-yaspgrid-entityshifttable3110[ 73%] Built target test-yaspgrid-entityshifttable3111[ 74%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-partitioner.dir/test-yaspgrid-partitioner.cc.o3112[ 75%] Linking CXX executable test-yaspgrid-partitioner3113[ 75%] Built target test-yaspgrid-partitioner3114[ 75%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-tensorgridfactory.dir/test-yaspgrid-tensorgridfactory.cc.o3115[ 76%] Linking CXX executable test-yaspgrid-tensorgridfactory3116[ 76%] Built target test-yaspgrid-tensorgridfactory3117[ 77%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-yaspfactory-1d.dir/test-yaspgrid-yaspfactory-1d.cc.o3118[ 78%] Linking CXX executable test-yaspgrid-backuprestore-equidistant3119[ 78%] Built target test-yaspgrid-backuprestore-equidistant3120[ 78%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-yaspfactory-2d.dir/test-yaspgrid-yaspfactory-2d.cc.o3121[ 79%] Linking CXX executable test-yaspgrid-backuprestore-equidistantoffset3122[ 79%] Built target test-yaspgrid-backuprestore-equidistantoffset3123[ 80%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-yaspfactory-3d.dir/test-yaspgrid-yaspfactory-3d.cc.o3124[ 81%] Linking CXX executable test-yaspgrid-backuprestore-tensor3125[ 81%] Built target test-yaspgrid-backuprestore-tensor3126[ 82%] Building CXX object dune/grid/test/yasp/CMakeFiles/test-yaspgrid-constructor.dir/test-yaspgrid-constructor.cc.o3127[ 83%] Linking CXX executable test-yaspgrid-constructor3128[ 83%] Built target test-yaspgrid-constructor3129[ 83%] Building CXX object dune/grid/utility/test/CMakeFiles/globalindexsettest.dir/globalindexsettest.cc.o3130[ 84%] Linking CXX executable globalindexsettest3131[ 84%] Built target globalindexsettest3132[ 84%] Building CXX object dune/grid/utility/test/CMakeFiles/persistentcontainertest.dir/persistentcontainertest.cc.o3133[ 86%] Linking CXX executable persistentcontainertest3134[ 86%] Built target persistentcontainertest3135[ 86%] Building CXX object dune/grid/utility/test/CMakeFiles/structuredgridfactorytest.dir/structuredgridfactorytest.cc.o3136[ 87%] Linking CXX executable test-yaspgrid-yaspfactory-1d3137[ 87%] Built target test-yaspgrid-yaspfactory-1d3138[ 88%] Building CXX object dune/grid/utility/test/CMakeFiles/tensorgridfactorytest.dir/tensorgridfactorytest.cc.o3139[ 89%] Linking CXX executable test-yaspgrid-yaspfactory-2d3140[ 89%] Built target test-yaspgrid-yaspfactory-2d3141[ 90%] Building CXX object dune/grid/utility/test/CMakeFiles/vertexordertest.dir/vertexordertest.cc.o3142[ 91%] Linking CXX executable vertexordertest3143[ 91%] Built target vertexordertest3144[ 91%] Built target target_pytest_gf13145[ 91%] Built target target_pytest_gf23146[ 91%] Built target target_pytest_indexset3147[ 91%] Built target target_pyinterpolate3148[ 91%] Built target target_pybackrest13149[ 91%] Built target target_pytestug3150[ 91%] Built target target_pyugfromfile3151[ 92%] Building CXX object doc/recipes/CMakeFiles/recipe-iterate-over-grid.dir/recipe-iterate-over-grid.cc.o3152[ 93%] Linking CXX executable test-yaspgrid-yaspfactory-3d3153[ 93%] Built target test-yaspgrid-yaspfactory-3d3154[ 93%] Building CXX object doc/recipes/CMakeFiles/recipe-integration.dir/recipe-integration.cc.o3155[ 94%] Linking CXX executable recipe-iterate-over-grid3156[ 94%] Built target recipe-iterate-over-grid3157[ 94%] Building CXX object dune/grid/common/test/CMakeFiles/scsgmappertest.dir/scsgmappertest.cc.o3158[ 95%] Linking CXX executable scsgmappertest3159[ 95%] Built target scsgmappertest3160[ 96%] Building CXX object dune/grid/common/test/CMakeFiles/mcmgmappertest.dir/mcmgmappertest.cc.o3161[ 97%] Linking CXX executable recipe-integration3162[ 97%] Built target recipe-integration3163[ 98%] Linking CXX executable structuredgridfactorytest3164[ 98%] Built target structuredgridfactorytest3165[ 98%] Linking CXX executable mcmgmappertest3166[ 98%] Built target mcmgmappertest3167[100%] Linking CXX executable tensorgridfactorytest3168[100%] Built target tensorgridfactorytest3169[100%] Built target build_tests3170--- dune-grid done ---3171--- done ---3172+ dunecontrol --current --opts=/duneci/dune.opts bexec duneci-ctest -j43173----- using default flags $CMAKE_FLAGS from /duneci/dune.opts -----3174--- going to build dune-grid ---3175WARNING: commandline parameters will overwrite setting in opts file "/duneci/dune.opts"3176--- calling bexec for dune-grid ---3177 Site: runner-9bbc68de-project-136-concurrent-23178 Build name: Linux-g++-123179Create new tag: 20241129-0721 - Experimental3180Test project /builds/core/dune-grid/build-cmake3181 Start 1: scsgmappertest3182 Start 2: mcmgmappertest3183 Start 3: conformvolumevtktest3184 Start 4: gnuplottest3185 1/67 Test #1: scsgmappertest ........................................ Passed 0.68 sec3186 Start 5: nonconformboundaryvtktest3187 2/67 Test #4: gnuplottest ........................................... Passed 0.69 sec3188 Start 6: printgridtest3189 3/67 Test #6: printgridtest .........................................***Skipped 0.01 sec3190 Start 7: subsamplingvtktest3191 4/67 Test #3: conformvolumevtktest .................................. Passed 0.71 sec3192 Start 8: vtktest3193 5/67 Test #2: mcmgmappertest ........................................ Passed 0.89 sec3194 Start 10: vtksequencetest3195 6/67 Test #8: vtktest ...............................................***Failed 0.77 sec3196vtktest: MPI_Comm_size == 13197vtkCheck dim=13198Dune::RangeError [operator[]:/duneci/modules/dune-common/dune/common/fvector.hh:393]: Index out of bounds.3199 Start 11: starcdreadertest3200 7/67 Test #5: nonconformboundaryvtktest ............................. Passed 0.81 sec3201 Start 12: gmshtest-onedgrid3202 8/67 Test #12: gmshtest-onedgrid ..................................... Passed 0.75 sec3203 Start 13: gmshtest-uggrid3204 9/67 Test #10: vtksequencetest ....................................... Passed 1.54 sec3205 Start 14: test-dgf-yasp320610/67 Test #11: starcdreadertest ...................................... Passed 0.98 sec3207 Start 15: test-dgf-yasp-offset320811/67 Test #15: test-dgf-yasp-offset .................................. Passed 0.76 sec3209 Start 16: test-dgf-oned321012/67 Test #13: gmshtest-uggrid ....................................... Passed 1.13 sec3211 Start 17: test-dgf-ug321213/67 Test #14: test-dgf-yasp ......................................... Passed 1.12 sec3213 Start 18: test-dgf-gmsh-ug321414/67 Test #16: test-dgf-oned ......................................... Passed 0.77 sec3215 Start 19: test-concepts321615/67 Test #17: test-dgf-ug ........................................... Passed 0.82 sec3217 Start 20: geometrygrid-coordfunction-copyconstructor321816/67 Test #20: geometrygrid-coordfunction-copyconstructor ............ Passed 0.00 sec3219 Start 21: test-geogrid-yaspgrid322017/67 Test #18: test-dgf-gmsh-ug ...................................... Passed 0.75 sec3221 Start 22: test-geogrid-uggrid322218/67 Test #7: subsamplingvtktest ....................................***Skipped 3.92 sec3223 Start 23: test-gridinfo322419/67 Test #19: test-concepts ......................................... Passed 0.74 sec3225 Start 24: test-identitygrid322620/67 Test #22: test-geogrid-uggrid ................................... Passed 0.83 sec3227 Start 25: test-oned322821/67 Test #25: test-oned ............................................. Passed 0.01 sec3229 Start 26: test-mcmg-geogrid323022/67 Test #21: test-geogrid-yaspgrid ................................. Passed 1.01 sec3231 Start 27: testiteratorranges323223/67 Test #23: test-gridinfo ......................................... Passed 0.98 sec3233 Start 28: test-hierarchicsearch323424/67 Test #24: test-identitygrid ..................................... Passed 1.06 sec3235 Start 29: test-ug323625/67 Test #26: test-mcmg-geogrid ..................................... Passed 0.68 sec3237 Start 30: test-parallel-ug323826/67 Test #27: testiteratorranges .................................... Passed 0.65 sec3239 Start 34: test-loadbalancing324027/67 Test #34: test-loadbalancing ....................................***Skipped 0.00 sec3241 Start 35: issue-53-uggrid-intersections324228/67 Test #28: test-hierarchicsearch ................................. Passed 0.79 sec3243 Start 36: test-yaspgrid-backuprestore-equidistant324429/67 Test #35: issue-53-uggrid-intersections ......................... Passed 0.95 sec3245 Start 38: test-yaspgrid-backuprestore-equidistantoffset324630/67 Test #36: test-yaspgrid-backuprestore-equidistant ............... Passed 1.61 sec3247 Start 40: test-yaspgrid-backuprestore-tensor324831/67 Test #29: test-ug ............................................... Passed 2.36 sec3249 Start 42: test-yaspgrid-entityshifttable325032/67 Test #42: test-yaspgrid-entityshifttable ........................ Passed 0.02 sec3251 Start 43: test-yaspgrid-partitioner325233/67 Test #38: test-yaspgrid-backuprestore-equidistantoffset ......... Passed 2.03 sec3253 Start 44: test-yaspgrid-tensorgridfactory325434/67 Test #43: test-yaspgrid-partitioner ............................. Passed 0.91 sec3255 Start 46: test-yaspgrid-yaspfactory-1d325635/67 Test #44: test-yaspgrid-tensorgridfactory ....................... Passed 0.82 sec3257 Start 48: test-yaspgrid-yaspfactory-2d325836/67 Test #40: test-yaspgrid-backuprestore-tensor .................... Passed 1.70 sec3259 Start 50: test-yaspgrid-yaspfactory-3d326037/67 Test #46: test-yaspgrid-yaspfactory-1d .......................... Passed 1.07 sec3261 Start 52: test-yaspgrid-constructor326238/67 Test #48: test-yaspgrid-yaspfactory-2d .......................... Passed 1.11 sec3263 Start 53: globalindexsettest326439/67 Test #52: test-yaspgrid-constructor ............................. Passed 0.69 sec3265 Start 54: persistentcontainertest326640/67 Test #53: globalindexsettest .................................... Passed 0.71 sec3267 Start 55: structuredgridfactorytest326841/67 Test #54: persistentcontainertest ............................... Passed 0.69 sec3269 Start 56: tensorgridfactorytest327042/67 Test #55: structuredgridfactorytest ............................. Passed 0.86 sec3271 Start 57: vertexordertest327243/67 Test #50: test-yaspgrid-yaspfactory-3d .......................... Passed 2.91 sec3273 Start 58: pytest_gf1327444/67 Test #57: vertexordertest ....................................... Passed 0.81 sec3275 Start 59: pytest_gf2327645/67 Test #30: test-parallel-ug ...................................... Passed 9.41 sec3277 Start 60: pytest_indexset327846/67 Test #56: tensorgridfactorytest ................................. Passed 16.95 sec3279 Start 61: pyinterpolate328047/67 Test #60: pytest_indexset ....................................... Passed 123.58 sec3281 Start 62: pybackrest1328248/67 Test #58: pytest_gf1 ............................................ Passed 149.42 sec3283 Start 63: pytestug328449/67 Test #61: pyinterpolate ......................................... Passed 139.20 sec3285 Start 64: pyugfromfile328650/67 Test #59: pytest_gf2 ............................................ Passed 167.98 sec3287 Start 65: recipe-iterate-over-grid328851/67 Test #65: recipe-iterate-over-grid .............................. Passed 0.63 sec3289 Start 66: recipe-integration329052/67 Test #66: recipe-integration .................................... Passed 0.67 sec3291 Start 67: pyexample329253/67 Test #62: pybackrest1 ........................................... Passed 84.85 sec329354/67 Test #63: pytestug .............................................. Passed 65.74 sec3294 Start 9: vtktest-mpi-2329555/67 Test #64: pyugfromfile .......................................... Passed 60.20 sec329656/67 Test #9: vtktest-mpi-2 .........................................***Failed 1.51 sec3297vtktest: MPI_Comm_size == 23298vtkCheck dim=13299Dune::RangeError [operator[]:/duneci/modules/dune-common/dune/common/fvector.hh:393]: Index out of bounds.3300Dune::RangeError [operator[]:/duneci/modules/dune-common/dune/common/fvector.hh:393]: Index out of bounds.3301--------------------------------------------------------------------------3302Primary job terminated normally, but 1 process returned3303a non-zero exit code. Per user-direction, the job has been aborted.3304--------------------------------------------------------------------------3305--------------------------------------------------------------------------3306mpiexec detected that one or more processes exited with non-zero status, thus causing3307the job to be terminated. The first process to do so was:3308 Process name: [[22736,1],1]3309 Exit code: 13310--------------------------------------------------------------------------3311 Start 31: test-parallel-ug-mpi-2331257/67 Test #31: test-parallel-ug-mpi-2 ................................ Passed 7.31 sec3313 Start 32: test-parallel-ug-mpi-3331458/67 Test #32: test-parallel-ug-mpi-3 ................................ Passed 7.09 sec3315 Start 37: test-yaspgrid-backuprestore-equidistant-mpi-2331659/67 Test #37: test-yaspgrid-backuprestore-equidistant-mpi-2 ......... Passed 0.97 sec3317 Start 39: test-yaspgrid-backuprestore-equidistantoffset-mpi-2331860/67 Test #39: test-yaspgrid-backuprestore-equidistantoffset-mpi-2 ... Passed 0.99 sec3319 Start 41: test-yaspgrid-backuprestore-tensor-mpi-2332061/67 Test #41: test-yaspgrid-backuprestore-tensor-mpi-2 .............. Passed 0.98 sec3321 Start 45: test-yaspgrid-tensorgridfactory-mpi-2332262/67 Test #45: test-yaspgrid-tensorgridfactory-mpi-2 ................. Passed 0.48 sec3323 Start 47: test-yaspgrid-yaspfactory-1d-mpi-2332463/67 Test #47: test-yaspgrid-yaspfactory-1d-mpi-2 .................... Passed 0.50 sec3325 Start 49: test-yaspgrid-yaspfactory-2d-mpi-2332664/67 Test #49: test-yaspgrid-yaspfactory-2d-mpi-2 .................... Passed 0.70 sec3327 Start 51: test-yaspgrid-yaspfactory-3d-mpi-2332865/67 Test #51: test-yaspgrid-yaspfactory-3d-mpi-2 .................... Passed 1.72 sec332966/67 Test #67: pyexample ............................................. Passed 133.46 sec3330 Start 33: test-parallel-ug-mpi-4333167/67 Test #33: test-parallel-ug-mpi-4 ................................ Passed 5.88 sec333297% tests passed, 2 tests failed out of 673333Label Time Summary:3334dune-grid = 1070.33 sec*proc (67 tests)3335python = 924.42 sec*proc (8 tests)3336quick = 924.42 sec*proc (8 tests)3337Total Test time (real) = 321.81 sec3338The following tests did not run:3339 6 - printgridtest (Skipped)3340 7 - subsamplingvtktest (Skipped)3341 34 - test-loadbalancing (Skipped)3342The following tests FAILED:3343 8 - vtktest (Failed)3344 9 - vtktest-mpi-2 (Failed)3345Errors while running CTest3346======================================================================3347Name: vtktest3348FullName: ./dune/grid/io/file/test/vtktest3349Status: FAILED3350======================================================================3351Name: vtktest-mpi-23352FullName: ./dune/grid/io/file/test/vtktest-mpi-23353Status: FAILED3354JUnit report for CTest results written to /builds/core/dune-grid/junit/dune-grid-cmake.xml3355--- Failed to build dune-grid ---3356Terminating dunecontrol due to previous errors!3357+ exit 13359Uploading artifacts...3360junit/*.xml: found 1 matching artifact files and directories 3361Uploading artifacts as "junit" to coordinator... 201 Created id=630974 responseStatus=201 Created token=glcbt-643363ERROR: Job failed: exit code 1