[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_55 #3200

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Sep 2 08:48:36 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_armhf_55/3200/>

------------------------------------------
[...truncated 12353 lines...]
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:172:30: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::AlbertaGrid<2, 2>; IteratorImp = Dune::AlbertaGridEntityPointer<2, const Dune::AlbertaGrid<2, 2> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 2, const Dune::AlbertaGrid<2, 2>, Dune::AlbertaGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         const VertexE& vxE = *vxp;
                              ^~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:25:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkentityseed.hh: In instantiation of 'static void CheckEntitySeed::Check<codim, GridView, true>::compare(const Ep&, const Ep&, std::ostream&) [with Ep = Dune::EntityPointer<const Dune::UGGrid<3>, Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> > >; int codim = 3; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; std::ostream = std::basic_ostream<char>]':
../../../../../dune/grid/test/checkentityseed.hh:155:16:   required from 'static void CheckEntitySeed::Check<codim, GridView, true>::apply(const GridView&, std::ostream&) [with int codim = 3; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; std::ostream = std::basic_ostream<char>]'
/usr/include/dune/common/forloop.hh:46:17:   recursively required from 'static void Dune::ForLoopHelper::Apply<A, B>::apply(Params&& ...) [with Params = {const Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >&, std::basic_ostream<char, std::char_traits<char> >&}; A = CheckEntitySeed::IfHasEntitySeed<1>; B = Dune::GenericForLoop<Dune::ForLoopHelper::Apply, CheckEntitySeed::IfHasEntitySeed, 2, 3>]'
/usr/include/dune/common/forloop.hh:46:17:   required from 'static void Dune::ForLoopHelper::Apply<A, B>::apply(Params&& ...) [with Params = {const Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >&, std::basic_ostream<char, std::char_traits<char> >&}; A = CheckEntitySeed::IfHasEntitySeed<0>; B = Dune::GenericForLoop<Dune::ForLoopHelper::Apply, CheckEntitySeed::IfHasEntitySeed, 1, 3>]'
../../../../../dune/grid/test/checkentityseed.hh:244:69:   required from 'void Dune::checkEntitySeed(const Dune::GridView<VT>&, std::ostream&) [with VT = Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u>; std::ostream = std::basic_ostream<char>]'
../../../../../dune/grid/test/gridcheck.hh:1121:24:   required from 'void gridcheck(Grid&) [with Grid = Dune::UGGrid<3>]'
gmshtest.cc:63:12:   required from 'void testReadingAndWritingGrid(const string&, const string&, int) [with GridType = Dune::UGGrid<3>; std::__cxx11::string = std::__cxx11::basic_string<char>]'
gmshtest.cc:118:104:   required from here
../../../../../dune/grid/test/checkentityseed.hh:195:39: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>*]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       if( !Equals< Geometry >::apply( ep1->geometry(), ep2->geometry(), eps ) )
                                       ^~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:244:5: note: declared here
     operator->() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:25:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkentityseed.hh:195:56: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>*]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       if( !Equals< Geometry >::apply( ep1->geometry(), ep2->geometry(), eps ) )
                                                        ^~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:244:5: note: declared here
     operator->() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:25:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkentityseed.hh: In instantiation of 'static void CheckEntitySeed::Check<codim, GridView, true>::compare(const Ep&, const Ep&, std::ostream&) [with Ep = Dune::EntityPointer<const Dune::UGGrid<3>, Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> > >; int codim = 3; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; std::ostream = std::basic_ostream<char>]':
