frr icon indicating copy to clipboard operation
frr copied to clipboard

bgpd: multiple fixes for route leaking

Open louis-6wind opened this issue 2 years ago • 80 comments

Replace https://github.com/FRRouting/frr/pull/10044

Route leaking from network statement does not work.

Add this to r1 on bgp_l3vpn_to_bgp_vrf topotest to reproduce the problems.

The related topotest update is in progress.

router bgp 5227 vrf r1-cust1

   bgp router-id 192.168.1.1
   no bgp ebgp-requires-policy
   no bgp network import-check

   neighbor 192.168.1.2 remote-as 5227
   neighbor 192.168.1.2 update-source 192.168.1.1
   neighbor 192.168.1.2 timers 3 10

   address-family ipv4 unicast
     network 10.2.3.4/32
     network 10.4.5.6/32
     network 192.168.1.0/24
     network 192.0.0.0/24
      
     neighbor 192.168.1.2 activate
     neighbor 192.168.1.2 next-hop-self

     ! label vpn export 101
     rd vpn export 10:1
     rt vpn export 52:101
     rt vpn import 52:100

     import vpn
     export vpn
   exit-address-family


router bgp 5227 vrf r1-cust4

   bgp router-id 192.168.1.1
   no bgp network import-check

   address-family ipv4 unicast
     network 10.20.0.0/24
     network 10.200.0.0/24

     rd vpn export 10:1
     rt vpn export 52:101
     rt vpn import 52:100

     import vpn
     export vpn
   exit-address-family

louis-6wind avatar Apr 29 '22 16:04 louis-6wind

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI101BUILD/config.log/config.log.gz

DejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build: (see full PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI101BUILD/ErrorLog/log_pytests.txt)

=================================== FAILURES ===================================
_________________________ TestAspath.test_exit_cleanly _________________________
self = <test_aspath.TestAspath object at 0xf7047210>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_aspath.TestAspath object at 0xf7033090>
    def _exit_cleanly(self):
        if self.exitcode != 0:
>           raise MultiTestFailure("Program did not terminate with exit code 0")
E           frrtest.MultiTestFailure: Program did not terminate with exit code 0
helpers/python/frrtest.py:90: MultiTestFailure
______________________ TestAspath.test_4b_AS4_PATH_confed ______________________
self = <test_aspath.TestAspath object at 0xf7033490>
    def testfunction(self):
        self._run_tests()
        result = self.testresults[matchfunction]
        if result is not None:
>           frrsix.reraise(*result)
helpers/python/frrtest.py:108: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
helpers/python/frrsix.py:62: in reraise
    raise value
helpers/python/frrtest.py:82: in _run_tests
    test(self)
helpers/python/frrtest.py:100: in matchfunction
    method(self, *args, **kwargs)
bgpd/test_aspath.py:27: in _attrtest
    self._okfail(line, okfail=re_okfail)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <test_aspath.TestAspath object at 0xf7033090>
line = '4b AS4_PATH: confed'
okfail = re.compile(b'^(?:\\x1b\\[3[12]m)?(?P<ret>OK|failed)', re.MULTILINE)
    def _okfail(self, line, okfail=re_okfail):
        self._onesimple(line)
    
        m = okfail.search(self.output)
        if m is None:
            raise MultiTestFailure("OK/fail not found")
        self.output = self.output[m.end() :]
    
        if m.group("ret") != "OK".encode("utf8"):
>           raise MultiTestFailure("Test output indicates failure")
E           frrtest.MultiTestFailure: Test output indicates failure
helpers/python/frrtest.py:160: MultiTestFailure
=============== 2 failed, 433 passed, 5 skipped in 47.35 seconds ===============
Makefile:15151: recipe for target 'tests/tests.xml' failed
make: *** [tests/tests.xml] Error 1

Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz

CentOS 7 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for CentOS 7 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI005BUILD/ErrorLog/log_pytests.txt CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI005BUILD/frr.xref.xz/frr.xref.xz

FreeBSD 11 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for FreeBSD 11 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI009BUILD/ErrorLog/log_pytests.txt FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI009BUILD/frr.xref.xz/frr.xref.xz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB11AMD64/frr.xref.xz/frr.xref.xz Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB11AMD64/config.status/config.status

DejaGNU Unittests (make check) failed for Debian 11 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB11AMD64/ErrorLog/log_pytests.txt Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Ubuntu 18.04 arm7 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz

Ubuntu 16.04 i386 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Ubuntu 16.04 i386 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1604I386/ErrorLog/log_pytests.txt Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1604I386/frr.xref.xz/frr.xref.xz

Ubuntu 16.04 arm8 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Ubuntu 16.04 arm8 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U16ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U16ARM8BUILD/frr.xref.xz/frr.xref.xz

Ubuntu 18.04 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Ubuntu 18.04 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804AMD64/ErrorLog/log_pytests.txt Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804AMD64/frr.xref.xz/frr.xref.xz

Ubuntu 16.04 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Ubuntu 16.04 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI014BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI014BUILD/frr.xref.xz/frr.xref.xz

OpenBSD 7 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for OpenBSD 7 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 7 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/REDHAT8/frr.xref.xz/frr.xref.xz Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/REDHAT8/config.log/config.log.gz

DejaGNU Unittests (make check) failed for Redhat 8 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/REDHAT8/ErrorLog/log_pytests.txt Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/REDHAT8/config.status/config.status

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI012BUILD/config.log/config.log.gz

DejaGNU Unittests (make check) failed for NetBSD 9 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI012BUILD/ErrorLog/log_pytests.txt NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI012BUILD/config.status/config.status NetBSD 9 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI012BUILD/frr.xref.xz/frr.xref.xz

FreeBSD 12 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for FreeBSD 12 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/FBSD12AMD64/ErrorLog/log_pytests.txt FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/FBSD12AMD64/frr.xref.xz/frr.xref.xz

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18I386BUILD/frr.xref.xz/frr.xref.xz Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18I386BUILD/config.status/config.status

DejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18I386BUILD/ErrorLog/log_pytests.txt

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U22AMD64BUILD/config.status/config.status

DejaGNU Unittests (make check) failed for Ubuntu 22.04 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U22AMD64BUILD/ErrorLog/log_pytests.txt Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U22AMD64BUILD/config.log/config.log.gz Ubuntu 22.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U22AMD64BUILD/frr.xref.xz/frr.xref.xz

Fedora 29 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Fedora 29 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/F29BUILD/ErrorLog/log_pytests.txt Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/F29BUILD/config.log/config.log.gz Fedora 29 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/F29BUILD/frr.xref.xz/frr.xref.xz

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM8BUILD/config.log/config.log.gz

DejaGNU Unittests (make check) failed for Ubuntu 18.04 arm8 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U18ARM8BUILD/frr.xref.xz/frr.xref.xz

Debian 9 amd64 build: Failed (click for details)

DejaGNU Unittests (make check) failed for Debian 9 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI021BUILD/ErrorLog/log_pytests.txt Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/CI021BUILD/frr.xref.xz/frr.xref.xz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U2004AMD64BUILD/config.status/config.status

DejaGNU Unittests (make check) failed for Ubuntu 20.04 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U2004AMD64BUILD/ErrorLog/log_pytests.txt Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U2004AMD64BUILD/config.log/config.log.gz Ubuntu 20.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U2004AMD64BUILD/frr.xref.xz/frr.xref.xz

Ubuntu 18.04 ppc64le build: Failed (click for details)

DejaGNU Unittests (make check) failed for Ubuntu 18.04 ppc64le build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804PPC64LEBUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/U1804PPC64LEBUILD/frr.xref.xz/frr.xref.xz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB10BUILD/config.log/config.log.gz

DejaGNU Unittests (make check) failed for Debian 10 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB10BUILD/ErrorLog/log_pytests.txt Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB10BUILD/config.status/config.status Debian 10 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5135/artifact/DEB10BUILD/frr.xref.xz/frr.xref.xz

NetDEF-CI avatar Apr 29 '22 18:04 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TP1U1804AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 1: No useful log found
Topotests Ubuntu 18.04 i386 part 4: Failed (click for details) Topotests Ubuntu 18.04 i386 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO4U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 0: No useful log found
Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO9U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 6: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO6U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 6: No useful log found
Topotests debian 10 amd64 part 1: Failed (click for details) Topotests debian 10 amd64 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO1DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 1: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details) Topotests debian 10 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO4DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 9: Failed (click for details) Topotests Ubuntu 18.04 i386 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO9U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 9: No useful log found
Topotests debian 10 amd64 part 0: Failed (click for details) Topotests debian 10 amd64 part 0: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO0DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 0: No useful log found
Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO5U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 5: No useful log found
Topotests debian 10 amd64 part 5: Failed (click for details) Topotests debian 10 amd64 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO5DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 1: Failed (click for details) Topotests Ubuntu 18.04 i386 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO1U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 1: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TP4U1804AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 4: No useful log found
Topotests Ubuntu 18.04 i386 part 6: Failed (click for details) Topotests Ubuntu 18.04 i386 part 6: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO6U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 6: No useful log found
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details) Topotests debian 10 amd64 part 6: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO6DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 6: No useful log found
Topotests Ubuntu 18.04 arm8 part 1: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 1: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details) Topotests Ubuntu 18.04 i386 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO5U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 5: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details) Topotests debian 10 amd64 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO9DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 9: No useful log found
Topotests Ubuntu 18.04 i386 part 0: Failed (click for details) Topotests Ubuntu 18.04 i386 part 0: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPO0U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 0: No useful log found
Topotests Ubuntu 18.04 amd64 part 0: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 0: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/TOPOU1804/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 0: No useful log found
Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Successful on other platforms/tests
  • Debian 9 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 7
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 8
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Static analyzer (clang)
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 2
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 7
  • Addresssanitizer topotests part 6
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 2

CLANG Static Analyzer Summary

  • Github Pull Request 11127, comparing to Git base SHA 23a8660
  • Base image data for Git 23a8660 does not exist - compare skipped

2 Static Analyzer issues remaining.

See details at https://ci1.netdef.org/browse/FRR-PULLREQ2-5136/artifact/shared/static_analysis/index.html

NetDEF-CI avatar Apr 29 '22 20:04 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details) Topotests Ubuntu 18.04 i386 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO4U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 4: No useful log found
Topotests Ubuntu 18.04 amd64 part 1: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TP1U1804AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 1: No useful log found
Topotests Ubuntu 18.04 arm8 part 0: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 0: No useful log found
Topotests Ubuntu 18.04 arm8 part 5: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 5: No useful log found
Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 6: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO6U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 6: No useful log found
Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO9U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 9: No useful log found
Topotests debian 10 amd64 part 1: Failed (click for details) Topotests debian 10 amd64 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO1DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 1: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details) Topotests debian 10 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO4DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 4: No useful log found
Topotests Ubuntu 18.04 i386 part 9: Failed (click for details) Topotests Ubuntu 18.04 i386 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO9U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 9: No useful log found
Topotests debian 10 amd64 part 5: Failed (click for details) Topotests debian 10 amd64 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO5DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 5: No useful log found
Topotests debian 10 amd64 part 0: Failed (click for details) Topotests debian 10 amd64 part 0: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO0DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 0: No useful log found
Topotests Ubuntu 18.04 i386 part 6: Failed (click for details) Topotests Ubuntu 18.04 i386 part 6: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO6U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 6: No useful log found
Topotests Ubuntu 18.04 i386 part 1: Failed (click for details) Topotests Ubuntu 18.04 i386 part 1: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO1U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 1: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details) Topotests debian 10 amd64 part 6: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO6DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 6: No useful log found
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 arm8 part 1: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 1: No useful log found
Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO5U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details) Topotests Ubuntu 18.04 i386 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO5U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 0: Failed (click for details) Topotests Ubuntu 18.04 i386 part 0: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO0U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 0: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 4: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TP4U1804AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details) Topotests debian 10 amd64 part 9: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPO9DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 9: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 0: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 0: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/TOPOU1804/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 0: No useful log found
Successful on other platforms/tests
  • Addresssanitizer topotests part 1
  • Static analyzer (clang)
  • IPv4 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 8
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 6
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 9
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 3
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 8
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 2
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 3

CLANG Static Analyzer Summary

  • Github Pull Request 11127, comparing to Git base SHA 23a8660
  • Base image data for Git 23a8660 does not exist - compare skipped

2 Static Analyzer issues remaining.

See details at https://ci1.netdef.org/browse/FRR-PULLREQ2-5140/artifact/shared/static_analysis/index.html

NetDEF-CI avatar Apr 29 '22 21:04 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5165/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5165/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5165/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 6
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 5
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 0
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 i386 part 5
  • Ubuntu 18.04 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 4
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • IPv4 ldp protocol on Ubuntu 18.04
  • Debian 10 deb pkg check
  • Ubuntu 16.04 deb pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 7

CLANG Static Analyzer Summary

  • Github Pull Request 11127, comparing to Git base SHA de416e6
  • Base image data for Git de416e6 does not exist - compare skipped

2 Static Analyzer issues remaining.

See details at https://ci1.netdef.org/browse/FRR-PULLREQ2-5165/artifact/shared/static_analysis/index.html

NetDEF-CI avatar May 02 '22 11:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5212/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Successful on other platforms/tests
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 i386 part 6
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 2
  • IPv6 protocols on Ubuntu 18.04
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Fedora 29 rpm pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 8
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 amd64 part 9
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • Ubuntu 18.04 deb pkg check
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 amd64 part 6
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 4

NetDEF-CI avatar May 04 '22 17:05 NetDEF-CI

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5237/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

NetDEF-CI avatar May 05 '22 19:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5251/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5251/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5251/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5251/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 5: Failed (click for details) Topotests Ubuntu 18.04 amd64 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO5U18AMD64/ErrorLog/ Topotests Ubuntu 18.04 amd64 part 5: No useful log found
Topotests debian 10 amd64 part 5: Failed (click for details) Topotests debian 10 amd64 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO5DEB10AMD64/ErrorLog/ Topotests debian 10 amd64 part 5: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details) Topotests Ubuntu 18.04 i386 part 5: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5251/artifact/TOPO5U18I386/ErrorLog/ Topotests Ubuntu 18.04 i386 part 5: No useful log found
Successful on other platforms/tests
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 4
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 20.04 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Debian 10 deb pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests debian 10 amd64 part 4
  • Addresssanitizer topotests part 4
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 i386 part 9
  • Addresssanitizer topotests part 7
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 3
  • Addresssanitizer topotests part 9
  • Addresssanitizer topotests part 8
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 2

NetDEF-CI avatar May 06 '22 20:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5276/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 8
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 amd64 part 9
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • Ubuntu 18.04 deb pkg check
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 0
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 4
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 i386 part 6
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 9
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 4
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • IPv4 protocols on Ubuntu 18.04

NetDEF-CI avatar May 09 '22 13:05 NetDEF-CI

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/11127 a83a57b5 frr.github Build
Date 05/09/2022
Start 13:43:20
Finish 13:44:07
Run-Time 00:47
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2022-05-09-13:43:20.txt
Log make-2022-05-09-13:43:20.out.bz2
Memory

For details, please contact louberger

