This was run against the approved/4 branch - as mentioned in the main mail.

Seems all the *BSD systems are failing to compile.

Regards,
   Martin Winter

On 12 Nov 2015, at 3:59, [email protected] wrote:

Continous Integration Result: FAILED

See below for issues.
This is an EXPERIMENTAL automated CI system.
For questions and feedback, feel free to email
Martin Winter <[email protected]>.

Patches applied :
Patchwork 1507: http://patchwork.quagga.net/patch/1507
[quagga-dev,13646,01/20] lib/thread: add function to get precise remaining time of timer thread
Patchwork 1508: http://patchwork.quagga.net/patch/1508
[quagga-dev,13647,02/20] lib: don&#39;t have log functions change errno
Patchwork 1512: http://patchwork.quagga.net/patch/1512
[quagga-dev,13650,03/20] isisd: annotate some function arguments with const
Patchwork 1514: http://patchwork.quagga.net/patch/1514
[quagga-dev,13653,04/20] isisd: remove superfluous checks after XMALLOC etc.
Patchwork 1509: http://patchwork.quagga.net/patch/1509
    [quagga-dev,13648,05/20] isisd: fix a typo in a log message
Patchwork 1510: http://patchwork.quagga.net/patch/1510
[quagga-dev,13649,06/20] isisd: don&#39;t corrupt memory for long hostnames
Patchwork 1511: http://patchwork.quagga.net/patch/1511
    [quagga-dev,13651,07/20] isisd: do remove ipv6 routes from Zebra
Patchwork 1513: http://patchwork.quagga.net/patch/1513
[quagga-dev,13652,08/20] isisd: initialize circuit to match area is_type
Patchwork 1524: http://patchwork.quagga.net/patch/1524
    [quagga-dev,13665,09/20] isisd: allow to adjust lsp-mtu
Patchwork 1515: http://patchwork.quagga.net/patch/1515
    [quagga-dev,13656,10/20] isisd: purge on correct level
Patchwork 1525: http://patchwork.quagga.net/patch/1525
[quagga-dev,13666,11/20] isisd: add a debug mode that traces LSP construction
Patchwork 1526: http://patchwork.quagga.net/patch/1526
[quagga-dev,13667,12/20] isisd: add a slight delay to lsp_regenerate_schedule
Patchwork 1517: http://patchwork.quagga.net/patch/1517
[quagga-dev,13658,13/20] isisd: fix assertion in LSP refresh timer calculation
Patchwork 1527: http://patchwork.quagga.net/patch/1527
[quagga-dev,13668,14/20] isisd: add support to import routes from other protocols
Patchwork 1518: http://patchwork.quagga.net/patch/1518
[quagga-dev,13659,15/20] isisd: provide more detailed log for failed address removal
Patchwork 1519: http://patchwork.quagga.net/patch/1519
    [quagga-dev,13660,16/20] isisd: show interface&#39;s ipv6 addreses
Patchwork 1520: http://patchwork.quagga.net/patch/1520
    [quagga-dev,13661,17/20] isisd: fix IPv6 mask application
Patchwork 1521: http://patchwork.quagga.net/patch/1521
[quagga-dev,13662,18/20] isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)
Patchwork 1522: http://patchwork.quagga.net/patch/1522
    [quagga-dev,13662,19/20] isisd: fix misleading wording in log
Patchwork 1523: http://patchwork.quagga.net/patch/1523
    [quagga-dev,13663,20/20] isisd: make send_lsp more robust
Tested on top of Git : 283596f (as of 20151028.142506 UTC)
CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-QPWORK-174/


Get source and apply patch from patchwork: Successful
----------------

Building Stage: Failed
----------------
CentOS7 amd64 build: Successful
Ubuntu1204 amd64 build: Successful
Debian8 amd64 build: Successful
CentOS6 amd64 build: Successful
Ubuntu1404 amd64 build: Successful

Make failed for NetBSD6 amd64 build: (see full log in attachment netbsd6_amd64_make.log)
CC       isis_bpf.o
isis_bpf.c: In function 'isis_send_pdu_bcast':
isis_bpf.c:343:7: error: 'rv' undeclared (first use in this function)
isis_bpf.c:343:7: note: each undeclared identifier is reported only once for each function it appears in
isis_bpf.c:351:1: warning: control reaches end of non-void function
*** Error code 1
Stop.
make: stopped in /home/ci/cibuild.174/quagga-source/isisd
*** Error code 1

Make failed for FreeBSD9 amd64 build: (see full log in attachment freebsd9_amd64_make.log)
CC       isis_bpf.o
isis_bpf.c: In function 'isis_send_pdu_bcast':
isis_bpf.c:343: error: 'rv' undeclared (first use in this function)
isis_bpf.c:343: error: (Each undeclared identifier is reported only once
isis_bpf.c:343: error: for each function it appears in.)
*** [isis_bpf.o] Error code 1
Stop in /usr/home/ci/cibuild.174/quagga-source/isisd.
*** [all-recursive] Error code 1
Stop in /usr/home/ci/cibuild.174/quagga-source/isisd.

Make failed for NetBSD7 amd64 build: (see full log in attachment netbsd7_amd64_make.log)
CC       isis_bpf.o
isis_bpf.c: In function 'isis_send_pdu_bcast':
isis_bpf.c:343:7: error: 'rv' undeclared (first use in this function)
if (rv < 0)
    ^
isis_bpf.c:343:7: note: each undeclared identifier is reported only once for each function it appears in isis_bpf.c:305:11: warning: variable 'written' set but not used [-Wunused-but-set-variable]
ssize_t written;
        ^

Make failed for FreeBSD8 amd64 build: (see full log in attachment freebsd8_amd64_make.log)
CC       isis_bpf.o
isis_bpf.c: In function 'isis_send_pdu_bcast':
isis_bpf.c:343: error: 'rv' undeclared (first use in this function)
isis_bpf.c:343: error: (Each undeclared identifier is reported only once
isis_bpf.c:343: error: for each function it appears in.)
*** Error code 1
Stop in /usr/home/ci/cibuild.174/quagga-source/isisd.
*** Error code 1
Stop in /usr/home/ci/cibuild.174/quagga-source/isisd.

Make failed for FreeBSD10 amd64 build: (see full log in attachment freebsd10_amd64_make.log)
CC       isis_main.o
CC       isis_bpf.o
isis_bpf.c:343:7: error: use of undeclared identifier 'rv'
if (rv < 0)
   ^
1 error generated.
*** Error code 1
Stop.
make[3]: stopped in /usr/home/ci/cibuild.174/quagga-source/isisd


Regards,
NetDEF/OpenSourceRouting Continous Integration (CI) System

---
OpenSourceRouting.org is a project of the Network Device Education Foundation,
For more information, see www.netdef.org and www.opensourcerouting.org
For questions in regards to this CI System, contact Martin Winter, [email protected]

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to