Peer connection
Start the movement of bgp connection oriented details into a struct peer_connection.
Reasoning:
The doppelganger data structure we have in FRR was made out of a decision to allow incoming and outgoing connections that can happen at the same time on initial startup of a bgp session. The problem with it is that we were not consistent in keeping track of this connection oriented data between the peer and it's doppelganger leading to situations where on startup as cli is being read in we would just drop some cli( as it was written over when we consolidated ).
When I examined the code I decided that we were not properly seperating the idea of a connection ( the fd's and other accouterments that go with reading/writing data to a peer ). The long term end state is to completely remove the doppelganger pointer create a new struct peer_connection and both connections have back pointers to the controlling peer. Thus when we decide that we are consolidating on one of the two connections things just work because we no longer have to do weird stuff with the two peer structures.
More commits will come. The goal from my perspective here is that these changes should be able to be accepted as things are moved over. Additionally by submitting this a tiny bit early I can get tests run across a multitude of platforms.
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/
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 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-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for Ubuntu 20.04 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/ErrorLog/log_pytests.txt Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/config.log/config.log.gz Ubuntu 20.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/frr.xref.xz/frr.xref.xz
Ubuntu 18.04 arm7 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Ubuntu 18.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Ubuntu 18.04 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18I386BUILD/ErrorLog/log_pytests.txt
Ubuntu 18.04 ppc64le build: Failed (click for details)
DejaGNU Unittests (make check) failed for Ubuntu 18.04 ppc64le build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804PPC64LEBUILD/frr.xref.xz/frr.xref.xz
Fedora 29 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Fedora 29 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/F29BUILD/config.log/config.log.gz Fedora 29 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/F29BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U16ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U16ARM8BUILD/frr.xref.xz/frr.xref.xz
CentOS 8 amd64 build: Failed (click for details)
CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for CentOS 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/ErrorLog/log_pytests.txt CentOS 8 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/config.log/config.log.gz CentOS 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/frr.xref.xz/frr.xref.xz
CentOS 7 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for CentOS 7 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI005BUILD/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-FRRPULLREQ-19409/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 arm8 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM8BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-19409/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz
Debian 11 amd64 build: Failed (click for details)
Debian 11 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/DEB11AMD64/ErrorLog/log_pytests.txt Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/DEB11AMD64/config.log/config.log.gz
Debian 10 amd64 build: Failed (click for details)
Debian 10 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 10 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/DEB10BUILD/config.status/config.status Debian 10 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/DEB10BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 12 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 12 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/FBSD12AMD64/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz
Debian 9 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Debian 9 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI021BUILD/frr.xref.xz/frr.xref.xz
NetBSD 8 amd64 build: Failed (click for details)
NetBSD 8 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for NetBSD 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI012BUILD/ErrorLog/log_pytests.txt NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI012BUILD/config.status/config.status NetBSD 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI012BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 11 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI009BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI014BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804AMD64/frr.xref.xz/frr.xref.xz
Warnings Generated during build:
Checkout code: Successful with additional warnings
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-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for Ubuntu 20.04 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/ErrorLog/log_pytests.txt Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/config.log/config.log.gz Ubuntu 20.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U2004AMD64BUILD/frr.xref.xz/frr.xref.xz
Ubuntu 18.04 arm7 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Ubuntu 18.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Ubuntu 18.04 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18I386BUILD/ErrorLog/log_pytests.txt
Ubuntu 18.04 ppc64le build: Failed (click for details)
DejaGNU Unittests (make check) failed for Ubuntu 18.04 ppc64le build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804PPC64LEBUILD/frr.xref.xz/frr.xref.xz
Fedora 29 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Fedora 29 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/F29BUILD/config.log/config.log.gz Fedora 29 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/F29BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U16ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U16ARM8BUILD/frr.xref.xz/frr.xref.xz
CentOS 8 amd64 build: Failed (click for details)
CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for CentOS 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/ErrorLog/log_pytests.txt CentOS 8 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/config.log/config.log.gz CentOS 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CENTOS8BUILD/frr.xref.xz/frr.xref.xz
CentOS 7 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for CentOS 7 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI005BUILD/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-FRRPULLREQ-19409/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 arm8 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U18ARM8BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-19409/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz
Debian 11 amd64 build: Failed (click for details)
Debian 11 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/DEB11AMD64/ErrorLog/log_pytests.txt Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/DEB11AMD64/config.log/config.log.gz
Debian 10 amd64 build: Failed (click for details)
Debian 10 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 10 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/DEB10BUILD/config.status/config.status Debian 10 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/DEB10BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 12 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 12 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/FBSD12AMD64/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz
Debian 9 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Debian 9 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI021BUILD/frr.xref.xz/frr.xref.xz
NetBSD 8 amd64 build: Failed (click for details)
NetBSD 8 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for NetBSD 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI012BUILD/ErrorLog/log_pytests.txt NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI012BUILD/config.status/config.status NetBSD 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI012BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 11 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI009BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/CI014BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/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-FRRPULLREQ-19409/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-19409/artifact/U1804AMD64/frr.xref.xz/frr.xref.xz
Report for bgpd.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #1113: FILE: /tmp/f1-30013/bgpd.c:1113:
Report for bgpd.h | 2 issues
===============================================
< WARNING: C99 // comments do not match recommendation
< #1110: FILE: /tmp/f1-30013/bgpd.h:1110:
Report for bgp_fsm.c | 4 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #196: FILE: /tmp/f1-30013/bgp_fsm.c:196:
< WARNING: space prohibited between function name and open parenthesis '('
< #1367: FILE: /tmp/f1-30013/bgp_fsm.c:1367:
Report for bgp_io.c | 8 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #143: FILE: /tmp/f1-30013/bgp_io.c:143:
< WARNING: line over 80 characters
< #190: FILE: /tmp/f1-30013/bgp_io.c:190:
< WARNING: space prohibited between function name and open parenthesis '('
< #201: FILE: /tmp/f1-30013/bgp_io.c:201:
< WARNING: space prohibited between function name and open parenthesis '('
< #260: FILE: /tmp/f1-30013/bgp_io.c:260:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #715: FILE: /tmp/f1-30013/bgp_network.c:715:
Report for bgp_packet.c | 6 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #128: FILE: /tmp/f1-30013/bgp_packet.c:128:
< WARNING: space prohibited between function name and open parenthesis '('
< #2548: FILE: /tmp/f1-30013/bgp_packet.c:2548:
< WARNING: space prohibited between function name and open parenthesis '('
< #2675: FILE: /tmp/f1-30013/bgp_packet.c:2675:
Outdated results 🛑
Basic BGPD CI results: FAILURE
| _ | _ |
|---|---|
| Result | FAILURE git merge/8790 dec8a12a Crash -- 3 cores |
| Date | 06/03/2021 |
| Start | 16:01:33 |
| Finish | 16:22:35 |
| Run-Time | 21:02 |
| Total | 1420 |
| Pass | 1419 |
| Fail | 1 |
| Valgrind-Errors | |
| Valgrind-Loss | |
| Details | vncregress-2021-06-03-16:01:33.txt |
| Log | autoscript-2021-06-03-16:02:48.log.bz2 |
| Memory | 501 521 427 |
For details, please contact louberger
Program terminated with signal SIGSEGV, Segmentation fault.
#0 raise (sig=sig@entry=11) at ../sysdeps/unix/sysv/linux/raise.c:51
[Current thread is 1 (Thread 0x7f07ed2e5200 (LWP 2757))]
(gdb) #0 raise (sig=sig@entry=11) at ../sysdeps/unix/sysv/linux/raise.c:51
#1 0x00005646c47cd429 in core_handler (signo=11, siginfo=0x7ffc227b76b0,
context=
Outdated results 🛑
Basic BGPD CI results: FAILURE
| _ | _ |
|---|---|
| Result | FAILURE git merge/8790 197bc935 Crash -- 1 cores |
| Date | 06/03/2021 |
| Start | 19:32:54 |
| Finish | 19:36:19 |
| Run-Time | 03:25 |
| Total | 23 |
| Pass | 20 |
| Fail | 3 |
| Valgrind-Errors | |
| Valgrind-Loss | |
| Details | vncregress-2021-06-03-19:32:54.txt |
| Log | autoscript-2021-06-03-19:34:06.log.bz2 |
| Memory |
For details, please contact louberger
latest core
Program terminated with signal SIGSEGV, Segmentation fault.
#0 raise (sig=sig@entry=11) at ../sysdeps/unix/sysv/linux/raise.c:51
[Current thread is 1 (Thread 0x7f7628714200 (LWP 28509))]
(gdb) #0 raise (sig=sig@entry=11) at ../sysdeps/unix/sysv/linux/raise.c:51
#1 0x0000561e00024409 in core_handler (signo=11, siginfo=0x7ffe1a5d4d30,
context=
ci:rerun
Outdated results 🛑
Basic BGPD CI results: FAILURE
| _ | _ |
|---|---|
| Result | FAILURE git merge/8790 2dca120f Crash -- 1 cores |
| Date | 06/07/2021 |
| Start | 19:17:39 |
| Finish | 19:38:42 |
| Run-Time | 21:03 |
| Total | 1411 |
| Pass | 1410 |
| Fail | 1 |
| Valgrind-Errors | |
| Valgrind-Loss | |
| Details | vncregress-2021-06-07-19:17:39.txt |
| Log | autoscript-2021-06-07-19:18:55.log.bz2 |
| Memory | 519 513 428 |
For details, please contact louberger
ci:rerun
CI:RERUN
Outdated results 🛑
Basic BGPD CI results: FAILURE
| _ | _ |
|---|---|
| Result | FAILURE git merge/8790 2dca120f Crash -- 3 cores |
| Date | 07/27/2021 |
| Start | 10:03:33 |
| Finish | 10:24:30 |
| Run-Time | 20:57 |
| Total | 1410 |
| Pass | 1409 |
| Fail | 1 |
| Valgrind-Errors | |
| Valgrind-Loss | |
| Details | vncregress-2021-07-27-10:03:33.txt |
| Log | autoscript-2021-07-27-10:04:50.log.bz2 |
| Memory | 493 520 421 |
For details, please contact louberger
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/
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 arm7 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Ubuntu 18.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Ubuntu 18.04 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18I386BUILD/ErrorLog/log_pytests.txt
Debian 9 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Debian 9 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI021BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804PPC64LEBUILD/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-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for Ubuntu 20.04 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/ErrorLog/log_pytests.txt Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/config.log/config.log.gz Ubuntu 20.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U16ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U16ARM8BUILD/frr.xref.xz/frr.xref.xz
Debian 11 amd64 build: Failed (click for details)
Debian 11 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/DEB11AMD64/ErrorLog/log_pytests.txt Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/DEB11AMD64/config.log/config.log.gz
Fedora 29 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Fedora 29 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/F29BUILD/config.log/config.log.gz Fedora 29 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 arm8 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM8BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20944/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz
CentOS 8 amd64 build: Failed (click for details)
CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for CentOS 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/ErrorLog/log_pytests.txt CentOS 8 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/config.log/config.log.gz CentOS 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/frr.xref.xz/frr.xref.xz
CentOS 7 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for CentOS 7 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI005BUILD/frr.xref.xz/frr.xref.xz
Debian 10 amd64 build: Failed (click for details)
Debian 10 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 10 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/DEB10BUILD/config.status/config.status Debian 10 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/DEB10BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 12 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 12 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/FBSD12AMD64/frr.xref.xz/frr.xref.xz
NetBSD 8 amd64 build: Failed (click for details)
NetBSD 8 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for NetBSD 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI012BUILD/ErrorLog/log_pytests.txt NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI012BUILD/config.status/config.status NetBSD 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI012BUILD/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI014BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 11 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI009BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804AMD64/frr.xref.xz/frr.xref.xz
Warnings Generated during build:
Checkout code: Successful with additional warnings
Ubuntu 18.04 arm7 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Ubuntu 18.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Ubuntu 18.04 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18I386BUILD/ErrorLog/log_pytests.txt
Debian 9 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Debian 9 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI021BUILD/config.status/config.status Debian 9 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI021BUILD/config.log/config.log.gz Debian 9 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI021BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U1804PPC64LEBUILD/config.status/config.status Ubuntu 18.04 ppc64le build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804PPC64LEBUILD/config.log/config.log.gz Ubuntu 18.04 ppc64le build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804PPC64LEBUILD/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-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for Ubuntu 20.04 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/ErrorLog/log_pytests.txt Ubuntu 20.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/config.log/config.log.gz Ubuntu 20.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U2004AMD64BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U16ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm8 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U16ARM8BUILD/config.status/config.status Ubuntu 16.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U16ARM8BUILD/frr.xref.xz/frr.xref.xz
Debian 11 amd64 build: Failed (click for details)
Debian 11 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/DEB11AMD64/ErrorLog/log_pytests.txt Debian 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/DEB11AMD64/config.log/config.log.gz
Fedora 29 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for Fedora 29 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/F29BUILD/config.status/config.status Fedora 29 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/F29BUILD/config.log/config.log.gz Fedora 29 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U18ARM8BUILD/config.status/config.status Ubuntu 18.04 arm8 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 arm8 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM8BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm8 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U18ARM8BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20944/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz
CentOS 8 amd64 build: Failed (click for details)
CentOS 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/config.status/config.statusDejaGNU Unittests (make check) failed for CentOS 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/ErrorLog/log_pytests.txt CentOS 8 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/config.log/config.log.gz CentOS 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CENTOS8BUILD/frr.xref.xz/frr.xref.xz
CentOS 7 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for CentOS 7 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI005BUILD/config.status/config.status CentOS 7 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI005BUILD/config.log/config.log.gz CentOS 7 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI005BUILD/frr.xref.xz/frr.xref.xz
Debian 10 amd64 build: Failed (click for details)
Debian 10 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for Debian 10 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/DEB10BUILD/config.status/config.status Debian 10 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/DEB10BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 12 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 12 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/FBSD12AMD64/config.status/config.status FreeBSD 12 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/FBSD12AMD64/config.log/config.log.gz FreeBSD 12 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/FBSD12AMD64/frr.xref.xz/frr.xref.xz
NetBSD 8 amd64 build: Failed (click for details)
NetBSD 8 amd64 build: Unknown LogDejaGNU Unittests (make check) failed for NetBSD 8 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI012BUILD/ErrorLog/log_pytests.txt NetBSD 8 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI012BUILD/config.status/config.status NetBSD 8 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI012BUILD/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI011BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI014BUILD/config.status/config.status Ubuntu 16.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI014BUILD/config.log/config.log.gz Ubuntu 16.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI014BUILD/frr.xref.xz/frr.xref.xz
FreeBSD 11 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for FreeBSD 11 amd64 build see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/CI009BUILD/config.status/config.status FreeBSD 11 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI009BUILD/config.log/config.log.gz FreeBSD 11 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/CI009BUILD/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 see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/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-FRRPULLREQ-20944/artifact/U1804AMD64/config.status/config.status Ubuntu 18.04 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804AMD64/config.log/config.log.gz Ubuntu 18.04 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20944/artifact/U1804AMD64/frr.xref.xz/frr.xref.xz
Report for bgpd.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #1117: FILE: /tmp/f1-16135/bgpd.c:1117:
Report for bgp_fsm.c | 4 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #197: FILE: /tmp/f1-16135/bgp_fsm.c:197:
< WARNING: space prohibited between function name and open parenthesis '('
< #1367: FILE: /tmp/f1-16135/bgp_fsm.c:1367:
Report for bgp_io.c | 8 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #143: FILE: /tmp/f1-16135/bgp_io.c:143:
< WARNING: line over 80 characters
< #190: FILE: /tmp/f1-16135/bgp_io.c:190:
< WARNING: space prohibited between function name and open parenthesis '('
< #201: FILE: /tmp/f1-16135/bgp_io.c:201:
< WARNING: space prohibited between function name and open parenthesis '('
< #261: FILE: /tmp/f1-16135/bgp_io.c:261:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #715: FILE: /tmp/f1-16135/bgp_network.c:715:
Report for bgp_packet.c | 6 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #128: FILE: /tmp/f1-16135/bgp_packet.c:128:
< WARNING: space prohibited between function name and open parenthesis '('
< #2556: FILE: /tmp/f1-16135/bgp_packet.c:2556:
< WARNING: space prohibited between function name and open parenthesis '('
< #2683: FILE: /tmp/f1-16135/bgp_packet.c:2683:
Report for bgp_vty.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #12657: FILE: /tmp/f1-16135/bgp_vty.c:12657:
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/
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 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build: (see full PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U18I386BUILD/ErrorLog/log_pytests.txt)
=================================== FAILURES ===================================
__________________________ TestFlag.test_exit_cleanly __________________________
self = <test_peer_attr.TestFlag object at 0xb6cdfc6c>
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_peer_attr.TestFlag object at 0xb6cdfc6c>
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
_______________________ TestFlag.test_peer_update_source _______________________
self = <test_peer_attr.TestFlag object at 0xb6c5650c>
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_peer_attr.TestFlag object at 0xb6cdfc6c>
line = 'peer\\update-source'
okfail = re.compile(b'(?:[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")
E frrtest.MultiTestFailure: OK/fail not found
helpers/python/frrtest.py:156: MultiTestFailure
______________________ TestFlag.test_peer_update_source_2 ______________________
self = <test_peer_attr.TestFlag object at 0xb6c46d4c>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cdfc6c>
line = b'peer\\update-source'
def _onesimple(self, line):
if type(line) is str:
line = line.encode("utf8")
idx = self.output.find(line)
if idx != -1:
self.output = self.output[idx + len(line) :]
else:
> raise MultiTestFailure("%r could not be found" % line)
E frrtest.MultiTestFailure: b'peer\\update-source' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
___________________ TestFlag.test_peer_ipv4_unicast_addpath ____________________
self = <test_peer_attr.TestFlag object at 0xb6c5f1ec>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cdfc6c>
line = b'peer\\ipv4-unicast\\addpath'
def _onesimple(self, line):
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-FRRPULLREQ-20947/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-FRRPULLREQ-20947/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U1604I386/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20947/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20947/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/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-FRRPULLREQ-20947/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Successful on other platforms/tests
- Ubuntu 20.04 amd64 build
- Fedora 29 amd64 build
- Debian 10 amd64 build
- Ubuntu 16.04 arm8 build
- Ubuntu 18.04 amd64 build
- FreeBSD 12 amd64 build
- Debian 11 amd64 build
- CentOS 8 amd64 build
- Ubuntu 18.04 ppc64le build
- Debian 9 amd64 build
- FreeBSD 11 amd64 build
- NetBSD 8 amd64 build
- CentOS 7 amd64 build
- Ubuntu 18.04 arm8 build
- Ubuntu 16.04 amd64 build
Warnings Generated during build:
Checkout code: Successful with additional warnings
Ubuntu 18.04 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build: (see full PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U18I386BUILD/ErrorLog/log_pytests.txt)
=================================== FAILURES ===================================
__________________________ TestFlag.test_exit_cleanly __________________________
self = <test_peer_attr.TestFlag object at 0xb6cdfc6c>
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_peer_attr.TestFlag object at 0xb6cdfc6c>
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
_______________________ TestFlag.test_peer_update_source _______________________
self = <test_peer_attr.TestFlag object at 0xb6c5650c>
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_peer_attr.TestFlag object at 0xb6cdfc6c>
line = 'peer\\update-source'
okfail = re.compile(b'(?:[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")
E frrtest.MultiTestFailure: OK/fail not found
helpers/python/frrtest.py:156: MultiTestFailure
______________________ TestFlag.test_peer_update_source_2 ______________________
self = <test_peer_attr.TestFlag object at 0xb6c46d4c>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cdfc6c>
line = b'peer\\update-source'
def _onesimple(self, line):
if type(line) is str:
line = line.encode("utf8")
idx = self.output.find(line)
if idx != -1:
self.output = self.output[idx + len(line) :]
else:
> raise MultiTestFailure("%r could not be found" % line)
E frrtest.MultiTestFailure: b'peer\\update-source' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
___________________ TestFlag.test_peer_ipv4_unicast_addpath ____________________
self = <test_peer_attr.TestFlag object at 0xb6c5f1ec>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cdfc6c>
line = b'peer\\ipv4-unicast\\addpath'
def _onesimple(self, line):
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-FRRPULLREQ-20947/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-FRRPULLREQ-20947/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U1604I386/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20947/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI101BUILD/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20947/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/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-FRRPULLREQ-20947/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20947/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Report for bgpd.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #1117: FILE: /tmp/f1-21159/bgpd.c:1117:
Report for bgp_fsm.c | 6 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #194: FILE: /tmp/f1-21159/bgp_fsm.c:194:
< WARNING: space prohibited between function name and open parenthesis '('
< #1367: FILE: /tmp/f1-21159/bgp_fsm.c:1367:
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2253: FILE: /tmp/f1-21159/bgp_fsm.c:2253:
Report for bgp_io.c | 8 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #143: FILE: /tmp/f1-21159/bgp_io.c:143:
< WARNING: line over 80 characters
< #190: FILE: /tmp/f1-21159/bgp_io.c:190:
< WARNING: space prohibited between function name and open parenthesis '('
< #201: FILE: /tmp/f1-21159/bgp_io.c:201:
< WARNING: space prohibited between function name and open parenthesis '('
< #261: FILE: /tmp/f1-21159/bgp_io.c:261:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #715: FILE: /tmp/f1-21159/bgp_network.c:715:
Report for bgp_packet.c | 6 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #128: FILE: /tmp/f1-21159/bgp_packet.c:128:
< WARNING: space prohibited between function name and open parenthesis '('
< #2556: FILE: /tmp/f1-21159/bgp_packet.c:2556:
< WARNING: space prohibited between function name and open parenthesis '('
< #2683: FILE: /tmp/f1-21159/bgp_packet.c:2683:
Report for bgp_vty.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #12657: FILE: /tmp/f1-21159/bgp_vty.c:12657:
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/
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 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build: (see full PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U18I386BUILD/ErrorLog/log_pytests.txt)
=================================== FAILURES ===================================
__________________________ TestFlag.test_exit_cleanly __________________________
self = <test_peer_attr.TestFlag object at 0xb6cff7cc>
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_peer_attr.TestFlag object at 0xb6cff7cc>
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
_______________________ TestFlag.test_peer_update_source _______________________
self = <test_peer_attr.TestFlag object at 0xb6c7044c>
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_peer_attr.TestFlag object at 0xb6cff7cc>
line = 'peer\\update-source'
okfail = re.compile(b'(?:[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")
E frrtest.MultiTestFailure: OK/fail not found
helpers/python/frrtest.py:156: MultiTestFailure
______________________ TestFlag.test_peer_update_source_2 ______________________
self = <test_peer_attr.TestFlag object at 0xb6c6f9ac>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cff7cc>
line = b'peer\\update-source'
def _onesimple(self, line):
if type(line) is str:
line = line.encode("utf8")
idx = self.output.find(line)
if idx != -1:
self.output = self.output[idx + len(line) :]
else:
> raise MultiTestFailure("%r could not be found" % line)
E frrtest.MultiTestFailure: b'peer\\update-source' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
___________________ TestFlag.test_peer_ipv4_unicast_addpath ____________________
self = <test_peer_attr.TestFlag object at 0xb6cf116c>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cff7cc>
line = b'peer\\ipv4-unicast\\addpath'
def _onesimple(self, line):
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-FRRPULLREQ-20948/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI101BUILD/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-FRRPULLREQ-20948/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-FRRPULLREQ-20948/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U1604I386/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20948/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/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-FRRPULLREQ-20948/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Successful on other platforms/tests
- Ubuntu 16.04 arm8 build
- Ubuntu 20.04 amd64 build
- Debian 10 amd64 build
- Fedora 29 amd64 build
- Debian 11 amd64 build
- Ubuntu 18.04 amd64 build
- FreeBSD 12 amd64 build
- CentOS 8 amd64 build
- Debian 9 amd64 build
- FreeBSD 11 amd64 build
- Ubuntu 18.04 ppc64le build
- Ubuntu 18.04 arm8 build
- NetBSD 8 amd64 build
- Ubuntu 16.04 amd64 build
- CentOS 7 amd64 build
Warnings Generated during build:
Checkout code: Successful with additional warnings
Ubuntu 18.04 i386 build: Failed (click for details)
Ubuntu 18.04 i386 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 18.04 i386 build: (see full PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U18I386BUILD/ErrorLog/log_pytests.txt)
=================================== FAILURES ===================================
__________________________ TestFlag.test_exit_cleanly __________________________
self = <test_peer_attr.TestFlag object at 0xb6cff7cc>
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_peer_attr.TestFlag object at 0xb6cff7cc>
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
_______________________ TestFlag.test_peer_update_source _______________________
self = <test_peer_attr.TestFlag object at 0xb6c7044c>
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_peer_attr.TestFlag object at 0xb6cff7cc>
line = 'peer\\update-source'
okfail = re.compile(b'(?:[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")
E frrtest.MultiTestFailure: OK/fail not found
helpers/python/frrtest.py:156: MultiTestFailure
______________________ TestFlag.test_peer_update_source_2 ______________________
self = <test_peer_attr.TestFlag object at 0xb6c6f9ac>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cff7cc>
line = b'peer\\update-source'
def _onesimple(self, line):
if type(line) is str:
line = line.encode("utf8")
idx = self.output.find(line)
if idx != -1:
self.output = self.output[idx + len(line) :]
else:
> raise MultiTestFailure("%r could not be found" % line)
E frrtest.MultiTestFailure: b'peer\\update-source' could not be found
helpers/python/frrtest.py:149: MultiTestFailure
___________________ TestFlag.test_peer_ipv4_unicast_addpath ____________________
self = <test_peer_attr.TestFlag object at 0xb6cf116c>
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)
helpers/python/frrtest.py:152: in _okfail
self._onesimple(line)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_peer_attr.TestFlag object at 0xb6cff7cc>
line = b'peer\\ipv4-unicast\\addpath'
def _onesimple(self, line):
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-FRRPULLREQ-20948/artifact/CI101BUILD/config.status/config.status Ubuntu 16.04 arm7 build: Unknown LogDejaGNU Unittests (make check) failed for Ubuntu 16.04 arm7 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI101BUILD/ErrorLog/log_pytests.txt Ubuntu 16.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI101BUILD/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-FRRPULLREQ-20948/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-FRRPULLREQ-20948/artifact/U1604I386/config.status/config.status Ubuntu 16.04 i386 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U1604I386/config.log/config.log.gz Ubuntu 16.04 i386 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U1604I386/frr.xref.xz/frr.xref.xz
OpenBSD 6 amd64 build: Failed (click for details)
DejaGNU Unittests (make check) failed for OpenBSD 6 amd64 build Pytest output suppressed for verbosity. See failure on other Distro above see PyTest log at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/ErrorLog/log_pytests.txt OpenBSD 6 amd64 build: config.status output from configure script can be found at https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/config.status/config.status OpenBSD 6 amd64 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/config.log/config.log.gz OpenBSD 6 amd64 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/CI011BUILD/frr.xref.xz/frr.xref.xz
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-FRRPULLREQ-20948/artifact/U18ARM7BUILD/ErrorLog/log_pytests.txt Ubuntu 18.04 arm7 build: Unknown Log <config.log.gz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/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-FRRPULLREQ-20948/artifact/U18ARM7BUILD/config.status/config.status Ubuntu 18.04 arm7 build: Unknown Log <frr.xref.xz> URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-20948/artifact/U18ARM7BUILD/frr.xref.xz/frr.xref.xz
Report for bgpd.c | 2 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #1117: FILE: /tmp/f1-24850/bgpd.c:1117:
Report for bgp_fsm.c | 6 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #194: FILE: /tmp/f1-24850/bgp_fsm.c:194:
< WARNING: space prohibited between function name and open parenthesis '('
< #1367: FILE: /tmp/f1-24850/bgp_fsm.c:1367:
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2253: FILE: /tmp/f1-24850/bgp_fsm.c:2253:
Report for bgp_io.c | 8 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #143: FILE: /tmp/f1-24850/bgp_io.c:143:
< WARNING: line over 80 characters
< #190: FILE: /tmp/f1-24850/bgp_io.c:190:
< WARNING: space prohibited between function name and open parenthesis '('
< #201: FILE: /tmp/f1-24850/bgp_io.c:201:
< WARNING: space prohibited between function name and open parenthesis '('
< #261: FILE: /tmp/f1-24850/bgp_io.c:261:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #715: FILE: /tmp/f1-24850/bgp_network.c:715:
Report for bgp_packet.c | 6 issues
===============================================
< WARNING: space prohibited between function name and open parenthesis '('
< #128: FILE: /tmp/f1-24850/bgp_packet.c:128:
< WARNING: space prohibited between function name and open parenthesis '('
< #2556: FILE: /tmp/f1-24850/bgp_packet.c:2556:
< WARNING: space prohibited between function name and open parenthesis '('
< #2683: FILE: /tmp/f1-24850/bgp_packet.c:2683:
Report for bgp_vty.c | 2 issues
===============================================
< WARNING: Missing a blank line after declarations
< #12657: FILE: /tmp/f1-24850/bgp_vty.c:12657:
Outdated results 🛑
Basic BGPD CI results: FAILURE
| _ | _ |
|---|---|
| Result | FAILURE git pull/8790 50f49a8c1 Crash -- 2 cores (merge failed) |
| Date | 08/10/2021 |
| Start | 15:49:41 |
| Finish | 15:52:19 |
| Run-Time | 02:38 |
| Total | 21 |
| Pass | 18 |
| Fail | 3 |
| Details | vncregress-2021-08-10-15:49:41.txt |
| Log | autoscript-2021-08-10-15:50:57.log.bz2 |
| Memory |
For details, please contact louberger
Outdated results 🛑
Basic BGPD CI results: FAILURE
| _ | _ |
|---|---|
| Result | FAILURE git pull/8790 50f49a8c1 Crash -- 2 cores (merge failed) |
| Date | 08/10/2021 |
| Start | 15:49:41 |
| Finish | 15:52:19 |
| Run-Time | 02:38 |
| Total | 21 |
| Pass | 18 |
| Fail | 3 |
| Valgrind-Errors | |
| Valgrind-Loss | |
| Details | vncregress-2021-08-10-15:49:41.txt |
| Log | autoscript-2021-08-10-15:50:57.log.bz2 |
| Memory |
For details, please contact louberger
waiting on ci to push this
ci:rerun
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-628/
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-628/artifact/CHECKOUT/ErrorLog/log_merge.txt
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-2723/
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
Report for bgp_fsm.c | 2 issues
===============================================
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2409: FILE: /tmp/f1-11732/bgp_fsm.c:2409:
Report for bgp_io.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #190: FILE: /tmp/f1-11732/bgp_io.c:190:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #721: FILE: /tmp/f1-11732/bgp_network.c:721:
Also, frrbot styling suggestions maybe?
@donaldsharp any status on this one?
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-6171/
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)
Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-6171/test
Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6171/artifact/TOPO4U18I386/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 foundSuccessful on other platforms/tests
- Topotests Ubuntu 18.04 i386 part 9
- Topotests Ubuntu 18.04 amd64 part 8
- Topotests debian 10 amd64 part 2
- Topotests debian 10 amd64 part 7
- Topotests Ubuntu 18.04 arm8 part 0
- Addresssanitizer topotests part 8
- Static analyzer (clang)
- Topotests Ubuntu 18.04 amd64 part 9
- Ubuntu 18.04 deb pkg check
- Ubuntu 20.04 deb pkg check
- Addresssanitizer topotests part 6
- Debian 10 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 6
- Topotests debian 10 amd64 part 6
- Topotests Ubuntu 18.04 arm8 part 1
- Topotests Ubuntu 18.04 amd64 part 6
- Topotests debian 10 amd64 part 3
- Addresssanitizer topotests part 0
- Topotests debian 10 amd64 part 4
- Debian 9 deb pkg check
- Addresssanitizer topotests part 4
- Addresssanitizer topotests part 1
- Topotests Ubuntu 18.04 arm8 part 3
- Addresssanitizer topotests part 9
- Topotests Ubuntu 18.04 i386 part 2
- Topotests Ubuntu 18.04 amd64 part 3
- Topotests debian 10 amd64 part 5
- Topotests Ubuntu 18.04 arm8 part 2
- Topotests debian 10 amd64 part 0
- Topotests Ubuntu 18.04 arm8 part 7
- Topotests Ubuntu 18.04 i386 part 6
- Addresssanitizer topotests part 7
- Topotests Ubuntu 18.04 arm8 part 8
- 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
- Topotests Ubuntu 18.04 i386 part 1
- Addresssanitizer topotests part 5
- Topotests Ubuntu 18.04 i386 part 3
- Topotests Ubuntu 18.04 amd64 part 2
- Topotests Ubuntu 18.04 amd64 part 0
- Topotests Ubuntu 18.04 i386 part 8
- Topotests Ubuntu 18.04 amd64 part 7
- Topotests debian 10 amd64 part 8
- Addresssanitizer topotests part 3
- Topotests Ubuntu 18.04 i386 part 5
- Topotests Ubuntu 18.04 i386 part 0
- Topotests debian 10 amd64 part 9
- Topotests Ubuntu 18.04 arm8 part 9
- Addresssanitizer topotests part 2
- IPv6 protocols on Ubuntu 18.04
- Fedora 29 rpm pkg check
- IPv4 protocols on Ubuntu 18.04
- CentOS 7 rpm pkg check
- Topotests Ubuntu 18.04 amd64 part 4
Warnings Generated during build:
Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 i386 part 4: Failed (click for details)
Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO4U18I386-6171/test
Topology Tests failed for Topotests Ubuntu 18.04 i386 part 4 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-6171/artifact/TOPO4U18I386/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 foundReport for bgp_fsm.c | 2 issues
===============================================
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2430: FILE: /tmp/f1-13634/bgp_fsm.c:2430:
Report for bgp_io.c | 2 issues
===============================================
< WARNING: line over 80 characters
< #188: FILE: /tmp/f1-13634/bgp_io.c:188:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #702: FILE: /tmp/f1-13634/bgp_network.c:702:
@donaldsharp what should we do with this? I assume we need to get back to it and get it pushed?
This pull request has conflicts, please resolve those before we can evaluate the pull request.
Continuous Integration Result: FAILED
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/
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 3: Failed (click for details)
Topotests Ubuntu 18.04 i386 part 3: Unknown LogTopology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO3U18I386-12555/test
Topology Tests failed for Topotests Ubuntu 18.04 i386 part 3 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO3U18I386/TopotestLogs/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-12555/test
Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9U18I386/TopotestLogs/log_topotests.txt Topotests Ubuntu 18.04 i386 part 9: Unknown Log <TopotestDetails> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9U18I386/TopotestDetails/
Topotests debian 10 amd64 part 9: Failed (click for details)
Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-12555/test
Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9DEB10AMD64/TopotestLogs/log_topotests.txt Topotests debian 10 amd64 part 9: Unknown Log <TopotestDetails> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9DEB10AMD64/TopotestDetails/
Topotests Ubuntu 18.04 amd64 part 3: Failed (click for details)
Topotests Ubuntu 18.04 amd64 part 3: Unknown LogTopology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP3U1804AMD64-12555/test
Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TP3U1804AMD64/TopotestLogs/log_topotests.txt
Successful on other platforms/tests
- Ubuntu 18.04 deb pkg check
- Topotests Ubuntu 18.04 arm8 part 9
- Ubuntu 20.04 deb pkg check
- Debian 9 deb pkg check
- Debian 10 deb pkg check
- Addresssanitizer topotests part 1
- Topotests Ubuntu 18.04 i386 part 4
- Topotests Ubuntu 18.04 amd64 part 1
- Addresssanitizer topotests part 8
- Topotests Ubuntu 18.04 amd64 part 6
- Topotests Ubuntu 18.04 i386 part 8
- Topotests Ubuntu 18.04 amd64 part 9
- Topotests debian 10 amd64 part 4
- Addresssanitizer topotests part 7
- Addresssanitizer topotests part 4
- Topotests Ubuntu 18.04 arm8 part 3
- Topotests debian 10 amd64 part 1
- Addresssanitizer topotests part 5
- Topotests debian 10 amd64 part 2
- Topotests Ubuntu 18.04 amd64 part 8
- Topotests Ubuntu 18.04 arm8 part 0
- Static analyzer (clang)
- Topotests debian 10 amd64 part 3
- Addresssanitizer topotests part 0
- Topotests Ubuntu 18.04 i386 part 6
- Addresssanitizer topotests part 2
- Topotests Ubuntu 18.04 amd64 part 5
- Topotests Ubuntu 18.04 amd64 part 4
- Topotests Ubuntu 18.04 i386 part 1
- Topotests Ubuntu 18.04 arm8 part 7
- Addresssanitizer topotests part 9
- Topotests Ubuntu 18.04 arm8 part 6
- Topotests Ubuntu 18.04 arm8 part 1
- Topotests debian 10 amd64 part 6
- Topotests Ubuntu 18.04 i386 part 2
- Topotests debian 10 amd64 part 5
- Topotests Ubuntu 18.04 arm8 part 2
- Topotests Ubuntu 18.04 amd64 part 7
- Topotests debian 10 amd64 part 0
- Addresssanitizer topotests part 3
- Topotests Ubuntu 18.04 arm8 part 8
- Addresssanitizer topotests part 6
- Topotests Ubuntu 18.04 i386 part 7
- CentOS 7 rpm pkg check
- Topotests Ubuntu 18.04 amd64 part 2
- Topotests debian 10 amd64 part 7
- Topotests Ubuntu 18.04 amd64 part 0
- Topotests Ubuntu 18.04 i386 part 0
- Topotests Ubuntu 18.04 i386 part 5
- Topotests debian 10 amd64 part 8
Warnings Generated during build:
Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 i386 part 3: Failed (click for details)
Topotests Ubuntu 18.04 i386 part 3: Unknown LogTopology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO3U18I386-12555/test
Topology Tests failed for Topotests Ubuntu 18.04 i386 part 3 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO3U18I386/TopotestLogs/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-12555/test
Topology Tests failed for Topotests Ubuntu 18.04 i386 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9U18I386/TopotestLogs/log_topotests.txt Topotests Ubuntu 18.04 i386 part 9: Unknown Log <TopotestDetails> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9U18I386/TopotestDetails/
Topotests debian 10 amd64 part 9: Failed (click for details)
Topology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TOPO9DEB10AMD64-12555/test
Topology Tests failed for Topotests debian 10 amd64 part 9 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9DEB10AMD64/TopotestLogs/log_topotests.txt Topotests debian 10 amd64 part 9: Unknown Log <TopotestDetails> URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TOPO9DEB10AMD64/TopotestDetails/
Topotests Ubuntu 18.04 amd64 part 3: Failed (click for details)
Topotests Ubuntu 18.04 amd64 part 3: Unknown LogTopology Test Results are at https://ci1.netdef.org/browse/FRR-PULLREQ2-TP3U1804AMD64-12555/test
Topology Tests failed for Topotests Ubuntu 18.04 amd64 part 3 see full log at https://ci1.netdef.org/browse/FRR-PULLREQ2-12555/artifact/TP3U1804AMD64/TopotestLogs/log_topotests.txt
Report for bgp_fsm.c | 2 issues
===============================================
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2453: FILE: /tmp/f1-889123/bgp_fsm.c:2453:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #713: FILE: /tmp/f1-889123/bgp_network.c:713:
This pull request has conflicts, please resolve those before we can evaluate the pull request.
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-13607/
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
Addresssanitizer topotests part 4: Incomplete
(check logs for details)Successful on other platforms/tests
- Topotests Ubuntu 18.04 arm8 part 5
- CentOS 7 rpm pkg check
- Addresssanitizer topotests part 6
- Topotests Ubuntu 18.04 i386 part 9
- Topotests debian 10 amd64 part 1
- Static analyzer (clang)
- Topotests debian 10 amd64 part 7
- Topotests Ubuntu 18.04 arm8 part 0
- Topotests Ubuntu 18.04 i386 part 0
- Topotests Ubuntu 18.04 i386 part 5
- Topotests Ubuntu 18.04 amd64 part 8
- Topotests debian 10 amd64 part 2
- Addresssanitizer topotests part 0
- Topotests debian 10 amd64 part 3
- Topotests Ubuntu 18.04 amd64 part 6
- Topotests Ubuntu 18.04 arm8 part 6
- Topotests Ubuntu 18.04 amd64 part 1
- Ubuntu 18.04 deb pkg check
- Addresssanitizer topotests part 1
- Topotests Ubuntu 18.04 i386 part 4
- Topotests Ubuntu 18.04 arm8 part 1
- Topotests debian 10 amd64 part 6
- Debian 9 deb pkg check
- Addresssanitizer topotests part 8
- Topotests debian 10 amd64 part 5
- Topotests Ubuntu 18.04 i386 part 7
- Topotests debian 10 amd64 part 4
- Addresssanitizer topotests part 7
- Topotests Ubuntu 18.04 arm8 part 8
- Topotests Ubuntu 18.04 i386 part 2
- Topotests Ubuntu 18.04 arm8 part 3
- Topotests Ubuntu 18.04 amd64 part 3
- Topotests debian 10 amd64 part 9
- Addresssanitizer topotests part 5
- Topotests Ubuntu 18.04 amd64 part 2
- Topotests Ubuntu 18.04 i386 part 1
- Topotests debian 10 amd64 part 8
- Debian 10 deb pkg check
- Topotests Ubuntu 18.04 i386 part 6
- Topotests Ubuntu 18.04 arm8 part 9
- Topotests Ubuntu 18.04 amd64 part 4
- Addresssanitizer topotests part 2
- Topotests Ubuntu 18.04 arm8 part 4
- Topotests Ubuntu 18.04 amd64 part 5
- Topotests Ubuntu 18.04 amd64 part 0
- Ubuntu 20.04 deb pkg check
- Addresssanitizer topotests part 3
- Addresssanitizer topotests part 9
- Topotests debian 10 amd64 part 0
- Topotests Ubuntu 18.04 amd64 part 7
- Topotests Ubuntu 18.04 amd64 part 9
- Topotests Ubuntu 18.04 i386 part 3
- Topotests Ubuntu 18.04 arm8 part 7
- Topotests Ubuntu 18.04 i386 part 8
- Topotests Ubuntu 18.04 arm8 part 2
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-13607/
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
Report for bgp_fsm.c | 2 issues
===============================================
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2434: FILE: /tmp/f1-505933/bgp_fsm.c:2434:
Report for bgp_network.c | 2 issues
===============================================
< WARNING: suspect code indent for conditional statements (8, 8)
< #712: FILE: /tmp/f1-505933/bgp_network.c:712:
yep it was wrong from the get go. Which is why I didn't notice it. Not sure why clang-format didn't fix it though.
Continuous Integration Result: FAILED
See below for issues. CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-13638/
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: Unknown LogSuccessful on other platforms/tests
- Topotests Ubuntu 18.04 i386 part 6
- Topotests Ubuntu 18.04 amd64 part 4
- Topotests Ubuntu 18.04 i386 part 1
- Topotests Ubuntu 18.04 arm8 part 6
- Topotests Ubuntu 18.04 amd64 part 0
- Addresssanitizer topotests part 2
- Topotests Ubuntu 18.04 amd64 part 5
- 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 9
- Topotests debian 10 amd64 part 0
- Topotests debian 10 amd64 part 5
- Topotests Ubuntu 18.04 arm8 part 7
- Topotests Ubuntu 18.04 arm8 part 2
- Topotests Ubuntu 18.04 i386 part 7
- Topotests Ubuntu 18.04 i386 part 2
- Topotests Ubuntu 18.04 arm8 part 8
- CentOS 7 rpm pkg check
- Topotests Ubuntu 18.04 amd64 part 3
- Addresssanitizer topotests part 6
- Topotests debian 10 amd64 part 9
- Topotests Ubuntu 18.04 i386 part 5
- Topotests Ubuntu 18.04 amd64 part 1
- Topotests debian 10 amd64 part 7
- Topotests Ubuntu 18.04 i386 part 0
- Topotests Ubuntu 18.04 amd64 part 2
- Addresssanitizer topotests part 0
- Topotests debian 10 amd64 part 3
- Debian 10 deb pkg check
- Topotests debian 10 amd64 part 8
- Topotests Ubuntu 18.04 amd64 part 6
- Topotests Ubuntu 18.04 arm8 part 4
- Ubuntu 18.04 deb pkg check
- Addresssanitizer topotests part 1
- Ubuntu 20.04 deb pkg check
- Topotests Ubuntu 18.04 i386 part 4
- Addresssanitizer topotests part 4
- Topotests Ubuntu 18.04 amd64 part 9
- Debian 9 deb pkg check
- Topotests Ubuntu 18.04 i386 part 8
- Topotests Ubuntu 18.04 i386 part 3
- Addresssanitizer topotests part 8
- Topotests Ubuntu 18.04 arm8 part 5
- Addresssanitizer topotests part 7
- Topotests debian 10 amd64 part 4
- Topotests Ubuntu 18.04 i386 part 9
- Topotests Ubuntu 18.04 arm8 part 3
- Addresssanitizer topotests part 5
- Topotests debian 10 amd64 part 1
- Static analyzer (clang)
- Topotests Ubuntu 18.04 arm8 part 0
- Topotests Ubuntu 18.04 amd64 part 8
- Topotests debian 10 amd64 part 2
Warnings Generated during build:
Checkout code: Successful with additional warnings
Topotests Ubuntu 18.04 arm8 part 9: Failed (click for details)
Topotests Ubuntu 18.04 arm8 part 9: Unknown LogReport for bgp_fsm.c | 2 issues
===============================================
< WARNING: function definition argument 'struct peer_connection *' should also have an identifier name
< #2434: FILE: /tmp/f1-3355526/bgp_fsm.c:2434: