From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33931 invoked by alias); 6 Dec 2018 16:13:44 -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 33828 invoked by uid 89); 6 Dec 2018 16:13:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=Waiting, breakage 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; Thu, 06 Dec 2018 16:13:37 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Ubuntu-Aarch64-m64, revision 23ebf37881dda7fcf9dd86125705a30b6e2084ce From: gdb-buildbot@sergiodj.net To: Andrew Burgess , gdb-patches@sourceware.org In-Reply-To: <23ebf37881dda7fcf9dd86125705a30b6e2084ce-master-breakage@gdb-build> Message-Id: Date: Thu, 06 Dec 2018 16:13:00 -0000 X-SW-Source: 2018-12/txt/msg00072.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'sim/cris: Fix references to cgen cpu directory' Revision: 23ebf37881dda7fcf9dd86125705a30b6e2084ce You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: ubuntu16-aarch64 Full Build URL: Commit(s) tested: 23ebf37881dda7fcf9dd86125705a30b6e2084ce Author(s) (in the same order as the commits): Andrew Burgess Subject: sim/cris: Fix references to cgen cpu directory Testsuite log (gdb.sum and gdb.log) URL(s): *** Failed to compiled GDB. *** ============================ +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. CXX ser-unix.o CXX serial.o CXX sh-linux-tdep.o CXX sh-nbsd-tdep.o CXX sh-tdep.o CXX skip.o CXX sol2-tdep.o CXX solib-aix.o CXX solib-darwin.o CXX solib-dsbt.o CXX solib-frv.o CXX solib-spu.o CXX solib-svr4.o CXX solib-target.o CXX solib.o CXX source.o CXX sparc-linux-tdep.o CXX sparc-nbsd-tdep.o CXX sparc-obsd-tdep.o CXX sparc-ravenscar-thread.o CXX sparc-sol2-tdep.o CXX sparc-tdep.o CXX sparc64-fbsd-tdep.o CXX sparc64-linux-tdep.o CXX sparc64-nbsd-tdep.o CXX sparc64-obsd-tdep.o CXX sparc64-sol2-tdep.o CXX sparc64-tdep.o CXX spu-multiarch.o CXX spu-tdep.o CXX stabsread.o CXX stack.o CXX stap-probe.o CXX std-regs.o CXX symfile-debug.o CXX symfile-mem.o 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-fsm.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 tracefile-tfile.o CXX tracefile.o CXX tracepoint.o CXX trad-frame.o CXX tramp-frame.o CXX typeprint.o CXX ui-file.o CXX ui-out.o CXX unittests/array-view-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/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/tracepoint-selftests.o g++: internal compiler error: Segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Makefile:1632: recipe for target 'unittests/scoped_fd-selftests.o' failed make[2]: *** [unittests/scoped_fd-selftests.o] Error 4 make[2]: *** Waiting for unfinished jobs.... CXX unittests/unpack-selftests.o make[2]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-m64/build/gdb' Makefile:8792: recipe for target 'all-gdb' failed make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-m64/build' Makefile:849: recipe for target 'all' failed make: *** [all] Error 2 ============================