From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9009 invoked by alias); 16 Dec 2019 23:42:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9001 invoked by uid 89); 16 Dec 2019 23:42:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Dec 2019 23:42:32 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Fedora-x86_64-m32, revision d0801dd8f22a3e739c6a7d126d45829df981794d From: gdb-buildbot@sergiodj.net To: gdb-patches@sourceware.org To: gdb-patches@sourceware.org, Tom Tromey In-Reply-To: Message-Id: Date: Mon, 16 Dec 2019 23:42:00 -0000 X-SW-Source: 2019-12/txt/msg00730.txt.bz2 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 __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 __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list, typename __gnu_cxx::__enable_if<(std::__are_same, std::__cxx1998::_List_iterator >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator]: ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: required from basic_safe_iterator::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>] ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12: required from basic_safe_range::iterator basic_safe_range::begin() const [with Range = std::__debug::list; basic_safe_range::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator, std::__debug::list, 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 ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>]: ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12: required from basic_safe_range::iterator basic_safe_range::begin() const [with Range = std::__debug::list; basic_safe_range::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator, std::__debug::list, 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; _Sequence = std::__debug::list] 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::__debug::list, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator, std::__debug::list, 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; _Sequence = std::__debug::list] 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::__debug::list, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator, std::__debug::list, 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; _Sequence = std::__debug::list] 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; _Sequence = std::__debug::list] 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; _Sequence = std::__debug::list; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator, std::__debug::list, 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::__debug::list, std::bidirectional_iterator_tag>::_Safe_iterator(__gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>) 68 | m_end (std::forward (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 __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 __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, std::__debug::list, typename __gnu_cxx::__enable_if<(std::__are_same, std::__cxx1998::_List_iterator >::__value && std::__are_same<_MutableIterator, std::__cxx1998::_List_const_iterator >::__value), std::bidirectional_iterator_tag>::__type>&) [with _MutableIterator = std::__cxx1998::_List_const_iterator]: ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:68:38: required from basic_safe_iterator::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>] ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12: required from basic_safe_range::iterator basic_safe_range::begin() const [with Range = std::__debug::list; basic_safe_range::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator, std::__debug::list, 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 ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h: In instantiation of basic_safe_iterator::basic_safe_iterator(Arg&&, Arg&&) [with Arg = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>; Iterator = __gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag>]: ../../binutils-gdb/gdb/gdbsupport/safe-iterator.h:122:12: required from basic_safe_range::iterator basic_safe_range::begin() const [with Range = std::__debug::list; basic_safe_range::iterator = basic_safe_iterator<__gnu_debug::_Safe_iterator, std::__debug::list, std::bidirectional_iterator_tag> >; typename Range::iterator = __gnu_debug::_Safe_iterator, std::__debug::list, 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; _Sequence = std::__debug::list] 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::__debug::list, std::bidirectional_iterator_tag> to __gnu_debug::_Safe_iterator, std::__debug::list, 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; _Sequence = std::__debug::list] 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::__debug::list, std::bidirectional_iterator_tag> to const __gnu_debug::_Safe_iterator, std::__debug::list, 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; _Sequence = std::__debug::list] 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; _Sequence = std::__debug::list] 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; _Sequence = std::__debug::list; __gnu_debug::_Safe_iterator<_Iterator, _Sequence, std::bidirectional_iterator_tag>::_Attach_single = __gnu_debug::_Safe_iterator, std::__debug::list, 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