public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
@ 2018-10-08 22:07 ` sergiodj+buildbot
  2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/9888>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build'
make: *** [Makefile:850: all] Error 2
============================




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

* [binutils-gdb] Add native target for FreeBSD/riscv.
@ 2018-10-08 22:07 sergiodj+buildbot
  2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:07 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 74792ff782431ec6113b9a8a8e85b95f46094c7f ***

Author: John Baldwin <jhb@FreeBSD.org>
Branch: master
Commit: 74792ff782431ec6113b9a8a8e85b95f46094c7f

Add native target for FreeBSD/riscv.

gdb/ChangeLog:

	* Makefile.in (ALLDEPFILES): Add riscv-fbsd-nat.c.
	* NEWS: Mention new FreeBSD/riscv native configuration.
	* configure.host: Add riscv*-*-freebsd*.
	* configure.nat: Likewise.
	* riscv-fbsd-nat.c: New file.

gdb/doc/ChangeLog:

	* gdb.texinfo (Contributors): Add SRI International and University
	of Cambridge for FreeBSD/riscv.


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
  2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-10-08 22:09 ` sergiodj+buildbot
  2018-10-08 22:18 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Solaris11-sparcv9-m64/builds/144>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    solib-target.o
  CXX    solib.o
  CXX    source.o
  CXX    sparc-ravenscar-thread.o
  CXX    sparc-sol2-nat.o
  CXX    sparc-sol2-tdep.o
  CXX    sparc-tdep.o
  CXX    sparc64-sol2-tdep.o
  CXX    sparc64-tdep.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    stap-probe.o
  CXX    std-regs.o
  CXX    symfile-debug.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    thread-fsm.o
  CXX    thread.o
  CXX    tid-parse.o
  CXX    top.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-windata.o
  CXX    tui/tui-wingeneral.o
  CXX    tui/tui-winsource.o
  CXX    tui/tui.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/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/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
  CXX    unittests/unpack-selftests.o
  CXX    unittests/utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
../../binutils-gdb/gdb/valops.c: In function value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside):
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of t shadows a previous local [-Werror=shadow=compatible-local]
             struct type *t = check_typedef (value_type (this_v));
                          ^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
   struct type *t = check_typedef (curtype);
                ^
  CXX    value.o
  CXX    varobj.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    xml-support.o