LabN-CI avatar May 09 '22 17:05 LabN-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:721: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c:399:22: error: use of undeclared identifier 'afi'; did you mean 'safi'?
bgpd/bgp_zebra.c:347:9: note: 'safi' declared here
bgpd/bgp_zebra.c:400:36: error: use of undeclared identifier 'afi'; did you mean 'safi'?
bgpd/bgp_zebra.c:347:9: note: 'safi' declared here
bgpd/bgp_zebra.c:400:48: error: use of undeclared identifier 'afi'; did you mean 'safi'?
bgpd/bgp_zebra.c:347:9: note: 'safi' declared here
bgpd/bgp_zebra.c:400:48: error: implicit conversion from enumeration type 'safi_t' to different enumeration type 'afi_t' [-Werror,-Wenum-conversion]

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI011BUILD/config.log/config.log.gz

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/F29BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10300: bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make: *** [Makefile:6338: all] Error 2

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/F29BUILD/config.log/config.log.gz

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/REDHAT8/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10300: bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6338: all] Error 2

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/REDHAT8/config.status/config.status

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
Makefile:5685: recipe for target 'all' failed
Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI021BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI021BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/DEB10BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10301: bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6339: all] Error 2

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/DEB10BUILD/config.status/config.status

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10301: bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make: *** [Makefile:6339: all] Error 2

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U2004AMD64BUILD/config.log/config.log.gz

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5685: recipe for target 'all' failed

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI101BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c: In function 'bgp_interface_address_delete':
bgpd/bgp_zebra.c:399:22: error: 'afi' undeclared (first use in this function); did you mean 'safi'?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10303: bgpd/bgp_zebra.o] Error 1
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.5283/frr-source'
gmake: *** [Makefile:6341: all] Error 2

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI009BUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:29: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:29: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10304: bgpd/bgp_zebra.o] Error 1
frr.texi:18: warning: @definfoenclose is obsolete.
frr.texi:19: warning: @definfoenclose is obsolete.
frr.texi:19781: warning: @emph should not appear in @item
frr.texi:28566: warning: @emph should not appear in @item

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U22AMD64BUILD/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1804AMD64/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5685: recipe for target 'all' failed

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI014BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI014BUILD/config.log/config.log.gz

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18I386BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5685: recipe for target 'all' failed
CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI005BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory `/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [bgpd/bgp_zebra.o] Error 1
pimd/pim_msdp.c: In function pim_msdp_peer_rpf_check:
pimd/pim_msdp.c:705:9: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_msdp.c:705:9: warning: (near initialization for nexthop.last_lookup) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI005BUILD/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5283/frr-source'
Makefile:5685: recipe for target 'all' failed

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U18ARM7BUILD/config.status/config.status

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI012BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function 'bgp_interface_address_delete':
bgpd/bgp_zebra.c:399:22: error: 'afi' undeclared (first use in this function); did you mean 'safi'?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10304: bgpd/bgp_zebra.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:16635: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:16645: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/CI012BUILD/config.status/config.status

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/DEB11AMD64/ErrorLog/log_make.txt)

/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10304: bgpd/bgp_zebra.o] Error 1
doc/user/_build/texinfo/frr.texi:25199: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25348: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25404: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/DEB11AMD64/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function 'bgp_interface_address_delete':
bgpd/bgp_zebra.c:399:22: error: 'afi' undeclared (first use in this function); did you mean 'safi'?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10300: bgpd/bgp_zebra.o] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.5283/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6338: all] Error 2

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1604I386/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5283/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5283/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5283/artifact/U1604I386/config.log/config.log.gz

NetDEF-CI avatar May 09 '22 17:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/REDHAT8/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10300: bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
make: *** [Makefile:6338: all] Error 2

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/REDHAT8/config.status/config.status

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/DEB10BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10301: bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6339: all] Error 2

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/DEB10BUILD/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:721: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c:399:22: error: use of undeclared identifier 'afi'; did you mean 'safi'?
bgpd/bgp_zebra.c:347:9: note: 'safi' declared here
bgpd/bgp_zebra.c:400:36: error: use of undeclared identifier 'afi'; did you mean 'safi'?
bgpd/bgp_zebra.c:347:9: note: 'safi' declared here
bgpd/bgp_zebra.c:400:48: error: use of undeclared identifier 'afi'; did you mean 'safi'?
bgpd/bgp_zebra.c:347:9: note: 'safi' declared here
bgpd/bgp_zebra.c:400:48: error: implicit conversion from enumeration type 'safi_t' to different enumeration type 'afi_t' [-Werror,-Wenum-conversion]

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI011BUILD/config.log/config.log.gz

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/F29BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10300: bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
make: *** [Makefile:6338: all] Error 2

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/F29BUILD/config.log/config.log.gz

Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI021BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI021BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10301: bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
make: *** [Makefile:6339: all] Error 2

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U2004AMD64BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI101BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5685: recipe for target 'all' failed

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1804AMD64/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
Makefile:5685: recipe for target 'all' failed

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1804AMD64/config.log/config.log.gz

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c: In function 'bgp_interface_address_delete':
bgpd/bgp_zebra.c:399:22: error: 'afi' undeclared (first use in this function); did you mean 'safi'?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10303: bgpd/bgp_zebra.o] Error 1
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.5284/frr-source'
gmake: *** [Makefile:6341: all] Error 2

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI009BUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:29: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:29: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10304: bgpd/bgp_zebra.o] Error 1
frr.texi:18: warning: @definfoenclose is obsolete.
frr.texi:19: warning: @definfoenclose is obsolete.
frr.texi:19781: warning: @emph should not appear in @item
frr.texi:28566: warning: @emph should not appear in @item

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U22AMD64BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function 'bgp_interface_address_delete':
bgpd/bgp_zebra.c:399:22: error: 'afi' undeclared (first use in this function); did you mean 'safi'?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10300: bgpd/bgp_zebra.o] Error 1
gmake[1]: Target 'all-am' not remade because of errors.
gmake[1]: Leaving directory '/usr/home/ci/cibuild.5284/frr-source'
gmake: *** [Makefile:6338: all] Error 2

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/FBSD12AMD64/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U16ARM8BUILD/config.status/config.status

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI014BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI014BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI005BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory `/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [bgpd/bgp_zebra.o] Error 1
pimd/pim_msdp.c: In function pim_msdp_peer_rpf_check:
pimd/pim_msdp.c:705:9: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_msdp.c:705:9: warning: (near initialization for nexthop.last_lookup) [-Wmissing-braces]
deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.  CC       bgpd/bgp_addpath.o

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI005BUILD/config.log/config.log.gz

Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18I386BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
Makefile:5685: recipe for target 'all' failed
make[1]: Target 'all-am' not remade because of errors.
NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI012BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function 'bgp_interface_address_delete':
bgpd/bgp_zebra.c:399:22: error: 'afi' undeclared (first use in this function); did you mean 'safi'?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10304: bgpd/bgp_zebra.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:16635: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:16645: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/CI012BUILD/config.status/config.status

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
Makefile:5685: recipe for target 'all' failed

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18ARM7BUILD/config.status/config.status

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'
Makefile:5685: recipe for target 'all' failed
Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1604I386/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.5284/frr-source'
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function)
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9641: recipe for target 'bgpd/bgp_zebra.o' failed
make[1]: *** [bgpd/bgp_zebra.o] Error 1
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/U1604I386/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/DEB11AMD64/ErrorLog/log_make.txt)

/home/ci/cibuild.5284/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_zebra.c: In function bgp_interface_address_delete:
bgpd/bgp_zebra.c:399:22: error: afi undeclared (first use in this function); did you mean safi?
bgpd/bgp_zebra.c:399:22: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10304: bgpd/bgp_zebra.o] Error 1
doc/user/_build/texinfo/frr.texi:25199: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25348: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25404: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
make[1]: Leaving directory '/home/ci/cibuild.5284/frr-source'

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5284/artifact/DEB11AMD64/config.log/config.log.gz

NetDEF-CI avatar May 09 '22 17:05 NetDEF-CI

let me know when you're ready for review ... looks like there's still work to be done here :-)

riw777 avatar May 09 '22 19:05 riw777

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5294/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Failed

Checkout code: Failed (click for details)

PullReq merge failed. Please rebase your branch: see merge log in attachment https://ci1.netdef.org/browse/FRR-PULLREQ2-5294/artifact/CHECKOUT/ErrorLog/log_merge.txt

NetDEF-CI avatar May 10 '22 10:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5292/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 amd64 part 1: Incomplete (check logs for details)
Topotests Ubuntu 18.04 amd64 part 6: Incomplete (check logs for details)
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 arm8 part 5
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 0
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 i386 part 5
  • Ubuntu 18.04 deb pkg check
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 6
  • Addresssanitizer topotests part 8
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 arm8 part 4
  • Ubuntu 20.04 deb pkg check
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 arm8 part 9
  • Debian 10 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 arm8 part 2
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 9

NetDEF-CI avatar May 10 '22 11:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5295/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5295/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5295/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 i386 part 5
  • Addresssanitizer topotests part 6
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 5
  • Fedora 29 rpm pkg check
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 8
  • Static analyzer (clang)
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 1
  • Debian 9 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • IPv6 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 8
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 arm8 part 4
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 5
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 amd64 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 3
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 0

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5295/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5295/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-9222/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-9222/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-9222/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-9222/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-9222/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-9222/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-9222/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-9222/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #822: FILE: /tmp/f1-9222/bgp_mplsvpn.c:822:
< WARNING: line over 80 characters
< #1131: FILE: /tmp/f1-9222/bgp_mplsvpn.c:1131:
< WARNING: line over 80 characters
< #1269: FILE: /tmp/f1-9222/bgp_mplsvpn.c:1269:
< WARNING: line over 80 characters
< #1580: FILE: /tmp/f1-9222/bgp_mplsvpn.c:1580:
< WARNING: line over 80 characters
< #1585: FILE: /tmp/f1-9222/bgp_mplsvpn.c:1585:
< WARNING: line over 80 characters
< #1718: FILE: /tmp/f1-9222/bgp_mplsvpn.c:1718:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-9222/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-9222/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-9222/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-9222/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9034: FILE: /tmp/f1-9222/bgp_route.c:9034:
< WARNING: line over 80 characters
< #9048: FILE: /tmp/f1-9222/bgp_route.c:9048:
< WARNING: line over 80 characters
< #10311: FILE: /tmp/f1-9222/bgp_route.c:10311:
< WARNING: line over 80 characters
< #10321: FILE: /tmp/f1-9222/bgp_route.c:10321:
Report for bgp_zebra.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #403: FILE: /tmp/f1-9222/bgp_zebra.c:403:
< WARNING: line over 80 characters
< #404: FILE: /tmp/f1-9222/bgp_zebra.c:404:
< WARNING: line over 80 characters
< #405: FILE: /tmp/f1-9222/bgp_zebra.c:405:
< WARNING: line over 80 characters
< #406: FILE: /tmp/f1-9222/bgp_zebra.c:406:
< WARNING: line over 80 characters
< #593: FILE: /tmp/f1-9222/bgp_zebra.c:593:
< WARNING: line over 80 characters
< #1074: FILE: /tmp/f1-9222/bgp_zebra.c:1074:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-9222/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-9222/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-9222/if.c:570:

NetDEF-CI avatar May 10 '22 12:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5302/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5302/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-5302/test

Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 amd64 part 7
  • Addresssanitizer topotests part 3
  • Topotests debian 10 amd64 part 1
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 amd64 part 4
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests debian 10 amd64 part 7
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 6
  • Addresssanitizer topotests part 5
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 1
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 7
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 2
  • Ubuntu 16.04 deb pkg check
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 5
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 amd64 part 5
  • Ubuntu 20.04 deb pkg check

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5302/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5302/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-5302/test

Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5302/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5302/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-16672/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-16672/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-16672/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-16672/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-16672/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-16672/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-16672/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-16672/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #822: FILE: /tmp/f1-16672/bgp_mplsvpn.c:822:
< WARNING: line over 80 characters
< #1131: FILE: /tmp/f1-16672/bgp_mplsvpn.c:1131:
< WARNING: line over 80 characters
< #1269: FILE: /tmp/f1-16672/bgp_mplsvpn.c:1269:
< WARNING: line over 80 characters
< #1621: FILE: /tmp/f1-16672/bgp_mplsvpn.c:1621:
< WARNING: line over 80 characters
< #1628: FILE: /tmp/f1-16672/bgp_mplsvpn.c:1628:
< WARNING: line over 80 characters
< #1719: FILE: /tmp/f1-16672/bgp_mplsvpn.c:1719:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-16672/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-16672/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-16672/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-16672/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9034: FILE: /tmp/f1-16672/bgp_route.c:9034:
< WARNING: line over 80 characters
< #9048: FILE: /tmp/f1-16672/bgp_route.c:9048:
< WARNING: line over 80 characters
< #10311: FILE: /tmp/f1-16672/bgp_route.c:10311:
< WARNING: line over 80 characters
< #10321: FILE: /tmp/f1-16672/bgp_route.c:10321:
Report for bgp_zebra.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #403: FILE: /tmp/f1-16672/bgp_zebra.c:403:
< WARNING: line over 80 characters
< #404: FILE: /tmp/f1-16672/bgp_zebra.c:404:
< WARNING: line over 80 characters
< #405: FILE: /tmp/f1-16672/bgp_zebra.c:405:
< WARNING: line over 80 characters
< #406: FILE: /tmp/f1-16672/bgp_zebra.c:406:
< WARNING: line over 80 characters
< #593: FILE: /tmp/f1-16672/bgp_zebra.c:593:
< WARNING: line over 80 characters
< #1074: FILE: /tmp/f1-16672/bgp_zebra.c:1074:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-16672/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-16672/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-16672/if.c:570:

NetDEF-CI avatar May 10 '22 19:05 NetDEF-CI

ci:rerun ci system zfs snapshot rotation failure

davischw avatar May 11 '22 13:05 davischw

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5313/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-5313/test

Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 4
  • Addresssanitizer topotests part 9
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 amd64 part 1
  • Addresssanitizer topotests part 6
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests Ubuntu 18.04 arm8 part 4
  • Debian 10 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 3
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 i386 part 4
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests debian 10 amd64 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 7
  • Static analyzer (clang)
  • Ubuntu 16.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 1
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 arm8 part 5

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5313/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-5313/test

Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 8: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 8: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18AMD64-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO9U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9U18I386-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO9U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5313/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5313/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-26836/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-26836/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-26836/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-26836/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-26836/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-26836/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-26836/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-26836/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #822: FILE: /tmp/f1-26836/bgp_mplsvpn.c:822:
< WARNING: line over 80 characters
< #1131: FILE: /tmp/f1-26836/bgp_mplsvpn.c:1131:
< WARNING: line over 80 characters
< #1269: FILE: /tmp/f1-26836/bgp_mplsvpn.c:1269:
< WARNING: line over 80 characters
< #1621: FILE: /tmp/f1-26836/bgp_mplsvpn.c:1621:
< WARNING: line over 80 characters
< #1628: FILE: /tmp/f1-26836/bgp_mplsvpn.c:1628:
< WARNING: line over 80 characters
< #1719: FILE: /tmp/f1-26836/bgp_mplsvpn.c:1719:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-26836/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-26836/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-26836/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-26836/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9034: FILE: /tmp/f1-26836/bgp_route.c:9034:
< WARNING: line over 80 characters
< #9048: FILE: /tmp/f1-26836/bgp_route.c:9048:
< WARNING: line over 80 characters
< #10311: FILE: /tmp/f1-26836/bgp_route.c:10311:
< WARNING: line over 80 characters
< #10321: FILE: /tmp/f1-26836/bgp_route.c:10321:
Report for bgp_zebra.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #403: FILE: /tmp/f1-26836/bgp_zebra.c:403:
< WARNING: line over 80 characters
< #404: FILE: /tmp/f1-26836/bgp_zebra.c:404:
< WARNING: line over 80 characters
< #405: FILE: /tmp/f1-26836/bgp_zebra.c:405:
< WARNING: line over 80 characters
< #406: FILE: /tmp/f1-26836/bgp_zebra.c:406:
< WARNING: line over 80 characters
< #593: FILE: /tmp/f1-26836/bgp_zebra.c:593:
< WARNING: line over 80 characters
< #1074: FILE: /tmp/f1-26836/bgp_zebra.c:1074:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-26836/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-26836/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-26836/if.c:570:

NetDEF-CI avatar May 11 '22 16:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5324/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 i386 part 1: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO1U18I386-5324/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 1 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5324/artifact/TOPO1U18I386/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 i386 part 6
  • Addresssanitizer topotests part 2
  • Ubuntu 16.04 deb pkg check
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 4
  • Addresssanitizer topotests part 9
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 arm8 part 2
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 5
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 i386 part 7
  • Addresssanitizer topotests part 6
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 4
  • Topotests Ubuntu 18.04 i386 part 5
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 18.04 deb pkg check
  • Debian 10 deb pkg check
  • Debian 9 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 i386 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 amd64 part 9
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 arm8 part 5
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 3
  • Addresssanitizer topotests part 0
  • Static analyzer (clang)

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 i386 part 1: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO1U18I386-5324/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 1 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5324/artifact/TOPO1U18I386/ErrorLog/log_topotests.txt

Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-20412/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-20412/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-20412/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-20412/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-20412/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-20412/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-20412/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-20412/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-20412/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1115: FILE: /tmp/f1-20412/bgp_mplsvpn.c:1115:
< WARNING: line over 80 characters
< #1253: FILE: /tmp/f1-20412/bgp_mplsvpn.c:1253:
< WARNING: line over 80 characters
< #1605: FILE: /tmp/f1-20412/bgp_mplsvpn.c:1605:
< WARNING: line over 80 characters
< #1610: FILE: /tmp/f1-20412/bgp_mplsvpn.c:1610:
< WARNING: line over 80 characters
< #1701: FILE: /tmp/f1-20412/bgp_mplsvpn.c:1701:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-20412/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-20412/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-20412/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-20412/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9034: FILE: /tmp/f1-20412/bgp_route.c:9034:
< WARNING: line over 80 characters
< #9048: FILE: /tmp/f1-20412/bgp_route.c:9048:
< WARNING: line over 80 characters
< #10311: FILE: /tmp/f1-20412/bgp_route.c:10311:
< WARNING: line over 80 characters
< #10321: FILE: /tmp/f1-20412/bgp_route.c:10321:
Report for bgp_zebra.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #415: FILE: /tmp/f1-20412/bgp_zebra.c:415:
< WARNING: line over 80 characters
< #416: FILE: /tmp/f1-20412/bgp_zebra.c:416:
< WARNING: line over 80 characters
< #417: FILE: /tmp/f1-20412/bgp_zebra.c:417:
< WARNING: line over 80 characters
< #418: FILE: /tmp/f1-20412/bgp_zebra.c:418:
< WARNING: line over 80 characters
< #605: FILE: /tmp/f1-20412/bgp_zebra.c:605:
< WARNING: line over 80 characters
< #1086: FILE: /tmp/f1-20412/bgp_zebra.c:1086:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-20412/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-20412/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-20412/if.c:570:

NetDEF-CI avatar May 11 '22 18:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5361/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5361/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5361/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 8
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 amd64 part 3
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 0
  • Ubuntu 16.04 deb pkg check
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests Ubuntu 18.04 i386 part 1
  • IPv4 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 9
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 9
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 5
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 3
  • Topotests debian 10 amd64 part 1
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 9
  • Addresssanitizer topotests part 2
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 amd64 part 1
  • Debian 9 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 6

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5361/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5361/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5361/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5361/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
<stdin>:2293: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-20627/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-20627/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-20627/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-20627/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-20627/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-20627/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-20627/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-20627/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-20627/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-20627/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-20627/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-20627/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-20627/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-20627/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-20627/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-20627/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-20627/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-20627/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-20627/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-20627/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-20627/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-20627/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-20627/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-20627/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-20627/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-20627/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-20627/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-20627/if.c:570:

NetDEF-CI avatar May 13 '22 12:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5406/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5406/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5406/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 amd64 part 8
  • Addresssanitizer topotests part 8
  • Topotests debian 10 amd64 part 2
  • Static analyzer (clang)
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 6
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 4
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests debian 10 amd64 part 5
  • Addresssanitizer topotests part 1
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 7
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 5
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 amd64 part 7
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 3
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 5
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 9
  • IPv4 protocols on Ubuntu 18.04
  • Fedora 29 rpm pkg check
  • Addresssanitizer topotests part 9
  • CentOS 7 rpm pkg check

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5406/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5406/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 9: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5406/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5406/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

<stdin>:2305: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-30132/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-30132/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-30132/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-30132/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-30132/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-30132/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-30132/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-30132/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-30132/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-30132/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-30132/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-30132/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-30132/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-30132/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-30132/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-30132/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-30132/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-30132/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-30132/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-30132/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-30132/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-30132/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-30132/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-30132/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-30132/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-30132/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-30132/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-30132/if.c:570:

NetDEF-CI avatar May 16 '22 18:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5439/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 0: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO0U18I386-5439/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 0 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TOPO0U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5439/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5439/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 amd64 part 0
  • Addresssanitizer topotests part 3
  • Topotests debian 10 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 2
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 2
  • Fedora 29 rpm pkg check
  • CentOS 7 rpm pkg check
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 amd64 part 3
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 amd64 part 1
  • Ubuntu 18.04 deb pkg check
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 8
  • Debian 10 deb pkg check
  • Topotests debian 10 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 4
  • Debian 9 deb pkg check
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 1
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Static analyzer (clang)
  • Addresssanitizer topotests part 7
  • Topotests debian 10 amd64 part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Ubuntu 20.04 deb pkg check
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 5
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 arm8 part 5

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5439/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 0: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO0U18I386-5439/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 0 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TOPO0U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5439/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5439/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5439/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

<stdin>:2317: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-28563/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-28563/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-28563/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-28563/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-28563/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-28563/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-28563/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-28563/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-28563/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-28563/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-28563/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-28563/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-28563/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-28563/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-28563/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-28563/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-28563/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-28563/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-28563/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-28563/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-28563/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-28563/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-28563/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-28563/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-28563/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-28563/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-28563/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-28563/if.c:570:

NetDEF-CI avatar May 17 '22 17:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO5U18I386-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO5U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-5438/test

Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5438/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 8: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO8U18ARM64-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 6
  • Addresssanitizer topotests part 3
  • Addresssanitizer topotests part 2
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 2
  • Fedora 29 rpm pkg check
  • Addresssanitizer topotests part 9
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 i386 part 2
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Debian 10 deb pkg check
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 amd64 part 6
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 arm8 part 9
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 1
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 7
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 5
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 20.04 deb pkg check
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 5
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 1

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests Ubuntu 18.04 i386 part 5: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO5U18I386-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 5 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO5U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 4: No useful log found
Topotests debian 10 amd64 part 9: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-5438/test

Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO9DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5438/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 8: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO8U18ARM64-5438/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 8 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5438/artifact/TOPO8U18ARM64/ErrorLog/log_topotests.txt

<stdin>:2304: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-30075/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-30075/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-30075/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-30075/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-30075/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-30075/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-30075/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-30075/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-30075/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-30075/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-30075/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-30075/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-30075/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-30075/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-30075/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-30075/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-30075/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-30075/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-30075/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-30075/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-30075/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-30075/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-30075/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-30075/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-30075/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-30075/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-30075/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-30075/if.c:570:

NetDEF-CI avatar May 17 '22 18:05 NetDEF-CI

Continuous Integration Result: SUCCESSFUL

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5447/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Warnings Generated during build:

Checkout code: Successful with additional warnings
<stdin>:2341: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-25651/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-25651/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-25651/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-25651/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-25651/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-25651/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-25651/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-25651/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-25651/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-25651/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-25651/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-25651/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-25651/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-25651/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-25651/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-25651/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-25651/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-25651/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-25651/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-25651/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-25651/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-25651/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-25651/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-25651/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-25651/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-25651/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-25651/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-25651/if.c:570:

NetDEF-CI avatar May 17 '22 19:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5648/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5648/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5648/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Debian 9 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 1
  • Addresssanitizer topotests part 1
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 4
  • Ubuntu 18.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 7
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 8
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 6
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 4
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 0
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 i386 part 1
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 amd64 part 4
  • Topotests Ubuntu 18.04 i386 part 6
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 6
  • Topotests Ubuntu 18.04 arm8 part 7
  • Topotests debian 10 amd64 part 6
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 amd64 part 7
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests debian 10 amd64 part 9
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests Ubuntu 18.04 amd64 part 2
  • CentOS 7 rpm pkg check
  • Fedora 29 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 4
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 arm8 part 9
  • Addresssanitizer topotests part 2

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5648/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5648/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

<stdin>:2339: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-23612/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-23612/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-23612/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-23612/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-23612/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-23612/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-23612/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-23612/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-23612/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-23612/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-23612/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-23612/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-23612/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-23612/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-23612/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-23612/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-23612/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-23612/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-23612/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-23612/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-23612/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-23612/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-23612/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-23612/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-23612/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-23612/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-23612/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-23612/if.c:570:

NetDEF-CI avatar May 27 '22 14:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Failed

Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5647/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5647/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5647/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Successful on other platforms/tests
  • Topotests Ubuntu 18.04 amd64 part 1
  • Debian 9 deb pkg check
  • Ubuntu 18.04 deb pkg check
  • Addresssanitizer topotests part 1
  • Ubuntu 20.04 deb pkg check
  • Topotests Ubuntu 18.04 i386 part 4
  • IPv4 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 9
  • Addresssanitizer topotests part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Topotests Ubuntu 18.04 i386 part 8
  • Debian 10 deb pkg check
  • Topotests Ubuntu 18.04 arm8 part 3
  • Addresssanitizer topotests part 4
  • Topotests debian 10 amd64 part 1
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 4
  • Topotests Ubuntu 18.04 arm8 part 5
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 0
  • Static analyzer (clang)
  • Topotests debian 10 amd64 part 3
  • IPv4 ldp protocol on Ubuntu 18.04
  • Ubuntu 16.04 deb pkg check
  • Topotests Ubuntu 18.04 amd64 part 5
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 2
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 amd64 part 4
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 3
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 arm8 part 1
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests debian 10 amd64 part 0
  • Addresssanitizer topotests part 6
  • Topotests Ubuntu 18.04 i386 part 5
  • Topotests Ubuntu 18.04 i386 part 0
  • Topotests debian 10 amd64 part 9
  • Fedora 29 rpm pkg check
  • CentOS 7 rpm pkg check
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 2
  • IPv6 protocols on Ubuntu 18.04
  • Topotests debian 10 amd64 part 8
  • Topotests Ubuntu 18.04 arm8 part 9
  • Topotests Ubuntu 18.04 arm8 part 4
  • Addresssanitizer topotests part 2

Warnings Generated during build:

Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5647/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5647/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5647/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5647/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

<stdin>:2341: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2125: FILE: /tmp/f1-29237/bgp_attr.c:2125:
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-29237/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2146: FILE: /tmp/f1-29237/bgp_attr.c:2146:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-29237/bgp_attr.c:2148:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-29237/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-29237/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-29237/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-29237/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-29237/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-29237/bgp_mplsvpn.c:1116:
< WARNING: line over 80 characters
< #1254: FILE: /tmp/f1-29237/bgp_mplsvpn.c:1254:
< WARNING: line over 80 characters
< #1606: FILE: /tmp/f1-29237/bgp_mplsvpn.c:1606:
< WARNING: line over 80 characters
< #1611: FILE: /tmp/f1-29237/bgp_mplsvpn.c:1611:
< WARNING: line over 80 characters
< #1702: FILE: /tmp/f1-29237/bgp_mplsvpn.c:1702:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #758: FILE: /tmp/f1-29237/bgp_nht.c:758:
< WARNING: line over 80 characters
< #761: FILE: /tmp/f1-29237/bgp_nht.c:761:
< WARNING: line over 80 characters
< #763: FILE: /tmp/f1-29237/bgp_nht.c:763:
< WARNING: line over 80 characters
< #849: FILE: /tmp/f1-29237/bgp_nht.c:849:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9031: FILE: /tmp/f1-29237/bgp_route.c:9031:
< WARNING: line over 80 characters
< #9045: FILE: /tmp/f1-29237/bgp_route.c:9045:
< WARNING: line over 80 characters
< #10308: FILE: /tmp/f1-29237/bgp_route.c:10308:
< WARNING: line over 80 characters
< #10318: FILE: /tmp/f1-29237/bgp_route.c:10318:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-29237/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-29237/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-29237/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-29237/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-29237/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-29237/if.c:570:

NetDEF-CI avatar May 27 '22 14:05 NetDEF-CI

Continuous Integration Result: FAILED

Continuous Integration Result: FAILED

Test incomplete. See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Successful

Basic Tests: Incomplete

Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-5646/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/artifact/TOPO4U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18AMD64-5646/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/artifact/TOPO6U18AMD64/ErrorLog/log_topotests.txt

Topotests debian 10 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4DEB10AMD64-5646/test

Topology Tests failed for Topotests debian 10 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/artifact/TOPO4DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 i386 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6U18I386-5646/test

Topology Tests failed for Topotests Ubuntu 18.04 i386 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/artifact/TOPO6U18I386/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 amd64 part 4: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP4U1804AMD64-5646/test

Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/artifact/TP4U1804AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 6: Failed (click for details) Topotests Ubuntu 18.04 arm8 part 6: No useful log found
Topotests debian 10 amd64 part 6: Failed (click for details)

Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO6DEB10AMD64-5646/test

Topology Tests failed for Topotests debian 10 amd64 part 6 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-5646/artifact/TOPO6DEB10AMD64/ErrorLog/log_topotests.txt

Topotests Ubuntu 18.04 arm8 part 4: Incomplete (check logs for details)
Successful on other platforms/tests
  • Topotests Ubuntu 18.04 arm8 part 9
  • Ubuntu 18.04 deb pkg check
  • Debian 9 deb pkg check
  • Addresssanitizer topotests part 1
  • Ubuntu 20.04 deb pkg check
  • IPv4 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 amd64 part 1
  • Topotests Ubuntu 18.04 amd64 part 9
  • Topotests Ubuntu 18.04 i386 part 8
  • Topotests Ubuntu 18.04 i386 part 3
  • Addresssanitizer topotests part 8
  • Debian 10 deb pkg check
  • Addresssanitizer topotests part 4
  • Topotests Ubuntu 18.04 arm8 part 3
  • Topotests Ubuntu 18.04 arm8 part 5
  • Addresssanitizer topotests part 5
  • Topotests debian 10 amd64 part 1
  • Topotests Ubuntu 18.04 arm8 part 0
  • Topotests Ubuntu 18.04 i386 part 9
  • Topotests Ubuntu 18.04 amd64 part 8
  • Topotests debian 10 amd64 part 2
  • Addresssanitizer topotests part 0
  • Topotests debian 10 amd64 part 3
  • Static analyzer (clang)
  • Topotests Ubuntu 18.04 amd64 part 5
  • Addresssanitizer topotests part 2
  • IPv4 ldp protocol on Ubuntu 18.04
  • Topotests debian 10 amd64 part 5
  • Topotests Ubuntu 18.04 arm8 part 2
  • Ubuntu 16.04 deb pkg check
  • Addresssanitizer topotests part 9
  • Topotests Ubuntu 18.04 i386 part 1
  • Topotests Ubuntu 18.04 i386 part 2
  • Topotests Ubuntu 18.04 arm8 part 1
  • Topotests Ubuntu 18.04 i386 part 7
  • Topotests Ubuntu 18.04 amd64 part 7
  • Topotests Ubuntu 18.04 arm8 part 7
  • Addresssanitizer topotests part 3
  • Addresssanitizer topotests part 7
  • Topotests Ubuntu 18.04 arm8 part 8
  • Topotests debian 10 amd64 part 0
  • Topotests Ubuntu 18.04 i386 part 0
  • Addresssanitizer topotests part 6
  • Topotests debian 10 amd64 part 9
  • Fedora 29 rpm pkg check
  • CentOS 7 rpm pkg check
  • Topotests debian 10 amd64 part 7
  • Topotests Ubuntu 18.04 amd64 part 3
  • Topotests Ubuntu 18.04 amd64 part 0
  • Topotests Ubuntu 18.04 amd64 part 2
  • Topotests debian 10 amd64 part 8
  • IPv6 protocols on Ubuntu 18.04
  • Topotests Ubuntu 18.04 i386 part 5

NetDEF-CI avatar May 27 '22 14:05 NetDEF-CI

waiting on conflicts and ci failures ...

riw777 avatar Jun 19 '22 11:06 riw777

Continuous Integration Result: FAILED

See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/

This is a comment from an automated CI system. For questions and feedback in regards to this CI system, please feel free to email Martin Winter - mwinter (at) opensourcerouting.org.

Get source / Pull Request: Successful

