public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: gdb-patches@sourceware.org
To: gdb-patches@sourceware.org, Tom Tromey <tom@tromey.com>
Subject: Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d
Date: Tue, 17 Dec 2019 00:00:00 -0000	[thread overview]
Message-ID: <E1ih0Ho-00059c-4k@gdb-buildbot.osci.io> (raw)
In-Reply-To: <d0801dd8f22a3e739c6a7d126d45829df981794d-master-breakage@gdb-build>

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

  parent reply	other threads:[~2019-12-17  0:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` gdb-buildbot [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1ih0Ho-00059c-4k@gdb-buildbot.osci.io \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).