public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Oh dear.  I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate
@ 2019-12-13  0:56 gdb-buildbot
  2019-12-13  0:56 ` Breakage on builder Solaris11-sparcv9-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d gdb-buildbot
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-13  0:56 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

My lords, ladies, gentlemen, members of the public.

It is a matter of great regret and sadness to inform you that commit:

	Store objfiles on a std::list
	d0801dd8f22a3e739c6a7d126d45829df981794d

might have made GDB unwell.  Since I am just your Butler BuildBot,
I kindly ask that a human superior officer double-check this.

Please note that if you are reading this message on gdb-patches, there might
be other builders broken.

You can find more details about the unfortunate breakage in the next messages.

Cheers,

Your GDB BuildBot.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Solaris11-sparcv9-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
@ 2019-12-13  0:56 ` gdb-buildbot
  2019-12-13  1:11 ` Breakage on builder Solaris11-amd64-m64, " gdb-buildbot
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-13  0:56 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/gcc/7/include/c++/7.3.0/debug/vector:38:0,
                 from /usr/gcc/7/include/c++/7.3.0/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
gmake[2]: *** [Makefile:1660: jit.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:584:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:323:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
gmake[1]: *** [Makefile:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=190.691576

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Solaris11-amd64-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
  2019-12-13  0:56 ` Breakage on builder Solaris11-sparcv9-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d gdb-buildbot
@ 2019-12-13  1:11 ` gdb-buildbot
  2019-12-15 23:27 ` Breakage on builder Ubuntu-Aarch64-m64, " gdb-buildbot
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-13  1:11 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/gcc/7/include/c++/7.3.0/debug/vector:38:0,
                 from /usr/gcc/7/include/c++/7.3.0/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
gmake[2]: *** [Makefile:1660: jit.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:584:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:323:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build/gdb'
gmake[1]: *** [Makefile:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=331.739184

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Ubuntu-Aarch64-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
  2019-12-13  0:56 ` Breakage on builder Solaris11-sparcv9-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d gdb-buildbot
  2019-12-13  1:11 ` Breakage on builder Solaris11-amd64-m64, " gdb-buildbot
@ 2019-12-15 23:27 ` gdb-buildbot
  2019-12-15 23:30 ` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-15 23:27 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/gdb/jit.c:1365:62:   required from here
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)'
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/include/c++/7/debug/vector:38:0,
                 from /usr/include/c++/7/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/7/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/include/c++/7/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:178:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&'
/usr/include/c++/7/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&'
/usr/include/c++/7/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)'
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/include/c++/7/debug/vector:38:0,
                 from /usr/include/c++/7/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/7/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/include/c++/7/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:178:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&'
/usr/include/c++/7/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&'
/usr/include/c++/7/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
  CXX    linux-thread-db.o
Makefile:1662: recipe for target 'jit.o' failed
make[2]: *** [jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/work/ubuntu-aarch64-m64/build/gdb'
Makefile:9229: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/work/ubuntu-aarch64-m64/build'
Makefile:851: recipe for target 'all' failed
make: *** [all] Error 2
program finished with exit code 2
elapsedTime=180.981122

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (2 preceding siblings ...)
  2019-12-15 23:27 ` Breakage on builder Ubuntu-Aarch64-m64, " gdb-buildbot
@ 2019-12-15 23:30 ` gdb-buildbot
  2019-12-15 23:33 ` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-15 23:30 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/gdb/jit.c:1365:62:   required from here
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)'
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/include/c++/7/debug/vector:38:0,
                 from /usr/include/c++/7/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/7/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/include/c++/7/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:178:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&'
/usr/include/c++/7/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&'
/usr/include/c++/7/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)'
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/include/c++/7/debug/vector:38:0,
                 from /usr/include/c++/7/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/7/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/include/c++/7/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:178:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&'
/usr/include/c++/7/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&'
/usr/include/c++/7/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
  CXX    linux-thread-db.o
Makefile:1662: recipe for target 'jit.o' failed
make[2]: *** [jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/work/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb'
Makefile:9229: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/work/ubuntu-aarch64-native-extended-gdbserver-m64/build'
Makefile:851: recipe for target 'all' failed
make: *** [all] Error 2
program finished with exit code 2
elapsedTime=178.900133

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (3 preceding siblings ...)
  2019-12-15 23:30 ` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2019-12-15 23:33 ` gdb-buildbot
  2019-12-16 23:23 ` Breakage on builder Fedora-i686, " gdb-buildbot
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-15 23:33 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)'
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/include/c++/7/debug/vector:38:0,
                 from /usr/include/c++/7/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/7/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/include/c++/7/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:178:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&'