../../../../../dune/grid/test/checkentityseed.hh:155:16:   required from 'static void CheckEntitySeed::Check<codim, GridView, true>::apply(const GridView&, std::ostream&) [with int codim = 3; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; std::ostream = std::basic_ostream<char>]'
/usr/include/dune/common/forloop.hh:46:17:   recursively required from 'static void Dune::ForLoopHelper::Apply<A, B>::apply(Params&& ...) [with Params = {const Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >&, std::basic_ostream<char, std::char_traits<char> >&}; A = CheckEntitySeed::IfHasEntitySeed<1>; B = Dune::GenericForLoop<Dune::ForLoopHelper::Apply, CheckEntitySeed::IfHasEntitySeed, 2, 3>]'
/usr/include/dune/common/forloop.hh:46:17:   required from 'static void Dune::ForLoopHelper::Apply<A, B>::apply(Params&& ...) [with Params = {const Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >&, std::basic_ostream<char, std::char_traits<char> >&}; A = CheckEntitySeed::IfHasEntitySeed<0>; B = Dune::GenericForLoop<Dune::ForLoopHelper::Apply, CheckEntitySeed::IfHasEntitySeed, 1, 3>]'
../../../../../dune/grid/test/checkentityseed.hh:244:69:   required from 'void Dune::checkEntitySeed(const Dune::GridView<VT>&, std::ostream&) [with VT = Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u>; std::ostream = std::basic_ostream<char>]'
../../../../../dune/grid/test/gridcheck.hh:1123:26:   required from 'void gridcheck(Grid&) [with Grid = Dune::UGGrid<3>]'
gmshtest.cc:63:12:   required from 'void testReadingAndWritingGrid(const string&, const string&, int) [with GridType = Dune::UGGrid<3>; std::__cxx11::string = std::__cxx11::basic_string<char>]'
gmshtest.cc:118:104:   required from here
../../../../../dune/grid/test/checkentityseed.hh:195:39: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>*]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       if( !Equals< Geometry >::apply( ep1->geometry(), ep2->geometry(), eps ) )
                                       ^~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:244:5: note: declared here
     operator->() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:25:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkentityseed.hh:195:56: warning: 'decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) Dune::EntityPointer<GridImp, EntityPointerImp>::operator->() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; decltype (Dune::handle_proxy_member_access(((Dune::EntityPointer<GridImp, EntityPointerImp>*)(void)0)->Dune::EntityPointer<GridImp, EntityPointerImp>::realIterator.dereference())) = Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>*]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       if( !Equals< Geometry >::apply( ep1->geometry(), ep2->geometry(), eps ) )
                                                        ^~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:244:5: note: declared here
     operator->() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh: In instantiation of 'void Dune::checkSubEntity(const GridType&, const typename GridType::Codim<0>::Entity&, const IndexSetType&, OutputStreamImp&, MapType1&, MapType2&, const MapType3&) [with int codim = 0; GridType = Dune::UGGrid<3>; IndexSetType = Dune::IndexSet<const Dune::UGGrid<3>, Dune::UGGridLeafIndexSet<const Dune::UGGrid<3> >, unsigned int, std::vector<Dune::GeometryType> >; OutputStreamImp = Dune::DebugStream<1u, 4u>; MapType1 = std::map<std::pair<int, Dune::GeometryType>, std::vector<int> >; MapType2 = std::map<std::vector<int>, std::pair<int, Dune::GeometryType> >; MapType3 = std::map<int, Dune::FieldVector<double, 3>, std::less<int>, std::allocator<std::pair<const int, Dune::FieldVector<double, 3> > > >; typename GridType::Codim<0>::Entity = Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>]':
../../../../../dune/grid/test/checkindexset.hh:536:32:   required from 'void Dune::checkIndexSetForCodim(const Grid&, const GridView&, OutputStream&, bool) [with int codim = 0; Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>]'
../../../../../dune/grid/test/checkindexset.hh:596:23:   recursively required from 'static void Dune::CheckIndexSet<Grid, GridView, OutputStream, codim, false>::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>; int codim = 1]'
../../../../../dune/grid/test/checkindexset.hh:596:23:   required from 'static void Dune::CheckIndexSet<Grid, GridView, OutputStream, codim, false>::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>; int codim = 2]'
../../../../../dune/grid/test/checkindexset.hh:582:23:   required from 'static void Dune::CheckIndexSet<Grid, GridView, OutputStream, codim, hasCodim>::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>; int codim = 3; bool hasCodim = true]'
../../../../../dune/grid/test/checkindexset.hh:615:22:   required from 'void Dune::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLeafGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>]'
../../../../../dune/grid/test/gridcheck.hh:1127:24:   required from 'void gridcheck(Grid&) [with Grid = Dune::UGGrid<3>]'
gmshtest.cc:63:12:   required from 'void testReadingAndWritingGrid(const string&, const string&, int) [with GridType = Dune::UGGrid<3>; std::__cxx11::string = std::__cxx11::basic_string<char>]'
gmshtest.cc:118:104:   required from here
../../../../../dune/grid/test/checkindexset.hh:129:87: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<0, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       const SubEntityPointer subEntityPtr = en.template subEntity< codim >( subEntity );
                                                                                       ^
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:183:5: note: declared here
     EntityPointer(const Entity& entity)
     ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:130:7: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<0, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       *subEntityPtr;
       ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:133:26: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<0, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       const SubE& subE = *subEntityPtr;
                          ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:168:70: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         VertexPointer vxp = en.template subEntity< dim >( local[ j ] );
                                                                      ^
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:183:5: note: declared here
     EntityPointer(const Entity& entity)
     ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:169:9: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         *vxp;
         ^~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:172:30: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         const VertexE& vxE = *vxp;
                              ^~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh: In instantiation of 'void Dune::checkSubEntity(const GridType&, const typename GridType::Codim<0>::Entity&, const IndexSetType&, OutputStreamImp&, MapType1&, MapType2&, const MapType3&) [with int codim = 0; GridType = Dune::UGGrid<3>; IndexSetType = Dune::IndexSet<const Dune::UGGrid<3>, Dune::UGGridLevelIndexSet<const Dune::UGGrid<3> >, unsigned int, std::vector<Dune::GeometryType> >; OutputStreamImp = Dune::DebugStream<1u, 4u>; MapType1 = std::map<std::pair<int, Dune::GeometryType>, std::vector<int> >; MapType2 = std::map<std::vector<int>, std::pair<int, Dune::GeometryType> >; MapType3 = std::map<int, Dune::FieldVector<double, 3>, std::less<int>, std::allocator<std::pair<const int, Dune::FieldVector<double, 3> > > >; typename GridType::Codim<0>::Entity = Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>]':
