From: gdb-buildbot@sergiodj.net
To: gdb-patches@sourceware.org
To: gdb-patches@sourceware.org, Andrew Burgess <andrew.burgess@embecosm.com>
Subject: Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision cf57ad6d61771f608079f31db10a93872a4553c5
Date: Mon, 25 Nov 2019 16:53:00 -0000 [thread overview]
Message-ID: <E1iZHc2-0006J7-E5@gdb-buildbot.osci.io> (raw)
In-Reply-To: <cf57ad6d61771f608079f31db10a93872a4553c5-master-breakage@gdb-build>
Unfortunately it seems that there is a breakage on GDB.
Commit title: 'gdb_vecs.h: Avoid self move assign'
Revision: cf57ad6d61771f608079f31db10a93872a4553c5
You can find more details below:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
CXX symfile.o
CXX symmisc.o
CXX symtab.o
CXX target-dcache.o
CXX target-descriptions.o
CXX target-float.o
CXX target-memory.o
CXX target.o
CXX target/waitstatus.o
CXX test-target.o
CXX thread-iter.o
CXX thread.o
CXX tic6x-linux-tdep.o
CXX tic6x-tdep.o
CXX tid-parse.o
CXX tilegx-linux-tdep.o
CXX tilegx-tdep.o
CXX top.o
CXX tracectf.o
CXX tracefile-tfile.o
CXX tracefile.o
CXX tracepoint.o
CXX trad-frame.o
CXX tramp-frame.o
CXX tui/tui-command.o
CXX tui/tui-data.o
CXX tui/tui-disasm.o
CXX tui/tui-file.o
CXX tui/tui-hooks.o
CXX tui/tui-interp.o
CXX tui/tui-io.o
CXX tui/tui-layout.o
CXX tui/tui-out.o
CXX tui/tui-regs.o
CXX tui/tui-source.o
CXX tui/tui-stack.o
CXX tui/tui-win.o
CXX tui/tui-wingeneral.o
CXX tui/tui-winsource.o
CXX tui/tui.o
CXX type-stack.o
CXX typeprint.o
CXX ui-file.o
CXX ui-out.o
CXX ui-style.o
CXX unittests/array-view-selftests.o
CXX unittests/child-path-selftests.o
CXX unittests/cli-utils-selftests.o
CXX unittests/common-utils-selftests.o
CXX unittests/copy_bitwise-selftests.o
CXX unittests/environ-selftests.o
CXX unittests/format_pieces-selftests.o
CXX unittests/function-view-selftests.o
CXX unittests/help-doc-selftests.o
CXX unittests/lookup_name_info-selftests.o
CXX unittests/memory-map-selftests.o
CXX unittests/memrange-selftests.o
CXX unittests/mkdir-recursive-selftests.o
CXX unittests/observable-selftests.o
CXX unittests/offset-type-selftests.o
CXX unittests/optional-selftests.o
CXX unittests/parse-connection-spec-selftests.o
CXX unittests/ptid-selftests.o
CXX unittests/rsp-low-selftests.o
CXX unittests/scoped_fd-selftests.o
CXX unittests/scoped_mmap-selftests.o
CXX unittests/scoped_restore-selftests.o
CXX unittests/string_view-selftests.o
CXX unittests/style-selftests.o
CXX unittests/tracepoint-selftests.o
CXX unittests/unpack-selftests.o
CXX unittests/utils-selftests.o
CXX unittests/vec-utils-selftests.o
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h: In instantiation of T unordered_remove(std::__debug::vector<T>&, typename std::__debug::vector<T>::iterator) [with T = selftests::vector_utils_tests::unordered_remove_tests()::obj; typename std::__debug::vector<T>::iterator = __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<selftests::vector_utils_tests::unordered_remove_tests()::obj*, std::__cxx1998::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj, std::allocator<selftests::vector_utils_tests::unordered_remove_tests()::obj> > >, std::__debug::vector<selftests::vector_utils_tests::unordered_remove_tests()::obj>, std::random_access_iterator_tag>]:
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:53:26: required from here
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:53:5: error: implicitly-declared selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&) is deprecated [-Werror=deprecated-copy]
53 | T removed = std::move (*it);
| ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because selftests::vector_utils_tests::unordered_remove_tests()::obj has user-provided selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)
41 | obj &operator= (const obj &other)
| ^~~~~~~~
In file included from ../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:23:
../../binutils-gdb/gdb/gdbsupport/gdb_vecs.h:58:10: error: implicitly-declared selftests::vector_utils_tests::unordered_remove_tests()::obj::obj(const selftests::vector_utils_tests::unordered_remove_tests()::obj&) is deprecated [-Werror=deprecated-copy]
58 | return removed;
| ^~~~~~~
../../binutils-gdb/gdb/unittests/vec-utils-selftests.c:41:10: note: because selftests::vector_utils_tests::unordered_remove_tests()::obj has user-provided selftests::vector_utils_tests::unordered_remove_tests()::obj& selftests::vector_utils_tests::unordered_remove_tests()::obj::operator=(const selftests::vector_utils_tests::unordered_remove_tests()::obj&)
41 | obj &operator= (const obj &other)
| ^~~~~~~~
CXX unittests/xml-utils-selftests.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1647: unittests/vec-utils-selftests.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/build/gdb'
make[1]: *** [Makefile:9230: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver/build'
make: *** [Makefile:852: all] Error 2
program finished with exit code 2
elapsedTime=391.498532
next prev parent reply other threads:[~2019-11-25 16:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 16:37 Oh dear. I regret to inform you that commit cf57ad6d61771f608079f31db10a93872a4553c5 might be unfortunate gdb-buildbot
2019-11-25 16:37 ` Breakage on builder Fedora-i686, revision cf57ad6d61771f608079f31db10a93872a4553c5 gdb-buildbot
2019-11-25 16:44 ` Breakage on builder Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-11-25 16:44 ` Breakage on builder Fedora-x86_64-m32, " gdb-buildbot
2019-11-25 16:52 ` Breakage on builder Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-11-25 16:52 ` Breakage on builder Fedora-x86_64-m64, " gdb-buildbot
2019-11-25 16:53 ` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-11-25 16:53 ` gdb-buildbot [this message]
2019-11-25 16:59 ` Breakage on builder Fedora-x86_64-w64-mingw32, " gdb-buildbot
2019-11-25 16:59 ` 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=E1iZHc2-0006J7-E5@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