/usr/include/c++/7/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&'
/usr/include/c++/7/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)'
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/include/c++/7/debug/vector:38:0,
                 from /usr/include/c++/7/vector:73,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/7/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/include/c++/7/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:178:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/7/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&'
/usr/include/c++/7/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&'
/usr/include/c++/7/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/7/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/include/c++/7/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
Makefile:1662: recipe for target 'jit.o' failed
make[2]: *** [jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/work/ubuntu-aarch64-native-gdbserver-m64/build/gdb'
Makefile:9229: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/work/ubuntu-aarch64-native-gdbserver-m64/build'
Makefile:851: recipe for target 'all' failed
make: *** [all] Error 2
program finished with exit code 2
elapsedTime=179.003756

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-i686, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (4 preceding siblings ...)
  2019-12-15 23:33 ` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
@ 2019-12-16 23:23 ` gdb-buildbot
  2019-12-16 23:30 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-16 23:23 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-i686/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=226.477506

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-cc-with-index, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (5 preceding siblings ...)
  2019-12-16 23:23 ` Breakage on builder Fedora-i686, " gdb-buildbot
@ 2019-12-16 23:30 ` gdb-buildbot
  2019-12-16 23:42 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-16 23:30 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-cc-with-index/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-cc-with-index/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=295.788697

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (6 preceding siblings ...)
  2019-12-16 23:30 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
@ 2019-12-16 23:42 ` gdb-buildbot
  2019-12-16 23:49 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-16 23:42 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-m32/build'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=290.000092

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (7 preceding siblings ...)
  2019-12-16 23:42 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
@ 2019-12-16 23:49 ` gdb-buildbot
  2019-12-17  0:00 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-16 23:49 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=268.099007

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (8 preceding siblings ...)
  2019-12-16 23:49 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
@ 2019-12-17  0:00 ` gdb-buildbot
  2019-12-17  0:05 ` Breakage on builder Fedora-x86_64-w64-mingw32, " gdb-buildbot
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-17  0:00 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver-m32/build'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=319.871095

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-w64-mingw32, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (9 preceding siblings ...)
  2019-12-17  0:00 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2019-12-17  0:05 ` gdb-buildbot
  2019-12-17  1:40 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-17  0:05 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/vector:43,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note: candidate: 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)'
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]'
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)'
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/vector:43,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note: candidate: 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)'
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h: In substitution of 'template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:535:2: error: no type named '__type' in 'struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>'
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of 'basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]':
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from 'basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]'
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&'
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from '__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>' to 'const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&'
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]'
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note: candidate: '__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]'
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1658: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8917: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-mingw32/build'
make: *** [Makefile:859: all] Error 2
program finished with exit code 2
elapsedTime=270.019173

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (10 preceding siblings ...)
  2019-12-17  0:05 ` Breakage on builder Fedora-x86_64-w64-mingw32, " gdb-buildbot
@ 2019-12-17  1:40 ` gdb-buildbot
  2019-12-17  1:44 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
  2019-12-17  2:41 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-17  1:40 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-gdbserver-m32/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-gdbserver-m32/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=208.944507

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (11 preceding siblings ...)
  2019-12-17  1:40 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2019-12-17  1:44 ` gdb-buildbot
  2019-12-17  2:41 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-17  1:44 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
  CXX    language.o
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-extended-gdbserver/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-extended-gdbserver/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=284.960750

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d
  2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
                   ` (12 preceding siblings ...)
  2019-12-17  1:44 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2019-12-17  2:41 ` gdb-buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: gdb-buildbot @ 2019-12-17  2:41 UTC (permalink / raw)
  To: gdb-patches, gdb-patches, Tom Tromey

Unfortunately it seems that there is a breakage on GDB.

Commit title: 'Store objfiles on a std::list'
Revision: d0801dd8f22a3e739c6a7d126d45829df981794d

You can find more details below:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29,
                 from ../../binutils-gdb/gdb/exec.h:24,
                 from ../../binutils-gdb/gdb/gdbcore.h:29,
                 from ../../binutils-gdb/gdb/jit.c:31:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: error: no matching function for call to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>)
   68 |       m_end (std::forward<Arg> (arg2))
      |                                      ^