Building Stage: Failed

Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5696: recipe for target 'all' failed

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:58: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:58: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10322: bgpd/bgp_mplsvpn.o] Error 1
frr.texi:18: warning: @definfoenclose is obsolete.
frr.texi:19: warning: @definfoenclose is obsolete.
frr.texi:19920: warning: @emph should not appear in @item
frr.texi:28878: warning: @emph should not appear in @item

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U22AMD64BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function 'leak_update':
bgpd/bgp_mplsvpn.c:925:30: error: 'bgp' undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10318: bgpd/bgp_mplsvpn.o] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.6009/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6350: all] Error 2

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/FBSD12AMD64/config.log/config.log.gz

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/F29BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10318: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make: *** [Makefile:6350: all] Error 2

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/F29BUILD/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB11AMD64/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10322: bgpd/bgp_mplsvpn.o] Error 1
doc/user/_build/texinfo/frr.texi:25348: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25497: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25553: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1604I386/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1604I386/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
Makefile:5696: recipe for target 'all' failed

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM7BUILD/config.status/config.status

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
Makefile:5696: recipe for target 'all' failed
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/REDHAT8/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10318: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6350: all] Error 2

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/REDHAT8/config.status/config.status

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/RH9BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:58: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:58: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10319: bgpd/bgp_mplsvpn.o] Error 1
doc/user/_build/texinfo/frr.texi:25348: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25497: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25553: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/RH9BUILD/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:721: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c:925:30: error: use of undeclared identifier 'bgp'
bgpd/bgp_mplsvpn.c:926:29: error: use of undeclared identifier 'bgp'
2 errors generated.
gmake[1]: *** [Makefile:10321: bgpd/bgp_mplsvpn.o] Error 1
gmake[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6353: all] Error 2

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI011BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB10BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10319: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6351: all] Error 2

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB10BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function 'leak_update':
bgpd/bgp_mplsvpn.c:925:30: error: 'bgp' undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10321: bgpd/bgp_mplsvpn.o] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.6009/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6353: all] Error 2

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI009BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI101BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18I386BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5696: recipe for target 'all' failed
Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804AMD64/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
Makefile:5696: recipe for target 'all' failed

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI014BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI014BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10319: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make: *** [Makefile:6351: all] Error 2

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U2004AMD64BUILD/config.log/config.log.gz

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI012BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function 'leak_update':
bgpd/bgp_mplsvpn.c:925:30: error: 'bgp' undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10322: bgpd/bgp_mplsvpn.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:16713: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:16723: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI012BUILD/config.status/config.status

Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI021BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI021BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI005BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory `/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
pimd/pim_cmd_common.c: In function pim_show_join_vrf_all_cmd_helper:
pimd/pim_cmd_common.c:1710:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:1710:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
pimd/pim_cmd_common.c: In function pim_show_upstream_helper:

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI005BUILD/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U16ARM8BUILD/config.status/config.status

Warnings Generated during build:

Checkout code: Successful with additional warnings
Ubuntu 18.04 ppc64le build: Failed (click for details)

Make failed for Ubuntu 18.04 ppc64le build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804PPC64LEBUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5696: recipe for target 'all' failed

Ubuntu 18.04 ppc64le build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804PPC64LEBUILD/config.log/config.log.gz

Ubuntu 22.04 amd64 build: Failed (click for details) Ubuntu 22.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U22AMD64BUILD/config.status/config.status

Make failed for Ubuntu 22.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U22AMD64BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:58: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:58: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10322: bgpd/bgp_mplsvpn.o] Error 1
frr.texi:18: warning: @definfoenclose is obsolete.
frr.texi:19: warning: @definfoenclose is obsolete.
frr.texi:19920: warning: @emph should not appear in @item
frr.texi:28878: warning: @emph should not appear in @item

Ubuntu 22.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U22AMD64BUILD/config.log/config.log.gz

FreeBSD 12 amd64 build: Failed (click for details)

Make failed for FreeBSD 12 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/FBSD12AMD64/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/usr/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function 'leak_update':
bgpd/bgp_mplsvpn.c:925:30: error: 'bgp' undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10318: bgpd/bgp_mplsvpn.o] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.6009/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6350: all] Error 2

FreeBSD 12 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/FBSD12AMD64/config.log/config.log.gz

Fedora 29 amd64 build: Failed (click for details)

Make failed for Fedora 29 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/F29BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10318: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make: *** [Makefile:6350: all] Error 2

Fedora 29 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/F29BUILD/config.log/config.log.gz

Debian 11 amd64 build: Failed (click for details) Debian 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB11AMD64/config.status/config.status

Make failed for Debian 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB11AMD64/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10322: bgpd/bgp_mplsvpn.o] Error 1
doc/user/_build/texinfo/frr.texi:25348: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25497: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25553: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
make[1]: Target 'all-am' not remade because of errors.

Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB11AMD64/config.log/config.log.gz

Ubuntu 16.04 i386 build: Failed (click for details)

Make failed for Ubuntu 16.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1604I386/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1604I386/config.log/config.log.gz

Ubuntu 18.04 arm7 build: Failed (click for details)

Make failed for Ubuntu 18.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM7BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
Makefile:5696: recipe for target 'all' failed

Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM7BUILD/config.log/config.log.gz Ubuntu 18.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM7BUILD/config.status/config.status

Ubuntu 18.04 arm8 build: Failed (click for details) Ubuntu 18.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM8BUILD/config.log/config.log.gz

Make failed for Ubuntu 18.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
Makefile:5696: recipe for target 'all' failed
Redhat 8 amd64 build: Failed (click for details) Redhat 8 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/REDHAT8/config.log/config.log.gz

Make failed for Redhat 8 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/REDHAT8/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10318: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6350: all] Error 2

Redhat 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/REDHAT8/config.status/config.status

Redhat 9 amd64 build: Failed (click for details) Redhat 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/RH9BUILD/config.log/config.log.gz

Make failed for Redhat 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/RH9BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:58: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:58: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10319: bgpd/bgp_mplsvpn.o] Error 1
doc/user/_build/texinfo/frr.texi:25348: warning: could not find @image file `frr-figures/pathd_general.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25497: warning: could not find @image file `frr-figures/pathd_config.txt' nor alternate text
doc/user/_build/texinfo/frr.texi:25553: warning: could not find @image file `frr-figures/pathd_initiated_multi.txt' nor alternate text
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'

Redhat 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/RH9BUILD/config.status/config.status

OpenBSD 7 amd64 build: Failed (click for details)

Make failed for OpenBSD 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI011BUILD/ErrorLog/log_make.txt)

/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:721: WARNING: duplicate clicmd description of locator NAME, other instance in bgp
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c:925:30: error: use of undeclared identifier 'bgp'
bgpd/bgp_mplsvpn.c:926:29: error: use of undeclared identifier 'bgp'
2 errors generated.
gmake[1]: *** [Makefile:10321: bgpd/bgp_mplsvpn.o] Error 1
gmake[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6353: all] Error 2

OpenBSD 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI011BUILD/config.status/config.status OpenBSD 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI011BUILD/config.log/config.log.gz

Debian 10 amd64 build: Failed (click for details) Debian 10 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB10BUILD/config.log/config.log.gz

Make failed for Debian 10 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB10BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10319: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
make: *** [Makefile:6351: all] Error 2

Debian 10 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/DEB10BUILD/config.status/config.status

FreeBSD 11 amd64 build: Failed (click for details)

Make failed for FreeBSD 11 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI009BUILD/ErrorLog/log_make.txt)

/usr/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:1410: WARNING: duplicate clicmd description of debug zebra pbr, other instance in pbr
bgpd/bgp_mplsvpn.c: In function 'leak_update':
bgpd/bgp_mplsvpn.c:925:30: error: 'bgp' undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10321: bgpd/bgp_mplsvpn.o] Error 1
gmake[1]: Leaving directory '/usr/home/ci/cibuild.6009/frr-source'
gmake[1]: Target 'all-am' not remade because of errors.
gmake: *** [Makefile:6353: all] Error 2

FreeBSD 11 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI009BUILD/config.log/config.log.gz

Ubuntu 16.04 arm7 build: Failed (click for details) Ubuntu 16.04 arm7 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI101BUILD/config.log/config.log.gz