cc1plus: all warnings being treated as errors
gmake[2]: *** [Makefile:1620: valops.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
gmake[1]: *** [Makefile:8792: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:849: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
  2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
  2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
@ 2018-10-08 22:18 ` sergiodj+buildbot
  2018-10-08 22:24 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-amd64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Solaris11-amd64-m64/builds/147>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-amd64-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source.o
  CXX    stabsread.o
  CXX    stack.o
  CXX    stap-probe.o
  CXX    std-regs.o
  CXX    symfile-debug.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    thread-fsm.o
  CXX    thread.o
  CXX    tid-parse.o
  CXX    top.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-windata.o
  CXX    tui/tui-wingeneral.o
  CXX    tui/tui-winsource.o
  CXX    tui/tui.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/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/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
  CXX    unittests/unpack-selftests.o
  CXX    unittests/utils-selftests.o
  CXX    unittests/xml-utils-selftests.o
  CXX    user-regs.o
  CXX    utils.o
  CXX    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
../../binutils-gdb/gdb/valops.c: In function value* value_struct_elt_for_reference(type*, int, type*, const char*, type*, int, noside):
../../binutils-gdb/gdb/valops.c:3442:26: error: declaration of t shadows a previous local [-Werror=shadow=compatible-local]
             struct type *t = check_typedef (value_type (this_v));
                          ^
../../binutils-gdb/gdb/valops.c:3381:16: note: shadowed declaration is here
   struct type *t = check_typedef (curtype);
                ^
  CXX    varobj.o
  CXX    version.o
cc1plus: all warnings being treated as errors
  CXX    x86-tdep.o
gmake[2]: *** [Makefile:1620: valops.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build/gdb'
gmake[1]: *** [Makefile:8792: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-amd64/solaris11-amd64-m64/build'
gmake: *** [Makefile:849: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-i686, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-10-08 22:18 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
@ 2018-10-08 22:24 ` sergiodj+buildbot
  2018-10-08 22:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/11218>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    mep-tdep.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mipsread.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    riscv-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build'
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-10-08 22:24 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-10-08 22:28 ` sergiodj+buildbot
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/10954>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    rl78-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-extended-gdbserver-m32/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-extended-gdbserver-m32/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-10-08 22:30 ` sergiodj+buildbot
  2018-10-08 22:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/11225>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.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]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-extended-gdbserver/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-10-08 22:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-10-08 22:30 ` sergiodj+buildbot
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/11133>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cc-with-index/build'
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-08 22:31 ` sergiodj+buildbot
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/11181>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-gdbserver/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-gdbserver/build'
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-10-08 22:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-08 22:35 ` sergiodj+buildbot
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/11258>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    rl78-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64/build/gdb'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64/build'
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-10-08 22:35 ` sergiodj+buildbot
  2018-10-08 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/2953>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    mep-tdep.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    microblaze-linux-tdep.o
  CXX    microblaze-tdep.o
  CXX    mingw-hdep.o
  CXX    minidebug.o
  CXX    minsyms.o
  CXX    mips-fbsd-tdep.o
  CXX    mips-linux-tdep.o
  CXX    mips-nbsd-tdep.o
  CXX    mips-sde-tdep.o
  CXX    mips-tdep.o
  CXX    mips64-obsd-tdep.o
  CXX    mipsread.o
  CXX    mn10300-linux-tdep.o
  CXX    mn10300-tdep.o
  CXX    moxie-tdep.o
  CXX    msp430-tdep.o
  CXX    namespace.o
  CXX    nbsd-tdep.o
  CXX    nds32-tdep.o
  CXX    nios2-linux-tdep.o
  CXX    nios2-tdep.o
  CXX    nto-tdep.o
  CXX    objc-lang.o
  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable 'i' [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function 'void riscv_fbsd_init_abi(gdbarch_info, gdbarch*)':
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable 'tdep' [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
  CXX    riscv-tdep.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1618: riscv-fbsd-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make: *** [Makefile:857: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
@ 2018-10-08 22:36 ` sergiodj+buildbot
  2018-10-08 22:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/10953>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    objfiles.o
  CXX    obsd-tdep.o
  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.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-gdbserver-m32/build/gdb'
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-native-gdbserver-m32/build'
make[1]: *** [Makefile:8793: all-gdb] Error 2
make: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, branch master *** BREAKAGE ***
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2018-10-08 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-10-08 22:37 ` sergiodj+buildbot
  2018-10-08 23:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2018-10-09  2:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/10967>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Failed to compiled GDB.  ***
============================

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

  CXX    observable.o
  CXX    opencl-lang.o
  CXX    or1k-tdep.o
  CXX    osabi.o
  CXX    osdata.o
  CXX    p-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    ppc-fbsd-tdep.o
  CXX    ppc-linux-tdep.o
  CXX    ppc-nbsd-tdep.o
  CXX    ppc-obsd-tdep.o
  CXX    ppc-ravenscar-thread.o
  CXX    ppc-sysv-tdep.o
  CXX    ppc64-tdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-service.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
  CXX    psymtab.o
  CXX    python/py-arch.o
  CXX    python/py-auto-load.o
  CXX    python/py-block.o
  CXX    python/py-bpevent.o
  CXX    python/py-breakpoint.o
  CXX    python/py-cmd.o
  CXX    python/py-continueevent.o
  CXX    python/py-event.o
  CXX    python/py-evtregistry.o
  CXX    python/py-evts.o
  CXX    python/py-exitedevent.o
  CXX    python/py-finishbreakpoint.o
  CXX    python/py-frame.o
  CXX    python/py-framefilter.o
  CXX    python/py-function.o
  CXX    python/py-gdb-readline.o
  CXX    python/py-inferior.o
  CXX    python/py-infevents.o
  CXX    python/py-infthread.o
  CXX    python/py-instruction.o
  CXX    python/py-lazy-string.o
  CXX    python/py-linetable.o
  CXX    python/py-newobjfileevent.o
  CXX    python/py-objfile.o
  CXX    python/py-param.o
  CXX    python/py-prettyprint.o
  CXX    python/py-progspace.o
  CXX    python/py-record-btrace.o
  CXX    python/py-record-full.o
  CXX    python/py-record.o
  CXX    python/py-signalevent.o
  CXX    python/py-stopevent.o
  CXX    python/py-symbol.o
  CXX    python/py-symtab.o
  CXX    python/py-threadevent.o
  CXX    python/py-type.o
  CXX    python/py-unwind.o
  CXX    python/py-utils.o
  CXX    python/py-value.o
  CXX    python/py-varobj.o
  CXX    python/py-xmethods.o
  CXX    python/python.o
  CXX    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.o
  CXX    regcache-dump.o
  CXX    regcache.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    riscv-fbsd-tdep.o
  CXX    riscv-linux-tdep.o
  CXX    riscv-tdep.o
  CXX    rl78-tdep.o
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_sigframe_init(const tramp_frame*, frame_info*, trad_frame_cache*, CORE_ADDR):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:137:7: error: unused variable i [-Werror=unused-variable]
   int i;
       ^
../../binutils-gdb/gdb/riscv-fbsd-tdep.c: In function void riscv_fbsd_init_abi(gdbarch_info, gdbarch*):
../../binutils-gdb/gdb/riscv-fbsd-tdep.c:183:24: error: unused variable tdep [-Werror=unused-variable]
   struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
                        ^~~~
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1621: riscv-fbsd-tdep.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]: *** [Makefile:8793: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-m32/build'
make: *** [Makefile:850: all] Error 2
============================




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

* Failures on RHEL-s390x-m64, branch master
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2018-10-08 22:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-10-08 23:10 ` sergiodj+buildbot
  2018-10-09  2:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 23:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8564>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=3813e63e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=3813e63e>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2018-10-08 23:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2018-10-09  2:36 ` sergiodj+buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2018-10-09  2:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/6727>

Commit(s) tested:
	74792ff782431ec6113b9a8a8e85b95f46094c7f

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add native target for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/74/74792ff782431ec6113b9a8a8e85b95f46094c7f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=ac6b4701>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail.table?id=ac6b4701>




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

end of thread, other threads:[~2018-10-09  2:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
2018-10-08 22:07 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
2018-10-08 22:18 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
2018-10-08 22:24 ` *** COMPILATION FAILED *** Failures on Fedora-i686, " sergiodj+buildbot
2018-10-08 22:28 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-10-08 22:30 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-10-08 22:31 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-10-08 22:35 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " sergiodj+buildbot
2018-10-08 22:36 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-10-08 22:37 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-10-08 23:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-10-09  2:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+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).