In file included from /usr/include/c++/9/debug/vector:43,
                 from /usr/include/c++/9/vector:76,
                 from ../../binutils-gdb/gdb/gdbsupport/common-utils.h:24,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:127,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/jit.c:20:
/usr/include/c++/9/debug/safe_iterator.h:535:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, _Sequence, typename __gnu_cxx::__enable_if<(typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_IsConstant::__value && std::__are_same<_MutableIterator, typename __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::forward_iterator_tag>::_OtherIterator>::__value), std::bidirectional_iterator_tag>::__type>&)
  535 |  _Safe_iterator(
      |  ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:535:2: note:   template argument deduction/substitution failed:
/usr/include/c++/9/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list<objfile*>, typename __gnu_cxx::__enable_if<(std::__are_same<std::__cxx1998::_List_const_iterator<objfile*>, std::__cxx1998::_List_iterator<objfile*> >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator<objfile*> >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator<objfile*>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38:   required from basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:535:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::bidirectional_iterator_tag>
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator<Iterator>::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]:
../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12:   required from basic_safe_range<Range>::iterator basic_safe_range<Range>::begin() const [with Range = std::__debug::list<objfile*>; basic_safe_range<Range>::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/include/c++/9/debug/safe_iterator.h:527:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:527:22: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&&
  527 |       _Safe_iterator(_Safe_iterator&&) = default;
      |                      ^~~~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:521:44: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::bidirectional_iterator_tag>&
  521 |       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
      |                      ~~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  513 |       _Safe_iterator(_Iterator __i, const _Safe_sequence_base* __seq)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:513:7: note:   candidate expects 2 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:504:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
  504 |       _Safe_iterator() _GLIBCXX_NOEXCEPT { }
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:504:7: note:   candidate expects 0 arguments, 1 provided
/usr/include/c++/9/debug/safe_iterator.h:497:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Safe_iterator(_Iterator, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*>, std::forward_iterator_tag>::_Attach_single]
  497 |       _Safe_iterator(_Iterator __i, _Safe_sequence_base* __seq, _Attach_single)
      |       ^~~~~~~~~~~~~~
/usr/include/c++/9/debug/safe_iterator.h:497:7: note:   candidate expects 3 arguments, 1 provided
make[2]: *** [Makefile:1662: jit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=233.659655

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-12-17  2:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13  0:56 Oh dear. I regret to inform you that commit d0801dd8f22a3e739c6a7d126d45829df981794d might be unfortunate gdb-buildbot
2019-12-13  0:56 ` Breakage on builder Solaris11-sparcv9-m64, revision d0801dd8f22a3e739c6a7d126d45829df981794d gdb-buildbot
2019-12-13  1:11 ` Breakage on builder Solaris11-amd64-m64, " gdb-buildbot
2019-12-15 23:27 ` Breakage on builder Ubuntu-Aarch64-m64, " gdb-buildbot
2019-12-15 23:30 ` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
2019-12-15 23:33 ` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2019-12-16 23:23 ` Breakage on builder Fedora-i686, " gdb-buildbot
2019-12-16 23:30 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-12-16 23:42 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
2019-12-16 23:49 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2019-12-17  0:00 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-12-17  0:05 ` Breakage on builder Fedora-x86_64-w64-mingw32, " gdb-buildbot
2019-12-17  1:40 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-12-17  1:44 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2019-12-17  2:41 ` Breakage on builder Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).