../../../../../dune/grid/test/checkindexset.hh:536:32:   required from 'void Dune::checkIndexSetForCodim(const Grid&, const GridView&, OutputStream&, bool) [with int codim = 0; Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>]'
../../../../../dune/grid/test/checkindexset.hh:596:23:   recursively required from 'static void Dune::CheckIndexSet<Grid, GridView, OutputStream, codim, false>::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>; int codim = 1]'
../../../../../dune/grid/test/checkindexset.hh:596:23:   required from 'static void Dune::CheckIndexSet<Grid, GridView, OutputStream, codim, false>::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>; int codim = 2]'
../../../../../dune/grid/test/checkindexset.hh:582:23:   required from 'static void Dune::CheckIndexSet<Grid, GridView, OutputStream, codim, hasCodim>::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>; int codim = 3; bool hasCodim = true]'
../../../../../dune/grid/test/checkindexset.hh:615:22:   required from 'void Dune::checkIndexSet(const Grid&, const GridView&, OutputStream&, bool) [with Grid = Dune::UGGrid<3>; GridView = Dune::GridView<Dune::UGGridLevelGridViewTraits<const Dune::UGGrid<3>, (Dune::PartitionIteratorType)4u> >; OutputStream = Dune::DebugStream<1u, 4u>]'
../../../../../dune/grid/test/gridcheck.hh:1129:26:   required from 'void gridcheck(Grid&) [with Grid = Dune::UGGrid<3>]'
gmshtest.cc:63:12:   required from 'void testReadingAndWritingGrid(const string&, const string&, int) [with GridType = Dune::UGGrid<3>; std::__cxx11::string = std::__cxx11::basic_string<char>]'
gmshtest.cc:118:104:   required from here
../../../../../dune/grid/test/checkindexset.hh:129:87: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<0, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       const SubEntityPointer subEntityPtr = en.template subEntity< codim >( subEntity );
                                                                                       ^
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:183:5: note: declared here
     EntityPointer(const Entity& entity)
     ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:130:7: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<0, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       *subEntityPtr;
       ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:133:26: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<0, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
       const SubE& subE = *subEntityPtr;
                          ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:168:70: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         VertexPointer vxp = en.template subEntity< dim >( local[ j ] );
                                                                      ^
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:183:5: note: declared here
     EntityPointer(const Entity& entity)
     ^~~~~~~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:169:9: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         *vxp;
         ^~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
In file included from ../../../../../dune/grid/test/gridcheck.hh:23:0,
                 from gmshtest.cc:36:
../../../../../dune/grid/test/checkindexset.hh:172:30: warning: 'Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::UGGrid<3>; IteratorImp = Dune::UGGridEntityPointer<3, const Dune::UGGrid<3> >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::UGGrid<3>, Dune::UGGridEntity>&]' is deprecated: "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
         const VertexE& vxE = *vxp;
                              ^~~~
In file included from ../../../../../dune/grid/common/entity.hh:12:0,
                 from ../../../../../dune/grid/common/grid.hh:1477,
                 from ../../../../../dune/grid/uggrid.hh:19,
                 from gmshtest.cc:11:
../../../../../dune/grid/common/entitypointer.hh:236:5: note: declared here
     operator*() const
     ^~~~~~~~
/srv/reproducible-results/rbuild-debian-Y2vnv24u/tmp.rKy33Jfjea:	FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)



More information about the Qa-jenkins-scm mailing list