Make failed for Ubuntu 16.04 arm7 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI101BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
Ubuntu 18.04 i386 build: Failed (click for details) Ubuntu 18.04 i386 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18I386BUILD/config.log/config.log.gz Ubuntu 18.04 i386 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18I386BUILD/config.status/config.status

Make failed for Ubuntu 18.04 i386 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U18I386BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make[1]: Target 'all-am' not remade because of errors.
Makefile:5696: recipe for target 'all' failed
Ubuntu 18.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 18.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804AMD64/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
Makefile:5696: recipe for target 'all' failed

Ubuntu 18.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U1804AMD64/config.log/config.log.gz

Ubuntu 16.04 amd64 build: Failed (click for details)

Make failed for Ubuntu 16.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI014BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI014BUILD/config.log/config.log.gz

Ubuntu 20.04 amd64 build: Failed (click for details) Ubuntu 20.04 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U2004AMD64BUILD/config.status/config.status

Make failed for Ubuntu 20.04 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U2004AMD64BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10319: bgpd/bgp_mplsvpn.o] Error 1
make[1]: Target 'all-am' not remade because of errors.
make[1]: Leaving directory '/home/ci/cibuild.6009/frr-source'
make: *** [Makefile:6351: all] Error 2

Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U2004AMD64BUILD/config.log/config.log.gz

NetBSD 9 amd64 build: Failed (click for details) NetBSD 9 amd64 build: Unknown Log URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI012BUILD/config.log/config.log.gz

Make failed for NetBSD 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI012BUILD/ErrorLog/log_make.txt)

gmake[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function 'leak_update':
bgpd/bgp_mplsvpn.c:925:30: error: 'bgp' undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [Makefile:10322: bgpd/bgp_mplsvpn.o] Error 1
ld: warning: libintl.so.1, needed by /usr/pkg/lib/libpython3.7.so, may conflict with libintl.so.8
doc/user/_build/texinfo/frr.texi:5: warning: unrecognized encoding name `UTF-8'.
doc/user/_build/texinfo/frr.texi:16713: warning: @image file `frr-figures/fig-normal-processing.txt' (for text) unreadable: No such file or directory.
doc/user/_build/texinfo/frr.texi:16723: warning: @image file `frr-figures/fig_topologies_full.txt' (for text) unreadable: No such file or directory.

NetBSD 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI012BUILD/config.status/config.status

Debian 9 amd64 build: Failed (click for details)

Make failed for Debian 9 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI021BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Debian 9 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI021BUILD/config.log/config.log.gz

CentOS 7 amd64 build: Failed (click for details)

Make failed for CentOS 7 amd64 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI005BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory `/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
pimd/pim_cmd_common.c: In function pim_show_join_vrf_all_cmd_helper:
pimd/pim_cmd_common.c:1710:2: warning: missing braces around initializer [-Wmissing-braces]
pimd/pim_cmd_common.c:1710:2: warning: (near initialization for sg.grp) [-Wmissing-braces]
pimd/pim_cmd_common.c: In function pim_show_upstream_helper:

CentOS 7 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/CI005BUILD/config.log/config.log.gz

Ubuntu 16.04 arm8 build: Failed (click for details)

Make failed for Ubuntu 16.04 arm8 build: (see full Make log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U16ARM8BUILD/ErrorLog/log_make.txt)

make[1]: Entering directory '/home/ci/cibuild.6009/frr-source'
bgpd/bgp_mplsvpn.c: In function leak_update:
bgpd/bgp_mplsvpn.c:925:30: error: bgp undeclared (first use in this function)
bgpd/bgp_mplsvpn.c:925:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:9658: recipe for target 'bgpd/bgp_mplsvpn.o' failed
make[1]: *** [bgpd/bgp_mplsvpn.o] Error 1
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".
/home/ci/cibuild.6009/frr-source/doc/user/zebra.rst:23: SEVERE: Duplicate ID: "cmdoption-configure-arg-net".

Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U16ARM8BUILD/config.log/config.log.gz Ubuntu 16.04 arm8 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-PULLREQ2-6009/artifact/U16ARM8BUILD/config.status/config.status

<stdin>:2340: trailing whitespace.
        
warning: 1 line adds whitespace errors.
Report for bgp_attr.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #2127: FILE: /tmp/f1-6439/bgp_attr.c:2127:
< WARNING: line over 80 characters
< #2129: FILE: /tmp/f1-6439/bgp_attr.c:2129:
< WARNING: line over 80 characters
< #2148: FILE: /tmp/f1-6439/bgp_attr.c:2148:
< WARNING: line over 80 characters
< #2150: FILE: /tmp/f1-6439/bgp_attr.c:2150:
Report for bgp_mpath.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #145: FILE: /tmp/f1-6439/bgp_mpath.c:145:
< WARNING: line over 80 characters
< #148: FILE: /tmp/f1-6439/bgp_mpath.c:148:
< WARNING: line over 80 characters
< #152: FILE: /tmp/f1-6439/bgp_mpath.c:152:
< WARNING: line over 80 characters
< #153: FILE: /tmp/f1-6439/bgp_mpath.c:153:
Report for bgp_mplsvpn.c | 12 issues
===============================================
< WARNING: line over 80 characters
< #806: FILE: /tmp/f1-6439/bgp_mplsvpn.c:806:
< WARNING: line over 80 characters
< #1136: FILE: /tmp/f1-6439/bgp_mplsvpn.c:1136:
< WARNING: line over 80 characters
< #1274: FILE: /tmp/f1-6439/bgp_mplsvpn.c:1274:
< WARNING: line over 80 characters
< #1626: FILE: /tmp/f1-6439/bgp_mplsvpn.c:1626:
< WARNING: line over 80 characters
< #1631: FILE: /tmp/f1-6439/bgp_mplsvpn.c:1631:
< WARNING: line over 80 characters
< #1722: FILE: /tmp/f1-6439/bgp_mplsvpn.c:1722:
Report for bgp_nht.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #757: FILE: /tmp/f1-6439/bgp_nht.c:757:
< WARNING: line over 80 characters
< #760: FILE: /tmp/f1-6439/bgp_nht.c:760:
< WARNING: line over 80 characters
< #762: FILE: /tmp/f1-6439/bgp_nht.c:762:
< WARNING: line over 80 characters
< #848: FILE: /tmp/f1-6439/bgp_nht.c:848:
Report for bgp_route.c | 8 issues
===============================================
< WARNING: line over 80 characters
< #9033: FILE: /tmp/f1-6439/bgp_route.c:9033:
< WARNING: line over 80 characters
< #9047: FILE: /tmp/f1-6439/bgp_route.c:9047:
< WARNING: line over 80 characters
< #10313: FILE: /tmp/f1-6439/bgp_route.c:10313:
< WARNING: line over 80 characters
< #10323: FILE: /tmp/f1-6439/bgp_route.c:10323:
Report for bgp_zebra.c | 6 issues
===============================================
< WARNING: line over 80 characters
< #431: FILE: /tmp/f1-6439/bgp_zebra.c:431:
< WARNING: line over 80 characters
< #635: FILE: /tmp/f1-6439/bgp_zebra.c:635:
< WARNING: line over 80 characters
< #1116: FILE: /tmp/f1-6439/bgp_zebra.c:1116:
Report for if.c | 6 issues
===============================================
< WARNING: Block comments use a trailing */ on a separate line
< #557: FILE: /tmp/f1-6439/if.c:557:
< ERROR: open brace '{' following function declarations go on the next line
< #558: FILE: /tmp/f1-6439/if.c:558:
< WARNING: Block comments use * on subsequent lines
< #570: FILE: /tmp/f1-6439/if.c:570:

NetDEF-CI avatar Jun 20 '22 08:06 NetDEF-CI

Outdated results 🛑

Basic BGPD CI results: FAILURE

_ _
Result FAILURE git merge/11127 7511c3092 frr.github Build
Date 06/20/2022
Start 04:58:54
Finish 04:59:38
Run-Time 00:44
Total
Pass
Fail
Valgrind-Errors
Valgrind-Loss
Details vncregress-2022-06-20-04:58:54.txt
Log make-2022-06-20-04:58:54.out.bz2
Memory

For details, please contact louberger

LabN-CI avatar Jun 20 '22 08:06 LabN-CI